From a2d9f9873caf90d850501643958df4cd39e5ca16 Mon Sep 17 00:00:00 2001 From: angelozerr Date: Wed, 10 May 2017 08:31:09 +0200 Subject: [PATCH] Translate vscode-textmate from TypeScript to Java to support tokenizeLine2. See https://github.com/eclipse/tm4e/issues/38 --- .../core/tests/grammar/VSCodeGrammarTest.java | 116 + .../grammar}/VSCodeTextMateTest.java | 11 +- .../grammar/internal}/MatcherTestImpl.java | 2 +- .../grammar/internal}/RawTestImpl.java | 6 +- .../grammar/internal}/RawTestLine.java | 2 +- .../grammar/internal}/RawToken.java | 2 +- .../resources/test-cases/suite1/tests.json | 6 +- .../resources/test-cases/themes/.gitignore | 1 + .../resources/test-cases/themes/Abyss.tmTheme | 339 + .../test-cases/themes/Kimbie_dark.tmTheme | 509 + .../test-cases/themes/Monokai.tmTheme | 461 + .../test-cases/themes/QuietLight.tmTheme | 625 + .../test-cases/themes/Solarized-dark.tmTheme | 382 + .../test-cases/themes/Solarized-light.tmTheme | 375 + .../themes/Tomorrow-Night-Blue.tmTheme | 293 + .../test-cases/themes/dark_plus.json | 109 + .../resources/test-cases/themes/dark_vs.json | 334 + .../test/resources/test-cases/themes/diff.css | 54 + .../test/resources/test-cases/themes/diff.js | 194 + .../test/resources/test-cases/themes/diff.ts | 271 + .../test-cases/themes/dimmed-monokai.tmTheme | 799 + .../themes/go/colorize-fixtures/test-13777.go | 1 + .../themes/go/colorize-fixtures/test.go | 24 + .../go/colorize-results/test-13777_go.json | 57 + .../themes/go/colorize-results/test_go.json | 1300 + .../resources/test-cases/themes/go/go.json | 611 + .../resources/test-cases/themes/grammars.json | 265 + .../resources/test-cases/themes/hc_black.json | 301 + .../test-cases/themes/languages.json | 750 + .../test-cases/themes/light_plus.json | 109 + .../resources/test-cases/themes/light_vs.json | 359 + .../resources/test-cases/themes/red.tmTheme | 514 + .../test-cases/themes/syntaxes/ASPVBnet.plist | 372 + .../themes/syntaxes/Batch File.tmLanguage | 169 + .../themes/syntaxes/Clojure.tmLanguage | 440 + .../themes/syntaxes/Dockerfile.tmLanguage | 143 + .../themes/syntaxes/Groovy.tmLanguage | 2145 + .../themes/syntaxes/Handlebars.json | 854 + .../themes/syntaxes/JSON.tmLanguage | 387 + .../test-cases/themes/syntaxes/Jade.json | 964 + .../syntaxes/JavaScript.tmLanguage.json | 3575 + .../syntaxes/MagicPython.tmLanguage.json | 3438 + .../syntaxes/MagicRegExp.tmLanguage.json | 435 + .../test-cases/themes/syntaxes/Makefile.json | 475 + .../themes/syntaxes/Objective-C.tmLanguage | 1432 + .../themes/syntaxes/Perl 6.tmLanguage | 490 + .../test-cases/themes/syntaxes/Perl.plist | 3707 + .../themes/syntaxes/Platform.tmLanguage | 237 + .../syntaxes/PowershellSyntax.tmLanguage | 1186 + .../test-cases/themes/syntaxes/R.plist | 316 + ...egular Expressions (JavaScript).tmLanguage | 237 + .../test-cases/themes/syntaxes/Ruby.plist | 4092 + .../test-cases/themes/syntaxes/SQL.plist | 767 + .../syntaxes/Shell-Unix-Bash.tmLanguage.json | 1231 + .../syntaxes/TypeScript.tmLanguage.json | 3303 + .../syntaxes/TypeScriptReact.tmLanguage.json | 3574 + .../test-cases/themes/syntaxes/c++.json | 455 + .../test-cases/themes/syntaxes/c.json | 980 + .../themes/syntaxes/coffeescript.json | 668 + .../test-cases/themes/syntaxes/cshtml.json | 153 + .../test-cases/themes/syntaxes/css.plist | 1184 + .../themes/syntaxes/diff.tmLanguage | 268 + .../test-cases/themes/syntaxes/fsharp.json | 533 + .../themes/syntaxes/git-commit.tmLanguage | 221 + .../themes/syntaxes/git-rebase.tmLanguage | 57 + .../test-cases/themes/syntaxes/go.json | 611 + .../test-cases/themes/syntaxes/html.json | 553 + .../test-cases/themes/syntaxes/java.json | 1030 + .../themes/syntaxes/less.tmLanguage.json | 619 + .../test-cases/themes/syntaxes/lua.json | 192 + .../themes/syntaxes/markdown.tmLanguage | 1889 + .../test-cases/themes/syntaxes/php.json | 2638 + .../themes/syntaxes/properties.plist | 181 + .../test-cases/themes/syntaxes/rust.json | 595 + .../test-cases/themes/syntaxes/scss.json | 1672 + .../test-cases/themes/syntaxes/shaderlab.json | 133 + .../test-cases/themes/syntaxes/swift.json | 257 + .../test-cases/themes/syntaxes/xml.json | 426 + .../test-cases/themes/syntaxes/xsl.json | 93 + .../test-cases/themes/syntaxes/yaml.json | 629 + .../test-cases/themes/tests/12750.html | 6 + .../test-cases/themes/tests/12750.html.result | 3222 + .../themes/tests/12750.html.result.patch | 208 + .../test-cases/themes/tests/13448.html | 1 + .../test-cases/themes/tests/13448.html.result | 1458 + .../themes/tests/13448.html.result.patch | 35 + .../test-cases/themes/tests/14119.less | 3 + .../test-cases/themes/tests/14119.less.result | 1710 + .../themes/tests/14119.less.result.patch | 41 + .../test-cases/themes/tests/COMMIT_EDITMSG | 13 + .../themes/tests/COMMIT_EDITMSG.result | 1962 + .../test-cases/themes/tests/Dockerfile | 14 + .../test-cases/themes/tests/Dockerfile.result | 2382 + .../test-cases/themes/tests/basic.java | 41 + .../test-cases/themes/tests/basic.java.result | 15570 ++ .../themes/tests/basic.java.result.patch | 199 + .../test-cases/themes/tests/git-rebase-todo | 15 + .../themes/tests/git-rebase-todo.result | 4146 + .../test-cases/themes/tests/issue-1550.yaml | 4 + .../themes/tests/issue-1550.yaml.result | 1710 + .../themes/tests/issue-1550.yaml.result.patch | 65 + .../test-cases/themes/tests/issue-4008.yaml | 4 + .../themes/tests/issue-4008.yaml.result | 1710 + .../themes/tests/issue-4008.yaml.result.patch | 65 + .../test-cases/themes/tests/issue-6303.yaml | 9 + .../themes/tests/issue-6303.yaml.result | 2382 + .../themes/tests/issue-6303.yaml.result.patch | 77 + .../test-cases/themes/tests/makefile | 31 + .../test-cases/themes/tests/makefile.result | 5910 + .../themes/tests/makefile.result.patch | 581 + .../test-cases/themes/tests/test-13777.go | 1 + .../themes/tests/test-13777.go.result | 450 + .../test-cases/themes/tests/test-4287.jade | 3 + .../themes/tests/test-4287.jade.result | 198 + .../test-cases/themes/tests/test-6611.rs | 26 + .../themes/tests/test-6611.rs.result | 5154 + .../themes/tests/test-6611.rs.result.patch | 107 + .../test-cases/themes/tests/test-7115.xml | 7 + .../themes/tests/test-7115.xml.result | 4482 + .../themes/tests/test-7115.xml.result.patch | 933 + .../test-cases/themes/tests/test-brackets.tsx | 6 + .../themes/tests/test-brackets.tsx.result | 3390 + .../tests/test-brackets.tsx.result.patch | 30 + .../themes/tests/test-cssvariables.less | 7 + .../tests/test-cssvariables.less.result | 4146 + .../tests/test-cssvariables.less.result.patch | 177 + .../themes/tests/test-cssvariables.scss | 7 + .../tests/test-cssvariables.scss.result | 4146 + .../tests/test-cssvariables.scss.result.patch | 167 + .../themes/tests/test-function-inv.ts | 1 + .../themes/tests/test-function-inv.ts.result | 1710 + .../tests/test-function-inv.ts.result.patch | 65 + .../test-cases/themes/tests/test-issue11.ts | 17 + .../themes/tests/test-issue11.ts.result | 25986 +++ .../themes/tests/test-issue11.ts.result.patch | 549 + .../test-cases/themes/tests/test-issue5431.ts | 4 + .../themes/tests/test-issue5431.ts.result | 3978 + .../tests/test-issue5431.ts.result.patch | 109 + .../test-cases/themes/tests/test-issue5465.ts | 4 + .../themes/tests/test-issue5465.ts.result | 2214 + .../test-cases/themes/tests/test-issue5566.ts | 3 + .../themes/tests/test-issue5566.ts.result | 3138 + .../tests/test-issue5566.ts.result.patch | 107 + .../test-cases/themes/tests/test-keywords.ts | 1 + .../themes/tests/test-keywords.ts.result | 1794 + .../tests/test-keywords.ts.result.patch | 65 + .../test-cases/themes/tests/test-members.ts | 5 + .../themes/tests/test-members.ts.result | 2802 + .../themes/tests/test-members.ts.result.patch | 48 + .../themes/tests/test-object-literals.ts | 6 + .../tests/test-object-literals.ts.result | 2298 + .../test-object-literals.ts.result.patch | 41 + .../test-cases/themes/tests/test-regex.coffee | 15 + .../themes/tests/test-regex.coffee.result | 5154 + .../tests/test-regex.coffee.result.patch | 177 + .../test-cases/themes/tests/test-strings.ts | 4 + .../themes/tests/test-strings.ts.result | 4398 + .../themes/tests/test-strings.ts.result.patch | 229 + .../test-cases/themes/tests/test-this.ts | 3 + .../themes/tests/test-this.ts.result | 954 + .../themes/tests/test-variables.css | 7 + .../themes/tests/test-variables.css.result | 3474 + .../tests/test-variables.css.result.patch | 234 + .../test-cases/themes/tests/test.bat | 28 + .../test-cases/themes/tests/test.bat.result | 3054 + .../resources/test-cases/themes/tests/test.c | 30 + .../test-cases/themes/tests/test.c.result | 16074 ++ .../themes/tests/test.c.result.patch | 205 + .../resources/test-cases/themes/tests/test.cc | 27 + .../test-cases/themes/tests/test.cc.result | 11958 ++ .../themes/tests/test.cc.result.patch | 104 + .../test-cases/themes/tests/test.clj | 52 + .../test-cases/themes/tests/test.clj.result | 26658 +++ .../themes/tests/test.clj.result.patch | 1540 + .../test-cases/themes/tests/test.coffee | 28 + .../themes/tests/test.coffee.result | 11874 ++ .../themes/tests/test.coffee.result.patch | 786 + .../test-cases/themes/tests/test.cpp | 22 + .../test-cases/themes/tests/test.cpp.result | 8766 + .../themes/tests/test.cpp.result.patch | 179 + .../test-cases/themes/tests/test.cshtml | 46 + .../themes/tests/test.cshtml.result | 26322 +++ .../themes/tests/test.cshtml.result.patch | 1924 + .../test-cases/themes/tests/test.css | 159 + .../test-cases/themes/tests/test.css.result | 69246 +++++++ .../themes/tests/test.css.result.patch | 3414 + .../test-cases/themes/tests/test.diff | 19 + .../test-cases/themes/tests/test.diff.result | 3054 + .../themes/tests/test.diff.result.patch | 139 + .../resources/test-cases/themes/tests/test.fs | 18 + .../test-cases/themes/tests/test.fs.result | 8850 + .../themes/tests/test.fs.result.patch | 30 + .../resources/test-cases/themes/tests/test.go | 24 + .../test-cases/themes/tests/test.go.result | 9942 + .../themes/tests/test.go.result.patch | 42 + .../test-cases/themes/tests/test.groovy | 219 + .../themes/tests/test.groovy.result | 79242 ++++++++ .../themes/tests/test.groovy.result.patch | 4459 + .../test-cases/themes/tests/test.handlebars | 30 + .../themes/tests/test.handlebars.result | 14982 ++ .../themes/tests/test.handlebars.result.patch | 3130 + .../test-cases/themes/tests/test.hbs | 24 + .../test-cases/themes/tests/test.hbs.result | 14226 ++ .../themes/tests/test.hbs.result.patch | 2922 + .../test-cases/themes/tests/test.html | 42 + .../test-cases/themes/tests/test.html.result | 23970 +++ .../themes/tests/test.html.result.patch | 1654 + .../test-cases/themes/tests/test.ini | 10 + .../test-cases/themes/tests/test.ini.result | 2298 + .../test-cases/themes/tests/test.jade | 27 + .../test-cases/themes/tests/test.jade.result | 13722 ++ .../themes/tests/test.jade.result.patch | 1844 + .../resources/test-cases/themes/tests/test.js | 37 + .../test-cases/themes/tests/test.js.result | 29346 +++ .../themes/tests/test.js.result.patch | 213 + .../test-cases/themes/tests/test.json | 14 + .../test-cases/themes/tests/test.json.result | 8850 + .../themes/tests/test.json.result.patch | 252 + .../test-cases/themes/tests/test.jsx | 35 + .../test-cases/themes/tests/test.jsx.result | 18342 ++ .../themes/tests/test.jsx.result.patch | 912 + .../test-cases/themes/tests/test.less | 50 + .../test-cases/themes/tests/test.less.result | 25062 +++ .../themes/tests/test.less.result.patch | 516 + .../test-cases/themes/tests/test.lua | 12 + .../test-cases/themes/tests/test.lua.result | 5238 + .../resources/test-cases/themes/tests/test.m | 52 + .../test-cases/themes/tests/test.m.result | 21366 ++ .../themes/tests/test.m.result.patch | 792 + .../resources/test-cases/themes/tests/test.md | 103 + .../test-cases/themes/tests/test.md.result | 19854 ++ .../themes/tests/test.md.result.patch | 1206 + .../test-cases/themes/tests/test.php | 46 + .../test-cases/themes/tests/test.php.result | 25398 +++ .../themes/tests/test.php.result.patch | 1169 + .../resources/test-cases/themes/tests/test.pl | 46 + .../test-cases/themes/tests/test.pl.result | 17670 ++ .../themes/tests/test.pl.result.patch | 158 + .../test-cases/themes/tests/test.ps1 | 43 + .../test-cases/themes/tests/test.ps1.result | 18426 ++ .../themes/tests/test.ps1.result.patch | 438 + .../resources/test-cases/themes/tests/test.py | 97 + .../test-cases/themes/tests/test.py.result | 49674 +++++ .../themes/tests/test.py.result.patch | 2158 + .../resources/test-cases/themes/tests/test.r | 24 + .../test-cases/themes/tests/test.r.result | 6330 + .../resources/test-cases/themes/tests/test.rb | 46 + .../test-cases/themes/tests/test.rb.result | 21702 ++ .../themes/tests/test.rb.result.patch | 499 + .../resources/test-cases/themes/tests/test.rs | 15 + .../test-cases/themes/tests/test.rs.result | 4398 + .../test-cases/themes/tests/test.scss | 340 + .../test-cases/themes/tests/test.scss.result | 156354 +++++++++++++++ .../themes/tests/test.scss.result.patch | 5998 + .../resources/test-cases/themes/tests/test.sh | 30 + .../test-cases/themes/tests/test.sh.result | 14730 ++ .../themes/tests/test.sh.result.patch | 335 + .../test-cases/themes/tests/test.shader | 15 + .../themes/tests/test.shader.result | 4314 + .../themes/tests/test.shader.result.patch | 98 + .../test-cases/themes/tests/test.sql | 6 + .../test-cases/themes/tests/test.sql.result | 2550 + .../test-cases/themes/tests/test.swift | 10 + .../test-cases/themes/tests/test.swift.result | 3558 + .../themes/tests/test.swift.result.patch | 16 + .../resources/test-cases/themes/tests/test.ts | 111 + .../test-cases/themes/tests/test.ts.result | 87222 ++++++++ .../themes/tests/test.ts.result.patch | 1166 + .../resources/test-cases/themes/tests/test.vb | 25 + .../test-cases/themes/tests/test.vb.result | 16662 ++ .../themes/tests/test.vb.result.patch | 104 + .../test-cases/themes/tests/test.xml | 20 + .../test-cases/themes/tests/test.xml.result | 13806 ++ .../themes/tests/test.xml.result.patch | 1899 + .../test-cases/themes/tests/test.yaml | 18 + .../test-cases/themes/tests/test.yaml.result | 8010 + .../themes/tests/test.yaml.result.patch | 259 + .../test-cases/themes/tests/test2.pl | 31 + .../test-cases/themes/tests/test2.pl.result | 25314 +++ .../themes/tests/test2.pl.result.patch | 550 + .../test-cases/themes/tests/test6916.js | 1 + .../themes/tests/test6916.js.result | 3810 + .../test-cases/themes/tests/tsconfig.json | 5 + .../themes/tests/tsconfig.json.result | 1710 + .../themes/tests/tsconfig.json.result.patch | 53 + .../resources/test-cases/themes/tsconfig.json | 5 + org.eclipse.tm4e.core/META-INF/MANIFEST.MF | 3 +- .../tm4e/core/grammar/GrammarHelper.java | 40 +- .../eclipse/tm4e/core/grammar/IGrammar.java | 24 + .../core/grammar/ITokenizeLineResult2.java | 39 + .../tm4e/core/grammar/StackElement.java | 366 +- .../tm4e/core/internal/grammar/Grammar.java | 58 +- .../core/internal/grammar/LineTokenizer.java | 78 +- .../core/internal/grammar/LineTokens.java | 113 +- .../internal/grammar/LocalStackElement.java | 12 +- .../core/internal/grammar/MetadataConsts.java | 36 + .../internal/grammar/ScopeListElement.java | 148 + .../core/internal/grammar/ScopeMetadata.java | 20 + .../grammar/ScopeMetadataProvider.java | 166 + .../grammar/StackElementMetadata.java | 95 + .../internal/grammar/StandardTokenType.java | 24 + .../internal/grammar/TokenizeLineResult2.java | 46 + .../internal/grammar/parser/PListGrammar.java | 18 + .../grammar/reader/GrammarReader.java | 40 +- .../grammar/reader/IGrammarParser.java | 26 +- .../core/internal/grammars/SyncRegistry.java | 99 +- .../core/internal/matcher/IMatchesName.java | 2 +- .../internal/{grammar => }/parser/PList.java | 28 +- .../{grammar => }/parser/PListObject.java | 8 +- .../parser/json/JSONPListParser.java | 19 +- .../parser/xml/XMLPListParser.java | 19 +- .../tm4e/core/internal/theme/PListTheme.java | 18 + .../tm4e/core/internal/theme/ThemeRaw.java | 7 + .../internal/theme/reader/IThemeParser.java | 29 + .../theme/reader/SyncThemeReader.java | 35 + .../internal/theme/reader/ThemeReader.java | 61 + .../core/internal/utils/CompareUtils.java | 57 + ...mmarLocator.java => IRegistryOptions.java} | 15 +- .../eclipse/tm4e/core/registry/Registry.java | 73 +- .../org/eclipse/tm4e/core/theme/ColorMap.java | 35 + .../eclipse/tm4e/core/theme/FontStyle.java | 27 + .../eclipse/tm4e/core/theme/IRawTheme.java | 11 + .../tm4e/core/theme/IRawThemeSetting.java | 26 + .../tm4e/core/theme/IThemeProvider.java | 11 + .../tm4e/core/theme/IThemeSetting.java | 10 + .../tm4e/core/theme/ParsedThemeRule.java | 29 + .../org/eclipse/tm4e/core/theme/Theme.java | 185 + .../tm4e/core/theme/ThemeTrieElement.java | 152 + .../tm4e/core/theme/ThemeTrieElementRule.java | 57 + .../core/grammar/GrammarInjectionTest.java | 4 +- .../parser/json/JSONPListParserTest.java | 3 +- .../parser/xml/XMLPlistParserTest.java | 3 +- .../AbstractGrammarRegistryManager.java | 10 +- .../internal/model/DocumentLineListTest.java | 18 + 334 files changed, 1184941 insertions(+), 394 deletions(-) create mode 100644 org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/tests/grammar/VSCodeGrammarTest.java rename org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/{grammar/test => tests/grammar}/VSCodeTextMateTest.java (86%) rename org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/{grammar/test => tests/grammar/internal}/MatcherTestImpl.java (93%) rename org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/{grammar/test => tests/grammar/internal}/RawTestImpl.java (93%) rename org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/{grammar/test => tests/grammar/internal}/RawTestLine.java (88%) rename org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/{grammar/test => tests/grammar/internal}/RawToken.java (90%) create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/.gitignore create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Abyss.tmTheme create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Kimbie_dark.tmTheme create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Monokai.tmTheme create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/QuietLight.tmTheme create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Solarized-dark.tmTheme create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Solarized-light.tmTheme create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Tomorrow-Night-Blue.tmTheme create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/dark_plus.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/dark_vs.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/diff.css create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/diff.js create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/diff.ts create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/dimmed-monokai.tmTheme create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/colorize-fixtures/test-13777.go create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/colorize-fixtures/test.go create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/colorize-results/test-13777_go.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/colorize-results/test_go.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/go.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/grammars.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/hc_black.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/languages.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/light_plus.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/light_vs.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/red.tmTheme create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/ASPVBnet.plist create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Batch File.tmLanguage create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Clojure.tmLanguage create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Dockerfile.tmLanguage create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Groovy.tmLanguage create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Handlebars.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/JSON.tmLanguage create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Jade.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/JavaScript.tmLanguage.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/MagicPython.tmLanguage.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/MagicRegExp.tmLanguage.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Makefile.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Objective-C.tmLanguage create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Perl 6.tmLanguage create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Perl.plist create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Platform.tmLanguage create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/PowershellSyntax.tmLanguage create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/R.plist create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Regular Expressions (JavaScript).tmLanguage create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Ruby.plist create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/SQL.plist create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Shell-Unix-Bash.tmLanguage.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/TypeScript.tmLanguage.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/TypeScriptReact.tmLanguage.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/c++.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/c.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/coffeescript.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/cshtml.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/css.plist create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/diff.tmLanguage create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/fsharp.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/git-commit.tmLanguage create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/git-rebase.tmLanguage create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/go.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/html.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/java.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/less.tmLanguage.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/lua.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/markdown.tmLanguage create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/php.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/properties.plist create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/rust.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/scss.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/shaderlab.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/swift.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/xml.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/xsl.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/yaml.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/12750.html create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/12750.html.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/12750.html.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/13448.html create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/13448.html.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/13448.html.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/14119.less create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/14119.less.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/14119.less.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/COMMIT_EDITMSG create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/COMMIT_EDITMSG.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/Dockerfile create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/Dockerfile.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/basic.java create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/basic.java.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/basic.java.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/git-rebase-todo create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/git-rebase-todo.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-1550.yaml create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-1550.yaml.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-1550.yaml.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-4008.yaml create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-4008.yaml.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-4008.yaml.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-6303.yaml create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-6303.yaml.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-6303.yaml.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/makefile create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/makefile.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/makefile.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-13777.go create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-13777.go.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-4287.jade create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-4287.jade.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-6611.rs create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-6611.rs.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-6611.rs.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-7115.xml create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-7115.xml.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-7115.xml.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-brackets.tsx create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-brackets.tsx.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-brackets.tsx.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.less create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.less.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.less.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.scss create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.scss.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.scss.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-function-inv.ts create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-function-inv.ts.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-function-inv.ts.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue11.ts create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue11.ts.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue11.ts.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5431.ts create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5431.ts.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5431.ts.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5465.ts create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5465.ts.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5566.ts create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5566.ts.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5566.ts.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-keywords.ts create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-keywords.ts.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-keywords.ts.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-members.ts create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-members.ts.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-members.ts.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-object-literals.ts create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-object-literals.ts.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-object-literals.ts.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-regex.coffee create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-regex.coffee.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-regex.coffee.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-strings.ts create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-strings.ts.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-strings.ts.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-this.ts create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-this.ts.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-variables.css create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-variables.css.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-variables.css.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.bat create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.bat.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.c create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.c.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.c.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cc create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cc.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cc.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.clj create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.clj.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.clj.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.coffee create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.coffee.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.coffee.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cpp create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cpp.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cpp.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cshtml create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cshtml.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cshtml.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.css create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.css.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.css.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.diff create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.diff.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.diff.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.fs create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.fs.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.fs.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.go create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.go.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.go.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.groovy create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.groovy.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.groovy.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.handlebars create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.handlebars.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.handlebars.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.hbs create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.hbs.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.hbs.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.html create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.html.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.html.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ini create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ini.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jade create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jade.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jade.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.js create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.js.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.js.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.json.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.json.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jsx create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jsx.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jsx.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.less create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.less.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.less.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.lua create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.lua.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.m create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.m.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.m.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.md create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.md.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.md.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.php create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.php.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.php.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.pl create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.pl.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.pl.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ps1 create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ps1.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ps1.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.py create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.py.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.py.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.r create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.r.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rb create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rb.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rb.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rs create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rs.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.scss create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.scss.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.scss.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sh create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sh.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sh.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.shader create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.shader.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.shader.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sql create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sql.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.swift create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.swift.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.swift.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ts create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ts.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ts.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.vb create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.vb.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.vb.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.xml create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.xml.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.xml.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.yaml create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.yaml.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.yaml.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test2.pl create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test2.pl.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test2.pl.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test6916.js create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test6916.js.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/tsconfig.json create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/tsconfig.json.result create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/tsconfig.json.result.patch create mode 100644 org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tsconfig.json create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/grammar/ITokenizeLineResult2.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/MetadataConsts.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/ScopeListElement.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/ScopeMetadata.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/ScopeMetadataProvider.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/StackElementMetadata.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/StandardTokenType.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/TokenizeLineResult2.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/parser/PListGrammar.java rename org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/{grammar => }/parser/PList.java (79%) rename org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/{grammar => }/parser/PListObject.java (85%) rename org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/{grammar => }/parser/json/JSONPListParser.java (77%) rename org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/{grammar => }/parser/xml/XMLPListParser.java (70%) create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/PListTheme.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/ThemeRaw.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/reader/IThemeParser.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/reader/SyncThemeReader.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/reader/ThemeReader.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/utils/CompareUtils.java rename org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/registry/{IGrammarLocator.java => IRegistryOptions.java} (83%) create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/ColorMap.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/FontStyle.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/IRawTheme.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/IRawThemeSetting.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/IThemeProvider.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/IThemeSetting.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/ParsedThemeRule.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/Theme.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/ThemeTrieElement.java create mode 100644 org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/ThemeTrieElementRule.java create mode 100644 org.eclipse.tm4e.ui.tests/src/test/java/org/eclipse/tm4e/ui/internal/model/DocumentLineListTest.java diff --git a/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/tests/grammar/VSCodeGrammarTest.java b/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/tests/grammar/VSCodeGrammarTest.java new file mode 100644 index 000000000..35257d70b --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/tests/grammar/VSCodeGrammarTest.java @@ -0,0 +1,116 @@ +/** + * Copyright (c) 2015-2017 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ +package org.eclipse.tm4e.core.tests.grammar; + +import org.eclipse.tm4e.core.internal.grammar.StackElementMetadata; +import org.eclipse.tm4e.core.internal.grammar.StandardTokenType; +import org.eclipse.tm4e.core.theme.FontStyle; +import org.junit.Assert; +import org.junit.Test; + +/** + * {@link StackElementMetadata} tests same than vscode-textmate. + * + * @see https://github.com/Microsoft/vscode-textmate/blob/master/src/tests/grammar.test.ts + * + */ +public class VSCodeGrammarTest { + + @Test + public void works() { + int value = StackElementMetadata.set(0, 1, StandardTokenType.RegEx, FontStyle.Underline | FontStyle.Bold, 101, + 102); + assertEquals(value, 1, StandardTokenType.RegEx, FontStyle.Underline | FontStyle.Bold, 101, 102); + } + + @Test + public void canOverwriteLanguageId() { + int value = StackElementMetadata.set(0, 1, StandardTokenType.RegEx, FontStyle.Underline | FontStyle.Bold, 101, + 102); + assertEquals(value, 1, StandardTokenType.RegEx, FontStyle.Underline | FontStyle.Bold, 101, 102); + + value = StackElementMetadata.set(value, 2, StandardTokenType.Other, FontStyle.NotSet, 0, 0); + assertEquals(value, 2, StandardTokenType.RegEx, FontStyle.Underline | FontStyle.Bold, 101, 102); + } + + @Test + public void canOverwriteTokenType() { + int value = StackElementMetadata.set(0, 1, StandardTokenType.RegEx, FontStyle.Underline | FontStyle.Bold, 101, + 102); + assertEquals(value, 1, StandardTokenType.RegEx, FontStyle.Underline | FontStyle.Bold, 101, 102); + + value = StackElementMetadata.set(value, 0, StandardTokenType.Comment, FontStyle.NotSet, 0, 0); + assertEquals(value, 1, StandardTokenType.Comment, FontStyle.Underline | FontStyle.Bold, 101, 102); + } + + @Test + public void canOverwriteFontStyle() { + int value = StackElementMetadata.set(0, 1, StandardTokenType.RegEx, FontStyle.Underline | FontStyle.Bold, 101, + 102); + assertEquals(value, 1, StandardTokenType.RegEx, FontStyle.Underline | FontStyle.Bold, 101, 102); + + value = StackElementMetadata.set(value, 0, StandardTokenType.Other, FontStyle.None, 0, 0); + assertEquals(value, 1, StandardTokenType.RegEx, FontStyle.None, 101, 102); + } + + @Test + public void canOverwriteForeground() { + int value = StackElementMetadata.set(0, 1, StandardTokenType.RegEx, FontStyle.Underline | FontStyle.Bold, 101, + 102); + assertEquals(value, 1, StandardTokenType.RegEx, FontStyle.Underline | FontStyle.Bold, 101, 102); + + value = StackElementMetadata.set(value, 0, StandardTokenType.Other, FontStyle.NotSet, 5, 0); + assertEquals(value, 1, StandardTokenType.RegEx, FontStyle.Underline | FontStyle.Bold, 5, 102); + } + + @Test + public void canOverwriteBackground() { + int value = StackElementMetadata.set(0, 1, StandardTokenType.RegEx, FontStyle.Underline | FontStyle.Bold, 101, + 102); + assertEquals(value, 1, StandardTokenType.RegEx, FontStyle.Underline | FontStyle.Bold, 101, 102); + + value = StackElementMetadata.set(value, 0, StandardTokenType.Other, FontStyle.NotSet, 0, 7); + assertEquals(value, 1, StandardTokenType.RegEx, FontStyle.Underline | FontStyle.Bold, 101, 7); + } + + @Test + public void canWorkAtMaxValues() { + int maxLangId = 255; + int maxTokenType = StandardTokenType.Comment | StandardTokenType.Other | StandardTokenType.RegEx + | StandardTokenType.String; + int maxFontStyle = FontStyle.Bold | FontStyle.Italic | FontStyle.Underline; + int maxForeground = 511; + int maxBackground = 511; + + int value = StackElementMetadata.set(0, maxLangId, maxTokenType, maxFontStyle, maxForeground, maxBackground); + assertEquals(value, maxLangId, maxTokenType, maxFontStyle, maxForeground, maxBackground); + } + + private static void assertEquals(int metadata, int languageId, int tokenType, int fontStyle, int foreground, int background) { + String actual = "{\n" + + "languageId: " + StackElementMetadata.getLanguageId(metadata) + ",\n" + + "tokenType: " + StackElementMetadata.getTokenType(metadata) + ",\n" + + "fontStyle: " + StackElementMetadata.getFontStyle(metadata) + ",\n" + + "foreground: " + StackElementMetadata.getForeground(metadata) + ",\n" + + "background: " + StackElementMetadata.getBackground(metadata) + ",\n" + + "}"; + + String expected = "{\n" + + "languageId: " + languageId + ",\n" + + "tokenType: " + tokenType + ",\n" + + "fontStyle: " + fontStyle + ",\n" + + "foreground: " + foreground + ",\n" + + "background: " + background + ",\n" + + "}"; + + Assert.assertEquals("equals for " + StackElementMetadata.toBinaryStr(metadata), expected, actual); + } +} diff --git a/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/grammar/test/VSCodeTextMateTest.java b/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/tests/grammar/VSCodeTextMateTest.java similarity index 86% rename from org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/grammar/test/VSCodeTextMateTest.java rename to org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/tests/grammar/VSCodeTextMateTest.java index 3520708ea..062d00aae 100644 --- a/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/grammar/test/VSCodeTextMateTest.java +++ b/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/tests/grammar/VSCodeTextMateTest.java @@ -8,7 +8,7 @@ * Contributors: * Angelo Zerr - initial API and implementation */ -package org.eclipse.tm4e.core.grammar.test; +package org.eclipse.tm4e.core.tests.grammar; import java.io.File; import java.io.FileReader; @@ -17,6 +17,8 @@ import java.util.Arrays; import java.util.List; +import org.eclipse.tm4e.core.tests.grammar.internal.MatcherTestImpl; +import org.eclipse.tm4e.core.tests.grammar.internal.RawTestImpl; import org.junit.runner.RunWith; import org.junit.runners.AllTests; @@ -25,6 +27,13 @@ import junit.framework.TestSuite; +/** + * VSCode TextMate grammar tests which uses same vscode-textmate tests located + * at src\test\resources\test-cases + * + * @see https://github.com/Microsoft/vscode-textmate/blob/master/src/tests/tests.ts + * + */ @RunWith(AllTests.class) public class VSCodeTextMateTest { diff --git a/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/grammar/test/MatcherTestImpl.java b/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/tests/grammar/internal/MatcherTestImpl.java similarity index 93% rename from org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/grammar/test/MatcherTestImpl.java rename to org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/tests/grammar/internal/MatcherTestImpl.java index 243b4b6c0..ae4b6e537 100644 --- a/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/grammar/test/MatcherTestImpl.java +++ b/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/tests/grammar/internal/MatcherTestImpl.java @@ -8,7 +8,7 @@ * Contributors: * Angelo Zerr - initial API and implementation */ -package org.eclipse.tm4e.core.grammar.test; +package org.eclipse.tm4e.core.tests.grammar.internal; import java.util.Collection; import java.util.List; diff --git a/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/grammar/test/RawTestImpl.java b/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/tests/grammar/internal/RawTestImpl.java similarity index 93% rename from org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/grammar/test/RawTestImpl.java rename to org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/tests/grammar/internal/RawTestImpl.java index a2e2e3ae4..fcff7e2f4 100644 --- a/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/grammar/test/RawTestImpl.java +++ b/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/tests/grammar/internal/RawTestImpl.java @@ -8,7 +8,7 @@ * Contributors: * Angelo Zerr - initial API and implementation */ -package org.eclipse.tm4e.core.grammar.test; +package org.eclipse.tm4e.core.tests.grammar.internal; import java.io.File; import java.io.IOException; @@ -23,7 +23,7 @@ import org.eclipse.tm4e.core.grammar.ITokenizeLineResult; import org.eclipse.tm4e.core.grammar.StackElement; import org.eclipse.tm4e.core.logger.SystemLogger; -import org.eclipse.tm4e.core.registry.IGrammarLocator; +import org.eclipse.tm4e.core.registry.IRegistryOptions; import org.eclipse.tm4e.core.registry.Registry; import org.junit.Assert; import org.junit.runner.Describable; @@ -84,7 +84,7 @@ public int countTestCases() { } private static void executeTest(RawTestImpl test, File testLocation) throws Exception { - IGrammarLocator locator = new IGrammarLocator() { + IRegistryOptions locator = new IRegistryOptions() { @Override public String getFilePath(String scopeName) { diff --git a/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/grammar/test/RawTestLine.java b/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/tests/grammar/internal/RawTestLine.java similarity index 88% rename from org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/grammar/test/RawTestLine.java rename to org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/tests/grammar/internal/RawTestLine.java index 673d86b6a..edf5df94f 100644 --- a/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/grammar/test/RawTestLine.java +++ b/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/tests/grammar/internal/RawTestLine.java @@ -8,7 +8,7 @@ * Contributors: * Angelo Zerr - initial API and implementation */ -package org.eclipse.tm4e.core.grammar.test; +package org.eclipse.tm4e.core.tests.grammar.internal; import java.util.List; diff --git a/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/grammar/test/RawToken.java b/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/tests/grammar/internal/RawToken.java similarity index 90% rename from org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/grammar/test/RawToken.java rename to org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/tests/grammar/internal/RawToken.java index 107ffe17c..d39699e39 100644 --- a/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/grammar/test/RawToken.java +++ b/org.eclipse.tm4e.core.tests/src/test/java/org/eclipse/tm4e/core/tests/grammar/internal/RawToken.java @@ -8,7 +8,7 @@ * Contributors: * Angelo Zerr - initial API and implementation */ -package org.eclipse.tm4e.core.grammar.test; +package org.eclipse.tm4e.core.tests.grammar.internal; import java.util.List; diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/suite1/tests.json b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/suite1/tests.json index e1e21f28b..464cca239 100644 --- a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/suite1/tests.json +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/suite1/tests.json @@ -591,7 +591,8 @@ "value": "html", "scopes": [ "text.jade", - "meta.tag.other entity.name.tag.jade" + "meta.tag.other", + "entity.name.tag.jade" ] } ] @@ -609,7 +610,8 @@ "value": "head", "scopes": [ "text.jade", - "meta.tag.other entity.name.tag.jade" + "meta.tag.other", + "entity.name.tag.jade" ] } ] diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/.gitignore b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/.gitignore new file mode 100644 index 000000000..8751c34ce --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/.gitignore @@ -0,0 +1 @@ +/tests/*.diff.html diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Abyss.tmTheme b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Abyss.tmTheme new file mode 100644 index 000000000..953fd645a --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Abyss.tmTheme @@ -0,0 +1,339 @@ + + + + + name + Ofer 1 + settings + + + settings + + background + #000c18 + caret + #ddbb88 + foreground + #6688cc + invisibles + #002040 + lineHighlight + #082050 + selection + #770811 + guide + #002952 + + + + name + Comment + scope + comment + settings + + foreground + #223355 + + + + name + String + scope + string + settings + + foreground + #22aa44 + + + + name + Number + scope + constant.numeric + settings + + foreground + #f280d0 + + + + name + Built-in constant + scope + constant.language + settings + + foreground + #f280d0 + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + foreground + #f280d0 + + + + name + Variable + scope + variable + settings + + fontStyle + + + + + name + Keyword + scope + keyword + settings + + foreground + #225588 + + + + name + Storage + scope + storage + settings + + fontStyle + + foreground + #225588 + + + + name + Storage type + scope + storage.type + settings + + fontStyle + italic + foreground + #9966b8 + + + + name + Class name + scope + entity.name.class, entity.name.type + settings + + fontStyle + underline + foreground + #ffeebb + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + fontStyle + italic underline + foreground + #ddbb88 + + + + name + Function name + scope + entity.name.function + settings + + fontStyle + + foreground + #ddbb88 + + + + name + Function argument + scope + variable.parameter + settings + + fontStyle + italic + foreground + #2277ff + + + + name + Tag name + scope + entity.name.tag + settings + + fontStyle + + foreground + #225588 + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + fontStyle + + foreground + #ddbb88 + + + + name + Library function + scope + support.function + settings + + fontStyle + + foreground + #9966b8 + + + + name + Library constant + scope + support.constant + settings + + fontStyle + + foreground + #9966b8 + + + + name + Library class/type + scope + support.type, support.class + settings + + fontStyle + italic + foreground + #9966b8 + + + + name + Library variable + scope + support.other.variable + settings + + fontStyle + + + + + name + Invalid + scope + invalid + settings + + background + #F92672 + fontStyle + + foreground + #F8F8F0 + + + + name + Invalid deprecated + scope + invalid.deprecated + settings + + background + #AE81FF + foreground + #F8F8F0 + + + + name + Markup Quote + scope + markup.quote + settings + + foreground + #22aa44 + + + + name + Markup Styling + scope + markup.bold, markup.italic + settings + + foreground + #22aa44 + + + + name + Markup Inline + scope + markup.inline.raw + settings + + fontStyle + + foreground + #9966b8 + + + + name + Markup Setext Header + scope + markup.heading.setext + settings + + fontStyle + + foreground + #ddbb88 + + + + uuid + 96A92F4B-E068-4DC6-9635-F55E7D920420 + + diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Kimbie_dark.tmTheme b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Kimbie_dark.tmTheme new file mode 100644 index 000000000..6f978635e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Kimbie_dark.tmTheme @@ -0,0 +1,509 @@ + + + + + + author + Jan T. Sott + name + Kimbie (dark) + comment + https://github.com/idleberg/Kimbie.tmTheme + semanticClass + theme.dark.kimbie + colorSpaceName + sRGB + gutterSettings + + background + #5e452b + divider + #5e452b + foreground + #a57a4c + selectionBackground + #84613d + selectionForeground + #d6baad + + settings + + + settings + + background + #221a0f + caret + #d3af86 + foreground + #d3af86 + invisibles + #a57a4c + lineHighlight + #5e452b + selection + #84613d + + + + name + Text + scope + variable.parameter.function + settings + + foreground + #d3af86 + + + + name + Comments + scope + comment, punctuation.definition.comment + settings + + foreground + #a57a4c + + + + name + Punctuation + scope + punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array + settings + + foreground + #d3af86 + + + + name + Delimiters + scope + none + settings + + foreground + #d3af86 + + + + name + Operators + scope + keyword.operator + settings + + foreground + #d3af86 + + + + name + Keywords + scope + keyword, keyword.control + settings + + foreground + #98676a + + + + name + Variables + scope + variable + settings + + foreground + #dc3958 + + + + name + Functions + scope + entity.name.function, meta.require, support.function.any-method + settings + + foreground + #8ab1b0 + + + + name + Classes + scope + support.class, entity.name.class, entity.name.type + settings + + foreground + #f06431 + + + + name + Methods + scope + keyword.other.special-method + settings + + foreground + #8ab1b0 + + + + name + Storage + scope + storage + settings + + foreground + #98676a + + + + name + Support + scope + support.function + settings + + foreground + #7e602c + + + + name + Strings, Inherited Class + scope + string, constant.other.symbol, entity.other.inherited-class + settings + + foreground + #889b4a + + + + name + Integers + scope + constant.numeric + settings + + foreground + #f79a32 + + + + name + Floats + scope + none + settings + + foreground + #f79a32 + + + + name + Boolean + scope + none + settings + + foreground + #f79a32 + + + + name + Constants + scope + constant + settings + + foreground + #f79a32 + + + + name + Tags + scope + entity.name.tag + settings + + foreground + #dc3958 + + + + name + Attributes + scope + entity.other.attribute-name + settings + + foreground + #f79a32 + + + + name + Attribute IDs + scope + entity.other.attribute-name.id, punctuation.definition.entity + settings + + foreground + #8ab1b0 + + + + name + Selector + scope + meta.selector + settings + + foreground + #98676a + + + + name + Values + scope + none + settings + + foreground + #f79a32 + + + + name + Headings + scope + markup.heading, markup.heading.setext, punctuation.definition.heading, entity.name.section + settings + + fontStyle + + foreground + #8ab1b0 + + + + name + Units + scope + keyword.other.unit + settings + + foreground + #f79a32 + + + + name + Bold + scope + markup.bold, punctuation.definition.bold + settings + + fontStyle + bold + foreground + #f06431 + + + + name + Italic + scope + markup.italic, punctuation.definition.italic + settings + + fontStyle + italic + foreground + #98676a + + + + name + Code + scope + markup.inline.raw + settings + + foreground + #889b4a + + + + name + Link Text + scope + string.other.link + settings + + foreground + #dc3958 + + + + name + Link Url + scope + meta.link + settings + + foreground + #f79a32 + + + + name + Lists + scope + markup.list + settings + + foreground + #dc3958 + + + + name + Quotes + scope + markup.quote + settings + + foreground + #f79a32 + + + + name + Separator + scope + meta.separator + settings + + background + #84613d + foreground + #d3af86 + + + + name + Inserted + scope + markup.inserted + settings + + foreground + #889b4a + + + + name + Deleted + scope + markup.deleted + settings + + foreground + #dc3958 + + + + name + Changed + scope + markup.changed + settings + + foreground + #98676a + + + + name + Colors + scope + constant.other.color + settings + + foreground + #7e602c + + + + name + Regular Expressions + scope + string.regexp + settings + + foreground + #7e602c + + + + name + Escape Characters + scope + constant.character.escape + settings + + foreground + #7e602c + + + + name + Embedded + scope + punctuation.section.embedded, variable.interpolation + settings + + foreground + #18401e + + + + name + Invalid + scope + invalid.illegal + settings + + foreground + #dc3958 + + + + uuid + 3afc3658-e264-4790-85c5-4c4c85f4b1ce + + diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Monokai.tmTheme b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Monokai.tmTheme new file mode 100644 index 000000000..1b6076cc6 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Monokai.tmTheme @@ -0,0 +1,461 @@ + + + + + name + Monokai + settings + + + settings + + background + #272822 + caret + #F8F8F0 + foreground + #F8F8F2 + invisibles + #3B3A32 + lineHighlight + #3E3D32 + selection + #49483E + findHighlight + #FFE792 + findHighlightForeground + #000000 + selectionBorder + #222218 + activeGuide + #9D550FB0 + guide + #48473E + + bracketsForeground + #F8F8F2A5 + bracketsOptions + underline + + bracketContentsForeground + #F8F8F2A5 + bracketContentsOptions + underline + + tagsOptions + stippled_underline + + + + name + Comment + scope + comment + settings + + foreground + #75715E + + + + name + String + scope + string + settings + + foreground + #E6DB74 + + + + name + Number + scope + constant.numeric + settings + + foreground + #AE81FF + + + + + name + Built-in constant + scope + constant.language + settings + + foreground + #AE81FF + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + foreground + #AE81FF + + + + name + Variable + scope + variable + settings + + fontStyle + + + + + name + Keyword + scope + keyword + settings + + foreground + #F92672 + + + + name + Storage + scope + storage + settings + + fontStyle + + foreground + #F92672 + + + + name + Storage type + scope + storage.type + settings + + fontStyle + italic + foreground + #66D9EF + + + + name + Class name + scope + entity.name.type, entity.name.class + settings + + fontStyle + underline + foreground + #A6E22E + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + fontStyle + italic underline + foreground + #A6E22E + + + + name + Function name + scope + entity.name.function + settings + + fontStyle + + foreground + #A6E22E + + + + name + Function argument + scope + variable.parameter + settings + + fontStyle + italic + foreground + #FD971F + + + + name + Tag name + scope + entity.name.tag + settings + + fontStyle + + foreground + #F92672 + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + fontStyle + + foreground + #A6E22E + + + + name + Library function + scope + support.function + settings + + fontStyle + + foreground + #66D9EF + + + + name + Library constant + scope + support.constant + settings + + fontStyle + + foreground + #66D9EF + + + + name + Library class/type + scope + support.type, support.class + settings + + fontStyle + italic + foreground + #66D9EF + + + + name + Library variable + scope + support.other.variable + settings + + fontStyle + + + + + name + Invalid + scope + invalid + settings + + background + #F92672 + fontStyle + + foreground + #F8F8F0 + + + + name + Invalid deprecated + scope + invalid.deprecated + settings + + background + #AE81FF + foreground + #F8F8F0 + + + + name + JSON String + scope + meta.structure.dictionary.json string.quoted.double.json + settings + + foreground + #CFCFC2 + + + + + name + diff.header + scope + meta.diff, meta.diff.header + settings + + foreground + #75715E + + + + name + diff.deleted + scope + markup.deleted + settings + + foreground + #F92672 + + + + name + diff.inserted + scope + markup.inserted + settings + + foreground + #A6E22E + + + + name + diff.changed + scope + markup.changed + settings + + foreground + #E6DB74 + + + + + scope + constant.numeric.line-number.find-in-files - match + settings + + foreground + #AE81FFA0 + + + + scope + entity.name.filename.find-in-files + settings + + foreground + #E6DB74 + + + + + name + Markup Quote + scope + markup.quote + settings + + foreground + #F92672 + + + + name + Markup Lists + scope + markup.list + settings + + foreground + #E6DB74 + + + + name + Markup Styling + scope + markup.bold, markup.italic + settings + + foreground + #66D9EF + + + + name + Markup Inline + scope + markup.inline.raw + settings + + fontStyle + + foreground + #FD971F + + + + name + Markup Headings + scope + markup.heading + settings + + foreground + #A6E22E + + + + name + Markup Setext Header + scope + markup.heading.setext + settings + + fontStyle + + foreground + #A6E22E + + + + + + uuid + D8D5E82E-3D5B-46B5-B38E-8C841C21347D + + diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/QuietLight.tmTheme b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/QuietLight.tmTheme new file mode 100644 index 000000000..34ee12f54 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/QuietLight.tmTheme @@ -0,0 +1,625 @@ + + + + + author + Martin Kühl + comment + Based on the Quiet Light theme for Espresso by Ian Beck. + name + Quiet Light + settings + + + settings + + background + #F5F5F5 + caret + #000000 + foreground + #333333 + invisibles + #AAAAAA + lineHighlight + #E4F6D4 + selection + #C9D0D9 + + + + name + Comments + scope + comment, punctuation.definition.comment + settings + + fontStyle + italic + foreground + #AAAAAA + + + + name + Comments: Preprocessor + scope + comment.block.preprocessor + settings + + fontStyle + + foreground + #AAAAAA + + + + name + Comments: Documentation + scope + comment.documentation, comment.block.documentation + settings + + foreground + #448C27 + + + + name + Invalid - Deprecated + scope + invalid.deprecated + settings + + background + #96000014 + + + + name + Invalid - Illegal + scope + invalid.illegal + settings + + background + #96000014 + foreground + #660000 + + + + name + Operators + scope + keyword.operator + settings + + foreground + #777777 + + + + name + Keywords + scope + keyword, storage + settings + + foreground + #4B83CD + + + + name + Types + scope + storage.type, support.type + settings + + foreground + #7A3E9D + + + + name + Language Constants + scope + constant.language, support.constant, variable.language + settings + + foreground + #AB6526 + + + + name + Variables + scope + variable, support.variable + settings + + foreground + #7A3E9D + + + + name + Functions + scope + entity.name.function, support.function + settings + + fontStyle + bold + foreground + #AA3731 + + + + name + Classes + scope + entity.name.type, entity.other.inherited-class, support.class + settings + + fontStyle + bold + foreground + #7A3E9D + + + + name + Exceptions + scope + entity.name.exception + settings + + foreground + #660000 + + + + name + Sections + scope + entity.name.section + settings + + fontStyle + bold + + + + name + Numbers, Characters + scope + constant.numeric, constant.character, constant + settings + + foreground + #AB6526 + + + + name + Strings + scope + string + settings + + foreground + #448C27 + + + + name + Strings: Escape Sequences + scope + constant.character.escape + settings + + foreground + #777777 + + + + name + Strings: Regular Expressions + scope + string.regexp + settings + + foreground + #4B83CD + + + + name + Strings: Symbols + scope + constant.other.symbol + settings + + foreground + #AB6526 + + + + name + Punctuation + scope + punctuation + settings + + foreground + #777777 + + + + name + Embedded Source + scope + string source, text source + settings + + background + #EAEBE6 + + + + name + ----------------------------------- + settings + + + + name + HTML: Doctype Declaration + scope + meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html + settings + + foreground + #AAAAAA + + + + name + HTML: Tags + scope + meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html + settings + + foreground + #91B3E0 + + + + name + HTML: Tag Names + scope + entity.name.tag + settings + + foreground + #4B83CD + + + + name + HTML: Attribute Names + scope + meta.tag entity.other.attribute-name, entity.other.attribute-name.html + settings + + fontStyle + italic + foreground + #91B3E0 + + + + name + HTML: Entities + scope + constant.character.entity, punctuation.definition.entity + settings + + foreground + #AB6526 + + + + name + ----------------------------------- + settings + + + + name + CSS: Selectors + scope + meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css + settings + + foreground + #7A3E9D + + + + name + CSS: Property Names + scope + meta.property-name, support.type.property-name + settings + + foreground + #AB6526 + + + + name + CSS: Property Values + scope + meta.property-value, meta.property-value constant.other, support.constant.property-value + settings + + foreground + #448C27 + + + + name + CSS: Important Keyword + scope + keyword.other.important + settings + + fontStyle + bold + + + + name + ----------------------------------- + settings + + + + name + Markup: Changed + scope + markup.changed + settings + + background + #FFFFDD + foreground + #000000 + + + + name + Markup: Deletion + scope + markup.deleted + settings + + background + #FFDDDD + foreground + #000000 + + + + name + Markup: Emphasis + scope + markup.italic + settings + + fontStyle + italic + + + + name + Markup: Error + scope + markup.error + settings + + background + #96000014 + foreground + #660000 + + + + name + Markup: Insertion + scope + markup.inserted + settings + + background + #DDFFDD + foreground + #000000 + + + + name + Markup: Link + scope + meta.link + settings + + foreground + #4B83CD + + + + name + Markup: Output + scope + markup.output, markup.raw + settings + + foreground + #777777 + + + + name + Markup: Prompt + scope + markup.prompt + settings + + foreground + #777777 + + + + name + Markup: Heading + scope + markup.heading + settings + + foreground + #AA3731 + + + + name + Markup: Strong + scope + markup.bold + settings + + fontStyle + bold + + + + name + Markup: Traceback + scope + markup.traceback + settings + + foreground + #660000 + + + + name + Markup: Underline + scope + markup.underline + settings + + fontStyle + underline + + + + name + Markup Quote + scope + markup.quote + settings + + foreground + #7A3E9D + + + + name + Markup Lists + scope + markup.list + settings + + foreground + #4B83CD + + + + name + Markup Styling + scope + markup.bold, markup.italic + settings + + foreground + #448C27 + + + + name + Markup Inline + scope + markup.inline.raw + settings + + fontStyle + + foreground + #AB6526 + + + + name + ----------------------------------- + settings + + + + name + Extra: Diff Range + scope + meta.diff.range, meta.diff.index, meta.separator + settings + + background + #DDDDFF + foreground + #434343 + + + + name + Extra: Diff From + scope + meta.diff.header.from-file + settings + + background + #FFDDDD + foreground + #434343 + + + + name + Extra: Diff To + scope + meta.diff.header.to-file + settings + + background + #DDFFDD + foreground + #434343 + + + + uuid + 231D6A91-5FD1-4CBE-BD2A-0F36C08693F1 + + diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Solarized-dark.tmTheme b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Solarized-dark.tmTheme new file mode 100644 index 000000000..d20626a5e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Solarized-dark.tmTheme @@ -0,0 +1,382 @@ + + + + + name + Solarized (dark) + settings + + + settings + + background + #002B36 + caret + #D30102 + foreground + #93A1A1 + invisibles + #93A1A180 + lineHighlight + #073642 + selection + #073642 + + + + name + Comment + scope + comment + settings + + fontStyle + italic + foreground + #657B83 + + + + name + String + scope + string + settings + + foreground + #2AA198 + + + + name + Regexp + scope + string.regexp + settings + + foreground + #D30102 + + + + name + Number + scope + constant.numeric + settings + + foreground + #D33682 + + + + name + Variable + scope + variable.language, variable.other + settings + + foreground + #268BD2 + + + + name + Keyword + scope + keyword + settings + + foreground + #859900 + + + + name + Storage + scope + storage + settings + + fontStyle + bold + foreground + #93A1A1 + + + + name + Class name + scope + entity.name.class, entity.name.type + settings + + fontStyle + + foreground + #CB4B16 + + + + name + Function name + scope + entity.name.function + settings + + foreground + #268BD2 + + + + name + Variable start + scope + punctuation.definition.variable + settings + + foreground + #859900 + + + + name + Embedded code markers + scope + punctuation.section.embedded.begin, punctuation.section.embedded.end + settings + + foreground + #D30102 + + + + name + Built-in constant + scope + constant.language, meta.preprocessor + settings + + foreground + #B58900 + + + + name + Support.construct + scope + support.function.construct, keyword.other.new + settings + + foreground + #CB4B16 + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + foreground + #CB4B16 + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + foreground + #6C71C4 + + + + name + Function argument + scope + variable.parameter + settings + + + + name + Tag name + scope + entity.name.tag + settings + + foreground + #268BD2 + + + + name + Tag start/end + scope + punctuation.definition.tag + settings + + foreground + #657B83 + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + foreground + #93A1A1 + + + + name + Library function + scope + support.function + settings + + foreground + #268BD2 + + + + name + Continuation + scope + punctuation.separator.continuation + settings + + foreground + #D30102 + + + + name + Library constant + scope + support.constant + settings + + + + name + Library class/type + scope + support.type, support.class + settings + + foreground + #859900 + + + + name + Library Exception + scope + support.type.exception + settings + + foreground + #CB4B16 + + + + name + Library variable + scope + support.other.variable + settings + + + + name + Invalid + scope + invalid + settings + + + + + name + Markup Quote + scope + markup.quote + settings + + foreground + #859900 + + + + name + Markup Lists + scope + markup.list + settings + + foreground + #B58900 + + + + name + Markup Styling + scope + markup.bold, markup.italic + settings + + foreground + #D33682 + + + + name + Markup Inline + scope + markup.inline.raw + settings + + fontStyle + + foreground + #2AA198 + + + + name + Markup Headings + scope + markup.heading + settings + + foreground + #268BD2 + + + + name + Markup Setext Header + scope + markup.heading.setext + settings + + fontStyle + + foreground + #268BD2 + + + + + uuid + F930B0BF-AA03-4232-A30F-CEF749FF8E72 + + diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Solarized-light.tmTheme b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Solarized-light.tmTheme new file mode 100644 index 000000000..83103e7a2 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Solarized-light.tmTheme @@ -0,0 +1,375 @@ + + + + + name + Solarized (light) + settings + + + settings + + background + #FDF6E3 + caret + #000000 + foreground + #586E75 + invisibles + #93A1A180 + lineHighlight + #EEE8D5 + selection + #073642 + + + + name + Comment + scope + comment + settings + + foreground + #93A1A1 + + + + name + String + scope + string + settings + + foreground + #2AA198 + + + + name + Regexp + scope + string.regexp + settings + + foreground + #D30102 + + + + name + Number + scope + constant.numeric + settings + + foreground + #D33682 + + + + name + Variable + scope + variable.language, variable.other + settings + + foreground + #268BD2 + + + + name + Keyword + scope + keyword + settings + + foreground + #859900 + + + + name + Storage + scope + storage + settings + + fontStyle + bold + foreground + #073642 + + + + name + Class name + scope + entity.name.class, entity.name.type + settings + + foreground + #268BD2 + + + + name + Function name + scope + entity.name.function + settings + + foreground + #268BD2 + + + + name + Variable start + scope + punctuation.definition.variable + settings + + foreground + #859900 + + + + name + Embedded code markers + scope + punctuation.section.embedded.begin, punctuation.section.embedded.end + settings + + foreground + #D30102 + + + + name + Built-in constant + scope + constant.language, meta.preprocessor + settings + + foreground + #B58900 + + + + name + Support.construct + scope + support.function.construct, keyword.other.new + settings + + foreground + #D30102 + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + foreground + #CB4B16 + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + + + name + Function argument + scope + variable.parameter + settings + + + + name + Tag name + scope + entity.name.tag + settings + + foreground + #268BD2 + + + + name + Tag start/end + scope + punctuation.definition.tag.begin, punctuation.definition.tag.end + settings + + foreground + #93A1A1 + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + foreground + #93A1A1 + + + + name + Library function + scope + support.function + settings + + foreground + #268BD2 + + + + name + Continuation + scope + punctuation.separator.continuation + settings + + foreground + #D30102 + + + + name + Library constant + scope + support.constant + settings + + + + name + Library class/type + scope + support.type, support.class + settings + + foreground + #859900 + + + + name + Library Exception + scope + support.type.exception + settings + + foreground + #CB4B16 + + + + name + Library variable + scope + support.other.variable + settings + + + + name + Invalid + scope + invalid + settings + + + + + name + Markup Quote + scope + markup.quote + settings + + foreground + #859900 + + + + name + Markup Lists + scope + markup.list + settings + + foreground + #B58900 + + + + name + Markup Styling + scope + markup.bold, markup.italic + settings + + foreground + #D33682 + + + + name + Markup Inline + scope + markup.inline.raw + settings + + fontStyle + + foreground + #2AA198 + + + + name + Markup Headings + scope + markup.heading + settings + + foreground + #268BD2 + + + + name + Markup Setext Header + scope + markup.heading.setext + settings + + fontStyle + + foreground + #268BD2 + + + + + uuid + 38E819D9-AE02-452F-9231-ECC3B204AFD7 + + diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Tomorrow-Night-Blue.tmTheme b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Tomorrow-Night-Blue.tmTheme new file mode 100644 index 000000000..977629f72 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/Tomorrow-Night-Blue.tmTheme @@ -0,0 +1,293 @@ + + + + + comment + http://chriskempson.com + name + Tomorrow Night - Blue + settings + + + settings + + background + #002451 + caret + #FFFFFF + foreground + #FFFFFF + invisibles + #404F7D + lineHighlight + #00346E + selection + #003F8E + + + + name + Comment + scope + comment + settings + + foreground + #7285B7 + + + + name + Foreground, Operator + scope + keyword.operator.class, keyword.operator, constant.other, source.php.embedded.line + settings + + fontStyle + + foreground + #FFFFFF + + + + name + Variable, String Link, Regular Expression, Tag Name, GitGutter deleted + scope + variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag, markup.deleted.git_gutter + settings + + foreground + #FF9DA4 + + + + name + Number, Constant, Function Argument, Tag Attribute, Embedded + scope + constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit + settings + + fontStyle + + foreground + #FFC58F + + + + name + Class, Support + scope + entity.name.class, entity.name.type, support.type, support.class + settings + + fontStyle + + foreground + #FFEEAD + + + + name + String, Symbols, Inherited Class, Markup Heading, GitGutter inserted + scope + string, constant.other.symbol, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter + settings + + fontStyle + + foreground + #D1F1A9 + + + + name + Operator, Misc + scope + keyword.operator, constant.other.color + settings + + foreground + #99FFFF + + + + name + Function, Special Method, Block Level, GitGutter changed + scope + entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level, markup.changed.git_gutter + settings + + fontStyle + + foreground + #BBDAFF + + + + name + Keyword, Storage + scope + keyword, storage, storage.type, entity.name.tag.css + settings + + fontStyle + + foreground + #EBBBFF + + + + name + Invalid + scope + invalid + settings + + background + #F99DA5 + fontStyle + + foreground + #FFFFFF + + + + name + Separator + scope + meta.separator + settings + + background + #BBDAFE + foreground + #FFFFFF + + + + name + Deprecated + scope + invalid.deprecated + settings + + background + #EBBBFF + fontStyle + + foreground + #FFFFFF + + + + name + Diff foreground + scope + markup.inserted.diff, markup.deleted.diff, meta.diff.header.to-file, meta.diff.header.from-file + settings + + foreground + #FFFFFF + + + + name + Diff insertion + scope + markup.inserted.diff, meta.diff.header.to-file + settings + + foreground + #718c00 + + + + name + Diff deletion + scope + markup.deleted.diff, meta.diff.header.from-file + settings + + foreground + #c82829 + + + + name + Diff header + scope + meta.diff.header.from-file, meta.diff.header.to-file + settings + + foreground + #FFFFFF + background + #4271ae + + + + name + Diff range + scope + meta.diff.range + settings + + fontStyle + italic + foreground + #3e999f + + + + + name + Markup Quote + scope + markup.quote + settings + + foreground + #FFC58F + + + + name + Markup Lists + scope + markup.list + settings + + foreground + #BBDAFF + + + + name + Markup Styling + scope + markup.bold, markup.italic + settings + + foreground + #FFC58F + + + + name + Markup Inline + scope + markup.inline.raw + settings + + fontStyle + + foreground + #FF9DA4 + + + + + uuid + 3F4BB232-3C3A-4396-99C0-06A9573715E9 + + \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/dark_plus.json b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/dark_plus.json new file mode 100644 index 000000000..e47f4c02e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/dark_plus.json @@ -0,0 +1,109 @@ +{ + "name": "Dark+", + "include": "./dark_vs.json", + "settings": [ + { + "name": "Function declarations", + "scope": [ + "entity.name.function", + "support.function" + ], + "settings": { + "foreground": "#DCDCAA" + } + }, + { + "name": "Types declaration and references", + "scope": [ + "meta.return-type", + "support.class", + "support.type", + "entity.name.type", + "entity.name.class", + + "storage.type.cs", + "storage.type.generic.cs", + "storage.type.modifier.cs", + "storage.type.variable.cs", + + "storage.type.annotation.java", + "storage.type.generic.java", + "storage.type.java", + "storage.type.object.array.java", + "storage.type.primitive.array.java", + "storage.type.primitive.java", + "storage.type.token.java", + + "storage.type.groovy", + "storage.type.annotation.groovy", + "storage.type.parameters.groovy", + "storage.type.generic.groovy", + "storage.type.object.array.groovy", + "storage.type.primitive.array.groovy", + "storage.type.primitive.groovy" + ], + "settings": { + "foreground": "#4EC9B0" + } + }, + { + "name": "Types declaration and references, TS grammar specific", + "scope": [ + "meta.return.type", + "meta.type.cast.expr", + "meta.type.new.expr", + "support.constant.math", + "support.constant.dom", + "support.constant.json" + ], + "settings": { + "foreground": "#4EC9B0" + } + }, + { + "name": "Control flow keywords", + "scope": "keyword.control", + "settings": { + "foreground": "#C586C0" + } + }, + { + "name": "Variable and parameter name", + "scope": [ + "variable", + "meta.definition.variable.name", + "support.variable" + ], + "settings": { + "foreground": "#9CDCFE" + } + }, + { + "name": "Object keys, TS grammar specific", + "scope": [ + "meta.object-literal.key", + "meta.object-literal.key entity.name.function" + ], + "settings": { + "foreground": "#9CDCFE" + } + }, + { + "name": "CSS property value", + "scope": [ + "constant.other.color.rgb-value.css", + "constant.other.rgb-value.css", + "meta.property-value.css support.function", + "meta.property-value.css support", + + "constant.numeric.color.rgb-value.scss", + "constant.rgb-value.scss", + "meta.property-value.scss support.function", + "meta.property-value.scss support" + ], + "settings": { + "foreground": "#CE9178" + } + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/dark_vs.json b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/dark_vs.json new file mode 100644 index 000000000..b717ba64b --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/dark_vs.json @@ -0,0 +1,334 @@ +{ + "name": "Dark Visual Studio", + "settings": [ + { + "settings": { + "foreground": "#D4D4D4", + "background": "#1E1E1E" + } + }, + { + "scope": "emphasis", + "settings": { + "fontStyle": "italic" + } + }, + { + "scope": "strong", + "settings": { + "fontStyle": "bold" + } + }, + { + "scope": "header", + "settings": { + "foreground": "#000080" + } + }, + + { + "scope": "comment", + "settings": { + "foreground": "#608b4e" + } + }, + { + "scope": "constant.language", + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "constant.numeric", + "settings": { + "foreground": "#b5cea8" + } + }, + { + "scope": "constant.regexp", + "settings": { + "foreground": "#646695" + } + }, + { + "scope": [ + "constant.other.color.rgb-value.css", + "constant.numeric.color.rgb-value.scss", + "constant.other.rgb-value.css" + ], + "settings": { + "foreground": "#d4d4d4" + } + }, + { + "scope": "entity.name.tag", + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "entity.name.tag.css", + "settings": { + "foreground": "#d7ba7d" + } + }, + { + "scope": "entity.other.attribute-name", + "settings": { + "foreground": "#9cdcfe" + } + }, + { + "scope": [ + "entity.other.attribute-name.class.css", + "entity.other.attribute-name.class.mixin.css", + "entity.other.attribute-name.id.css", + "entity.other.attribute-name.parent-selector.css", + "entity.other.attribute-name.pseudo-class.css", + "entity.other.attribute-name.pseudo-element.css", + + "source.css.less entity.other.attribute-name.id", + + "entity.other.attribute-name.attribute.scss", + "entity.other.attribute-name.scss" + ], + "settings": { + "foreground": "#d7ba7d" + } + }, + { + "scope": "invalid", + "settings": { + "foreground": "#f44747" + } + }, + { + "scope": "markup.underline", + "settings": { + "fontStyle": "underline" + } + }, + { + "scope": "markup.bold", + "settings": { + "fontStyle": "bold", + "foreground": "#569cd6" + } + }, + { + "scope": "markup.heading", + "settings": { + "fontStyle": "bold", + "foreground": "#569cd6" + } + }, + { + "scope": "markup.italic", + "settings": { + "fontStyle": "italic" + } + }, + { + "scope": "markup.inserted", + "settings": { + "foreground": "#b5cea8" + } + }, + { + "scope": "markup.deleted", + "settings": { + "foreground": "#ce9178" + } + }, + { + "scope": "markup.changed", + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "beginning.punctuation.definition.quote.markdown", + "settings": { + "foreground": "#608b4e" + } + }, + { + "scope": "beginning.punctuation.definition.list.markdown", + "settings": { + "foreground": "#6796e6" + } + }, + { + "scope": "markup.inline.raw", + "settings": { + "foreground": "#ce9178" + } + }, + { + "scope": "meta.selector", + "settings": { + "foreground": "#d7ba7d" + } + }, + { + "name": "brackets of XML/HTML tags", + "scope": "punctuation.definition.tag", + "settings": { + "foreground": "#808080" + } + }, + { + "scope": "meta.preprocessor", + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "meta.preprocessor.string", + "settings": { + "foreground": "#ce9178" + } + }, + { + "scope": "meta.preprocessor.numeric", + "settings": { + "foreground": "#b5cea8" + } + }, + { + "scope": "meta.structure.dictionary.key.python", + "settings": { + "foreground": "#9cdcfe" + } + }, + { + "scope": "meta.diff.header", + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "storage", + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "storage.type", + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "storage.modifier", + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "string", + "settings": { + "foreground": "#ce9178" + } + }, + { + "scope": "string.tag", + "settings": { + "foreground": "#ce9178" + } + }, + { + "scope": "string.value", + "settings": { + "foreground": "#ce9178" + } + }, + { + "scope": "string.regexp", + "settings": { + "foreground": "#d16969" + } + }, + { + "name": "JavaScript string interpolation ${}", + "scope": [ + "punctuation.definition.template-expression.begin.ts", + "punctuation.definition.template-expression.end.ts" + ], + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "support.type.property-name", + "settings": { + "foreground": "#9cdcfe" + } + }, + { + "scope": "keyword", + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "keyword.control", + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "keyword.operator", + "settings": { + "foreground": "#d4d4d4" + } + }, + { + "scope": ["keyword.operator.new", "keyword.operator.expression"], + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "keyword.other.unit", + "settings": { + "foreground": "#b5cea8" + } + }, + { + "scope": [ + "punctuation.section.embedded.metatag.begin.php", + "punctuation.section.embedded.metatag.end.php" + ], + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "support.function.git-rebase", + "settings": { + "foreground": "#9cdcfe" + } + }, + { + "scope": "constant.sha.git-rebase", + "settings": { + "foreground": "#b5cea8" + } + }, + { + "name": "coloring of the Java import and package identifiers", + "scope": ["storage.modifier.import.java", "storage.modifier.package.java"], + "settings": { + "foreground": "#d4d4d4" + } + }, + { + "name": "this.self", + "scope": "variable.language", + "settings": { + "foreground": "#569cd6" + } + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/diff.css b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/diff.css new file mode 100644 index 000000000..dd56485e2 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/diff.css @@ -0,0 +1,54 @@ +.diff { + background: white !important; + color: #555 !important; + width: 100%; +} +.diff.collapsed { + display: none; +} +.actual-line, .expected-line, .diff { + white-space: pre; +} +.actual-line::before, .expected-line::before { + cursor: text; + content: '✓BOTH'; + color: green; + width: 70px; + display: inline-block; +} +.actual-line.with-diff::before, .expected-line.with-diff::before { + color: orange; +} +.actual-line.with-diff::before { + content: '⚠ NEW' +} +.expected-line.with-diff::before { + content: '⚠ OLD' +} +.actual-line.with-diff, .expected-line.with-diff { + cursor: pointer; +} +.actual-line.the-same { + display:none; +} +.diff td { + vertical-align: top; +} +.title { + cursor: pointer; +} +.title.with-diff::before { + color: orange; + content: '⚠'; + width: 30px; + display: inline-block; +} +.title.the-same::before { + color: green; + content: '✓'; + width: 30px; + display: inline-block; +} +.collapsed { + display:none; +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/diff.js b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/diff.js new file mode 100644 index 000000000..23a498889 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/diff.js @@ -0,0 +1,194 @@ +var _allData = JSON.parse(atob(self.allData)); +var output = document.createElement('div'); +document.body.appendChild(output); +var escape = document.createElement('textarea'); +function escapeHTML(str) { + str = str.replace(/\t/g, ' '); + escape.textContent = str; + return escape.innerHTML; +} +function renderTestCase(data) { + var content = data.testContent; + var output = []; + var actual = data.actual; + var expected = data.expected; + var diff = data.diff; + var actualIndex = 0, expectedIndex = 0, diffIndex = 0; + var lines = content.split(/\r\n|\r|\n/g); + for (var i = 0, len = lines.length; i < len; i++) { + var line = lines[i]; + var actualLineOutput = []; + var actualLine = line; + while (actualLine.length > 0) { + var actualToken = actual[actualIndex++]; + actualLine = actualLine.substr(actualToken.content.length); + actualLineOutput.push("" + escapeHTML(actualToken.content) + ""); + } + actualLineOutput.push(''); + var expectedLineOutput = []; + var expectedLine = line; + while (expectedLine.length > 0) { + var expectedToken = expected[expectedIndex++]; + expectedLine = expectedLine.substr(expectedToken.content.length); + expectedLineOutput.push("" + escapeHTML(expectedToken.content) + ""); + } + expectedLineOutput.push(''); + var diffOutput = []; + while (diffIndex < diff.length && diff[diffIndex].oldIndex < expectedIndex) { + diffOutput.push(''); + diffOutput.push(escapeHTML(JSON.stringify(diff[diffIndex].newToken, null, ' '))); + diffOutput.push(''); + diffOutput.push(escapeHTML(JSON.stringify(diff[diffIndex].oldToken, null, ' '))); + diffOutput.push(''); + diffIndex++; + } + if (diffOutput.length > 0) { + actualLineOutput = ['
'].concat(actualLineOutput); + expectedLineOutput = ['
'].concat(expectedLineOutput); + diffOutput = [''].concat(diffOutput).concat(''); + } + else { + actualLineOutput = ['
'].concat(actualLineOutput); + expectedLineOutput = ['
'].concat(expectedLineOutput); + } + output = output.concat(actualLineOutput); + output = output.concat(expectedLineOutput); + output = output.concat(diffOutput); + } + var domNode = document.createElement('div'); + var title = document.createElement('h2'); + if (diff.length > 0) { + title.className = 'title with-diff'; + } + else { + title.className = 'title the-same'; + } + title.innerHTML = data.themeName; + domNode.appendChild(title); + var linesDomNode = document.createElement('div'); + if (diff.length === 0) { + linesDomNode.className = 'collapsed'; + } + linesDomNode.innerHTML = output.join(''); + linesDomNode.style.backgroundColor = data.backgroundColor; + linesDomNode.style.fontFamily = 'Consolas'; + domNode.appendChild(linesDomNode); + return domNode; +} +document.body.onclick = function (e) { + var target = e.target; + if (target.tagName === 'H2') { + var targetContent = target.nextElementSibling; + if (targetContent.className === 'collapsed') { + targetContent.className = ''; + } + else { + targetContent.className = 'collapsed'; + } + return; + } + if (target.tagName !== 'SPAN') { + return; + } + var line = target.parentElement; + var targetDiff = null; + if (/^actual-line/.test(line.className)) { + targetDiff = line.nextElementSibling.nextElementSibling; + } + else if (/^expected-line/.test(line.className)) { + targetDiff = line.nextElementSibling; + } + if (!targetDiff) { + return; + } + if (targetDiff.className === 'diff collapsed') { + targetDiff.className = 'diff'; + } + else { + targetDiff.className = 'diff collapsed'; + } +}; +var acceptDiffContent = (function () { + var result = {}; + for (var i = 0, len = _allData.length; i < len; i++) { + var data = _allData[i]; + if (!data.actual) { + continue; + } + result[data.themeName] = data.diff.map(function (diffEntry) { + return { + index: diffEntry.oldIndex, + content: diffEntry.oldToken.content, + color: diffEntry.oldToken.color, + newColor: diffEntry.newToken.color.substring(0, 7) + }; + }); + } + return JSON.stringify(result, null, '\t'); +})(); +var diffTA = document.createElement('textarea'); +diffTA.value = acceptDiffContent; +document.body.appendChild(diffTA); +document.body.oncopy = function (e) { + e.clipboardData.setData('text', acceptDiffContent); +}; +var acceptBtn = document.createElement('button'); +acceptBtn.innerHTML = 'Accept diff'; +acceptBtn.style.position = 'fixed'; +acceptBtn.style.top = '10px'; +acceptBtn.style.right = '10px'; +acceptBtn.style.fontSize = '150%'; +document.body.appendChild(acceptBtn); +acceptBtn.onclick = function () { + diffTA.select(); + console.log(acceptDiffContent); +}; +var patchedBtn = document.createElement('button'); +patchedBtn.innerHTML = 'View patched diff'; +patchedBtn.style.position = 'fixed'; +patchedBtn.style.top = '10px'; +patchedBtn.style.right = '150px'; +patchedBtn.style.fontSize = '150%'; +document.body.appendChild(patchedBtn); +patchedBtn.onclick = renderPatchedDiff; +var originalBtn = document.createElement('button'); +originalBtn.innerHTML = 'View original diff'; +originalBtn.style.position = 'fixed'; +originalBtn.style.top = '10px'; +originalBtn.style.right = '360px'; +originalBtn.style.fontSize = '150%'; +document.body.appendChild(originalBtn); +originalBtn.onclick = renderOriginalDiff; +function renderOriginalDiff() { + output.innerHTML = ''; + _allData.forEach(function (data) { + if (!data.actual) { + return; + } + output.appendChild(renderTestCase({ + testContent: data.testContent, + themeName: data.themeName, + backgroundColor: data.backgroundColor, + actual: data.actual, + expected: data.expected, + diff: data.diff + })); + }); +} +function renderPatchedDiff() { + output.innerHTML = ''; + _allData.forEach(function (data) { + if (!data.actual) { + return; + } + output.appendChild(renderTestCase({ + testContent: data.testContent, + themeName: data.themeName, + backgroundColor: data.backgroundColor, + actual: data.actual, + expected: data.patchedExpected, + diff: data.patchedDiff + })); + }); +} +renderOriginalDiff(); diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/diff.ts b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/diff.ts new file mode 100644 index 000000000..06d14585d --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/diff.ts @@ -0,0 +1,271 @@ +interface IRawThemeSetting { + readonly name?: string; + readonly scope?: string | string[]; + readonly settings: { + readonly fontStyle?: string; + readonly foreground?: string; + readonly background?: string; + }; +} + +interface IThemedTokenScopeExplanation { + scopeName: string; + themeMatches: IRawThemeSetting[]; +} + +interface IThemedTokenExplanation { + content: string; + scopes: IThemedTokenScopeExplanation[]; +} + +interface IThemedToken { + content: string; + color: string; + explanation: IThemedTokenExplanation[]; +} + +interface IExpectedTokenization { + content: string; + color: string; + _r: string; + _t: string; +} + +interface ITokenizationDiff { + oldIndex: number; + oldToken: IExpectedTokenization; + newToken: IThemedToken; +} + +interface IDiffPageData { + testContent: string; + themeName: string; + backgroundColor: string; + actual: IThemedToken[]; + expected: IExpectedTokenization[]; + diff: ITokenizationDiff[]; + patchedExpected: IExpectedTokenization[]; + patchedDiff: ITokenizationDiff[]; +} + +let _allData: IDiffPageData[] = JSON.parse(atob((self).allData)); +let output = document.createElement('div'); +document.body.appendChild(output); + +interface ITestCaseData { + testContent: string; + themeName: string; + backgroundColor: string; + actual: IThemedToken[]; + expected: IExpectedTokenization[]; + diff: ITokenizationDiff[]; +} + +var escape = document.createElement('textarea'); +function escapeHTML(str:string): string { + str = str.replace(/\t/g, ' '); + escape.textContent = str; + return escape.innerHTML; +} + +function renderTestCase(data: ITestCaseData): HTMLElement { + let content = data.testContent; + + let output = []; + + let actual = data.actual; + let expected = data.expected; + let diff = data.diff; + let actualIndex = 0, expectedIndex = 0, diffIndex = 0; + let lines = content.split(/\r\n|\r|\n/g); + for (let i = 0, len = lines.length; i < len; i++) { + let line = lines[i]; + + let actualLineOutput: string[] = []; + let actualLine = line; + while (actualLine.length > 0) { + let actualToken = actual[actualIndex++]; + actualLine = actualLine.substr(actualToken.content.length); + actualLineOutput.push(`${escapeHTML(actualToken.content)}`); + } + actualLineOutput.push('
'); + + let expectedLineOutput: string[] = []; + let expectedLine = line; + while (expectedLine.length > 0) { + let expectedToken = expected[expectedIndex++]; + expectedLine = expectedLine.substr(expectedToken.content.length); + expectedLineOutput.push(`${escapeHTML(expectedToken.content)}`); + } + expectedLineOutput.push('
'); + + let diffOutput: string[] = []; + while (diffIndex < diff.length && diff[diffIndex].oldIndex < expectedIndex) { + diffOutput.push(''); + diffOutput.push(escapeHTML(JSON.stringify(diff[diffIndex].newToken, null, ' '))); + diffOutput.push(''); + diffOutput.push(escapeHTML(JSON.stringify(diff[diffIndex].oldToken, null, ' '))); + diffOutput.push(''); + diffIndex++; + } + if (diffOutput.length > 0) { + actualLineOutput = ['
'].concat(actualLineOutput); + expectedLineOutput = ['
'].concat(expectedLineOutput); + diffOutput = [''].concat(diffOutput).concat(''); + } else { + actualLineOutput = ['
'].concat(actualLineOutput); + expectedLineOutput = ['
'].concat(expectedLineOutput); + } + + output = output.concat(actualLineOutput); + output = output.concat(expectedLineOutput); + output = output.concat(diffOutput); + } + + let domNode = document.createElement('div'); + let title = document.createElement('h2'); + if (diff.length > 0) { + title.className = 'title with-diff'; + } else { + title.className = 'title the-same'; + } + title.innerHTML = data.themeName; + domNode.appendChild(title); + + let linesDomNode = document.createElement('div'); + if (diff.length === 0) { + linesDomNode.className = 'collapsed'; + } + linesDomNode.innerHTML = output.join(''); + linesDomNode.style.backgroundColor = data.backgroundColor; + linesDomNode.style.fontFamily = 'Consolas'; + + domNode.appendChild(linesDomNode); + + return domNode; +} + +document.body.onclick = function (e) { + let target = e.target; + if (target.tagName === 'H2') { + let targetContent = target.nextElementSibling; + if (targetContent.className === 'collapsed') { + targetContent.className = ''; + } else { + targetContent.className = 'collapsed'; + } + return; + } + if (target.tagName !== 'SPAN') { + return; + } + let line = target.parentElement; + + let targetDiff = null; + if (/^actual-line/.test(line.className)) { + targetDiff = line.nextElementSibling.nextElementSibling; + } else if (/^expected-line/.test(line.className)) { + targetDiff = line.nextElementSibling; + } + if (!targetDiff) { + return; + } + if (targetDiff.className === 'diff collapsed') { + targetDiff.className = 'diff'; + } else { + targetDiff.className = 'diff collapsed'; + } +}; + +let acceptDiffContent = (function() { + let result = {}; + for (let i = 0, len = _allData.length; i < len; i++) { + let data = _allData[i]; + + if (!data.actual) { + continue; + } + + result[data.themeName] = data.diff.map(function (diffEntry) { + return { + index: diffEntry.oldIndex, + content: diffEntry.oldToken.content, + color: diffEntry.oldToken.color, + newColor: diffEntry.newToken.color.substring(0, 7) + }; + }); + } + return JSON.stringify(result, null, '\t'); +})(); +let diffTA = document.createElement('textarea'); +diffTA.value = acceptDiffContent; +document.body.appendChild(diffTA); +document.body.oncopy = function(e) { + e.clipboardData.setData('text', acceptDiffContent); +}; + +let acceptBtn = document.createElement('button'); +acceptBtn.innerHTML = 'Accept diff'; +acceptBtn.style.position = 'fixed'; +acceptBtn.style.top = '10px'; +acceptBtn.style.right = '10px'; +acceptBtn.style.fontSize = '150%'; +document.body.appendChild(acceptBtn); +acceptBtn.onclick = function () { + diffTA.select(); + console.log(acceptDiffContent); +}; + +let patchedBtn = document.createElement('button'); +patchedBtn.innerHTML = 'View patched diff'; +patchedBtn.style.position = 'fixed'; +patchedBtn.style.top = '10px'; +patchedBtn.style.right = '150px'; +patchedBtn.style.fontSize = '150%'; +document.body.appendChild(patchedBtn); +patchedBtn.onclick = renderPatchedDiff; + +let originalBtn = document.createElement('button'); +originalBtn.innerHTML = 'View original diff'; +originalBtn.style.position = 'fixed'; +originalBtn.style.top = '10px'; +originalBtn.style.right = '360px'; +originalBtn.style.fontSize = '150%'; +document.body.appendChild(originalBtn); +originalBtn.onclick = renderOriginalDiff; + +function renderOriginalDiff() { + output.innerHTML = ''; + _allData.forEach(function (data) { + if (!data.actual) { + return; + } + output.appendChild(renderTestCase({ + testContent: data.testContent, + themeName: data.themeName, + backgroundColor: data.backgroundColor, + actual: data.actual, + expected: data.expected, + diff: data.diff, + })); + }); +} + +function renderPatchedDiff() { + output.innerHTML = ''; + _allData.forEach(function (data) { + if (!data.actual) { + return; + } + output.appendChild(renderTestCase({ + testContent: data.testContent, + themeName: data.themeName, + backgroundColor: data.backgroundColor, + actual: data.actual, + expected: data.patchedExpected, + diff: data.patchedDiff, + })); + }); +} + +renderOriginalDiff(); diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/dimmed-monokai.tmTheme b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/dimmed-monokai.tmTheme new file mode 100644 index 000000000..83284b286 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/dimmed-monokai.tmTheme @@ -0,0 +1,799 @@ + + + + author + uonick + comment + Dimmed - Monokai + name + Dimmed - Monokai + settings + + + settings + + background + #1e1e1e + caret + #fc5604 + foreground + #C5C8C6 + invisibles + #4B4E55 + lineHighlight + #282A2E + selection + #373B41 + + + + name + By uonick + settings + + + + + name + Comment + scope + comment + settings + + fontStyle + + + foreground + #9A9B99 + + + + name + String + scope + string + settings + + fontStyle + + + foreground + #9AA83A + + + + name + String Embedded Source + scope + string source + settings + + fontStyle + + + foreground + #D08442 + + + + name + Number + scope + constant.numeric + settings + + fontStyle + + + foreground + #6089B4 + + + + name + Built-in constant + scope + constant.language + settings + + fontStyle + + + foreground + #408080 + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + fontStyle + + + foreground + #8080FF + background + #1e1e1e + + + + name + Keyword + scope + keyword + settings + + fontStyle + + + foreground + #6089B4 + + + + name + Support + scope + support + settings + + fontStyle + + + foreground + #C7444A + + + + name + Storage + scope + storage + settings + + fontStyle + + + foreground + #9872A2 + + + + name + Class name + scope + entity.name.class, entity.name.type + settings + + fontStyle + + + foreground + #9B0000 + background + #1E1E1E + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + fontStyle + + + foreground + #C7444A + + + + name + Function name + scope + entity.name.function + settings + + fontStyle + + + foreground + #CE6700 + + + + name + Function argument + scope + variable.parameter + settings + + fontStyle + + + foreground + #6089B4 + + + + name + Tag name + scope + entity.name.tag + settings + + fontStyle + + + foreground + #9872A2 + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + fontStyle + + + foreground + #9872A2 + + + + name + Library function + scope + support.function + settings + + fontStyle + + + foreground + #9872A2 + + + + name + Keyword + scope + keyword + settings + + fontStyle + + + foreground + #676867 + + + + name + Class Variable + scope + variable.other, variable.js, punctuation.separator.variable + settings + + fontStyle + + + foreground + #6089B4 + + + + name + Language Constant + scope + constant.language + settings + + fontStyle + + + foreground + #FF0080 + + + + name + Meta Brace + scope + punctuation.section.embedded -(source string source punctuation.section.embedded), meta.brace.erb.html + settings + + fontStyle + + + foreground + #008200 + + + + name + Invalid + scope + invalid + settings + + fontStyle + + + foreground + #FF0B00 + + + + name + Normal Variable + scope + variable.other.php, variable.other.normal + settings + + fontStyle + + + foreground + #6089B4 + + + + name + Function Call + scope + meta.function-call + settings + + fontStyle + + + foreground + #0080FF + + + + name + Function Object + scope + meta.function-call.object + settings + + fontStyle + + + foreground + #9872A2 + + + + name + Function Call Variable + scope + variable.other.property + settings + + fontStyle + + + foreground + #9872A2 + + + + name + Keyword Control + scope + keyword.control + settings + + fontStyle + + + foreground + #9872A2 + + + + name + Tag + scope + meta.tag + settings + + fontStyle + + + foreground + #D0B344 + + + + name + Tag Name + scope + entity.name.tag + settings + + fontStyle + + + foreground + #6089B4 + + + + name + Doctype + scope + meta.doctype, meta.tag.sgml-declaration.doctype, meta.tag.sgml.doctype + settings + + fontStyle + + + foreground + #9AA83A + + + + name + Tag Inline Source + scope + meta.tag.inline source, text.html.php.source + settings + + fontStyle + + + foreground + #9AA83A + + + + name + Tag Other + scope + meta.tag.other, entity.name.tag.style, entity.name.tag.script, meta.tag.block.script, source.js.embedded punctuation.definition.tag.html, source.css.embedded punctuation.definition.tag.html + settings + + fontStyle + + + foreground + #9872A2 + + + + name + Tag Attribute + scope + entity.other.attribute-name, meta.tag punctuation.definition.string + settings + + fontStyle + + + foreground + #D0B344 + + + + name + Tag Value + scope + meta.tag string -source -punctuation, text source text meta.tag string -punctuation + settings + + fontStyle + + + foreground + #6089B4 + + + + name + Meta Brace + scope + punctuation.section.embedded -(source string source punctuation.section.embedded), meta.brace.erb.html + settings + + fontStyle + + + foreground + #D0B344 + + + + name + HTML ID + scope + meta.toc-list.id + settings + + foreground + #9AA83A + + + + name + HTML String + scope + string.quoted.double.html, punctuation.definition.string.begin.html, punctuation.definition.string.end.html + settings + + fontStyle + + + foreground + #9AA83A + + + + name + HTML Tags + scope + punctuation.definition.tag.html, punctuation.definition.tag.begin, punctuation.definition.tag.end + settings + + fontStyle + + + foreground + #6089B4 + + + + name + CSS ID + scope + meta.selector.css entity.other.attribute-name.id + settings + + fontStyle + + + foreground + #9872A2 + + + + name + CSS Property Name + scope + support.type.property-name.css + settings + + fontStyle + + + foreground + #676867 + + + + name + CSS Property Value + scope + meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css + settings + + fontStyle + + + foreground + #C7444A + + + + name + JavaScript Variable + scope + variable.language.js + settings + + foreground + #CC555A + + + + name + PHP Function Call + scope + meta.function-call.object.php + settings + + fontStyle + + + foreground + #D0B344 + + + + name + PHP Single Quote HMTL Fix + scope + punctuation.definition.string.end.php, punctuation.definition.string.begin.php + settings + + foreground + #9AA83A + + + + name + PHP Parenthesis HMTL Fix + scope + source.php.embedded.line.html + settings + + foreground + #676867 + + + + name + PHP Punctuation Embedded + scope + punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php + settings + + fontStyle + + + foreground + #D08442 + + + + name + Ruby Symbol + scope + constant.other.symbol.ruby + settings + + fontStyle + + + foreground + #9AA83A + + + + name + Ruby Variable + scope + variable.language.ruby + settings + + fontStyle + + + foreground + #D0B344 + + + + name + Ruby Special Method + scope + keyword.other.special-method.ruby + settings + + fontStyle + + + foreground + #D9B700 + + + + name + Ruby Embedded Source + scope + source.ruby.embedded.source + settings + + foreground + #D08442 + + + + name + SQL + scope + keyword.other.DML.sql + settings + + fontStyle + + + foreground + #D0B344 + + + + + name + Markup Quote + scope + markup.quote + settings + + foreground + #9872A2 + + + + name + Markup Lists + scope + markup.list + settings + + foreground + #9AA83A + + + + name + Markup Styling + scope + markup.bold, markup.italic + settings + + foreground + #6089B4 + + + + name + Markup Inline + scope + markup.inline.raw + settings + + fontStyle + + foreground + #FF0080 + + + + name + Markup Headings + scope + markup.heading + settings + + foreground + #D0B344 + + + + name + Markup Setext Header + scope + markup.heading.setext + settings + + fontStyle + + foreground + #D0B344 + + + + + + diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/colorize-fixtures/test-13777.go b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/colorize-fixtures/test-13777.go new file mode 100644 index 000000000..a14630755 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/colorize-fixtures/test-13777.go @@ -0,0 +1 @@ +var e [][]*aType // ( bug in highligher?) \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/colorize-fixtures/test.go b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/colorize-fixtures/test.go new file mode 100644 index 000000000..ef1d22a3b --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/colorize-fixtures/test.go @@ -0,0 +1,24 @@ +package main + +import ( + "encoding/base64" + "fmt" +) + +func main() { + dnsName := "test-vm-from-go" + storageAccount := "mystorageaccount" + + client, err := management.ClientFromPublishSettingsFile("path/to/downloaded.publishsettings", "") + if err != nil { + panic(err) + } + + // create virtual machine + role := vmutils.NewVMConfiguration(dnsName, vmSize) + vmutils.ConfigureDeploymentFromPlatformImage( + &role, + vmImage, + fmt.Sprintf("http://%s.blob.core.windows.net/sdktest/%s.vhd", storageAccount, dnsName), + "") +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/colorize-results/test-13777_go.json b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/colorize-results/test-13777_go.json new file mode 100644 index 000000000..b6fb84f65 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/colorize-results/test-13777_go.json @@ -0,0 +1,57 @@ +[ + { + "c": "var", + "t": "go.keyword.var", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + } + }, + { + "c": " e [][]*aType // ( ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "bug", + "t": "declaration.go.other.variable", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " in highligher?", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": ")", + "t": "bracket.go.other.punctuation.round", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + } +] \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/colorize-results/test_go.json b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/colorize-results/test_go.json new file mode 100644 index 000000000..7b3a68d73 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/colorize-results/test_go.json @@ -0,0 +1,1300 @@ +[ + { + "c": "package", + "t": "go.keyword.package", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "main", + "t": "entity.go.name.package", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "import", + "t": "go.import.keyword", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "(", + "t": "bracket.go.other.punctuation.round", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "\"", + "t": "begin.definition.double.go.punctuation.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": "encoding/base64", + "t": "double.entity.go.import.name.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": "\"", + "t": "definition.double.end.go.punctuation.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "\"", + "t": "begin.definition.double.go.punctuation.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": "fmt", + "t": "double.entity.go.import.name.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": "\"", + "t": "definition.double.end.go.punctuation.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": ")", + "t": "bracket.go.other.punctuation.round", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "func", + "t": "function.go.keyword", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "main", + "t": "entity.function.name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "()", + "t": "bracket.go.other.punctuation.round", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "{", + "t": "bracket.curly.go.other.punctuation", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "dnsName", + "t": "assignment.go.other.variable", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": ":=", + "t": "assignment.go.keyword.operator", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "\"", + "t": "begin.definition.double.go.punctuation.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": "test-vm-from-go", + "t": "double.go.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": "\"", + "t": "definition.double.end.go.punctuation.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "storageAccount", + "t": "assignment.go.other.variable", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": ":=", + "t": "assignment.go.keyword.operator", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "\"", + "t": "begin.definition.double.go.punctuation.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": "mystorageaccount", + "t": "double.go.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": "\"", + "t": "definition.double.end.go.punctuation.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "client", + "t": "assignment.go.other.variable", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": ",", + "t": "comma.go.other.punctuation", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "err", + "t": "assignment.go.other.variable", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": ":=", + "t": "assignment.go.keyword.operator", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + } + }, + { + "c": " management", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": ".", + "t": "go.other.period.punctuation", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "ClientFromPublishSettingsFile", + "t": "function.go.support", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "(", + "t": "bracket.go.other.punctuation.round", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "\"", + "t": "begin.definition.double.go.punctuation.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": "path/to/downloaded.publishsettings", + "t": "double.go.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": "\"", + "t": "definition.double.end.go.punctuation.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": ",", + "t": "comma.go.other.punctuation", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "\"", + "t": "begin.definition.double.go.punctuation.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": "\"", + "t": "definition.double.end.go.punctuation.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": ")", + "t": "bracket.go.other.punctuation.round", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "if", + "t": "control.go.keyword", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + } + }, + { + "c": " err ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "!=", + "t": "comparison.go.keyword.operator", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "nil", + "t": "constant.go.language", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "{", + "t": "bracket.curly.go.other.punctuation", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "panic", + "t": "builtin.function.go.support", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "(", + "t": "bracket.go.other.punctuation.round", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "err", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": ")", + "t": "bracket.go.other.punctuation.round", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "}", + "t": "bracket.curly.go.other.punctuation", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "//", + "t": "comment.definition.double-slash.go.line.punctuation", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + } + }, + { + "c": " create virtual machine", + "t": "comment.double-slash.go.line", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "role", + "t": "assignment.go.other.variable", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": ":=", + "t": "assignment.go.keyword.operator", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + } + }, + { + "c": " vmutils", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": ".", + "t": "go.other.period.punctuation", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "NewVMConfiguration", + "t": "function.go.support", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "(", + "t": "bracket.go.other.punctuation.round", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "dnsName", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": ",", + "t": "comma.go.other.punctuation", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " vmSize", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": ")", + "t": "bracket.go.other.punctuation.round", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " vmutils", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": ".", + "t": "go.other.period.punctuation", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "ConfigureDeploymentFromPlatformImage", + "t": "function.go.support", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "(", + "t": "bracket.go.other.punctuation.round", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "&", + "t": "address.go.keyword.operator", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + } + }, + { + "c": "role", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": ",", + "t": "comma.go.other.punctuation", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " vmImage", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": ",", + "t": "comma.go.other.punctuation", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " fmt", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": ".", + "t": "go.other.period.punctuation", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "Sprintf", + "t": "function.go.support", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "(", + "t": "bracket.go.other.punctuation.round", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "\"", + "t": "begin.definition.double.go.punctuation.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": "http://", + "t": "double.go.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": "%s", + "t": "constant.double.go.other.placeholder.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": ".blob.core.windows.net/sdktest/", + "t": "double.go.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": "%s", + "t": "constant.double.go.other.placeholder.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": ".vhd", + "t": "double.go.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": "\"", + "t": "definition.double.end.go.punctuation.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": ",", + "t": "comma.go.other.punctuation", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " storageAccount", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": ",", + "t": "comma.go.other.punctuation", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " dnsName", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": ")", + "t": "bracket.go.other.punctuation.round", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": ",", + "t": "comma.go.other.punctuation", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "\"", + "t": "begin.definition.double.go.punctuation.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": "\"", + "t": "definition.double.end.go.punctuation.quoted.string", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + }, + { + "c": ")", + "t": "bracket.go.other.punctuation.round", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + }, + { + "c": "}", + "t": "bracket.curly.go.other.punctuation", + "r": { + "dark_plus": ".vs-dark .token rgb(212, 212, 212)", + "light_plus": ".vs .token rgb(0, 0, 0)", + "dark_vs": ".vs-dark .token rgb(212, 212, 212)", + "light_vs": ".vs .token rgb(0, 0, 0)", + "hc_black": ".hc-black .token rgb(255, 255, 255)" + } + } +] \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/go.json b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/go.json new file mode 100644 index 000000000..b4983d400 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/go/go.json @@ -0,0 +1,611 @@ +{ + "scopeName": "source.go", + "name": "Go", + "comment": "Go language", + "fileTypes": [ + "go" + ], + "foldingStartMarker": "({|\\()\\s*$", + "foldingStopMarker": "(}|\\))\\s*$", + "patterns": [ + { + "comment": "Block comments", + "begin": "/\\*", + "end": "\\*/", + "captures": { + "0": { + "name": "punctuation.definition.comment.go" + } + }, + "name": "comment.block.go" + }, + { + "comment": "Line comments", + "begin": "//", + "beginCaptures": { + "0": { + "name": "punctuation.definition.comment.go" + } + }, + "end": "$", + "name": "comment.line.double-slash.go" + }, + { + "comment": "Interpreted string literals", + "begin": "\"", + "beginCaptures": { + "0": { + "name": "punctuation.definition.string.begin.go" + } + }, + "end": "\"", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.go" + } + }, + "name": "string.quoted.double.go", + "patterns": [ + { + "include": "#string_escaped_char" + }, + { + "include": "#string_placeholder" + } + ] + }, + { + "comment": "Raw string literals", + "begin": "`", + "beginCaptures": { + "0": { + "name": "punctuation.definition.string.begin.go" + } + }, + "end": "`", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.go" + } + }, + "name": "string.quoted.raw.go", + "patterns": [ + { + "include": "#string_placeholder" + } + ] + }, + { + "comment": "Syntax error receiving channels", + "match": "<\\-([\\t ]+)chan\\b", + "captures": { + "1": { + "name": "invalid.illegal.receive-channel.go" + } + } + }, + { + "comment": "Syntax error sending channels", + "match": "\\bchan([\\t ]+)<-", + "captures": { + "1": { + "name": "invalid.illegal.send-channel.go" + } + } + }, + { + "comment": "Syntax error using slices", + "match": "\\[\\](\\s+)", + "captures": { + "1": { + "name": "invalid.illegal.slice.go" + } + } + }, + { + "comment": "Syntax error numeric literals", + "match": "\\b0[0-7]*[89]\\d*\\b", + "name": "invalid.illegal.numeric.go" + }, + { + "comment": "Built-in functions", + "match": "\\b(append|cap|close|complex|copy|delete|imag|len|make|new|panic|print|println|real|recover)\\b(?=\\()", + "name": "support.function.builtin.go" + }, + { + "comment": "Function declarations", + "match": "^(\\bfunc\\b)(?:\\s+(\\([^\\)]+\\)\\s+)?([a-zA-Z_]\\w*)(?=\\())?", + "captures": { + "1": { + "name": "keyword.function.go" + }, + "2": { + "patterns": [ + { + "include": "#brackets" + }, + { + "include": "#operators" + } + ] + }, + "3": { + "name": "entity.name.function" + } + } + }, + { + "comment": "Functions", + "match": "(\\bfunc\\b)|([a-zA-Z_]\\w*)(?=\\()", + "captures": { + "1": { + "name": "keyword.function.go" + }, + "2": { + "name": "support.function.go" + } + } + }, + { + "comment": "Floating-point literals", + "match": "(\\.\\d+([Ee][-+]\\d+)?i?)\\b|\\b\\d+\\.\\d*(([Ee][-+]\\d+)?i?\\b)?", + "name": "constant.numeric.floating-point.go" + }, + { + "comment": "Integers", + "match": "\\b((0x[0-9a-fA-F]+)|(0[0-7]+i?)|(\\d+([Ee]\\d+)?i?)|(\\d+[Ee][-+]\\d+i?))\\b", + "name": "constant.numeric.integer.go" + }, + { + "comment": "Language constants", + "match": "\\b(true|false|nil|iota)\\b", + "name": "constant.language.go" + }, + { + "comment": "Package declarations", + "match": "(?<=package)\\s+([a-zA-Z_]\\w*)", + "captures": { + "1": { + "name": "entity.name.package.go" + } + } + }, + { + "comment": "Single line import declarations", + "match": "(?<=import)(\\s+((?!\\s+\")[^\\s]*)?\\s*)((\")([^\"]*)(\"))", + "captures": { + "2": { + "name": "entity.alias.import.go" + }, + "3": { + "name": "string.quoted.double.go" + }, + "4": { + "name": "punctuation.definition.string.begin.go" + }, + "5": { + "name": "entity.name.import.go" + }, + "6": { + "name": "punctuation.definition.string.end.go" + } + } + }, + { + "comment": "Multiline import declarations", + "begin": "(?<=import)\\s+(\\()", + "beginCaptures": { + "1": { + "name": "punctuation.other.bracket.round.go" + } + }, + "patterns": [ + { + "match": "((?!\\s+\")[^\\s]*)?\\s+((\")([^\"]*)(\"))", + "captures": { + "1": { + "name": "entity.alias.import.go" + }, + "2": { + "name": "string.quoted.double.go" + }, + "3": { + "name": "punctuation.definition.string.begin.go" + }, + "4": { + "name": "entity.name.import.go" + }, + "5": { + "name": "punctuation.definition.string.end.go" + } + } + } + ], + "end": "\\)", + "endCaptures": { + "0": { + "name": "punctuation.other.bracket.round.go" + } + } + }, + { + "comment": "Type declarations", + "match": "(?<=type)\\s+([a-zA-Z_]\\w*)", + "captures": { + "1": { + "name": "entity.name.type.go" + } + } + }, + { + "comment": "Shorthand variable declaration and assignments", + "match": "[a-zA-Z_]\\w*(?:,\\s*[a-zA-Z_]\\w*)*(?=\\s*:=)", + "captures": { + "0": { + "patterns": [ + { + "match": "[a-zA-Z_]\\w*", + "name": "variable.other.assignment.go" + }, + { + "include": "#delimiters" + } + ] + } + } + }, + { + "comment": "Assignments to existing variables", + "match": "(?=|<[^<]|>[^>])", + "name": "keyword.operator.comparison.go" + }, + { + "match": "(&&|\\|\\||!)", + "name": "keyword.operator.logical.go" + }, + { + "match": "(=|\\+=|\\-=|\\|=|\\^=|\\*=|/=|:=|%=|<<=|>>=|&\\^=|&=)", + "name": "keyword.operator.assignment.go" + }, + { + "match": "(\\+|\\-|\\*|/|%)", + "name": "keyword.operator.arithmetic.go" + }, + { + "match": "(&(?!\\^)|\\||\\^|&\\^|<<|>>)", + "name": "keyword.operator.arithmetic.bitwise.go" + }, + { + "match": "\\.\\.\\.", + "name": "keyword.operator.ellipsis.go" + } + ] + }, + "runes": { + "patterns": [ + { + "match": "\\'(\\\\([0-7]{3}|[abfnrtv\\\\'\"]|x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8})|\\p{Any})\\'", + "name": "constant.other.rune.go" + }, + { + "match": "\\'.*\\'", + "name": "invalid.illegal.unknown-rune.go" + } + ] + }, + "storage_types": { + "patterns": [ + { + "match": "\\bbool\\b", + "name": "storage.type.boolean.go" + }, + { + "match": "\\bbyte\\b", + "name": "storage.type.byte.go" + }, + { + "match": "\\berror\\b", + "name": "storage.type.error.go" + }, + { + "match": "\\b(complex(64|128)|float(32|64)|u?int(8|16|32|64)?)\\b", + "name": "storage.type.numeric.go" + }, + { + "match": "\\brune\\b", + "name": "storage.type.rune.go" + }, + { + "match": "\\bstring\\b", + "name": "storage.type.string.go" + }, + { + "match": "\\buintptr\\b", + "name": "storage.type.uintptr.go" + } + ] + }, + "string_escaped_char": { + "patterns": [ + { + "match": "\\\\([0-7]{3}|[abfnrtv\\\\'\"]|x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8})", + "name": "constant.character.escape.go" + }, + { + "match": "\\\\[^0-7xuUabfnrtv\\'\"]", + "name": "invalid.illegal.unknown-escape.go" + } + ] + }, + "string_placeholder": { + "patterns": [ + { + "match": "%(\\[\\d+\\])?([\\+#\\-0\\x20]{,2}((\\d+|\\*)?(\\.?(\\d+|\\*|(\\[\\d+\\])\\*?)?(\\[\\d+\\])?)?))?[vT%tbcdoqxXUbeEfFgGsp]", + "name": "constant.other.placeholder.go" + } + ] + }, + "variables": { + "comment": "First add tests and make sure existing tests still pass when changing anything here!", + "patterns": [ + { + "match": "([a-zA-Z_]\\w*(?:,\\s*[a-zA-Z_]\\w*)*)\\s*(=.*)", + "captures": { + "1": { + "patterns": [ + { + "match": "[a-zA-Z_]\\w*", + "name": "variable.other.assignment.go" + }, + { + "include": "#delimiters" + } + ] + }, + "2": { + "patterns": [ + { + "include": "$self" + } + ] + } + } + }, + { + "match": "([a-zA-Z_]\\w*(?:,\\s*[a-zA-Z_]\\w*)*)(\\s+[\\*]?[a-zA-Z_]\\w*\\s*)(=.*)", + "captures": { + "1": { + "patterns": [ + { + "match": "[a-zA-Z_]\\w*", + "name": "variable.other.assignment.go" + }, + { + "include": "#delimiters" + } + ] + }, + "2": { + "patterns": [ + { + "include": "$self" + } + ] + }, + "3": { + "patterns": [ + { + "include": "$self" + } + ] + } + } + }, + { + "match": "([a-zA-Z_]\\w*(?:,\\s*[a-zA-Z_]\\w*)*)(\\s+[\\[\\]\\*]{0,3}[a-zA-Z_]\\w*\\s*[^=].*)", + "captures": { + "1": { + "patterns": [ + { + "match": "[a-zA-Z_]\\w*", + "name": "variable.other.declaration.go" + }, + { + "include": "#delimiters" + } + ] + }, + "2": { + "patterns": [ + { + "include": "$self" + } + ] + } + } + } + ] + } + }, + "version": "https://github.com/atom/language-go/commit/d941ce3155b500e65b4d7fbc53ea51b9c92ec1cb" +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/grammars.json b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/grammars.json new file mode 100644 index 000000000..5f6b188c4 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/grammars.json @@ -0,0 +1,265 @@ +[ + { + "language": "bat", + "scopeName": "source.dosbatch", + "path": "./syntaxes/Batch File.tmLanguage" + }, + { + "language": "clojure", + "scopeName": "source.clojure", + "path": "./syntaxes/Clojure.tmLanguage" + }, + { + "language": "coffeescript", + "scopeName": "source.coffee", + "path": "./syntaxes/coffeescript.json" + }, + { + "language": "c", + "scopeName": "source.c", + "path": "./syntaxes/c.json" + }, + { + "language": "cpp", + "scopeName": "source.cpp", + "path": "./syntaxes/c++.json" + }, + { + "scopeName": "source.c.platform", + "path": "./syntaxes/Platform.tmLanguage" + }, + { + "language": "css", + "scopeName": "source.css", + "path": "./syntaxes/css.plist" + }, + { + "language": "diff", + "scopeName": "source.diff", + "path": "./syntaxes/diff.tmLanguage" + }, + { + "language": "dockerfile", + "scopeName": "source.dockerfile", + "path": "./syntaxes/Dockerfile.tmLanguage" + }, + { + "language": "fsharp", + "scopeName": "source.fsharp", + "path": "./syntaxes/fsharp.json" + }, + { + "language": "git-commit", + "scopeName": "text.git-commit", + "path": "./syntaxes/git-commit.tmLanguage" + }, + { + "language": "git-rebase", + "scopeName": "text.git-rebase", + "path": "./syntaxes/git-rebase.tmLanguage" + }, + { + "language": "go", + "scopeName": "source.go", + "path": "./syntaxes/go.json" + }, + { + "language": "groovy", + "scopeName": "source.groovy", + "path": "./syntaxes/Groovy.tmLanguage" + }, + { + "language": "handlebars", + "scopeName": "text.html.handlebars", + "path": "./syntaxes/Handlebars.json" + }, + { + "language": "html", + "scopeName": "text.html.basic", + "path": "./syntaxes/html.json", + "embeddedLanguages": { + "text.html": "html", + "source.css": "css", + "source.js": "javascript", + "source.python": "python", + "source.smarty": "smarty" + } + }, + { + "language": "ini", + "scopeName": "source.properties", + "path": "./syntaxes/properties.plist" + }, + { + "language": "properties", + "scopeName": "source.properties", + "path": "./syntaxes/properties.plist" + }, + { + "language": "jade", + "scopeName": "text.jade", + "path": "./syntaxes/Jade.json" + }, + { + "language": "java", + "scopeName": "source.java", + "path": "./syntaxes/java.json" + }, + { + "language": "javascriptreact", + "scopeName": "source.js", + "path": "./syntaxes/JavaScript.tmLanguage.json" + }, + { + "language": "javascript", + "scopeName": "source.js", + "path": "./syntaxes/JavaScript.tmLanguage.json" + }, + { + "scopeName": "source.js.regexp", + "path": "./syntaxes/Regular Expressions (JavaScript).tmLanguage" + }, + { + "language": "json", + "scopeName": "source.json", + "path": "./syntaxes/JSON.tmLanguage" + }, + { + "language": "less", + "scopeName": "source.css.less", + "path": "./syntaxes/less.tmLanguage.json" + }, + { + "language": "lua", + "scopeName": "source.lua", + "path": "./syntaxes/lua.json" + }, + { + "language": "makefile", + "scopeName": "source.makefile", + "path": "./syntaxes/Makefile.json" + }, + { + "language": "markdown", + "scopeName": "text.html.markdown", + "path": "./syntaxes/markdown.tmLanguage" + }, + { + "language": "objective-c", + "scopeName": "source.objc", + "path": "./syntaxes/Objective-C.tmLanguage" + }, + { + "language": "perl", + "scopeName": "source.perl", + "path": "./syntaxes/Perl.plist" + }, + { + "language": "perl6", + "scopeName": "source.perl.6", + "path": "./syntaxes/Perl 6.tmLanguage" + }, + { + "language": "php", + "scopeName": "text.html.php", + "path": "./syntaxes/php.json", + "embeddedLanguages": { + "text.html": "html", + "source.php": "php", + "source.sql": "sql", + "text.xml": "xml", + "source.js": "javascript", + "source.json": "json", + "source.css": "css" + } + }, + { + "language": "powershell", + "scopeName": "source.powershell", + "path": "./syntaxes/PowershellSyntax.tmLanguage" + }, + { + "language": "python", + "scopeName": "source.python", + "path": "./syntaxes/MagicPython.tmLanguage.json" + }, + { + "scopeName": "source.regexp.python", + "path": "./syntaxes/MagicRegExp.tmLanguage.json" + }, + { + "language": "r", + "scopeName": "source.r", + "path": "./syntaxes/R.plist" + }, + { + "language": "razor", + "scopeName": "text.html.cshtml", + "path": "./syntaxes/cshtml.json" + }, + { + "language": "ruby", + "scopeName": "source.ruby", + "path": "./syntaxes/Ruby.plist" + }, + { + "language": "rust", + "path": "./syntaxes/rust.json", + "scopeName": "source.rust" + }, + { + "language": "scss", + "scopeName": "source.css.scss", + "path": "./syntaxes/scss.json" + }, + { + "language": "shaderlab", + "path": "./syntaxes/shaderlab.json", + "scopeName": "source.shaderlab" + }, + { + "language": "shellscript", + "scopeName": "source.shell", + "path": "./syntaxes/Shell-Unix-Bash.tmLanguage.json" + }, + { + "language": "sql", + "scopeName": "source.sql", + "path": "./syntaxes/SQL.plist" + }, + { + "language": "swift", + "scopeName": "source.swift", + "path": "./syntaxes/swift.json" + }, + { + "language": "typescript", + "scopeName": "source.ts", + "path": "./syntaxes/TypeScript.tmLanguage.json" + }, + { + "language": "typescriptreact", + "scopeName": "source.tsx", + "path": "./syntaxes/TypeScriptReact.tmLanguage.json" + }, + { + "language": "vb", + "scopeName": "source.asp.vb.net", + "path": "./syntaxes/ASPVBnet.plist" + }, + { + "language": "xml", + "scopeName": "text.xml", + "path": "./syntaxes/xml.json" + }, + { + "language": "xsl", + "scopeName": "text.xml.xsl", + "path": "./syntaxes/xsl.json" + }, + { + "language": "yaml", + "scopeName": "source.yaml", + "path": "./syntaxes/yaml.json" + } +] \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/hc_black.json b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/hc_black.json new file mode 100644 index 000000000..f5aa258ff --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/hc_black.json @@ -0,0 +1,301 @@ +{ + "name": "Dark Visual Studio", + "settings": [ + { + "settings": { + "foreground": "#FFFFFF", + "background": "#000000" + } + }, + { + "scope": "emphasis", + "settings": { + "fontStyle": "italic" + } + }, + { + "scope": "strong", + "settings": { + "fontStyle": "bold" + } + }, + { + "scope": "meta.diff.header", + "settings": { + "foreground": "#000080" + } + }, + + { + "scope": "comment", + "settings": { + "foreground": "#7ca668" + } + }, + { + "scope": "constant.language", + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "constant.numeric", + "settings": { + "foreground": "#b5cea8" + } + }, + { + "scope": "constant.regexp", + "settings": { + "foreground": "#b46695" + } + }, + { + "scope": [ + "constant.other.color.rgb-value.css", + "constant.numeric.color.rgb-value.scss", + "constant.other.rgb-value.css" + ], + "settings": { + "foreground": "#d4d4d4" + } + }, + { + "scope": "entity.name.tag", + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "entity.name.tag.css", + "settings": { + "foreground": "#d7ba7d" + } + }, + { + "scope": "entity.other.attribute-name", + "settings": { + "foreground": "#9cdcfe" + } + }, + { + "scope": [ + "entity.other.attribute-name.class.css", + "entity.other.attribute-name.class.mixin.css", + "entity.other.attribute-name.id.css", + "entity.other.attribute-name.parent-selector.css", + "entity.other.attribute-name.pseudo-class.css", + "entity.other.attribute-name.pseudo-element.css", + + "source.css.less entity.other.attribute-name.id", + + "entity.other.attribute-name.attribute.scss", + "entity.other.attribute-name.scss" + ], + "settings": { + "foreground": "#d7ba7d" + } + }, + { + "scope": "invalid", + "settings": { + "foreground": "#f44747" + } + }, + { + "scope": "markup.underline", + "settings": { + "fontStyle": "underline" + } + }, + { + "scope": "markup.bold", + "settings": { + "fontStyle": "bold" + } + }, + { + "scope": "markup.heading", + "settings": { + "foreground": "#6796e6" + } + }, + { + "scope": "markup.italic", + "settings": { + "fontStyle": "italic" + } + }, + { + "scope": "markup.inserted", + "settings": { + "foreground": "#b5cea8" + } + }, + { + "scope": "markup.deleted", + "settings": { + "foreground": "#ce9178" + } + }, + { + "scope": "markup.changed", + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "meta.selector", + "settings": { + "foreground": "#d7ba7d" + } + }, + { + "name": "brackets of XML/HTML tags", + "scope": [ + "punctuation.definition.tag" + ], + "settings": { + "foreground": "#808080" + } + }, + { + "scope": "meta.preprocessor", + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "meta.preprocessor.string", + "settings": { + "foreground": "#ce9178" + } + }, + { + "scope": "meta.preprocessor.numeric", + "settings": { + "foreground": "#b5cea8" + } + }, + { + "scope": "meta.structure.dictionary.key.python", + "settings": { + "foreground": "#9cdcfe" + } + }, + { + "scope": "storage", + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "storage.type", + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "storage.modifier", + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "string", + "settings": { + "foreground": "#ce9178" + } + }, + { + "scope": "string.tag", + "settings": { + "foreground": "#ce9178" + } + }, + { + "scope": "string.value", + "settings": { + "foreground": "#ce9178" + } + }, + { + "scope": "string.regexp", + "settings": { + "foreground": "#d16969" + } + }, + { + "name": "JavaScript string interpolation ${}", + "scope": [ + "punctuation.definition.template-expression.begin.ts", + "punctuation.definition.template-expression.end.ts" + ], + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "support.type.property-name", + "settings": { + "foreground": "#d4d4d4" + } + }, + { + "scope": "keyword", + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "keyword.control", + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "keyword.operator", + "settings": { + "foreground": "#d4d4d4" + } + }, + { + "scope": ["keyword.operator.new", "keyword.operator.expression"], + "settings": { + "foreground": "#569cd6" + } + }, + { + "scope": "keyword.other.unit", + "settings": { + "foreground": "#b5cea8" + } + }, + { + "scope": "support.function.git-rebase", + "settings": { + "foreground": "#d4d4d4" + } + }, + { + "scope": "constant.sha.git-rebase", + "settings": { + "foreground": "#b5cea8" + } + }, + { + "name": "coloring of the Java import and package identifiers", + "scope": ["storage.modifier.import.java", "storage.modifier.package.java"], + "settings": { + "foreground": "#d4d4d4" + } + }, + { + "name": "coloring of the TS this", + "scope": "variable.language.this", + "settings": { + "foreground": "#569cd6" + } + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/languages.json b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/languages.json new file mode 100644 index 000000000..af6326b2e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/languages.json @@ -0,0 +1,750 @@ +[ + { + "id": "bat", + "extensions": [ + ".bat", + ".cmd" + ], + "aliases": [ + "Batch", + "bat" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "clojure", + "aliases": [ + "Clojure", + "clojure" + ], + "extensions": [ + ".clj", + ".cljs", + ".cljx", + ".clojure", + ".edn" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "coffeescript", + "extensions": [ + ".coffee", + ".cson" + ], + "aliases": [ + "CoffeeScript", + "coffeescript", + "coffee" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "c", + "extensions": [ + ".c" + ], + "aliases": [ + "C", + "c" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "cpp", + "extensions": [ + ".cpp", + ".cc", + ".cxx", + ".hpp", + ".hh", + ".hxx", + ".h", + ".mm", + ".ino", + ".inl" + ], + "aliases": [ + "C++", + "Cpp", + "cpp" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "css", + "aliases": [ + "CSS", + "css" + ], + "extensions": [ + ".css" + ], + "mimetypes": [ + "text/css" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "diff", + "aliases": [ + "Diff", + "diff" + ], + "extensions": [ + ".patch", + ".diff", + ".rej" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "dockerfile", + "extensions": [ + ".dockerfile" + ], + "filenames": [ + "Dockerfile" + ], + "aliases": [ + "Dockerfile" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "fsharp", + "extensions": [ + ".fs", + ".fsi", + ".fsx", + ".fsscript" + ], + "aliases": [ + "F#", + "FSharp", + "fsharp" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "git-commit", + "aliases": [ + "Git Commit Message", + "git-commit" + ], + "filenames": [ + "COMMIT_EDITMSG", + "MERGE_MSG" + ], + "configuration": "./git-commit.language-configuration.json" + }, + { + "id": "git-rebase", + "aliases": [ + "Git Rebase Message", + "git-rebase" + ], + "filenames": [ + "git-rebase-todo" + ], + "configuration": "./git-rebase.language-configuration.json" + }, + { + "id": "go", + "extensions": [ + ".go" + ], + "aliases": [ + "Go" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "groovy", + "aliases": [ + "Groovy", + "groovy" + ], + "extensions": [ + ".groovy", + ".gvy", + ".gradle" + ], + "firstLine": "^#!.*\\bgroovy\\b", + "configuration": "./language-configuration.json" + }, + { + "id": "handlebars", + "extensions": [ + ".handlebars", + ".hbs" + ], + "aliases": [ + "Handlebars", + "handlebars" + ], + "mimetypes": [ + "text/x-handlebars-template" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "html", + "extensions": [ + ".html", + ".htm", + ".shtml", + ".xhtml", + ".mdoc", + ".jsp", + ".asp", + ".aspx", + ".jshtm", + ".vue" + ], + "aliases": [ + "HTML", + "htm", + "html", + "xhtml" + ], + "mimetypes": [ + "text/html", + "text/x-jshtm", + "text/template", + "text/ng-template", + "application/xhtml+xml" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "ini", + "extensions": [ + ".ini" + ], + "aliases": [ + "Ini", + "ini" + ], + "configuration": "./ini.language-configuration.json" + }, + { + "id": "properties", + "extensions": [ + ".properties", + ".gitconfig" + ], + "filenames": [ + "config", + ".gitattributes", + ".gitconfig", + "gitconfig", + ".editorconfig" + ], + "aliases": [ + "properties", + "properties" + ], + "configuration": "./properties.language-configuration.json" + }, + { + "id": "jade", + "extensions": [ + ".jade", + ".pug" + ], + "aliases": [ + "Jade", + "jade" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "java", + "extensions": [ + ".java", + ".jav" + ], + "aliases": [ + "Java", + "java" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "javascriptreact", + "aliases": [ + "JavaScript React", + "jsx" + ], + "extensions": [ + ".jsx" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "javascript", + "aliases": [ + "JavaScript", + "javascript", + "js" + ], + "extensions": [ + ".js", + ".es6" + ], + "filenames": [ + "jakefile" + ], + "firstLine": "^#!.*\\bnode", + "mimetypes": [ + "text/javascript" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "json", + "aliases": [ + "JSON", + "json" + ], + "extensions": [ + ".json", + ".bowerrc", + ".jshintrc", + ".jscsrc", + ".eslintrc", + ".babelrc", + ".webmanifest" + ], + "mimetypes": [ + "application/json", + "application/manifest+json" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "less", + "aliases": [ + "Less", + "less" + ], + "extensions": [ + ".less" + ], + "mimetypes": [ + "text/x-less", + "text/less" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "lua", + "extensions": [ + ".lua" + ], + "aliases": [ + "Lua", + "lua" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "makefile", + "aliases": [ + "Makefile", + "makefile" + ], + "filenames": [ + "Makefile", + "makefile", + "GNUmakefile", + "OCamlMakefile" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "markdown", + "aliases": [ + "Markdown", + "markdown" + ], + "extensions": [ + ".md", + ".mdown", + ".markdown", + ".markdn" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "objective-c", + "extensions": [ + ".m" + ], + "aliases": [ + "Objective-C" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "perl", + "aliases": [ + "Perl", + "perl" + ], + "extensions": [ + ".pl", + ".pm", + ".pod", + ".t", + ".PL", + ".psgi" + ], + "firstLine": "^#!.*\\bperl\\b", + "configuration": "./perl.language-configuration.json" + }, + { + "id": "perl6", + "aliases": [ + "Perl 6", + "perl6" + ], + "extensions": [ + ".p6", + ".pl6", + ".pm6", + ".nqp" + ], + "firstLine": "(^#!.*\\bperl6\\b)|use\\s+v6", + "configuration": "./perl6.language-configuration.json" + }, + { + "id": "php", + "extensions": [ + ".php", + ".php4", + ".php5", + ".phtml", + ".ctp" + ], + "aliases": [ + "PHP", + "php" + ], + "mimetypes": [ + "application/x-php" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "powershell", + "extensions": [ + ".ps1", + ".psm1", + ".psd1", + ".pssc", + ".psrc" + ], + "aliases": [ + "PowerShell", + "powershell", + "ps", + "ps1" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "python", + "extensions": [ + ".py", + ".rpy", + ".pyw", + ".cpy", + ".gyp", + ".gypi" + ], + "aliases": [ + "Python", + "py" + ], + "firstLine": "^#!/.*\\bpython[0-9.-]*\\b", + "configuration": "./language-configuration.json" + }, + { + "id": "r", + "extensions": [ + ".r", + ".rhistory", + ".rprofile", + ".rt" + ], + "aliases": [ + "R", + "r" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "razor", + "extensions": [ + ".cshtml" + ], + "aliases": [ + "Razor", + "razor" + ], + "mimetypes": [ + "text/x-cshtml" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "ruby", + "extensions": [ + ".rb", + ".rbx", + ".rjs", + ".gemspec", + ".rake", + ".ru" + ], + "filenames": [ + "rakefile", + "gemfile", + "guardfile" + ], + "aliases": [ + "Ruby", + "rb" + ], + "firstLine": "^#!/.*\\bruby\\b", + "configuration": "./language-configuration.json" + }, + { + "id": "rust", + "extensions": [ + ".rs" + ], + "aliases": [ + "Rust", + "rust" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "scss", + "aliases": [ + "Sass", + "scss" + ], + "extensions": [ + ".scss" + ], + "mimetypes": [ + "text/x-scss", + "text/scss" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "shaderlab", + "extensions": [ + ".shader", + ".cginc" + ], + "aliases": [ + "ShaderLab", + "shaderlab" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "shellscript", + "aliases": [ + "Shell Script (Bash)", + "shellscript", + "bash", + "sh", + "zsh" + ], + "extensions": [ + ".sh", + ".bash", + ".bashrc", + ".bash_aliases", + ".bash_profile", + ".bash_login", + ".ebuild", + ".install", + ".profile", + ".bash_logout", + ".zsh", + ".zshrc", + ".zprofile", + ".zlogin", + ".zlogout", + ".zshenv" + ], + "filenames": [ + "PKGBUILD" + ], + "firstLine": "^#!.*\\b(bash|zsh|sh|tcsh).*|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-", + "configuration": "./language-configuration.json", + "mimetypes": [ + "text/x-shellscript" + ] + }, + { + "id": "sql", + "extensions": [ + ".sql", + ".dsql" + ], + "aliases": [ + "SQL" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "swift", + "aliases": [ + "Swift", + "swift" + ], + "extensions": [ + ".swift" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "typescript", + "aliases": [ + "TypeScript", + "ts", + "typescript" + ], + "extensions": [ + ".ts" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "typescriptreact", + "aliases": [ + "TypeScript React", + "tsx" + ], + "extensions": [ + ".tsx" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "vb", + "extensions": [ + ".vb", + ".brs", + ".vbs", + ".bas" + ], + "aliases": [ + "Visual Basic", + "vb" + ], + "configuration": "./language-configuration.json" + }, + { + "id": "xml", + "extensions": [ + ".xml", + ".xsd", + ".ascx", + ".atom", + ".axml", + ".bpmn", + ".config", + ".cpt", + ".csl", + ".csproj", + ".csproj.user", + ".dita", + ".ditamap", + ".dtd", + ".dtml", + ".fsproj", + ".fxml", + ".iml", + ".isml", + ".jmx", + ".launch", + ".menu", + ".mxml", + ".nuspec", + ".opml", + ".owl", + ".proj", + ".pt", + ".pubxml", + ".pubxml.user", + ".rdf", + ".rng", + ".rss", + ".shproj", + ".storyboard", + ".svg", + ".targets", + ".tld", + ".tmx", + ".vbproj", + ".vbproj.user", + ".vcxproj", + ".vcxproj.filters", + ".wsdl", + ".wxi", + ".wxl", + ".wxs", + ".xaml", + ".xbl", + ".xib", + ".xlf", + ".xliff", + ".xpdl", + ".xul", + ".xoml" + ], + "firstLine": "(\\<\\?xml.*)|(\\ + + + + name + Red + settings + + + settings + + background + #390000 + caret + #970000 + foreground + #F8F8F8 + invisibles + #c10000 + lineHighlight + #0000004A + selection + #750000 + + + + name + Comment + scope + comment + settings + + fontStyle + italic + foreground + #e7c0c0ff + + + + name + Constant + scope + constant + settings + + fontStyle + + foreground + #994646ff + + + + name + Keyword + scope + keyword + settings + + fontStyle + + foreground + #f12727ff + + + + name + Entity + scope + entity + settings + + fontStyle + + foreground + #fec758ff + + + + name + Storage + scope + storage + settings + + fontStyle + bold + foreground + #ff6262ff + + + + name + String + scope + string + settings + + fontStyle + + foreground + #cd8d8dff + + + + name + Support + scope + support + settings + + fontStyle + + foreground + #9df39fff + + + + name + Variable + scope + variable + settings + + fontStyle + italic + foreground + #fb9a4bff + + + + name + Invalid + scope + invalid + settings + + background + #fd6209ff + foreground + #ffffffff + + + + name + Embedded Source + scope + text source + settings + + background + #b0b3ba14 + + + + name + Embedded Source (Bright) + scope + text.html.ruby source + settings + + background + #b1b3ba21 + + + + name + Entity inherited-class + scope + entity.other.inherited-class + settings + + fontStyle + underline + foreground + #aa5507ff + + + + name + String embedded-source + scope + string.quoted source + settings + + fontStyle + + foreground + #9df39fff + + + + name + String constant + scope + string constant + settings + + fontStyle + + foreground + #ffe862ff + + + + name + String.regexp + scope + string.regexp + settings + + foreground + #ffb454ff + + + + name + String variable + scope + string variable + settings + + foreground + #edef7dff + + + + name + Support.function + scope + support.function + settings + + fontStyle + + foreground + #ffb454ff + + + + name + Support.constant + scope + support.constant + settings + + fontStyle + + foreground + #eb939aff + + + + name + Doctype/XML Processing + scope + declaration.sgml.html declaration.doctype, declaration.sgml.html declaration.doctype entity, declaration.sgml.html declaration.doctype string, declaration.xml-processing, declaration.xml-processing entity, declaration.xml-processing string + settings + + fontStyle + + foreground + #73817dff + + + + name + Meta.tag.A + scope + declaration.tag, declaration.tag entity, meta.tag, meta.tag entity + settings + + fontStyle + + foreground + #ec0d1eff + + + + name + css tag-name + scope + meta.selector.css entity.name.tag + settings + + fontStyle + + foreground + #aa5507ff + + + + name + css#id + scope + meta.selector.css entity.other.attribute-name.id + settings + + foreground + #fec758ff + + + + name + css.class + scope + meta.selector.css entity.other.attribute-name.class + settings + + fontStyle + + foreground + #41a83eff + + + + name + css property-name: + scope + support.type.property-name.css + settings + + fontStyle + + foreground + #96dd3bff + + + + name + css property-value; + scope + meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css + settings + + fontStyle + italic + foreground + #ffe862ff + + + + name + css additional-constants + scope + meta.property-value support.constant.named-color.css, meta.property-value constant + settings + + fontStyle + + foreground + #ffe862ff + + + + name + css @at-rule + scope + meta.preprocessor.at-rule keyword.control.at-rule + settings + + foreground + #fd6209ff + + + + name + css constructor.argument + scope + meta.constructor.argument.css + settings + + fontStyle + + foreground + #ec9799ff + + + + name + diff.header + scope + meta.diff, meta.diff.header + settings + + background + #0b2f20ff + fontStyle + italic + foreground + #f8f8f8ff + + + + name + diff.deleted + scope + markup.deleted + settings + + background + #fedcddff + foreground + #ec9799ff + + + + name + diff.changed + scope + markup.changed + settings + + background + #c4b14aff + foreground + #f8f8f8ff + + + + name + diff.inserted + scope + markup.inserted + settings + + background + #9bf199ff + foreground + #41a83eff + + + + + name + Markup Quote + scope + markup.quote + settings + + foreground + #f12727ff + + + + name + Markup Lists + scope + markup.list + settings + + foreground + #ff6262ff + + + + name + Markup Styling + scope + markup.bold, markup.italic + settings + + foreground + #fb9a4bff + + + + name + Markup Inline + scope + markup.inline.raw + settings + + fontStyle + + foreground + #cd8d8dff + + + + name + Markup Headings + scope + markup.heading + settings + + foreground + #fec758ff + + + + name + Markup Setext Header + scope + markup.heading.setext + settings + + fontStyle + + foreground + #fec758ff + + + + + + + uuid + AC0A28C5-65E6-42A6-AD05-4D01735652EE + colorSpaceName + sRGB + semanticClass + theme.dark.django + + \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/ASPVBnet.plist b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/ASPVBnet.plist new file mode 100644 index 000000000..4616ec627 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/ASPVBnet.plist @@ -0,0 +1,372 @@ + + + + + comment + Modified from the original ASP bundle. Originally modified by Thomas Aylott subtleGradient.com + fileTypes + + vb + + keyEquivalent + ^~A + name + ASP vb.NET + patterns + + + match + \n + name + meta.ending-space + + + include + #round-brackets + + + begin + ^(?=\t) + end + (?=[^\t]) + name + meta.leading-space + patterns + + + captures + + 1 + + name + meta.odd-tab.tabs + + 2 + + name + meta.even-tab.tabs + + + match + (\t)(\t)? + + + + + begin + ^(?= ) + end + (?=[^ ]) + name + meta.leading-space + patterns + + + captures + + 1 + + name + meta.odd-tab.spaces + + 2 + + name + meta.even-tab.spaces + + + match + ( )( )? + + + + + captures + + 1 + + name + storage.type.function.asp + + 2 + + name + entity.name.function.asp + + 3 + + name + punctuation.definition.parameters.asp + + 4 + + name + variable.parameter.function.asp + + 5 + + name + punctuation.definition.parameters.asp + + + match + ^\s*((?i:function|sub))\s*([a-zA-Z_]\w*)\s*(\()([^)]*)(\)).*\n? + name + meta.function.asp + + + begin + (^[ \t]+)?(?=') + beginCaptures + + 1 + + name + punctuation.whitespace.comment.leading.asp + + + end + (?!\G) + patterns + + + begin + ' + beginCaptures + + 0 + + name + punctuation.definition.comment.asp + + + end + \n + name + comment.line.apostrophe.asp + + + + + match + (?i:\b(If|Then|Else|ElseIf|Else If|End If|While|Wend|For|To|Each|Case|Select|End Select|Return|Continue|Do|Until|Loop|Next|With|Exit Do|Exit For|Exit Function|Exit Property|Exit Sub|IIf)\b) + name + keyword.control.asp + + + match + (?i:\b(Mod|And|Not|Or|Xor|as)\b) + name + keyword.operator.asp + + + captures + + 1 + + name + storage.type.asp + + 2 + + name + variable.other.bfeac.asp + + 3 + + name + meta.separator.comma.asp + + + match + (?i:(dim)\s*(?:(\b[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\b)\s*(,?))) + name + variable.other.dim.asp + + + match + (?i:\s*\b(Call|Class|Const|Dim|Redim|Function|Sub|Private Sub|Public Sub|End sub|End Function|Set|Let|Get|New|Randomize|Option Explicit|On Error Resume Next|On Error GoTo)\b\s*) + name + storage.type.asp + + + match + (?i:\b(Private|Public|Default)\b) + name + storage.modifier.asp + + + match + (?i:\s*\b(Empty|False|Nothing|Null|True)\b) + name + constant.language.asp + + + begin + " + beginCaptures + + 0 + + name + punctuation.definition.string.begin.asp + + + end + " + endCaptures + + 0 + + name + punctuation.definition.string.end.asp + + + name + string.quoted.double.asp + patterns + + + match + "" + name + constant.character.escape.apostrophe.asp + + + + + captures + + 1 + + name + punctuation.definition.variable.asp + + + match + (\$)[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\b\s* + name + variable.other.asp + + + match + (?i:\b(Application|ObjectContext|Request|Response|Server|Session)\b) + name + support.class.asp + + + match + (?i:\b(Contents|StaticObjects|ClientCertificate|Cookies|Form|QueryString|ServerVariables)\b) + name + support.class.collection.asp + + + match + (?i:\b(TotalBytes|Buffer|CacheControl|Charset|ContentType|Expires|ExpiresAbsolute|IsClientConnected|PICS|Status|ScriptTimeout|CodePage|LCID|SessionID|Timeout)\b) + name + support.constant.asp + + + match + (?i:\b(Lock|Unlock|SetAbort|SetComplete|BinaryRead|AddHeader|AppendToLog|BinaryWrite|Clear|End|Flush|Redirect|Write|CreateObject|HTMLEncode|MapPath|URLEncode|Abandon|Convert|Regex)\b) + name + support.function.asp + + + match + (?i:\b(Application_OnEnd|Application_OnStart|OnTransactionAbort|OnTransactionCommit|Session_OnEnd|Session_OnStart)\b) + name + support.function.event.asp + + + match + (?i:(?<=as )(\b[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\b)) + name + support.type.vb.asp + + + match + (?i:\b(Array|Add|Asc|Atn|CBool|CByte|CCur|CDate|CDbl|Chr|CInt|CLng|Conversions|Cos|CreateObject|CSng|CStr|Date|DateAdd|DateDiff|DatePart|DateSerial|DateValue|Day|Derived|Math|Escape|Eval|Exists|Exp|Filter|FormatCurrency|FormatDateTime|FormatNumber|FormatPercent|GetLocale|GetObject|GetRef|Hex|Hour|InputBox|InStr|InStrRev|Int|Fix|IsArray|IsDate|IsEmpty|IsNull|IsNumeric|IsObject|Item|Items|Join|Keys|LBound|LCase|Left|Len|LoadPicture|Log|LTrim|RTrim|Trim|Maths|Mid|Minute|Month|MonthName|MsgBox|Now|Oct|Remove|RemoveAll|Replace|RGB|Right|Rnd|Round|ScriptEngine|ScriptEngineBuildVersion|ScriptEngineMajorVersion|ScriptEngineMinorVersion|Second|SetLocale|Sgn|Sin|Space|Split|Sqr|StrComp|String|StrReverse|Tan|Time|Timer|TimeSerial|TimeValue|TypeName|UBound|UCase|Unescape|VarType|Weekday|WeekdayName|Year)\b) + name + support.function.vb.asp + + + match + -?\b((0(x|X)[0-9a-fA-F]*)|(([0-9]+\.?[0-9]*)|(\.[0-9]+))((e|E)(\+|-)?[0-9]+)?)(L|l|UL|ul|u|U|F|f)?\b + name + constant.numeric.asp + + + match + (?i:\b(vbtrue|vbfalse|vbcr|vbcrlf|vbformfeed|vblf|vbnewline|vbnullchar|vbnullstring|int32|vbtab|vbverticaltab|vbbinarycompare|vbtextcomparevbsunday|vbmonday|vbtuesday|vbwednesday|vbthursday|vbfriday|vbsaturday|vbusesystemdayofweek|vbfirstjan1|vbfirstfourdays|vbfirstfullweek|vbgeneraldate|vblongdate|vbshortdate|vblongtime|vbshorttime|vbobjecterror|vbEmpty|vbNull|vbInteger|vbLong|vbSingle|vbDouble|vbCurrency|vbDate|vbString|vbObject|vbError|vbBoolean|vbVariant|vbDataObject|vbDecimal|vbByte|vbArray)\b) + name + support.type.vb.asp + + + captures + + 1 + + name + entity.name.function.asp + + + match + (?i:(\b[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\b)(?=\(\)?)) + name + support.function.asp + + + match + (?i:((?<=(\+|=|-|\&|\\|/|<|>|\(|,))\s*\b([a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?)\b(?!(\(|\.))|\b([a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?)\b(?=\s*(\+|=|-|\&|\\|/|<|>|\(|\))))) + name + variable.other.asp + + + match + !|\$|%|&|\*|\-\-|\-|\+\+|\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\|\||\?\:|\*=|/=|%=|\+=|\-=|&=|\^=|\b(in|instanceof|new|delete|typeof|void)\b + name + keyword.operator.js + + + repository + + round-brackets + + begin + \( + beginCaptures + + 0 + + name + punctuation.section.round-brackets.begin.asp + + + end + \) + endCaptures + + 0 + + name + punctuation.section.round-brackets.end.asp + + + name + meta.round-brackets + patterns + + + include + $self + + + + + scopeName + source.asp.vb.net + uuid + 7F9C9343-D48E-4E7D-BFE8-F680714DCD3E + + \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Batch File.tmLanguage b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Batch File.tmLanguage new file mode 100644 index 000000000..499096364 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Batch File.tmLanguage @@ -0,0 +1,169 @@ + + + + + uuid + E07EC438-7B75-4437-8AA1-DA94C1E6EACC + patterns + + + name + keyword.command.dosbatch + match + \b(?i)(?:append|assoc|at|attrib|break|cacls|cd|chcp|chdir|chkdsk|chkntfs|cls|cmd|color|comp|compact|convert|copy|date|del|dir|diskcomp|diskcopy|doskey|echo|endlocal|erase|fc|find|findstr|format|ftype|graftabl|help|keyb|label|md|mkdir|mode|more|move|path|pause|popd|print|prompt|pushd|rd|recover|ren|rename|replace|restore|rmdir|set|setlocal|shift|sort|start|subst|time|title|tree|type|ver|verify|vol|xcopy)\b + + + name + keyword.control.statement.dosbatch + match + \b(?i)(?:goto|call|exit)\b + + + name + keyword.control.conditional.if.dosbatch + match + \b(?i)if\s+((not)\s+)(exist|defined|errorlevel|cmdextversion)\b + + + name + keyword.control.conditional.dosbatch + match + \b(?i)(?:if|else)\b + + + name + keyword.control.repeat.dosbatch + match + \b(?i)for\b + + + name + keyword.operator.dosbatch + match + \b(?:EQU|NEQ|LSS|LEQ|GTR|GEQ)\b + + + name + comment.line.rem.dosbatch + match + \b(?i)rem(?:$|\s.*$) + + + name + comment.line.colons.dosbatch + match + \s*:\s*:.*$ + + + captures + + 1 + + name + variable.parameter.function.begin.shell + + + name + variable.parameter.function.dosbatch + match + (?i)(%)(~(?:f|d|p|n|x|s|a|t|z|\$[^:]*:)*)?\d + + + captures + + 1 + + name + variable.parameter.loop.begin.shell + + + name + variable.parameter.loop.dosbatch + match + (?i)(%%)(~(?:f|d|p|n|x|s|a|t|z|\$[^:]*:)*)?[a-z] + + + captures + + 1 + + name + variable.other.parsetime.begin.shell + + 2 + + name + variable.other.parsetime.end.shell + + + name + variable.other.parsetime.dosbatch + match + (%)[^%]+(%) + + + captures + + 1 + + name + variable.other.delayed.begin.shell + + 2 + + name + variable.other.delayed.end.shell + + + name + variable.other.delayed.dosbatch + match + (!)[^!]+(!) + + + begin + " + endCaptures + + 0 + + name + punctuation.definition.string.end.shell + + + beginCaptures + + 0 + + name + punctuation.definition.string.begin.shell + + + name + string.quoted.double.dosbatch + end + "|$ + + + name + keyword.operator.pipe.dosbatch + match + [|] + + + name + keyword.operator.redirect.shell + match + &>|\d*>&\d*|\d*(>>|>|<)|\d*<&|\d*<> + + + name + Batch File + scopeName + source.dosbatch + fileTypes + + bat + + + \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Clojure.tmLanguage b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Clojure.tmLanguage new file mode 100644 index 000000000..bf864640f --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Clojure.tmLanguage @@ -0,0 +1,440 @@ + + + + + fileTypes + + clj + cljs + clojure + + foldingStartMarker + \(\s*$ + foldingStopMarker + ^\s*\) + keyEquivalent + ^~C + name + Clojure + patterns + + + include + #comment + + + include + #shebang-comment + + + include + #qouted-sexp + + + include + #sexp + + + include + #keyfn + + + include + #string + + + include + #vector + + + include + #set + + + include + #map + + + include + #regexp + + + include + #var + + + include + #constants + + + include + #symbol + + + include + #whitespace + + + repository + + comment + + captures + + 1 + + name + punctuation.definition.comment.clojure + + + match + (;).*$\n? + name + comment.line.semicolon.clojure + + constants + + patterns + + + match + (nil)(?=(\s|\)|\]|\})) + name + constant.language.nil.clojure + + + match + (true|false) + name + constant.language.boolean.clojure + + + match + (\d+/\d+) + name + constant.numeric.ratio.clojure + + + match + (\d+r\d+) + name + constant.numeric.arbitrary-radix.clojure + + + match + (0x\d+) + name + constant.numeric.hexidecimal.clojure + + + match + (0\d+) + name + constant.numeric.octal.clojure + + + match + (\d+) + name + constant.numeric.decimal.clojure + + + match + (?<=(\s|\(|\[|\{)):[a-zA-Z0-9\#\.\-\_\:\+\=\>\<\/\!\?\*]+(?=(\s|\)|\]|\})) + name + constant.keyword.clojure + + + + keyfn + + patterns + + + match + (?<=(\s|\(|\[|\{))(if(-[-a-z\?]*)?|when(-[-a-z]*)?|for(-[-a-z]*)?|cond|do|let(-[-a-z\?]*)?|binding|loop|recur|fn|throw[a-z\-]*|try|catch|finally|([a-z]*case))(?=(\s|\)|\]|\})) + name + storage.control.clojure + + + match + (?<=(\s|\(|\[|\{))(declare-?|(in-)?ns|import|use|require|load|compile|(def[a-z\-]*))(?=(\s|\)|\]|\})) + name + keyword.control.clojure + + + + map + + begin + (\{) + end + (\}) + name + meta.map.clojure + patterns + + + include + $self + + + + qouted-sexp + + begin + (['``]\() + beginCaptures + + 1 + + name + punctuation.section.expression.begin.clojure + + + end + (\))(\n)? + endCaptures + + 1 + + name + punctuation.section.expression.end.clojure + + 2 + + name + meta.after-expression.clojure + + + name + meta.qouted-expression.clojure + patterns + + + include + $self + + + + regexp + + begin + #\" + end + \" + name + string.regexp.clojure + patterns + + + include + #regexp_escaped_char + + + + regexp_escaped_char + + match + \\(\") + name + string.regexp.clojure + + set + + begin + (\#\{) + end + (\}) + name + meta.set.clojure + patterns + + + include + $self + + + + sexp + + begin + (\() + beginCaptures + + 1 + + name + punctuation.section.expression.begin.clojure + + + end + (\))(\n)? + endCaptures + + 1 + + name + punctuation.section.expression.end.clojure + + 2 + + name + meta.after-expression.clojure + + + name + meta.expression.clojure + patterns + + + begin + (?<=\()(ns|def|def-|defn|defn-|defvar|defvar-|defmacro|defmacro-|deftest)\s+(.+?)(?=\s) + beginCaptures + + 1 + + name + keyword.control.clojure + + 2 + + name + entity.global.clojure + + + end + (?=\)) + name + meta.definition.global.clojure + patterns + + + include + $self + + + + + include + $self + + + + shebang-comment + + captures + + 1 + + name + punctuation.definition.comment.shebang.clojure + + + match + ^(\#!).*$\n? + name + comment.line.semicolon.clojure + + string + + begin + (") + beginCaptures + + 1 + + name + punctuation.definition.string.begin.clojure + + + end + (") + endCaptures + + 1 + + name + punctuation.definition.string.end.clojure + + + name + string.quoted.double.clojure + patterns + + + match + \\. + name + constant.character.escape.clojure + + + + symbol + + patterns + + + match + (\w[\w\d]+) + name + meta.symbol.clojure + + + + var + + match + (?<=(\s|\(|\[|\{)\#)'[a-zA-Z0-9\.\-\_\:\+\=\>\<\/\!\?\*]+(?=(\s|\)|\]|\})) + name + meta.var.clojure + + vector + + begin + (\[) + end + (\]) + name + meta.vector.clojure + patterns + + + include + $self + + + + whitespace + + match + \s+$ + name + invalid.trailing-whitespace + + + scopeName + source.clojure + smartTypingPairs + + + " + " + + + ( + ) + + + { + } + + + [ + ] + + + uuid + 6A87759F-F746-4E84-B788-965B46363202 + + \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Dockerfile.tmLanguage b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Dockerfile.tmLanguage new file mode 100644 index 000000000..ea224eb83 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Dockerfile.tmLanguage @@ -0,0 +1,143 @@ + + + + + fileTypes + + Dockerfile + + name + Dockerfile + patterns + + + captures + + 1 + + name + keyword.control.dockerfile + + 2 + + name + keyword.other.special-method.dockerfile + + + match + ^\s*(?:(ONBUILD)\s+)?(FROM|MAINTAINER|RUN|EXPOSE|ENV|ADD|VOLUME|USER|WORKDIR|COPY|LABEL|STOPSIGNAL|ARG)\s + + + captures + + 1 + + name + keyword.operator.dockerfile + + 2 + + name + keyword.other.special-method.dockerfile + + + match + ^\s*(?:(ONBUILD)\s+)?(CMD|ENTRYPOINT)\s + + + begin + " + beginCaptures + + 1 + + name + punctuation.definition.string.begin.dockerfile + + + end + " + endCaptures + + 1 + + name + punctuation.definition.string.end.dockerfile + + + name + string.quoted.double.dockerfile + patterns + + + match + \\. + name + constant.character.escaped.dockerfile + + + + + begin + ' + beginCaptures + + 1 + + name + punctuation.definition.string.begin.dockerfile + + + end + ' + endCaptures + + 1 + + name + punctuation.definition.string.end.dockerfile + + + name + string.quoted.single.dockerfile + patterns + + + match + \\. + name + constant.character.escaped.dockerfile + + + + + captures + + 1 + + name + punctuation.whitespace.comment.leading.dockerfile + + 2 + + name + comment.line.number-sign.dockerfile + + 3 + + name + punctuation.definition.comment.dockerfile + + + comment + comment.line + match + ^(\s*)((#).*$\n?) + + + scopeName + source.dockerfile + uuid + a39d8795-59d2-49af-aa00-fe74ee29576e + + \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Groovy.tmLanguage b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Groovy.tmLanguage new file mode 100644 index 000000000..e8973140a --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Groovy.tmLanguage @@ -0,0 +1,2145 @@ + + + + + fileTypes + + groovy + gvy + + foldingStartMarker + (\{\s*$|^\s*// \{\{\{) + foldingStopMarker + ^\s*(\}|// \}\}\}$) + keyEquivalent + ^~G + name + Groovy + patterns + + + captures + + 1 + + name + punctuation.definition.comment.groovy + + + match + ^(#!).+$\n + name + comment.line.hashbang.groovy + + + captures + + 1 + + name + keyword.other.package.groovy + + 2 + + name + storage.modifier.package.groovy + + 3 + + name + punctuation.terminator.groovy + + + match + ^\s*(package)\b(?:\s*([^ ;$]+)\s*(;)?)? + name + meta.package.groovy + + + begin + (import static)\b\s* + beginCaptures + + 1 + + name + keyword.other.import.static.groovy + + + captures + + 1 + + name + keyword.other.import.groovy + + 2 + + name + storage.modifier.import.groovy + + 3 + + name + punctuation.terminator.groovy + + + contentName + storage.modifier.import.groovy + end + \s*(?:$|(?=%>)(;)) + endCaptures + + 1 + + name + punctuation.terminator.groovy + + + name + meta.import.groovy + patterns + + + match + \. + name + punctuation.separator.groovy + + + match + \s + name + invalid.illegal.character_not_allowed_here.groovy + + + + + begin + (import)\b\s* + beginCaptures + + 1 + + name + keyword.other.import.groovy + + + captures + + 1 + + name + keyword.other.import.groovy + + 2 + + name + storage.modifier.import.groovy + + 3 + + name + punctuation.terminator.groovy + + + contentName + storage.modifier.import.groovy + end + \s*(?:$|(?=%>)|(;)) + endCaptures + + 1 + + name + punctuation.terminator.groovy + + + name + meta.import.groovy + patterns + + + match + \. + name + punctuation.separator.groovy + + + match + \s + name + invalid.illegal.character_not_allowed_here.groovy + + + + + captures + + 1 + + name + keyword.other.import.groovy + + 2 + + name + keyword.other.import.static.groovy + + 3 + + name + storage.modifier.import.groovy + + 4 + + name + punctuation.terminator.groovy + + + match + ^\s*(import)(?:\s+(static)\s+)\b(?:\s*([^ ;$]+)\s*(;)?)? + name + meta.import.groovy + + + include + #groovy + + + repository + + annotations + + patterns + + + begin + (?<!\.)(@[^ (]+)(\() + beginCaptures + + 1 + + name + storage.type.annotation.groovy + + 2 + + name + punctuation.definition.annotation-arguments.begin.groovy + + + end + (\)) + endCaptures + + 1 + + name + punctuation.definition.annotation-arguments.end.groovy + + + name + meta.declaration.annotation.groovy + patterns + + + captures + + 1 + + name + constant.other.key.groovy + + 2 + + name + keyword.operator.assignment.groovy + + + match + (\w*)\s*(=) + + + include + #values + + + match + , + name + punctuation.definition.seperator.groovy + + + + + match + (?<!\.)@\S+ + name + storage.type.annotation.groovy + + + + anonymous-classes-and-new + + begin + \bnew\b + beginCaptures + + 0 + + name + keyword.control.new.groovy + + + end + (?<=\)|\])(?!\s*{)|(?<=})|(?=[;])|$ + patterns + + + begin + (\w+)\s*(?=\[) + beginCaptures + + 1 + + name + storage.type.groovy + + + end + }|(?=\s*(?:,|;|\)))|$ + patterns + + + begin + \[ + end + \] + patterns + + + include + #groovy + + + + + begin + { + end + (?=}) + patterns + + + include + #groovy + + + + + + + begin + (?=\w.*\(?) + end + (?<=\))|$ + patterns + + + include + #object-types + + + begin + \( + beginCaptures + + 1 + + name + storage.type.groovy + + + end + \) + patterns + + + include + #groovy + + + + + + + begin + { + end + } + name + meta.inner-class.groovy + patterns + + + include + #class-body + + + + + + braces + + begin + \{ + end + \} + patterns + + + include + #groovy-code + + + + class + + begin + (?=\w?[\w\s]*(?:class|(?:@)?interface|enum)\s+\w+) + end + } + endCaptures + + 0 + + name + punctuation.section.class.end.groovy + + + name + meta.definition.class.groovy + patterns + + + include + #storage-modifiers + + + include + #comments + + + captures + + 1 + + name + storage.modifier.groovy + + 2 + + name + entity.name.type.class.groovy + + + match + (class|(?:@)?interface|enum)\s+(\w+) + name + meta.class.identifier.groovy + + + begin + extends + beginCaptures + + 0 + + name + storage.modifier.extends.groovy + + + end + (?={|implements) + name + meta.definition.class.inherited.classes.groovy + patterns + + + include + #object-types-inherited + + + include + #comments + + + + + begin + (implements)\s + beginCaptures + + 1 + + name + storage.modifier.implements.groovy + + + end + (?=\s*extends|\{) + name + meta.definition.class.implemented.interfaces.groovy + patterns + + + include + #object-types-inherited + + + include + #comments + + + + + begin + { + end + (?=}) + name + meta.class.body.groovy + patterns + + + include + #class-body + + + + + + class-body + + patterns + + + include + #enum-values + + + include + #constructors + + + include + #groovy + + + + closures + + begin + \{(?=.*?->) + end + \} + patterns + + + begin + (?<=\{)(?=[^\}]*?->) + end + -> + endCaptures + + 0 + + name + keyword.operator.groovy + + + patterns + + + begin + (?!->) + end + (?=->) + name + meta.closure.parameters.groovy + patterns + + + begin + (?!,|->) + end + (?=,|->) + name + meta.closure.parameter.groovy + patterns + + + begin + = + beginCaptures + + 0 + + name + keyword.operator.assignment.groovy + + + end + (?=,|->) + name + meta.parameter.default.groovy + patterns + + + include + #groovy-code + + + + + include + #parameters + + + + + + + + + begin + (?=[^}]) + end + (?=\}) + patterns + + + include + #groovy-code + + + + + + comment-block + + begin + /\* + captures + + 0 + + name + punctuation.definition.comment.groovy + + + end + \*/ + name + comment.block.groovy + + comments + + patterns + + + captures + + 0 + + name + punctuation.definition.comment.groovy + + + match + /\*\*/ + name + comment.block.empty.groovy + + + include + text.html.javadoc + + + include + #comment-block + + + captures + + 1 + + name + punctuation.definition.comment.groovy + + + match + (//).*$\n? + name + comment.line.double-slash.groovy + + + + constants + + patterns + + + match + \b([A-Z][A-Z0-9_]+)\b + name + constant.other.groovy + + + match + \b(true|false|null)\b + name + constant.language.groovy + + + + constructors + + applyEndPatternLast + 1 + begin + (?<=;|^)(?=\s*(?:(?:private|protected|public|native|synchronized|abstract|threadsafe|transient|static|final)\s+)*[A-Z]\w*\() + end + } + patterns + + + include + #method-content + + + + enum-values + + patterns + + + begin + (?<=;|^)\s*\b([A-Z0-9_]+)(?=\s*(?:,|;|}|\(|$)) + beginCaptures + + 1 + + name + constant.enum.name.groovy + + + end + ,|;|(?=})|^(?!\s*\w+\s*(?:,|$)) + patterns + + + begin + \( + end + \) + name + meta.enum.value.groovy + patterns + + + match + , + name + punctuation.definition.seperator.parameter.groovy + + + include + #groovy-code + + + + + + + + groovy + + patterns + + + include + #comments + + + include + #class + + + include + #variables + + + include + #methods + + + include + #annotations + + + include + #groovy-code + + + + groovy-code + + patterns + + + include + #groovy-code-minus-map-keys + + + include + #map-keys + + + + groovy-code-minus-map-keys + + comment + In some situations, maps can't be declared without enclosing []'s, + therefore we create a collection of everything but that + patterns + + + include + #comments + + + include + #annotations + + + include + #support-functions + + + include + #keyword-language + + + include + #values + + + include + #anonymous-classes-and-new + + + include + #keyword-operator + + + include + #types + + + include + #storage-modifiers + + + include + #parens + + + include + #closures + + + include + #braces + + + + keyword + + patterns + + + include + #keyword-operator + + + include + #keyword-language + + + + keyword-language + + patterns + + + match + \b(try|catch|finally|throw)\b + name + keyword.control.exception.groovy + + + match + \b((?<!\.)(?:return|break|continue|default|do|while|for|switch|if|else))\b + name + keyword.control.groovy + + + begin + \bcase\b + beginCaptures + + 0 + + name + keyword.control.groovy + + + end + : + endCaptures + + 0 + + name + punctuation.definition.case-terminator.groovy + + + name + meta.case.groovy + patterns + + + include + #groovy-code-minus-map-keys + + + + + begin + \b(assert)\s + beginCaptures + + 1 + + name + keyword.control.assert.groovy + + + end + $|;|} + name + meta.declaration.assertion.groovy + patterns + + + match + : + name + keyword.operator.assert.expression-seperator.groovy + + + include + #groovy-code-minus-map-keys + + + + + match + \b(throws)\b + name + keyword.other.throws.groovy + + + + keyword-operator + + patterns + + + match + \b(as)\b + name + keyword.operator.as.groovy + + + match + \b(in)\b + name + keyword.operator.in.groovy + + + match + \?\: + name + keyword.operator.elvis.groovy + + + match + \*\: + name + keyword.operator.spreadmap.groovy + + + match + \.\. + name + keyword.operator.range.groovy + + + match + \-> + name + keyword.operator.arrow.groovy + + + match + << + name + keyword.operator.leftshift.groovy + + + match + (?<=\S)\.(?=\S) + name + keyword.operator.navigation.groovy + + + match + (?<=\S)\?\.(?=\S) + name + keyword.operator.safe-navigation.groovy + + + begin + \? + beginCaptures + + 0 + + name + keyword.operator.ternary.groovy + + + end + (?=$|\)|}|]) + name + meta.evaluation.ternary.groovy + patterns + + + match + : + name + keyword.operator.ternary.expression-seperator.groovy + + + include + #groovy-code-minus-map-keys + + + + + match + ==~ + name + keyword.operator.match.groovy + + + match + =~ + name + keyword.operator.find.groovy + + + match + \b(instanceof)\b + name + keyword.operator.instanceof.groovy + + + match + (===|==|!=|<=|>=|<=>|<>|<|>|<<) + name + keyword.operator.comparison.groovy + + + match + = + name + keyword.operator.assignment.groovy + + + match + (\-\-|\+\+) + name + keyword.operator.increment-decrement.groovy + + + match + (\-|\+|\*|\/|%) + name + keyword.operator.arithmetic.groovy + + + match + (!|&&|\|\|) + name + keyword.operator.logical.groovy + + + + language-variables + + patterns + + + match + \b(this|super)\b + name + variable.language.groovy + + + + map-keys + + patterns + + + captures + + 1 + + name + constant.other.key.groovy + + 2 + + name + punctuation.definition.seperator.key-value.groovy + + + match + (\w+)\s*(:) + + + + method-call + + begin + ([\w$]+)(\() + beginCaptures + + 1 + + name + meta.method.groovy + + 2 + + name + punctuation.definition.method-parameters.begin.groovy + + + end + \) + endCaptures + + 0 + + name + punctuation.definition.method-parameters.end.groovy + + + name + meta.method-call.groovy + patterns + + + match + , + name + punctuation.definition.seperator.parameter.groovy + + + include + #groovy-code + + + + method-content + + patterns + + + match + \s + + + include + #annotations + + + begin + (?=(?:\w|<)[^\(]*\s+(?:[\w$]|<)+\s*\() + end + (?=[\w$]+\s*\() + name + meta.method.return-type.java + patterns + + + include + #storage-modifiers + + + include + #types + + + + + begin + ([\w$]+)\s*\( + beginCaptures + + 1 + + name + entity.name.function.java + + + end + \) + name + meta.definition.method.signature.java + patterns + + + begin + (?=[^)]) + end + (?=\)) + name + meta.method.parameters.groovy + patterns + + + begin + (?=[^,)]) + end + (?=,|\)) + name + meta.method.parameter.groovy + patterns + + + match + , + name + punctuation.definition.separator.groovy + + + begin + = + beginCaptures + + 0 + + name + keyword.operator.assignment.groovy + + + end + (?=,|\)) + name + meta.parameter.default.groovy + patterns + + + include + #groovy-code + + + + + include + #parameters + + + + + + + + + begin + (?=<) + end + (?=\s) + name + meta.method.paramerised-type.groovy + patterns + + + begin + < + end + > + name + storage.type.parameters.groovy + patterns + + + include + #types + + + match + , + name + punctuation.definition.seperator.groovy + + + + + + + begin + throws + beginCaptures + + 0 + + name + storage.modifier.groovy + + + end + (?={|;)|^(?=\s*(?:[^{\s]|$)) + name + meta.throwables.groovy + patterns + + + include + #object-types + + + + + begin + { + end + (?=}) + name + meta.method.body.java + patterns + + + include + #groovy-code + + + + + + methods + + applyEndPatternLast + 1 + begin + (?x:(?<=;|^|{)(?=\s* + (?: + (?:private|protected|public|native|synchronized|abstract|threadsafe|transient|static|final) # visibility/modifier + | + (?:def) + | + (?: + (?: + (?:void|boolean|byte|char|short|int|float|long|double) + | + (?:@?(?:[a-zA-Z]\w*\.)*[A-Z]+\w*) # object type + ) + [\[\]]* + (?:<.*>)? + ) + + ) + \s+ + ([^=]+\s+)?\w+\s*\( + )) + end + }|(?=[^{]) + name + meta.definition.method.groovy + patterns + + + include + #method-content + + + + nest_curly + + begin + \{ + captures + + 0 + + name + punctuation.section.scope.groovy + + + end + \} + patterns + + + include + #nest_curly + + + + numbers + + patterns + + + match + ((0(x|X)[0-9a-fA-F]*)|(\+|-)?\b(([0-9]+\.?[0-9]*)|(\.[0-9]+))((e|E)(\+|-)?[0-9]+)?)([LlFfUuDdg]|UL|ul)?\b + name + constant.numeric.groovy + + + + object-types + + patterns + + + begin + \b((?:[a-z]\w*\.)*(?:[A-Z]+\w*[a-z]+\w*|UR[LI]))< + end + >|[^\w\s,\?<\[\]] + name + storage.type.generic.groovy + patterns + + + include + #object-types + + + begin + < + comment + This is just to support <>'s with no actual type prefix + end + >|[^\w\s,\[\]<] + name + storage.type.generic.groovy + + + + + begin + \b((?:[a-z]\w*\.)*[A-Z]+\w*[a-z]+\w*)(?=\[) + end + (?=[^\]\s]) + name + storage.type.object.array.groovy + patterns + + + begin + \[ + end + \] + patterns + + + include + #groovy + + + + + + + match + \b(?:[a-zA-Z]\w*\.)*(?:[A-Z]+\w*[a-z]+\w*|UR[LI])\b + name + storage.type.groovy + + + + object-types-inherited + + patterns + + + begin + \b((?:[a-zA-Z]\w*\.)*[A-Z]+\w*[a-z]+\w*)< + end + >|[^\w\s,\?<\[\]] + name + entity.other.inherited-class.groovy + patterns + + + include + #object-types-inherited + + + begin + < + comment + This is just to support <>'s with no actual type prefix + end + >|[^\w\s,\[\]<] + name + storage.type.generic.groovy + + + + + captures + + 1 + + name + keyword.operator.dereference.groovy + + + match + \b(?:[a-zA-Z]\w*(\.))*[A-Z]+\w*[a-z]+\w*\b + name + entity.other.inherited-class.groovy + + + + parameters + + patterns + + + include + #annotations + + + include + #storage-modifiers + + + include + #types + + + match + \w+ + name + variable.parameter.method.groovy + + + + parens + + begin + \( + end + \) + patterns + + + include + #groovy-code + + + + primitive-arrays + + patterns + + + match + \b(?:void|boolean|byte|char|short|int|float|long|double)(\[\])*\b + name + storage.type.primitive.array.groovy + + + + primitive-types + + patterns + + + match + \b(?:void|boolean|byte|char|short|int|float|long|double)\b + name + storage.type.primitive.groovy + + + + regexp + + patterns + + + begin + /(?=[^/]+/([^>]|$)) + beginCaptures + + 0 + + name + punctuation.definition.string.regexp.begin.groovy + + + end + / + endCaptures + + 0 + + name + punctuation.definition.string.regexp.end.groovy + + + name + string.regexp.groovy + patterns + + + match + \\. + name + constant.character.escape.groovy + + + + + begin + ~" + beginCaptures + + 0 + + name + punctuation.definition.string.regexp.begin.groovy + + + end + " + endCaptures + + 0 + + name + punctuation.definition.string.regexp.end.groovy + + + name + string.regexp.compiled.groovy + patterns + + + match + \\. + name + constant.character.escape.groovy + + + + + + storage-modifiers + + patterns + + + match + \b(private|protected|public)\b + name + storage.modifier.access-control.groovy + + + match + \b(static)\b + name + storage.modifier.static.groovy + + + match + \b(final)\b + name + storage.modifier.final.groovy + + + match + \b(native|synchronized|abstract|threadsafe|transient)\b + name + storage.modifier.other.groovy + + + + string-quoted-double + + begin + " + beginCaptures + + 0 + + name + punctuation.definition.string.begin.groovy + + + end + " + endCaptures + + 0 + + name + punctuation.definition.string.end.groovy + + + name + string.quoted.double.groovy + patterns + + + include + #string-quoted-double-contents + + + + string-quoted-double-contents + + patterns + + + match + \\. + name + constant.character.escape.groovy + + + applyEndPatternLast + 1 + begin + \$\w + end + (?=\W) + name + variable.other.interpolated.groovy + patterns + + + match + \w + name + variable.other.interpolated.groovy + + + match + \. + name + keyword.other.dereference.groovy + + + + + begin + \$\{ + captures + + 0 + + name + punctuation.section.embedded.groovy + + + end + \} + name + source.groovy.embedded.source + patterns + + + include + #nest_curly + + + + + + string-quoted-double-multiline + + begin + """ + beginCaptures + + 0 + + name + punctuation.definition.string.begin.groovy + + + end + """ + endCaptures + + 0 + + name + punctuation.definition.string.end.groovy + + + name + string.quoted.double.multiline.groovy + patterns + + + include + #string-quoted-double-contents + + + + string-quoted-single + + begin + ' + beginCaptures + + 0 + + name + punctuation.definition.string.begin.groovy + + + end + ' + endCaptures + + 0 + + name + punctuation.definition.string.end.groovy + + + name + string.quoted.single.groovy + patterns + + + include + #string-quoted-single-contents + + + + string-quoted-single-contents + + patterns + + + match + \\. + name + constant.character.escape.groovy + + + + string-quoted-single-multiline + + begin + ''' + beginCaptures + + 0 + + name + punctuation.definition.string.begin.groovy + + + end + ''' + endCaptures + + 0 + + name + punctuation.definition.string.end.groovy + + + name + string.quoted.single.multiline.groovy + patterns + + + include + #string-quoted-single-contents + + + + strings + + patterns + + + include + #string-quoted-double-multiline + + + include + #string-quoted-single-multiline + + + include + #string-quoted-double + + + include + #string-quoted-single + + + include + #regexp + + + + structures + + begin + \[ + beginCaptures + + 0 + + name + punctuation.definition.structure.begin.groovy + + + end + \] + endCaptures + + 0 + + name + punctuation.definition.structure.end.groovy + + + name + meta.structure.groovy + patterns + + + include + #groovy-code + + + match + , + name + punctuation.definition.separator.groovy + + + + support-functions + + patterns + + + match + (?x)\b(?:sprintf|print(?:f|ln)?)\b + name + support.function.print.groovy + + + match + (?x)\b(?:shouldFail|fail(?:NotEquals)?|ass(?:ume|ert(?:S(?:cript|ame)|N(?:ot(?:Same| + Null)|ull)|Contains|T(?:hat|oString|rue)|Inspect|Equals|False|Length| + ArrayEquals)))\b + name + support.function.testing.groovy + + + + types + + patterns + + + match + \b(def)\b + name + storage.type.def.groovy + + + include + #primitive-types + + + include + #primitive-arrays + + + include + #object-types + + + + values + + patterns + + + include + #language-variables + + + include + #strings + + + include + #numbers + + + include + #constants + + + include + #types + + + include + #structures + + + include + #method-call + + + + variables + + applyEndPatternLast + 1 + patterns + + + begin + (?x:(?= + (?: + (?:private|protected|public|native|synchronized|abstract|threadsafe|transient|static|final) # visibility/modifier + | + (?:def) + | + (?:void|boolean|byte|char|short|int|float|long|double) + | + (?:(?:[a-z]\w*\.)*[A-Z]+\w*) # object type + ) + \s+ + [\w\d_<>\[\],\s]+ + (?:=|$) + + )) + end + ;|$ + name + meta.definition.variable.groovy + patterns + + + match + \s + + + captures + + 1 + + name + constant.variable.groovy + + + match + ([A-Z_0-9]+)\s+(?=\=) + + + captures + + 1 + + name + meta.definition.variable.name.groovy + + + match + (\w[^\s,]*)\s+(?=\=) + + + begin + = + beginCaptures + + 0 + + name + keyword.operator.assignment.groovy + + + end + $ + patterns + + + include + #groovy-code + + + + + captures + + 1 + + name + meta.definition.variable.name.groovy + + + match + (\w[^\s=]*)(?=\s*($|;)) + + + include + #groovy-code + + + + + + + scopeName + source.groovy + uuid + B3A64888-EBBB-4436-8D9E-F1169C5D7613 + + \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Handlebars.json b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Handlebars.json new file mode 100644 index 000000000..b354cb6f2 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/Handlebars.json @@ -0,0 +1,854 @@ +{ + "name": "Handlebars", + "repository": { + "html_tags": { + "patterns": [ + { + "begin": "(<)([a-zA-Z0-9:-]+)(?=[^>]*>)", + "beginCaptures": { + "1": { + "name": "punctuation.definition.tag.html" + }, + "2": { + "name": "entity.name.tag.html" + } + }, + "end": "(>(<)/)(\\2)(>)", + "endCaptures": { + "1": { + "name": "punctuation.definition.tag.html" + }, + "2": { + "name": "meta.scope.between-tag-pair.html" + }, + "3": { + "name": "entity.name.tag.html" + }, + "4": { + "name": "punctuation.definition.tag.html" + } + }, + "name": "meta.tag.any.html", + "patterns": [ + { + "include": "#tag-stuff" + } + ] + }, + { + "begin": "(<\\?)(xml)", + "captures": { + "1": { + "name": "punctuation.definition.tag.html" + }, + "2": { + "name": "entity.name.tag.xml.html" + } + }, + "end": "(\\?>)", + "name": "meta.tag.preprocessor.xml.html", + "patterns": [ + { + "include": "#tag_generic_attribute" + }, + { + "include": "#string" + } + ] + }, + { + "begin": " + + + (^|\G)(?!\s*$|#|[ ]{0,3}((([*_][ ]{0,2}\2){2,}[ \t]*$\n?)|([*+-]([ ]{1,3}|\t)))|\s*\[.+?\]:|>) + + raw_block + + begin + (^|\G)([ ]{4}|\t) + name + markup.raw.block.markdown + while + (^|\G)([ ]{4}|\t) + + fenced_code_block_css + + begin + (^|\G)\s*([`~]{3,})\s*(css|css.erb)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.css + + + + fenced_code_block_basic + + begin + (^|\G)\s*([`~]{3,})\s*(html|htm|shtml|xhtml|inc|tmpl|tpl)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + text.html.basic + + + + fenced_code_block_ini + + begin + (^|\G)\s*([`~]{3,})\s*(ini|conf)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.ini + + + + fenced_code_block_java + + begin + (^|\G)\s*([`~]{3,})\s*(java|bsh)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.java + + + + fenced_code_block_lua + + begin + (^|\G)\s*([`~]{3,})\s*(lua)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.lua + + + + fenced_code_block_makefile + + begin + (^|\G)\s*([`~]{3,})\s*(Makefile|makefile|GNUmakefile|OCamlMakefile)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.makefile + + + + fenced_code_block_perl + + begin + (^|\G)\s*([`~]{3,})\s*(perl|pl|pm|pod|t|PL|psgi|vcl)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.perl + + + + fenced_code_block_r + + begin + (^|\G)\s*([`~]{3,})\s*(R|r|s|S|Rprofile)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.r + + + + fenced_code_block_ruby + + begin + (^|\G)\s*([`~]{3,})\s*(ruby|rb|rbx|rjs|Rakefile|rake|cgi|fcgi|gemspec|irbrc|Capfile|ru|prawn|Cheffile|Gemfile|Guardfile|Hobofile|Vagrantfile|Appraisals|Rantfile|Berksfile|Berksfile.lock|Thorfile|Puppetfile)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.ruby + + + + fenced_code_block_php + + begin + (^|\G)\s*([`~]{3,})\s*(php|php3|php4|php5|phpt|phtml|aw|ctp)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + text.html.php + + + + fenced_code_block_sql + + begin + (^|\G)\s*([`~]{3,})\s*(sql|ddl|dml)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.sql + + + + fenced_code_block_vs_net + + begin + (^|\G)\s*([`~]{3,})\s*(vb)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.asp.vb.net + + + + fenced_code_block_xml + + begin + (^|\G)\s*([`~]{3,})\s*(xml|xsd|tld|jsp|pt|cpt|dtml|rss|opml)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + text.xml + + + + fenced_code_block_xsl + + begin + (^|\G)\s*([`~]{3,})\s*(xsl|xslt)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + text.xml.xsl + + + + fenced_code_block_yaml + + begin + (^|\G)\s*([`~]{3,})\s*(yaml|yml)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.yaml + + + + fenced_code_block_dosbatch + + begin + (^|\G)\s*([`~]{3,})\s*(bat|batch)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.dosbatch + + + + fenced_code_block_clojure + + begin + (^|\G)\s*([`~]{3,})\s*(clj|cljs|clojure)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.clojure + + + + fenced_code_block_coffee + + begin + (^|\G)\s*([`~]{3,})\s*(coffee|Cakefile|coffee.erb)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.coffee + + + + fenced_code_block_c + + begin + (^|\G)\s*([`~]{3,})\s*(c|h)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.c + + + + fenced_code_block_diff + + begin + (^|\G)\s*([`~]{3,})\s*(patch|diff|rej)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.diff + + + + fenced_code_block_dockerfile + + begin + (^|\G)\s*([`~]{3,})\s*(dockerfile|Dockerfile)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.dockerfile + + + + fenced_code_block_git_commit + + begin + (^|\G)\s*([`~]{3,})\s*(COMMIT_EDITMSG|MERGE_MSG)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + text.git-commit + + + + fenced_code_block_git_rebase + + begin + (^|\G)\s*([`~]{3,})\s*(git-rebase-todo)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + text.git-rebase + + + + fenced_code_block_groovy + + begin + (^|\G)\s*([`~]{3,})\s*(groovy|gvy)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.groovy + + + + fenced_code_block_jade + + begin + (^|\G)\s*([`~]{3,})\s*(jade)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + text.jade + + + + fenced_code_block_js + + begin + (^|\G)\s*([`~]{3,})\s*(js|jsx|javascript)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.js + + + + fenced_code_block_js_regexp + + begin + (^|\G)\s*([`~]{3,})\s*(regexp)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.js.regexp + + + + fenced_code_block_json + + begin + (^|\G)\s*([`~]{3,})\s*(json|sublime-settings|sublime-menu|sublime-keymap|sublime-mousemap|sublime-theme|sublime-build|sublime-project|sublime-completions)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.json + + + + fenced_code_block_less + + begin + (^|\G)\s*([`~]{3,})\s*(less)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.css.less + + + + fenced_code_block_objc + + begin + (^|\G)\s*([`~]{3,})\s*(objectivec|mm|objc|obj-c|m|h)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.objc + + + + fenced_code_block_perl6 + + begin + (^|\G)\s*([`~]{3,})\s*(perl6|p6|pl6|pm6|nqp)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.perl.6 + + + + fenced_code_block_powershell + + begin + (^|\G)\s*([`~]{3,})\s*(powershell|ps1|psm1|psd1)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.powershell + + + + fenced_code_block_python + + begin + (^|\G)\s*([`~]{3,})\s*(python|py|py3|rpy|pyw|cpy|SConstruct|Sconstruct|sconstruct|SConscript|gyp|gypi)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.python + + + + fenced_code_block_regexp_python + + begin + (^|\G)\s*([`~]{3,})\s*(re)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.regexp.python + + + + fenced_code_block_shell + + begin + (^|\G)\s*([`~]{3,})\s*(shell|sh|bash|zsh|bashrc|bash_profile|bash_login|profile|bash_logout|.textmate_init)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.shell + + + + fenced_code_block_ts + + begin + (^|\G)\s*([`~]{3,})\s*(typescript|ts)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.ts + + + + fenced_code_block_tsx + + begin + (^|\G)\s*([`~]{3,})\s*(tsx)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)[ ]{0,3}(\2)\s*\n + patterns + + + include + source.tsx + + + + fenced_code_block_csharp + + begin + (^|\G)\s*([`~]{3,})\s*(cs|csharp|c#)\s*$ + name + markup.fenced_code.block.markdown + end + (^|\G)(\2)\n + patterns + + + include + source.cs + + + + separator + + match + (^|\G)[ ]{0,3}([*-_])([ ]{0,2}\2){2,}[ \t]*$\n? + name + meta.separator.markdown + + + + inline + + patterns + + + include + #ampersand + + + include + #bracket + + + include + #bold + + + include + #italic + + + include + #raw + + + include + #escape + + + include + #image-inline + + + include + #image-ref + + + include + #link-email + + + include + #link-inet + + + include + #link-inline + + + include + #link-ref + + + include + #link-ref-literal + + + repository + + ampersand + + comment + + Markdown will convert this for us. We match it so that the + HTML grammar will not mark it up as invalid. + + match + &(?!([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+);) + name + meta.other.valid-ampersand.markdown + + bold + + begin + (?x) + (\*\*|__)(?=\S) # Open + (?= + ( + <[^>]*+> # HTML tags + | (?<raw>`+)([^`]|(?!(?<!`)\k<raw>(?!`))`)*+\k<raw> + # Raw + | \\[\\`*_{}\[\]()#.!+\->]?+ # Escapes + | \[ + ( + (?<square> # Named group + [^\[\]\\] # Match most chars + | \\. # Escaped chars + | \[ \g<square>*+ \] # Nested brackets + )*+ + \] + ( + ( # Reference Link + [ ]? # Optional space + \[[^\]]*+\] # Ref name + ) + | ( # Inline Link + \( # Opening paren + [ \t]*+ # Optional whtiespace + <?(.*?)>? # URL + [ \t]*+ # Optional whtiespace + ( # Optional Title + (?<title>['"]) + (.*?) + \k<title> + )? + \) + ) + ) + ) + | (?!(?<=\S)\1). # Everything besides + # style closer + )++ + (?<=\S)\1 # Close + ) + + captures + + 1 + + name + punctuation.definition.bold.markdown + + + end + (?<=\S)(\1) + name + markup.bold.markdown + patterns + + + applyEndPatternLast + 1 + begin + (?=<[^>]*?>) + end + (?<=>) + patterns + + + include + text.html.basic + + + + + include + #escape + + + include + #ampersand + + + include + #bracket + + + include + #raw + + + include + #italic + + + include + #image-inline + + + include + #link-inline + + + include + #link-inet + + + include + #link-email + + + include + #image-ref + + + include + #link-ref-literal + + + include + #link-ref + + + + bracket + + comment + + Markdown will convert this for us. We match it so that the + HTML grammar will not mark it up as invalid. + + match + <(?![a-z/?\$!]) + name + meta.other.valid-bracket.markdown + + escape + + match + \\[-`*_#+.!(){}\[\]\\>] + name + constant.character.escape.markdown + + image-inline + + captures + + 1 + + name + punctuation.definition.string.begin.markdown + + 10 + + name + string.other.link.description.title.markdown + + 11 + + name + punctuation.definition.string.markdown + + 12 + + name + punctuation.definition.string.markdown + + 13 + + name + string.other.link.description.title.markdown + + 14 + + name + punctuation.definition.string.markdown + + 15 + + name + punctuation.definition.string.markdown + + 16 + + name + punctuation.definition.metadata.markdown + + 2 + + name + string.other.link.description.markdown + + 4 + + name + punctuation.definition.string.end.markdown + + 5 + + name + invalid.illegal.whitespace.markdown + + 6 + + name + punctuation.definition.metadata.markdown + + 7 + + name + punctuation.definition.link.markdown + + 8 + + name + markup.underline.link.image.markdown + + 9 + + name + punctuation.definition.link.markdown + + + match + (?x: + (\!\[)((?<square>[^\[\]\\]|\\.|\[\g<square>*+\])*+)(\]) + # Match the link text. + ([ ])? # Space not allowed + (\() # Opening paren for url + (<?)(\S+?)(>?) # The url + [ \t]* # Optional whitespace + (?: + ((\().+?(\))) # Match title in parens… + | ((").+?(")) # or in quotes. + )? # Title is optional + \s* # Optional whitespace + (\)) + ) + name + meta.image.inline.markdown + + image-ref + + captures + + 1 + + name + punctuation.definition.string.begin.markdown + + 2 + + name + string.other.link.description.markdown + + 4 + + name + punctuation.definition.string.begin.markdown + + 5 + + name + punctuation.definition.constant.markdown + + 6 + + name + constant.other.reference.link.markdown + + 7 + + name + punctuation.definition.constant.markdown + + + match + (\!\[)((?<square>[^\[\]\\]|\\.|\[\g<square>*+\])*+)(\])[ ]?(\[)(.*?)(\]) + name + meta.image.reference.markdown + + italic + + begin + (?x) + (\*|_)(?=\S) # Open + (?= + ( + <[^>]*+> # HTML tags + | (?<raw>`+)([^`]|(?!(?<!`)\k<raw>(?!`))`)*+\k<raw> + # Raw + | \\[\\`*_{}\[\]()#.!+\->]?+ # Escapes + | \[ + ( + (?<square> # Named group + [^\[\]\\] # Match most chars + | \\. # Escaped chars + | \[ \g<square>*+ \] # Nested brackets + )*+ + \] + ( + ( # Reference Link + [ ]? # Optional space + \[[^\]]*+\] # Ref name + ) + | ( # Inline Link + \( # Opening paren + [ \t]*+ # Optional whtiespace + <?(.*?)>? # URL + [ \t]*+ # Optional whtiespace + ( # Optional Title + (?<title>['"]) + (.*?) + \k<title> + )? + \) + ) + ) + ) + | \1\1 # Must be bold closer + | (?!(?<=\S)\1). # Everything besides + # style closer + )++ + (?<=\S)\1 # Close + ) + + captures + + 1 + + name + punctuation.definition.italic.markdown + + + end + (?<=\S)(\1)((?!\1)|(?=\1\1)) + name + markup.italic.markdown + patterns + + + applyEndPatternLast + 1 + begin + (?=<[^>]*?>) + end + (?<=>) + patterns + + + include + text.html.basic + + + + + include + #escape + + + include + #ampersand + + + include + #bracket + + + include + #raw + + + include + #bold + + + include + #image-inline + + + include + #link-inline + + + include + #link-inet + + + include + #link-email + + + include + #image-ref + + + include + #link-ref-literal + + + include + #link-ref + + + + link-email + + captures + + 1 + + name + punctuation.definition.link.markdown + + 2 + + name + markup.underline.link.markdown + + 4 + + name + punctuation.definition.link.markdown + + + match + (<)((?:mailto:)?[-.\w]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)(>) + name + meta.link.email.lt-gt.markdown + + link-inet + + captures + + 1 + + name + punctuation.definition.link.markdown + + 2 + + name + markup.underline.link.markdown + + 3 + + name + punctuation.definition.link.markdown + + + match + (<)((?:https?|ftp)://.*?)(>) + name + meta.link.inet.markdown + + link-inline + + captures + + 1 + + name + punctuation.definition.string.begin.markdown + + 10 + + name + string.other.link.description.title.markdown + + 11 + + name + punctuation.definition.string.begin.markdown + + 12 + + name + punctuation.definition.string.end.markdown + + 13 + + name + string.other.link.description.title.markdown + + 14 + + name + punctuation.definition.string.begin.markdown + + 15 + + name + punctuation.definition.string.end.markdown + + 16 + + name + punctuation.definition.metadata.markdown + + 2 + + name + string.other.link.title.markdown + + 4 + + name + punctuation.definition.string.end.markdown + + 5 + + name + invalid.illegal.whitespace.markdown + + 6 + + name + punctuation.definition.metadata.markdown + + 7 + + name + punctuation.definition.link.markdown + + 8 + + name + markup.underline.link.markdown + + 9 + + name + punctuation.definition.link.markdown + + + match + (?x: + (\[)((?<square>[^\[\]\\]|\\.|\[\g<square>*+\])*+)(\]) + # Match the link text. + ([ ])? # Space not allowed + (\() # Opening paren for url + (<?)(.*?)(>?) # The url + [ \t]* # Optional whitespace + (?: + ((\().+?(\))) # Match title in parens… + | ((").+?(")) # or in quotes. + )? # Title is optional + \s* # Optional whitespace + (\)) + ) + name + meta.link.inline.markdown + + link-ref + + captures + + 1 + + name + punctuation.definition.string.begin.markdown + + 2 + + name + string.other.link.title.markdown + + 4 + + name + punctuation.definition.string.end.markdown + + 5 + + name + punctuation.definition.constant.begin.markdown + + 6 + + name + constant.other.reference.link.markdown + + 7 + + name + punctuation.definition.constant.end.markdown + + + match + (\[)((?<square>[^\[\]\\]|\\.|\[\g<square>*+\])*+)(\])[ ]?(\[)([^\]]*+)(\]) + name + meta.link.reference.markdown + + link-ref-literal + + captures + + 1 + + name + punctuation.definition.string.begin.markdown + + 2 + + name + string.other.link.title.markdown + + 4 + + name + punctuation.definition.string.end.markdown + + 5 + + name + punctuation.definition.constant.begin.markdown + + 6 + + name + punctuation.definition.constant.end.markdown + + + match + (\[)((?<square>[^\[\]\\]|\\.|\[\g<square>*+\])*+)(\])[ ]?(\[)(\]) + name + meta.link.reference.literal.markdown + + raw + + captures + + 1 + + name + punctuation.definition.raw.markdown + + 3 + + name + punctuation.definition.raw.markdown + + + match + (`+)([^`]|(?!(?<!`)\1(?!`))`)*+(\1) + name + markup.inline.raw.markdown + + + + + scopeName + text.html.markdown + uuid + 0A1D9874-B448-11D9-BD50-000D93B6E43C + + diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/php.json b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/php.json new file mode 100644 index 000000000..d42cb29a1 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/php.json @@ -0,0 +1,2638 @@ +{ + "scopeName": "text.html.php", + "name": "PHP", + "fileTypes": [ + "aw", + "ctp", + "inc", + "install", + "module", + "php", + "php_cs", + "php3", + "php4", + "php5", + "phpt", + "phtml", + "profile" + ], + "firstLineMatch": "^#!.*(?))", + "beginCaptures": { + "0": { + "name": "punctuation.whitespace.embedded.leading.php" + } + }, + "end": "(?!\\G)(\\s*$\\n)?", + "endCaptures": { + "0": { + "name": "punctuation.whitespace.embedded.trailing.php" + } + }, + "patterns": [ + { + "begin": "<\\?(?i:php|=)?", + "beginCaptures": { + "0": { + "name": "punctuation.section.embedded.metatag.begin.php" + } + }, + "contentName": "source.php", + "end": "(\\?)>", + "endCaptures": { + "0": { + "name": "punctuation.section.embedded.metatag.end.php" + }, + "1": { + "name": "source.php" + } + }, + "name": "meta.embedded.block.php", + "patterns": [ + { + "include": "#language" + } + ] + } + ] + }, + { + "begin": "<\\?(?i:php|=)?(?![^?]*\\?>)", + "beginCaptures": { + "0": { + "name": "punctuation.section.embedded.begin.php" + } + }, + "contentName": "source.php", + "end": "(\\?)>", + "endCaptures": { + "0": { + "name": "punctuation.section.embedded.end.php" + }, + "1": { + "name": "source.php" + } + }, + "name": "meta.embedded.block.php", + "patterns": [ + { + "include": "#language" + } + ] + }, + { + "begin": "<\\?(?i:php|=)?", + "beginCaptures": { + "0": { + "name": "punctuation.section.embedded.begin.php" + } + }, + "end": ">", + "endCaptures": { + "0": { + "name": "punctuation.section.embedded.end.php" + } + }, + "name": "meta.embedded.line.php", + "patterns": [ + { + "captures": { + "1": { + "name": "source.php" + }, + "2": { + "name": "punctuation.section.embedded.end.php" + }, + "3": { + "name": "source.php" + } + }, + "match": "\\G(\\s*)((\\?))(?=>)", + "name": "meta.special.empty-tag.php" + }, + { + "begin": "\\G", + "contentName": "source.php", + "end": "(\\?)(?=>)", + "endCaptures": { + "0": { + "name": "punctuation.section.embedded.end.php" + }, + "1": { + "name": "source.php" + } + }, + "patterns": [ + { + "include": "#language" + } + ] + } + ] + } + ] + } + }, + "patterns": [ + { + "include": "text.html.basic" + } + ], + "repository": { + "class-builtin": { + "patterns": [ + { + "captures": { + "1": { + "name": "punctuation.separator.inheritance.php" + } + }, + "match": "(?i)(\\\\)?\\b(st(dClass|reamWrapper)|R(RD(Graph|Creator|Updater)|untimeException|e(sourceBundle|cursive(RegexIterator|Ca(chingIterator|llbackFilterIterator)|TreeIterator|Iterator(Iterator)?|DirectoryIterator|FilterIterator|ArrayIterator)|flect(ion(Method|Class|ZendExtension|Object|P(arameter|roperty)|Extension|Function(Abstract)?)?|or)|gexIterator)|angeException)|G(ender\\Gender|lobIterator|magick(Draw|Pixel)?)|X(sltProcessor|ML(Reader|Diff\\\\(Memory|Base|DOM|File)|Writer)|SLTProcessor)|M(ysqlndUh(Connection|PreparedStatement)|ongo(Re(sultException|gex)|Grid(fsFile|FS(Cursor|File)?)|BinData|C(o(de|llection|mmandCursor)|ursor(Exception)?|lient)|Timestamp|I(n(sertBatch|t(32|64))|d)|D(B(Ref)?|eleteBatch|ate)|UpdateBatch|Pool|Write(Batch|ConcernException)|Log)?|u(tex|ltipleIterator)|e(ssageFormatter|mcache(d)?))|Bad(MethodCallException|FunctionCallException)|tidy(Node)?|S(ync(ReaderWriter|Mutex|Semaphore|Event)|impleXML(Iterator|Element)|oap(Server|Header|Client|Param|Var|Fault)|NMP|CA(_(SoapProxy|LocalProxy))?|p(hinxClient|oofchecker|l(M(inHeap|axHeap)|S(tack|ubject)|Heap|T(ype|empFileObject)|Ob(server|jectStorage)|DoublyLinkedList|PriorityQueue|Enum|Queue|Fi(le(Info|Object)|xedArray)))|e(ssionHandler(Interface)?|ekableIterator|rializable)|DO_(Model_(ReflectionDataObject|Type|Property)|Sequence|D(ata(Object|Factory)|AS_(Relational|XML(_Document)?|Setting|ChangeSummary|Data(Object|Factory)))|Exception|List)|wish(Result(s)?|Search)?|VM(Model)?|QLite(Result|3(Result|Stmt)?|Database|Unbuffered)|AM(Message|Connection))|H(RTime\\\\(StopWatch|PerformanceCounter)|ttp(Re(sponse|quest(Pool)?)|Message|InflateStream|DeflateStream|QueryString)|aru(Image|Outline|D(oc|estination)|Page|Encoder|Font|Annotation))|Ya(f_(R(oute(_(Re(write|gex)|Map|S(tatic|imple|upervar)|Interface)|r)|e(sponse_Abstract|quest_(Simple|Http|Abstract)|gistry))|Session|Con(troller_Abstract|fig_(Simple|Ini|Abstract))|Dispatcher|Plugin_Abstract|Exception|View_(Simple|Interface)|Loader|A(ction_Abstract|pplication))|r_(Server(_Exception)?|C(oncurrent_Client|lient(_Exception)?)))|N(o(RewindIterator|rmalizer)|umberFormatter)|C(o(nd|untable|ll(ectable|ator))|URLFile|a(chingIterator|llbackFilterIterator))|T(hread(ed)?|okyoTyrant(Table|Iterator|Query)?|ra(nsliterator|versable))|I(n(tl(RuleBasedBreakIterator|BreakIterator|C(odePointBreakIterator|alendar)|TimeZone|Iterator|DateFormatter|PartsIterator)|validArgumentException|finiteIterator)|terator(Iterator|Aggregate)?|magick(Draw|Pixel(Iterator)?)?)|php_user_filter|Z(MQ(Socket|Context|Device|Poll)?|ipArchive)|O(CI-(Collection|Lob)|ut(erIterator|Of(RangeException|BoundsException))|verflowException)|D(irectory(Iterator)?|omainException|OM(XPath|N(ode(list)?|amedNodeMap)|C(haracterData|omment|dataSection)|Text|Implementation|Document(Fragment)?|ProcessingInstruction|E(ntityReference|lement)|Attr)|ate(Time(I(nterface|mmutable)|Zone)?|Interval|Period))|U(n(derflowException|expectedValueException)|Converter)|JsonSerializable|finfo|P(har(Data|FileInfo)?|ool|DO(Statement)?|arentIterator)|E(v(S(tat|ignal)|Ch(ild|eck)|Timer|I(o|dle)|ent(B(uffer(Event)?|ase)|SslContext|Http(Request|Connection)?|Config|DnsBase|Util|Listener)?|P(eriodic|repare)|Embed|Fork|Watcher|Loop)?|rrorException|xception|mptyIterator)|V(8Js(Exception)?|arnish(Stat|Log|Admin))|KTaglib_(MPEG_(File|AudioProperties)|Tag|ID3v2_(Tag|Frame|AttachedPictureFrame))|QuickHash(StringIntHash|Int(S(tringHash|et)|Hash))|F(il(terIterator|esystemIterator)|ANNConnection)|mysqli(_(stmt|driver|warning|result))?|W(orker|eak(Map|ref))|L(imitIterator|o(cale|gicException)|ua(Closure)?|engthException|apack)|A(ppendIterator|PCIterator|rray(Iterator|Object|Access)))\\b", + "name": "support.class.builtin.php" + } + ] + }, + "class-name": { + "patterns": [ + { + "begin": "(?i)(?=\\\\?[a-z_0-9]+\\\\)", + "end": "(?i)([a-z_][a-z_0-9]*)?(?=[^a-z0-9_\\\\])", + "endCaptures": { + "1": { + "name": "support.class.php" + } + }, + "patterns": [ + { + "include": "#namespace" + } + ] + }, + { + "include": "#class-builtin" + }, + { + "begin": "(?=[\\\\a-zA-Z_])", + "end": "(?i)([a-z_][a-z_0-9]*)?(?=[^a-z0-9_\\\\])", + "endCaptures": { + "1": { + "name": "support.class.php" + } + }, + "patterns": [ + { + "include": "#namespace" + } + ] + } + ] + }, + "comments": { + "patterns": [ + { + "begin": "/\\*\\*(?:#@\\+)?\\s*$", + "captures": { + "0": { + "name": "punctuation.definition.comment.php" + } + }, + "comment": "This now only highlights a docblock if the first line contains only /**\n\t\t\t\t\t\t\t\t- this is to stop highlighting everything as invalid when people do comment banners with /******** ...\n\t\t\t\t\t\t\t\t- Now matches /**#@+ too - used for docblock templates: http://manual.phpdoc.org/HTMLframesConverter/default/phpDocumentor/tutorial_phpDocumentor.howto.pkg.html#basics.docblocktemplate", + "end": "\\*/", + "name": "comment.block.documentation.phpdoc.php", + "patterns": [ + { + "include": "#php_doc" + } + ] + }, + { + "begin": "/\\*", + "captures": { + "0": { + "name": "punctuation.definition.comment.php" + } + }, + "end": "\\*/", + "name": "comment.block.php" + }, + { + "begin": "(^[ \\t]+)?(?=//)", + "beginCaptures": { + "1": { + "name": "punctuation.whitespace.comment.leading.php" + } + }, + "end": "(?!\\G)", + "patterns": [ + { + "begin": "//", + "beginCaptures": { + "0": { + "name": "punctuation.definition.comment.php" + } + }, + "end": "\\n|(?=\\?>)", + "name": "comment.line.double-slash.php" + } + ] + }, + { + "begin": "(^[ \\t]+)?(?=#)", + "beginCaptures": { + "1": { + "name": "punctuation.whitespace.comment.leading.php" + } + }, + "end": "(?!\\G)", + "patterns": [ + { + "begin": "#", + "beginCaptures": { + "0": { + "name": "punctuation.definition.comment.php" + } + }, + "end": "\\n|(?=\\?>)", + "name": "comment.line.number-sign.php" + } + ] + } + ] + }, + "constants": { + "patterns": [ + { + "begin": "(?xi)(?=\n\t\t\t (\n\t\t\t (\\\\[a-z_][a-z_0-9]*\\\\[a-z_][a-z_0-9\\\\]*)|\n\t\t\t ([a-z_][a-z_0-9]*\\\\[a-z_][a-z_0-9\\\\]*)\n\t\t\t )\n\t\t\t [^a-z_0-9\\\\])", + "end": "(?i)([a-z_][a-z_0-9]*)?(?=[^a-z0-9_\\\\])", + "endCaptures": { + "1": { + "name": "constant.other.php" + } + }, + "patterns": [ + { + "include": "#namespace" + } + ] + }, + { + "begin": "(?=\\\\?[a-zA-Z_\\x{7f}-\\x{ff}])", + "end": "(?=[^\\\\a-zA-Z_\\x{7f}-\\x{ff}])", + "patterns": [ + { + "match": "(?i)\\b(TRUE|FALSE|NULL|__(FILE|DIR|FUNCTION|CLASS|METHOD|LINE|NAMESPACE)__|ON|OFF|YES|NO|NL|BR|TAB)\\b", + "name": "constant.language.php" + }, + { + "captures": { + "1": { + "name": "punctuation.separator.inheritance.php" + } + }, + "match": "(\\\\)?\\b(STD(IN|OUT|ERR)|ZEND_(THREAD_SAFE|DEBUG_BUILD)|DEFAULT_INCLUDE_PATH|P(HP_(R(OUND_HALF_(ODD|DOWN|UP|EVEN)|ELEASE_VERSION)|M(INOR_VERSION|A(XPATHLEN|JOR_VERSION))|BINDIR|S(HLIB_SUFFIX|YSCONFDIR|API)|CONFIG_FILE_(SCAN_DIR|PATH)|INT_(MAX|SIZE)|ZTS|O(S|UTPUT_HANDLER_(START|CONT|END))|D(EBUG|ATADIR)|URL_(SCHEME|HOST|USER|P(ORT|A(SS|TH))|QUERY|FRAGMENT)|PREFIX|E(XT(RA_VERSION|ENSION_DIR)|OL)|VERSION(_ID)?|WINDOWS_(NT_(SERVER|DOMAIN_CONTROLLER|WORKSTATION)|VERSION_(M(INOR|AJOR)|BUILD|S(UITEMASK|P_M(INOR|AJOR))|P(RODUCTTYPE|LATFORM)))|L(IBDIR|OCALSTATEDIR))|EAR_(INSTALL_DIR|EXTENSION_DIR))|E_(RECOVERABLE_ERROR|STRICT|NOTICE|CO(RE_(ERROR|WARNING)|MPILE_(ERROR|WARNING))|DEPRECATED|USER_(NOTICE|DEPRECATED|ERROR|WARNING)|PARSE|ERROR|WARNING|ALL))\\b", + "name": "support.constant.core.php" + }, + { + "captures": { + "1": { + "name": "punctuation.separator.inheritance.php" + } + }, + "match": "(\\\\)?\\b(RADIXCHAR|GROUPING|M(_(1_PI|SQRT(1_2|2|3|PI)|2_(SQRTPI|PI)|PI(_(2|4))?|E(ULER)?|L(N(10|2|PI)|OG(10E|2E)))|ON_(GROUPING|1(1|2|0)?|7|2|8|THOUSANDS_SEP|3|DECIMAL_POINT|9|4|5|6))|S(TR_PAD_(RIGHT|BOTH|LEFT)|ORT_(REGULAR|STRING|NUMERIC|DESC|LOCALE_STRING|ASC)|EEK_(SET|CUR|END))|H(TML_(SPECIALCHARS|ENTITIES)|ASH_HMAC)|YES(STR|EXPR)|N(_(S(IGN_POSN|EP_BY_SPACE)|CS_PRECEDES)|O(STR|EXPR)|EGATIVE_SIGN|AN)|C(R(YPT_(MD5|BLOWFISH|S(HA(256|512)|TD_DES|ALT_LENGTH)|EXT_DES)|NCYSTR|EDITS_(G(ROUP|ENERAL)|MODULES|SAPI|DOCS|QA|FULLPAGE|ALL))|HAR_MAX|O(NNECTION_(NORMAL|TIMEOUT|ABORTED)|DESET|UNT_(RECURSIVE|NORMAL))|URRENCY_SYMBOL|ASE_(UPPER|LOWER))|__COMPILER_HALT_OFFSET__|T(HOUS(EP|ANDS_SEP)|_FMT(_AMPM)?)|IN(T_(CURR_SYMBOL|FRAC_DIGITS)|I_(S(YSTEM|CANNER_(RAW|NORMAL))|USER|PERDIR|ALL)|F(O_(GENERAL|MODULES|C(REDITS|ONFIGURATION)|ENVIRONMENT|VARIABLES|LICENSE|ALL))?)|D(_(T_FMT|FMT)|IRECTORY_SEPARATOR|ECIMAL_POINT|A(Y_(1|7|2|3|4|5|6)|TE_(R(SS|FC(1(123|036)|2822|8(22|50)|3339))|COOKIE|ISO8601|W3C|ATOM)))|UPLOAD_ERR_(NO_(TMP_DIR|FILE)|CANT_WRITE|INI_SIZE|OK|PARTIAL|EXTENSION|FORM_SIZE)|P(M_STR|_(S(IGN_POSN|EP_BY_SPACE)|CS_PRECEDES)|OSITIVE_SIGN|ATH(_SEPARATOR|INFO_(BASENAME|DIRNAME|EXTENSION|FILENAME)))|E(RA(_(YEAR|T_FMT|D_(T_FMT|FMT)))?|XTR_(REFS|SKIP|IF_EXISTS|OVERWRITE|PREFIX_(SAME|I(NVALID|F_EXISTS)|ALL))|NT_(NOQUOTES|COMPAT|IGNORE|QUOTES))|FRAC_DIGITS|L(C_(M(ONETARY|ESSAGES)|NUMERIC|C(TYPE|OLLATE)|TIME|ALL)|O(G_(MAIL|SYSLOG|N(O(TICE|WAIT)|DELAY|EWS)|C(R(IT|ON)|ONS)|INFO|ODELAY|D(EBUG|AEMON)|U(SER|UCP)|P(ID|ERROR)|E(RR|MERG)|KERN|WARNING|L(OCAL(1|7|2|3|4|5|0|6)|PR)|A(UTH(PRIV)?|LERT))|CK_(SH|NB|UN|EX)))|A(M_STR|B(MON_(1(1|2|0)?|7|2|8|3|9|4|5|6)|DAY_(1|7|2|3|4|5|6))|SSERT_(BAIL|CALLBACK|QUIET_EVAL|WARNING|ACTIVE)|LT_DIGITS))\\b", + "name": "support.constant.std.php" + }, + { + "captures": { + "1": { + "name": "punctuation.separator.inheritance.php" + } + }, + "match": "(\\\\)?\\b(GLOB_(MARK|BRACE|NO(SORT|CHECK|ESCAPE)|ONLYDIR|ERR|AVAILABLE_FLAGS)|XML_(SAX_IMPL|HTML_DOCUMENT_NODE|N(OTATION_NODE|AMESPACE_DECL_NODE)|C(OMMENT_NODE|DATA_SECTION_NODE)|TEXT_NODE|OPTION_(SKIP_(TAGSTART|WHITE)|CASE_FOLDING|TARGET_ENCODING)|D(TD_NODE|OCUMENT_(NODE|TYPE_NODE|FRAG_NODE))|PI_NODE|E(RROR_(RECURSIVE_ENTITY_REF|MISPLACED_XML_PI|B(INARY_ENTITY_REF|AD_CHAR_REF)|SYNTAX|NO(NE|_(MEMORY|ELEMENTS))|TAG_MISMATCH|IN(CORRECT_ENCODING|VALID_TOKEN)|DUPLICATE_ATTRIBUTE|UN(CLOSED_(CDATA_SECTION|TOKEN)|DEFINED_ENTITY|KNOWN_ENCODING)|JUNK_AFTER_DOC_ELEMENT|PAR(TIAL_CHAR|AM_ENTITY_REF)|EXTERNAL_ENTITY_HANDLING|A(SYNC_ENTITY|TTRIBUTE_EXTERNAL_ENTITY_REF))|NTITY_(REF_NODE|NODE|DECL_NODE)|LEMENT_(NODE|DECL_NODE))|LOCAL_NAMESPACE|ATTRIBUTE_(N(MTOKEN(S)?|O(TATION|DE))|CDATA|ID(REF(S)?)?|DECL_NODE|EN(TITY|UMERATION)))|M(HASH_(RIPEMD(1(28|60)|256|320)|GOST|MD(2|4|5)|S(HA(1|2(24|56)|384|512)|NEFRU256)|HAVAL(1(28|92|60)|2(24|56))|CRC32(B)?|TIGER(1(28|60))?|WHIRLPOOL|ADLER32)|YSQL(_(BOTH|NUM|CLIENT_(SSL|COMPRESS|I(GNORE_SPACE|NTERACTIVE))|ASSOC)|I_(RE(PORT_(STRICT|INDEX|OFF|ERROR|ALL)|FRESH_(GRANT|MASTER|BACKUP_LOG|S(TATUS|LAVE)|HOSTS|T(HREADS|ABLES)|LOG)|AD_DEFAULT_(GROUP|FILE))|GROUP_FLAG|MULTIPLE_KEY_FLAG|B(INARY_FLAG|OTH|LOB_FLAG)|S(T(MT_ATTR_(CURSOR_TYPE|UPDATE_MAX_LENGTH|PREFETCH_ROWS)|ORE_RESULT)|E(RVER_QUERY_(NO_(GOOD_INDEX_USED|INDEX_USED)|WAS_SLOW)|T_(CHARSET_NAME|FLAG)))|N(O(_D(EFAULT_VALUE_FLAG|ATA)|T_NULL_FLAG)|UM(_FLAG)?)|C(URSOR_TYPE_(READ_ONLY|SCROLLABLE|NO_CURSOR|FOR_UPDATE)|LIENT_(SSL|NO_SCHEMA|COMPRESS|I(GNORE_SPACE|NTERACTIVE)|FOUND_ROWS))|T(YPE_(GEOMETRY|MEDIUM_BLOB|B(IT|LOB)|S(HORT|TRING|ET)|YEAR|N(ULL|EWD(ECIMAL|ATE))|CHAR|TI(ME(STAMP)?|NY(_BLOB)?)|INT(24|ERVAL)|D(OUBLE|ECIMAL|ATE(TIME)?)|ENUM|VAR_STRING|FLOAT|LONG(_BLOB|LONG)?)|IMESTAMP_FLAG)|INIT_COMMAND|ZEROFILL_FLAG|O(N_UPDATE_NOW_FLAG|PT_(NET_(READ_BUFFER_SIZE|CMD_BUFFER_SIZE)|CONNECT_TIMEOUT|INT_AND_FLOAT_NATIVE|LOCAL_INFILE))|D(EBUG_TRACE_ENABLED|ATA_TRUNCATED)|U(SE_RESULT|N(SIGNED_FLAG|IQUE_KEY_FLAG))|P(RI_KEY_FLAG|ART_KEY_FLAG)|ENUM_FLAG|A(S(SOC|YNC)|UTO_INCREMENT_FLAG)))|CRYPT_(R(C(2|6)|IJNDAEL_(1(28|92)|256)|AND)|GOST|XTEA|M(ODE_(STREAM|NOFB|C(BC|FB)|OFB|ECB)|ARS)|BLOWFISH(_COMPAT)?|S(ERPENT|KIPJACK|AFER(128|PLUS|64))|C(RYPT|AST_(128|256))|T(RIPLEDES|HREEWAY|WOFISH)|IDEA|3DES|DE(S|CRYPT|V_(RANDOM|URANDOM))|PANAMA|EN(CRYPT|IGNA)|WAKE|LOKI97|ARCFOUR(_IV)?))|S(TREAM_(REPORT_ERRORS|M(UST_SEEK|KDIR_RECURSIVE)|BUFFER_(NONE|FULL|LINE)|S(HUT_(RD(WR)?|WR)|OCK_(R(DM|AW)|S(TREAM|EQPACKET)|DGRAM)|ERVER_(BIND|LISTEN))|NOTIFY_(RE(SOLVE|DIRECTED)|MIME_TYPE_IS|SEVERITY_(INFO|ERR|WARN)|CO(MPLETED|NNECT)|PROGRESS|F(ILE_SIZE_IS|AILURE)|AUTH_RE(SULT|QUIRED))|C(RYPTO_METHOD_(SSLv(2(_(SERVER|CLIENT)|3_(SERVER|CLIENT))|3_(SERVER|CLIENT))|TLS_(SERVER|CLIENT))|LIENT_(CONNECT|PERSISTENT|ASYNC_CONNECT)|AST_(FOR_SELECT|AS_STREAM))|I(GNORE_URL|S_URL|PPROTO_(RAW|TCP|I(CMP|P)|UDP))|O(OB|PTION_(READ_(BUFFER|TIMEOUT)|BLOCKING|WRITE_BUFFER))|U(RL_STAT_(QUIET|LINK)|SE_PATH)|P(EEK|F_(INET(6)?|UNIX))|ENFORCE_SAFE_MODE|FILTER_(READ|WRITE|ALL))|UNFUNCS_RET_(STRING|TIMESTAMP|DOUBLE)|QLITE(_(R(OW|EADONLY)|MIS(MATCH|USE)|B(OTH|USY)|SCHEMA|N(O(MEM|T(FOUND|ADB)|LFS)|UM)|C(O(RRUPT|NSTRAINT)|ANTOPEN)|TOOBIG|I(NTER(RUPT|NAL)|OERR)|OK|DONE|P(ROTOCOL|ERM)|E(RROR|MPTY)|F(ORMAT|ULL)|LOCKED|A(BORT|SSOC|UTH))|3_(B(OTH|LOB)|NU(M|LL)|TEXT|INTEGER|OPEN_(READ(ONLY|WRITE)|CREATE)|FLOAT|ASSOC)))|CURL(M(SG_DONE|_(BAD_(HANDLE|EASY_HANDLE)|CALL_MULTI_PERFORM|INTERNAL_ERROR|O(UT_OF_MEMORY|K)))|SSH_AUTH_(HOST|NONE|DEFAULT|P(UBLICKEY|ASSWORD)|KEYBOARD)|CLOSEPOLICY_(SLOWEST|CALLBACK|OLDEST|LEAST_(RECENTLY_USED|TRAFFIC))|_(HTTP_VERSION_(1_(1|0)|NONE)|NETRC_(REQUIRED|IGNORED|OPTIONAL)|TIMECOND_(IF(MODSINCE|UNMODSINCE)|LASTMOD)|IPRESOLVE_(V(4|6)|WHATEVER)|VERSION_(SSL|IPV6|KERBEROS4|LIBZ))|INFO_(RE(DIRECT_(COUNT|TIME)|QUEST_SIZE)|S(SL_VERIFYRESULT|TARTTRANSFER_TIME|IZE_(DOWNLOAD|UPLOAD)|PEED_(DOWNLOAD|UPLOAD))|H(TTP_CODE|EADER_(SIZE|OUT))|NAMELOOKUP_TIME|C(ON(NECT_TIME|TENT_(TYPE|LENGTH_(DOWNLOAD|UPLOAD)))|ERTINFO)|TOTAL_TIME|PR(IVATE|ETRANSFER_TIME)|EFFECTIVE_URL|FILETIME)|OPT_(R(E(SUME_FROM|TURNTRANSFER|DIR_PROTOCOLS|FERER|AD(DATA|FUNCTION))|AN(GE|DOM_FILE))|MAX(REDIRS|CONNECTS)|B(INARYTRANSFER|UFFERSIZE)|S(S(H_(HOST_PUBLIC_KEY_MD5|P(RIVATE_KEYFILE|UBLIC_KEYFILE)|AUTH_TYPES)|L(CERT(TYPE|PASSWD)?|_(CIPHER_LIST|VERIFY(HOST|PEER))|ENGINE(_DEFAULT)?|VERSION|KEY(TYPE|PASSWD)?))|TDERR)|H(TTP(GET|HEADER|200ALIASES|_VERSION|PROXYTUNNEL|AUTH)|EADER(FUNCTION)?)|N(O(BODY|SIGNAL|PROGRESS)|ETRC)|C(RLF|O(NNECTTIMEOUT(_MS)?|OKIE(SESSION|JAR|FILE)?)|USTOMREQUEST|ERTINFO|LOSEPOLICY|A(INFO|PATH))|T(RANSFERTEXT|CP_NODELAY|IME(CONDITION|OUT(_MS)?|VALUE))|I(N(TERFACE|FILE(SIZE)?)|PRESOLVE)|DNS_(CACHE_TIMEOUT|USE_GLOBAL_CACHE)|U(RL|SER(PWD|AGENT)|NRESTRICTED_AUTH|PLOAD)|P(R(IVATE|O(GRESSFUNCTION|XY(TYPE|USERPWD|PORT|AUTH)?|TOCOLS))|O(RT|ST(REDIR|QUOTE|FIELDS)?)|UT)|E(GDSOCKET|NCODING)|VERBOSE|K(RB4LEVEL|EYPASSWD)|QUOTE|F(RESH_CONNECT|TP(SSLAUTH|_(S(SL|KIP_PASV_IP)|CREATE_MISSING_DIRS|USE_EP(RT|SV)|FILEMETHOD)|PORT|LISTONLY|APPEND)|ILE(TIME)?|O(RBID_REUSE|LLOWLOCATION)|AILONERROR)|WRITE(HEADER|FUNCTION)|LOW_SPEED_(TIME|LIMIT)|AUTOREFERER)|PRO(XY_(SOCKS(4|5)|HTTP)|TO_(S(CP|FTP)|HTTP(S)?|T(ELNET|FTP)|DICT|F(TP(S)?|ILE)|LDAP(S)?|ALL))|E_(RE(CV_ERROR|AD_ERROR)|GOT_NOTHING|MALFORMAT_USER|BAD_(C(ONTENT_ENCODING|ALLING_ORDER)|PASSWORD_ENTERED|FUNCTION_ARGUMENT)|S(S(H|L_(C(IPHER|ONNECT_ERROR|ERTPROBLEM|ACERT)|PEER_CERTIFICATE|ENGINE_(SETFAILED|NOTFOUND)))|HARE_IN_USE|END_ERROR)|HTTP_(RANGE_ERROR|NOT_FOUND|PO(RT_FAILED|ST_ERROR))|COULDNT_(RESOLVE_(HOST|PROXY)|CONNECT)|T(OO_MANY_REDIRECTS|ELNET_OPTION_SYNTAX)|O(BSOLETE|UT_OF_MEMORY|PERATION_TIMEOUTED|K)|U(RL_MALFORMAT(_USER)?|N(SUPPORTED_PROTOCOL|KNOWN_TELNET_OPTION))|PARTIAL_FILE|F(TP_(BAD_DOWNLOAD_RESUME|SSL_FAILED|C(OULDNT_(RETR_FILE|GET_SIZE|S(TOR_FILE|ET_(BINARY|ASCII))|USE_REST)|ANT_(RECONNECT|GET_HOST))|USER_PASSWORD_INCORRECT|PORT_FAILED|QUOTE_ERROR|W(RITE_ERROR|EIRD_(SERVER_REPLY|227_FORMAT|USER_REPLY|PAS(S_REPLY|V_REPLY)))|ACCESS_DENIED)|ILE(SIZE_EXCEEDED|_COULDNT_READ_FILE)|UNCTION_NOT_FOUND|AILED_INIT)|WRITE_ERROR|L(IBRARY_NOT_FOUND|DAP_(SEARCH_FAILED|CANNOT_BIND|INVALID_URL))|ABORTED_BY_CALLBACK)|VERSION_NOW|FTP(METHOD_(MULTICWD|SINGLECWD|NOCWD)|SSL_(NONE|CONTROL|TRY|ALL)|AUTH_(SSL|TLS|DEFAULT))|AUTH_(GSSNEGOTIATE|BASIC|NTLM|DIGEST|ANY(SAFE)?))|I(MAGETYPE_(GIF|XBM|BMP|SWF|COUNT|TIFF_(MM|II)|I(CO|FF)|UNKNOWN|J(B2|P(X|2|C|EG(2000)?))|P(SD|NG)|WBMP)|NPUT_(REQUEST|GET|SE(RVER|SSION)|COOKIE|POST|ENV)|CONV_(MIME_DECODE_(STRICT|CONTINUE_ON_ERROR)|IMPL|VERSION))|D(NS_(MX|S(RV|OA)|HINFO|N(S|APTR)|CNAME|TXT|PTR|A(NY|LL|AAA|6)?)|OM(STRING_SIZE_ERR|_(SYNTAX_ERR|HIERARCHY_REQUEST_ERR|N(O(_(MODIFICATION_ALLOWED_ERR|DATA_ALLOWED_ERR)|T_(SUPPORTED_ERR|FOUND_ERR))|AMESPACE_ERR)|IN(DEX_SIZE_ERR|USE_ATTRIBUTE_ERR|VALID_(MODIFICATION_ERR|STATE_ERR|CHARACTER_ERR|ACCESS_ERR))|PHP_ERR|VALIDATION_ERR|WRONG_DOCUMENT_ERR)))|JSON_(HEX_(TAG|QUOT|A(MP|POS))|NUMERIC_CHECK|ERROR_(S(YNTAX|TATE_MISMATCH)|NONE|CTRL_CHAR|DEPTH|UTF8)|FORCE_OBJECT)|P(REG_(RECURSION_LIMIT_ERROR|GREP_INVERT|BA(CKTRACK_LIMIT_ERROR|D_UTF8_(OFFSET_ERROR|ERROR))|S(PLIT_(NO_EMPTY|OFFSET_CAPTURE|DELIM_CAPTURE)|ET_ORDER)|NO_ERROR|INTERNAL_ERROR|OFFSET_CAPTURE|PATTERN_ORDER)|SFS_(PASS_ON|ERR_FATAL|F(EED_ME|LAG_(NORMAL|FLUSH_(CLOSE|INC))))|CRE_VERSION|OSIX_(R_OK|X_OK|S_IF(REG|BLK|SOCK|CHR|IFO)|F_OK|W_OK))|F(NM_(NOESCAPE|CASEFOLD|P(ERIOD|ATHNAME))|IL(TER_(REQUIRE_(SCALAR|ARRAY)|SANITIZE_(MAGIC_QUOTES|S(TRI(NG|PPED)|PECIAL_CHARS)|NUMBER_(INT|FLOAT)|URL|E(MAIL|NCODED)|FULL_SPECIAL_CHARS)|NULL_ON_FAILURE|CALLBACK|DEFAULT|UNSAFE_RAW|VALIDATE_(REGEXP|BOOLEAN|I(NT|P)|URL|EMAIL|FLOAT)|F(ORCE_ARRAY|LAG_(S(CHEME_REQUIRED|TRIP_(BACKTICK|HIGH|LOW))|HOST_REQUIRED|NO(NE|_(RES_RANGE|PRIV_RANGE|ENCODE_QUOTES))|IPV(4|6)|PATH_REQUIRED|E(MPTY_STRING_NULL|NCODE_(HIGH|LOW|AMP))|QUERY_REQUIRED|ALLOW_(SCIENTIFIC|HEX|THOUSAND|OCTAL|FRACTION))))|E(_(BINARY|SKIP_EMPTY_LINES|NO_DEFAULT_CONTEXT|TEXT|IGNORE_NEW_LINES|USE_INCLUDE_PATH|APPEND)|INFO_(RAW|MIME(_(TYPE|ENCODING))?|SYMLINK|NONE|CONTINUE|DEVICES|PRESERVE_ATIME)))|ORCE_(GZIP|DEFLATE))|LIBXML_(XINCLUDE|N(SCLEAN|O(XMLDECL|BLANKS|NET|CDATA|E(RROR|MPTYTAG|NT)|WARNING))|COMPACT|D(TD(VALID|LOAD|ATTR)|OTTED_VERSION)|PARSEHUGE|ERR_(NONE|ERROR|FATAL|WARNING)|VERSION|LOADED_VERSION))\\b", + "name": "support.constant.ext.php" + }, + { + "captures": { + "1": { + "name": "punctuation.separator.inheritance.php" + } + }, + "match": "(\\\\)?\\bT_(RE(TURN|QUIRE(_ONCE)?)|G(OTO|LOBAL)|XOR_EQUAL|M(INUS_EQUAL|OD_EQUAL|UL_EQUAL|ETHOD_C|L_COMMENT)|B(REAK|OOL(_CAST|EAN_(OR|AND))|AD_CHARACTER)|S(R(_EQUAL)?|T(RING(_(CAST|VARNAME))?|A(RT_HEREDOC|TIC))|WITCH|L(_EQUAL)?)|HALT_COMPILER|N(S_(SEPARATOR|C)|UM_STRING|EW|AMESPACE)|C(HARACTER|O(MMENT|N(ST(ANT_ENCAPSED_STRING)?|CAT_EQUAL|TINUE))|URLY_OPEN|L(O(SE_TAG|NE)|ASS(_C)?)|A(SE|TCH))|T(RY|HROW)|I(MPLEMENTS|S(SET|_(GREATER_OR_EQUAL|SMALLER_OR_EQUAL|NOT_(IDENTICAL|EQUAL)|IDENTICAL|EQUAL))|N(STANCEOF|C(LUDE(_ONCE)?)?|T(_CAST|ERFACE)|LINE_HTML)|F)|O(R_EQUAL|BJECT_(CAST|OPERATOR)|PEN_TAG(_WITH_ECHO)?|LD_FUNCTION)|D(NUMBER|I(R|V_EQUAL)|O(C_COMMENT|UBLE_(C(OLON|AST)|ARROW)|LLAR_OPEN_CURLY_BRACES)?|E(C(LARE)?|FAULT))|U(SE|NSET(_CAST)?)|P(R(I(NT|VATE)|OTECTED)|UBLIC|LUS_EQUAL|AAMAYIM_NEKUDOTAYIM)|E(X(TENDS|IT)|MPTY|N(CAPSED_AND_WHITESPACE|D(SWITCH|_HEREDOC|IF|DECLARE|FOR(EACH)?|WHILE))|CHO|VAL|LSE(IF)?)|VAR(IABLE)?|F(I(NAL|LE)|OR(EACH)?|UNC(_C|TION))|WHI(TESPACE|LE)|L(NUMBER|I(ST|NE)|OGICAL_(XOR|OR|AND))|A(RRAY(_CAST)?|BSTRACT|S|ND_EQUAL))\\b", + "name": "support.constant.parser-token.php" + }, + { + "comment": "In PHP, any identifier which is not a variable is taken to be a constant.\n \t\t\t\tHowever, if there is no constant defined with the given name then a notice\n \t\t\t\tis generated and the constant is assumed to have the value of its name.", + "match": "[a-zA-Z_\\x{7f}-\\x{ff}][a-zA-Z0-9_\\x{7f}-\\x{ff}]*", + "name": "constant.other.php" + } + ] + } + ] + }, + "function-arguments": { + "patterns": [ + { + "include": "#comments" + }, + { + "begin": "(?xi)\n\t\t\t\t\t\t\t\\s*(array) # Typehint\n\t\t\t\t\t\t\t\\s*(&)? \t\t\t\t\t# Reference\n\t\t\t\t\t\t\t\\s*((\\$+)[a-zA-Z_\\x{7f}-\\x{ff}][a-zA-Z0-9_\\x{7f}-\\x{ff}]*) # The variable name\n\t\t\t\t\t\t\t\\s*(=)\t# A default value\n\t\t\t\t\t\t\t\\s*(array)\\s*(\\()\n\t\t\t\t\t\t\t", + "beginCaptures": { + "1": { + "name": "storage.type.php" + }, + "2": { + "name": "storage.modifier.reference.php" + }, + "3": { + "name": "variable.other.php" + }, + "4": { + "name": "punctuation.definition.variable.php" + }, + "5": { + "name": "keyword.operator.assignment.php" + }, + "6": { + "name": "support.function.construct.php" + }, + "7": { + "name": "punctuation.definition.array.begin.php" + } + }, + "contentName": "meta.array.php", + "end": "\\)", + "endCaptures": { + "0": { + "name": "punctuation.definition.array.end.php" + } + }, + "name": "meta.function.argument.array.php", + "patterns": [ + { + "include": "#comments" + }, + { + "include": "#strings" + }, + { + "include": "#numbers" + } + ] + }, + { + "captures": { + "1": { + "name": "storage.type.php" + }, + "2": { + "name": "storage.modifier.reference.php" + }, + "3": { + "name": "variable.other.php" + }, + "4": { + "name": "punctuation.definition.variable.php" + }, + "5": { + "name": "keyword.operator.assignment.php" + }, + "6": { + "name": "constant.language.php" + }, + "7": { + "name": "punctuation.section.array.begin.php" + }, + "8": { + "patterns": [ + { + "include": "#parameter-default-types" + } + ] + }, + "9": { + "name": "punctuation.section.array.end.php" + }, + "10": { + "name": "invalid.illegal.non-null-typehinted.php" + } + }, + "match": "(?xi)\n\t\t\t\t\t\t\t\\s*(array|callable) # Typehint\n\t\t\t\t\t\t\t\\s*(&)? \t\t\t\t\t# Reference\n\t\t\t\t\t\t\t\\s*((\\$+)[a-z_\\x{7f}-\\x{ff}][a-z0-9_\\x{7f}-\\x{ff}]*) # The variable name\n\t\t\t\t\t\t\t(?:\n\t\t\t\t\t\t\t\t\\s*(?:(=)\\s*(?:(null)|(\\[)((?>[^\\[\\]]+|\\[\\g<8>\\])*)(\\])|((?:\\S*?\\(\\))|(?:\\S*?))))\t# A default value\n\t\t\t\t\t\t\t)?\n\t\t\t\t\t\t\t\\s*(?=,|\\)|/[/*]|\\#|$) # A closing parentheses (end of argument list) or a comma or a comment\n\t\t\t\t\t\t\t", + "name": "meta.function.argument.array.php" + }, + { + "begin": "(?i)(?=[a-z_0-9\\\\]*[a-z_][a-z_0-9]*\\s*&?\\s*(?:\\.\\.\\.)?\\$)", + "end": "(?=,|\\)|/[/*]|\\#|$)", + "name": "meta.function.argument.typehinted.php", + "patterns": [ + { + "include": "#class-name" + }, + { + "captures": { + "1": { + "name": "support.class.php" + }, + "2": { + "name": "storage.modifier.reference.php" + }, + "3": { + "name": "variable.other.php" + }, + "4": { + "name": "punctuation.definition.variable.php" + }, + "5": { + "name": "keyword.operator.assignment.php" + }, + "6": { + "name": "constant.language.php" + }, + "7": { + "name": "invalid.illegal.non-null-typehinted.php" + } + }, + "match": "(?xi)\n \t\t\t\t\t\t\t\\s*([a-z_][a-z_0-9]*)? # Typehinted class name\n \t\t\t\t\t\t\t\\s*(&)? \t\t\t\t\t# Reference\n \t\t\t\t\t\t\t\\s*(((?:\\.\\.\\.)?\\$+)[a-z_\\x{7f}-\\x{ff}][a-z0-9_\\x{7f}-\\x{ff}]*) # The variable name\n \t\t\t\t\t\t\t(?:\n \t\t\t\t\t\t\t\t\\s*(?:(=)\\s*(?:(null)|((?:\\S*?\\(\\))|(?:\\S*?))))\t# A default value\n \t\t\t\t\t\t\t)?\n \t\t\t\t\t\t\t\\s*(?=,|\\)|/[/*]|\\#|$) # A closing parentheses (end of argument list) or a comma\n\t\t\t\t\t " + } + ] + }, + { + "captures": { + "1": { + "name": "storage.modifier.reference.php" + }, + "2": { + "name": "variable.other.php" + }, + "3": { + "name": "punctuation.definition.variable.php" + } + }, + "match": "(?:\\s*(&))?\\s*(((?:\\.\\.\\.)?\\$+)[a-zA-Z_\\x{7f}-\\x{ff}][a-zA-Z0-9_\\x{7f}-\\x{ff}]*)\\s*(?=,|\\)|/[/*]|\\#)", + "name": "meta.function.argument.no-default.php" + }, + { + "begin": "(?:\\s*(&))?\\s*((\\$+)[a-zA-Z_\\x{7f}-\\x{ff}][a-zA-Z0-9_\\x{7f}-\\x{ff}]*)(?:\\s*(=)\\s*)\\s*(?:(\\[)((?>[^\\[\\]]+|\\[\\g<6>\\])*)(\\]))?", + "captures": { + "1": { + "name": "storage.modifier.reference.php" + }, + "2": { + "name": "variable.other.php" + }, + "3": { + "name": "punctuation.definition.variable.php" + }, + "4": { + "name": "keyword.operator.assignment.php" + }, + "5": { + "name": "punctuation.section.array.begin.php" + }, + "6": { + "patterns": [ + { + "include": "#parameter-default-types" + } + ] + }, + "7": { + "name": "punctuation.section.array.end.php" + } + }, + "end": "(?=,|\\)|/[/*]|\\#)", + "name": "meta.function.argument.default.php", + "patterns": [ + { + "include": "#parameter-default-types" + } + ] + } + ] + }, + "function-call": { + "patterns": [ + { + "begin": "(?i)(?=\\\\?[a-z_0-9\\\\]+\\\\[a-z_][a-z0-9_]*\\s*\\()", + "comment": "Functions in a user-defined namespace (overrides any built-ins)", + "end": "(?=\\s*\\()", + "patterns": [ + { + "include": "#user-function-call" + } + ] + }, + { + "match": "(?i)\\b(print|echo)\\b", + "name": "support.function.construct.output.php" + }, + { + "begin": "(?i)(\\\\)?(?=\\b[a-z_][a-z_0-9]*\\s*\\()", + "beginCaptures": { + "1": { + "name": "punctuation.separator.inheritance.php" + } + }, + "comment": "Root namespace function calls (built-in or user)", + "end": "(?=\\s*\\()", + "patterns": [ + { + "match": "(?i)\\b(isset|unset|e(val|mpty)|list)(?=\\s*\\()", + "name": "support.function.construct.php" + }, + { + "include": "#support" + }, + { + "include": "#user-function-call" + } + ] + } + ] + }, + "heredoc": { + "patterns": [ + { + "begin": "(?=<<<\\s*(\"?)([a-zA-Z_]+[a-zA-Z0-9_]*)(\\1)\\s*$)", + "end": "(?!\\G)", + "injections": { + "*": { + "patterns": [ + { + "include": "#interpolation" + } + ] + } + }, + "name": "string.unquoted.heredoc.php", + "patterns": [ + { + "include": "#heredoc_interior" + } + ] + }, + { + "begin": "(?=<<<\\s*('?)([a-zA-Z_]+[a-zA-Z0-9_]*)(\\1)\\s*$)", + "end": "(?!\\G)", + "name": "string.unquoted.heredoc.nowdoc.php", + "patterns": [ + { + "include": "#heredoc_interior" + } + ] + } + ], + "repository": { + "heredoc_interior": { + "patterns": [ + { + "begin": "(<<<)\\s*(['\"]?)(HTML)(\\2)\\s*$\\n?", + "beginCaptures": { + "0": { + "name": "punctuation.section.embedded.begin.php" + }, + "1": { + "name": "punctuation.definition.string.php" + }, + "3": { + "name": "keyword.operator.heredoc.php" + } + }, + "contentName": "text.html", + "end": "^(\\3)\\b", + "endCaptures": { + "0": { + "name": "punctuation.section.embedded.end.php" + }, + "1": { + "name": "keyword.operator.heredoc.php" + } + }, + "name": "meta.embedded.html", + "patterns": [ + { + "include": "text.html.basic" + } + ] + }, + { + "begin": "(<<<)\\s*(['\"]?)(XML)(\\2)\\s*$\\n?", + "beginCaptures": { + "0": { + "name": "punctuation.section.embedded.begin.php" + }, + "1": { + "name": "punctuation.definition.string.php" + }, + "3": { + "name": "keyword.operator.heredoc.php" + } + }, + "contentName": "text.xml", + "end": "^(\\3)\\b", + "endCaptures": { + "0": { + "name": "punctuation.section.embedded.end.php" + }, + "1": { + "name": "keyword.operator.heredoc.php" + } + }, + "name": "meta.embedded.xml", + "patterns": [ + { + "include": "text.xml" + } + ] + }, + { + "begin": "(<<<)\\s*(['\"]?)(SQL)(\\2)\\s*$\\n?", + "beginCaptures": { + "0": { + "name": "punctuation.section.embedded.begin.php" + }, + "1": { + "name": "punctuation.definition.string.php" + }, + "3": { + "name": "keyword.operator.heredoc.php" + } + }, + "contentName": "source.sql", + "end": "^(\\3)\\b", + "endCaptures": { + "0": { + "name": "punctuation.section.embedded.end.php" + }, + "1": { + "name": "keyword.operator.heredoc.php" + } + }, + "name": "meta.embedded.sql", + "patterns": [ + { + "include": "source.sql" + } + ] + }, + { + "begin": "(<<<)\\s*(['\"]?)(JAVASCRIPT)(\\2)\\s*$\\n?", + "beginCaptures": { + "0": { + "name": "punctuation.section.embedded.begin.php" + }, + "1": { + "name": "punctuation.definition.string.php" + }, + "3": { + "name": "keyword.operator.heredoc.php" + } + }, + "contentName": "source.js", + "end": "^(\\3)\\b", + "endCaptures": { + "0": { + "name": "punctuation.section.embedded.end.php" + }, + "1": { + "name": "keyword.operator.heredoc.php" + } + }, + "name": "meta.embedded.js", + "patterns": [ + { + "include": "source.js" + } + ] + }, + { + "begin": "(<<<)\\s*(['\"]?)(JSON)(\\2)\\s*$\\n?", + "beginCaptures": { + "0": { + "name": "punctuation.section.embedded.begin.php" + }, + "1": { + "name": "punctuation.definition.string.php" + }, + "3": { + "name": "keyword.operator.heredoc.php" + } + }, + "contentName": "source.json", + "end": "^(\\3)\\b", + "endCaptures": { + "0": { + "name": "punctuation.section.embedded.end.php" + }, + "1": { + "name": "keyword.operator.heredoc.php" + } + }, + "name": "meta.embedded.json", + "patterns": [ + { + "include": "source.json" + } + ] + }, + { + "begin": "(<<<)\\s*(['\"]?)(CSS)(\\2)\\s*$\\n?", + "beginCaptures": { + "0": { + "name": "punctuation.section.embedded.begin.php" + }, + "1": { + "name": "punctuation.definition.string.php" + }, + "3": { + "name": "keyword.operator.heredoc.php" + } + }, + "contentName": "source.css", + "end": "^(\\3)\\b", + "endCaptures": { + "0": { + "name": "punctuation.section.embedded.end.php" + }, + "1": { + "name": "keyword.operator.heredoc.php" + } + }, + "name": "meta.embedded.css", + "patterns": [ + { + "include": "source.css" + } + ] + }, + { + "begin": "(<<<)\\s*(['\"]?)(REGEX)(\\2)\\s*$\\n?", + "beginCaptures": { + "0": { + "name": "punctuation.section.embedded.begin.php" + }, + "1": { + "name": "punctuation.definition.string.php" + }, + "3": { + "name": "keyword.operator.heredoc.php" + } + }, + "contentName": "string.regexp.heredoc.php", + "end": "^(\\3)\\b", + "endCaptures": { + "0": { + "name": "punctuation.section.embedded.end.php" + }, + "1": { + "name": "keyword.operator.heredoc.php" + } + }, + "patterns": [ + { + "comment": "Escaped from the regexp – there can also be 2 backslashes (since 1 will escape the first)", + "match": "(\\\\){1,2}[.$^\\[\\]{}]", + "name": "constant.character.escape.regex.php" + }, + { + "captures": { + "1": { + "name": "punctuation.definition.arbitrary-repitition.php" + }, + "3": { + "name": "punctuation.definition.arbitrary-repitition.php" + } + }, + "match": "(\\{)\\d+(,\\d+)?(\\})", + "name": "string.regexp.arbitrary-repitition.php" + }, + { + "begin": "\\[(?:\\^?\\])?", + "captures": { + "0": { + "name": "punctuation.definition.character-class.php" + } + }, + "end": "\\]", + "name": "string.regexp.character-class.php", + "patterns": [ + { + "match": "\\\\[\\\\'\\[\\]]", + "name": "constant.character.escape.php" + } + ] + }, + { + "match": "[$^+*]", + "name": "keyword.operator.regexp.php" + }, + { + "begin": "(?<=^|\\s)(#)\\s(?=[[a-zA-Z0-9,. \\t?!-][^\\x{00}-\\x{7F}]]*$)", + "beginCaptures": { + "1": { + "name": "punctuation.definition.comment.php" + } + }, + "comment": "We are restrictive in what we allow to go after the comment character to avoid false positives, since the availability of comments depend on regexp flags.", + "end": "$\\n?", + "endCaptures": { + "0": { + "name": "punctuation.definition.comment.php" + } + }, + "name": "comment.line.number-sign.php" + } + ] + }, + { + "begin": "(<<<)\\s*(['\"]?)([a-zA-Z_]+[a-zA-Z0-9_]*)(\\2)", + "beginCaptures": { + "1": { + "name": "punctuation.definition.string.php" + }, + "3": { + "name": "keyword.operator.heredoc.php" + } + }, + "end": "^(\\3)\\b", + "endCaptures": { + "1": { + "name": "keyword.operator.heredoc.php" + } + } + } + ] + } + } + }, + "instantiation": { + "begin": "(?i)(new)\\s+", + "beginCaptures": { + "1": { + "name": "keyword.other.new.php" + } + }, + "end": "(?i)(?=[^$a-z0-9_\\\\])", + "patterns": [ + { + "match": "(parent|static|self)(?=[^a-z0-9_])", + "name": "storage.type.php" + }, + { + "include": "#class-name" + }, + { + "include": "#variable-name" + } + ] + }, + "interpolation": { + "comment": "http://www.php.net/manual/en/language.types.string.php#language.types.string.parsing", + "patterns": [ + { + "match": "\\\\[0-7]{1,3}", + "name": "constant.numeric.octal.php" + }, + { + "match": "\\\\x[0-9A-Fa-f]{1,2}", + "name": "constant.numeric.hex.php" + }, + { + "match": "\\\\[enrt\\\\\\$\\\"]", + "name": "constant.character.escape.php" + }, + { + "begin": "(\\{)(?=\\$.*?\\})", + "beginCaptures": { + "1": { + "name": "punctuation.definition.variable.php" + } + }, + "end": "(\\})", + "endCaptures": { + "1": { + "name": "punctuation.definition.variable.php" + } + }, + "patterns": [ + { + "include": "#language" + } + ] + }, + { + "include": "#variable-name" + } + ] + }, + "invoke-call": { + "captures": { + "1": { + "name": "punctuation.definition.variable.php" + }, + "2": { + "name": "variable.other.php" + } + }, + "match": "(?i)(\\$+)([a-z_][a-z_0-9]*)(?=\\s*\\()", + "name": "meta.function-call.invoke.php" + }, + "language": { + "patterns": [ + { + "include": "#comments" + }, + { + "match": "\\{", + "name": "punctuation.section.scope.begin.php" + }, + { + "match": "\\}", + "name": "punctuation.section.scope.end.php" + }, + { + "begin": "(?i)^\\s*(interface)\\s+([a-z0-9_]+)\\s*(extends)?\\s*", + "beginCaptures": { + "1": { + "name": "storage.type.interface.php" + }, + "2": { + "name": "entity.name.type.interface.php" + }, + "3": { + "name": "storage.modifier.extends.php" + } + }, + "end": "((?:[a-zA-Z0-9_]+\\s*,\\s*)*)([a-zA-Z0-9_]+)?\\s*(?:(?=\\{)|$)", + "endCaptures": { + "1": { + "patterns": [ + { + "match": "[a-zA-Z0-9_]+", + "name": "entity.other.inherited-class.php" + }, + { + "match": ",", + "name": "punctuation.separator.classes.php" + } + ] + }, + "2": { + "name": "entity.other.inherited-class.php" + } + }, + "name": "meta.interface.php", + "patterns": [ + { + "include": "#namespace" + } + ] + }, + { + "begin": "(?i)^\\s*(trait)\\s+([a-z0-9_]+)", + "beginCaptures": { + "1": { + "name": "storage.type.trait.php" + }, + "2": { + "name": "entity.name.type.trait.php" + } + }, + "end": "(?=[{])", + "name": "meta.trait.php", + "patterns": [ + { + "include": "#comments" + } + ] + }, + { + "begin": "(?i)(?:^|(?<=<\\?php))\\s*(namespace)\\b\\s+(?=([a-z0-9_\\\\]+\\s*($|[;{]|(\\/[\\/*])))|$)", + "beginCaptures": { + "1": { + "name": "keyword.other.namespace.php" + } + }, + "contentName": "entity.name.type.namespace.php", + "end": "(?i)(?=\\s*$|[^a-z0-9_\\\\])", + "name": "meta.namespace.php", + "patterns": [ + { + "match": "\\\\", + "name": "punctuation.separator.inheritance.php" + } + ] + }, + { + "begin": "(?i)\\s*\\b(use)\\s+(?:((const)|(function))\\s+)?", + "beginCaptures": { + "1": { + "name": "keyword.other.use.php" + }, + "3": { + "name": "storage.type.const.php" + }, + "4": { + "name": "storage.type.function.php" + } + }, + "end": "(?=;|(?:^\\s*$))", + "name": "meta.use.php", + "patterns": [ + { + "include": "#comments" + }, + { + "begin": "(?i)\\s*(?=[a-z_0-9\\\\])", + "end": "(?xi)(?:\n \t\t\t (?:\\s*(as)\\b\\s*([a-z_0-9]*)\\s*(?=,|;|$))\n \t\t\t |(?=,|;|$)\n \t\t\t )", + "endCaptures": { + "1": { + "name": "keyword.other.use-as.php" + }, + "2": { + "name": "support.other.namespace.use-as.php" + } + }, + "patterns": [ + { + "include": "#class-builtin" + }, + { + "begin": "(?i)\\s*(?=[\\\\a-z_0-9])", + "end": "$|(?=[\\s,;])", + "name": "support.other.namespace.use.php", + "patterns": [ + { + "match": "\\\\", + "name": "punctuation.separator.inheritance.php" + } + ] + } + ] + }, + { + "match": "\\s*,\\s*" + } + ] + }, + { + "begin": "(?i)^\\s*(abstract|final)?\\s*(class)\\s+([a-z0-9_]+)\\s*", + "beginCaptures": { + "1": { + "name": "storage.modifier.abstract.php" + }, + "2": { + "name": "storage.type.class.php" + }, + "3": { + "name": "entity.name.type.class.php" + } + }, + "end": "(?=[;{])", + "name": "meta.class.php", + "patterns": [ + { + "include": "#comments" + }, + { + "begin": "(?i)(extends)\\s+", + "beginCaptures": { + "1": { + "name": "storage.modifier.extends.php" + } + }, + "contentName": "meta.other.inherited-class.php", + "end": "(?i)(?=[^a-z_0-9\\\\])", + "patterns": [ + { + "begin": "(?i)(?=\\\\?[a-z_0-9]+\\\\)", + "end": "(?i)([a-z_][a-z_0-9]*)?(?=[^a-z0-9_\\\\])", + "endCaptures": { + "1": { + "name": "entity.other.inherited-class.php" + } + }, + "patterns": [ + { + "include": "#namespace" + } + ] + }, + { + "include": "#class-builtin" + }, + { + "include": "#namespace" + }, + { + "match": "(?i)[a-z_][a-z_0-9]*", + "name": "entity.other.inherited-class.php" + } + ] + }, + { + "begin": "(?i)(implements)\\s+", + "beginCaptures": { + "1": { + "name": "storage.modifier.implements.php" + } + }, + "end": "(?i)(?=[;{])", + "patterns": [ + { + "include": "#comments" + }, + { + "begin": "(?i)(?=[a-z0-9_\\\\]+)", + "contentName": "meta.other.inherited-class.php", + "end": "(?i)(?:\\s*(?:,|(?=[^a-z0-9_\\\\\\s]))\\s*)", + "patterns": [ + { + "begin": "(?i)(?=\\\\?[a-z_0-9]+\\\\)", + "end": "(?i)([a-z_][a-z_0-9]*)?(?=[^a-z0-9_\\\\])", + "endCaptures": { + "1": { + "name": "entity.other.inherited-class.php" + } + }, + "patterns": [ + { + "include": "#namespace" + } + ] + }, + { + "include": "#class-builtin" + }, + { + "include": "#namespace" + }, + { + "match": "(?i)[a-z_][a-z_0-9]*", + "name": "entity.other.inherited-class.php" + } + ] + } + ] + } + ] + }, + { + "captures": { + "1": { + "name": "keyword.control.php" + } + }, + "match": "\\s*\\b((break|c(ase|ontinue)|d(e(clare|fault)|ie|o)|e(lse(if)?|nd(declare|for(each)?|if|switch|while)|xit)|for(each)?|if|return|switch|use|while|yield))\\b" + }, + { + "begin": "(?i)\\b((?:require|include)(?:_once)?)\\b\\s*", + "beginCaptures": { + "1": { + "name": "keyword.control.import.include.php" + } + }, + "end": "(?=\\s|;|$)", + "name": "meta.include.php", + "patterns": [ + { + "include": "#language" + } + ] + }, + { + "begin": "\\b(catch)\\b\\s*\\(\\s*", + "beginCaptures": { + "1": { + "name": "keyword.control.exception.catch.php" + } + }, + "end": "([A-Za-z_][A-Za-z_0-9]*)\\s*((\\$+)[a-zA-Z_\\x{7f}-\\x{ff}][a-zA-Z0-9_\\x{7f}-\\x{ff}]*)\\s*\\)", + "endCaptures": { + "1": { + "name": "support.class.exception.php" + }, + "2": { + "name": "variable.other.php" + }, + "3": { + "name": "punctuation.definition.variable.php" + } + }, + "name": "meta.catch.php", + "patterns": [ + { + "include": "#namespace" + } + ] + }, + { + "match": "\\b(catch|try|throw|exception|finally)\\b", + "name": "keyword.control.exception.php" + }, + { + "begin": "(?i)\\b(function)\\s*(&\\s*)?(?=\\()", + "beginCaptures": { + "1": { + "name": "storage.type.function.php" + }, + "2": { + "name": "storage.modifier.reference.php" + } + }, + "end": "(?=\\{)", + "name": "meta.function.closure.php", + "patterns": [ + { + "begin": "(\\()", + "beginCaptures": { + "1": { + "name": "punctuation.definition.parameters.begin.php" + } + }, + "contentName": "meta.function.arguments.php", + "end": "(\\))", + "endCaptures": { + "1": { + "name": "punctuation.definition.parameters.end.php" + } + }, + "patterns": [ + { + "include": "#function-arguments" + } + ] + }, + { + "begin": "(?i)(use)\\s*(\\()", + "beginCaptures": { + "1": { + "name": "keyword.other.function.use.php" + }, + "2": { + "name": "punctuation.definition.parameters.begin.php" + } + }, + "end": "(\\))", + "endCaptures": { + "1": { + "name": "punctuation.definition.parameters.end.php" + } + }, + "patterns": [ + { + "captures": { + "1": { + "name": "storage.modifier.reference.php" + }, + "2": { + "name": "variable.other.php" + }, + "3": { + "name": "punctuation.definition.variable.php" + } + }, + "match": "(?:\\s*(&))?\\s*((\\$+)[a-zA-Z_\\x{7f}-\\x{ff}][a-zA-Z0-9_\\x{7f}-\\x{ff}]*)\\s*(?=,|\\))", + "name": "meta.function.closure.use.php" + } + ] + } + ] + }, + { + "begin": "(?x)\\s*\n\t\t\t\t\t ((?:(?:final|abstract|public|private|protected|static)\\s+)*)\n\t\t\t\t (function)\n\t\t\t\t (?:\\s+|(\\s*&\\s*))\n\t\t\t\t (?:\n\t\t\t\t (__(?:call|construct|debugInfo|destruct|get|set|isset|unset|tostring|clone|set_state|sleep|wakeup|autoload|invoke|callStatic))\n\t\t\t\t |([a-zA-Z0-9_]+)\n\t\t\t\t )\n\t\t\t\t \\s*\n\t\t\t\t (\\()", + "beginCaptures": { + "1": { + "patterns": [ + { + "match": "final|abstract|public|private|protected|static", + "name": "storage.modifier.php" + } + ] + }, + "2": { + "name": "storage.type.function.php" + }, + "3": { + "name": "storage.modifier.reference.php" + }, + "4": { + "name": "support.function.magic.php" + }, + "5": { + "name": "entity.name.function.php" + }, + "6": { + "name": "punctuation.definition.parameters.begin.php" + } + }, + "contentName": "meta.function.arguments.php", + "end": "(\\))", + "endCaptures": { + "1": { + "name": "punctuation.definition.parameters.end.php" + } + }, + "name": "meta.function.php", + "patterns": [ + { + "include": "#function-arguments" + } + ] + }, + { + "include": "#invoke-call" + }, + { + "begin": "(?xi)\\s*(?=\n\t\t\t\t [a-z_0-9$\\\\]+(::)\n (?:\n \t\t\t\t ([a-z_][a-z_0-9]*)\\s*\\(\n \t\t\t\t |\n \t\t\t\t ((\\$+)[a-z_\\x{7f}-\\x{ff}][a-z0-9_\\x{7f}-\\x{ff}]*)\n \t\t\t\t |\n \t\t\t\t ([a-z_\\x{7f}-\\x{ff}][a-z0-9_\\x{7f}-\\x{ff}]*)\n \t\t\t\t)?\n\t\t\t\t )", + "end": "(?x)(::)\n (?:\n \t\t\t\t ([A-Za-z_][A-Za-z_0-9]*)\\s*\\(\n \t\t\t\t |\n \t\t\t\t ((\\$+)[a-zA-Z_\\x{7f}-\\x{ff}][a-zA-Z0-9_\\x{7f}-\\x{ff}]*)\n \t\t\t\t |\n \t\t\t\t ([a-zA-Z_\\x{7f}-\\x{ff}][a-zA-Z0-9_\\x{7f}-\\x{ff}]*)\n \t\t\t\t)?", + "endCaptures": { + "1": { + "name": "keyword.operator.class.php" + }, + "2": { + "name": "meta.function-call.static.php" + }, + "3": { + "name": "variable.other.class.php" + }, + "4": { + "name": "punctuation.definition.variable.php" + }, + "5": { + "name": "constant.other.class.php" + } + }, + "patterns": [ + { + "match": "(self|static|parent)\\b", + "name": "storage.type.php" + }, + { + "include": "#class-name" + }, + { + "include": "#variable-name" + } + ] + }, + { + "include": "#variables" + }, + { + "include": "#strings" + }, + { + "captures": { + "1": { + "name": "support.function.construct.php" + }, + "2": { + "name": "punctuation.definition.array.begin.php" + }, + "3": { + "name": "punctuation.definition.array.end.php" + } + }, + "match": "(array)(\\()(\\))", + "name": "meta.array.empty.php" + }, + { + "begin": "(array)(\\()", + "beginCaptures": { + "1": { + "name": "support.function.construct.php" + }, + "2": { + "name": "punctuation.definition.array.begin.php" + } + }, + "end": "\\)", + "endCaptures": { + "0": { + "name": "punctuation.definition.array.end.php" + } + }, + "name": "meta.array.php", + "patterns": [ + { + "include": "#language" + } + ] + }, + { + "captures": { + "1": { + "name": "storage.type.php" + } + }, + "match": "(?i)\\s*\\(\\s*(array|real|double|float|int(eger)?|bool(ean)?|string|object|binary|unset)\\s*\\)" + }, + { + "match": "(?i)\\b(array|real|double|float|int(eger)?|bool(ean)?|string|class|clone|var|function|interface|trait|parent|self|object)\\b", + "name": "storage.type.php" + }, + { + "match": "(?i)\\b(global|abstract|const|extends|implements|final|p(r(ivate|otected)|ublic)|static)\\b", + "name": "storage.modifier.php" + }, + { + "include": "#object" + }, + { + "match": ";", + "name": "punctuation.terminator.expression.php" + }, + { + "include": "#heredoc" + }, + { + "match": "\\.=?", + "name": "keyword.operator.string.php" + }, + { + "match": "=>", + "name": "keyword.operator.key.php" + }, + { + "captures": { + "1": { + "name": "keyword.operator.assignment.php" + }, + "2": { + "name": "storage.modifier.reference.php" + }, + "3": { + "name": "storage.modifier.reference.php" + } + }, + "match": "(?:(\\=)(&))|(&(?=[$A-Za-z_]))" + }, + { + "match": "(@)", + "name": "keyword.operator.error-control.php" + }, + { + "match": "(===|==|!==|!=|<>)", + "name": "keyword.operator.comparison.php" + }, + { + "match": "=|\\+=|\\-=|\\*=|/=|%=|&=|\\|=|\\^=|<<=|>>=", + "name": "keyword.operator.assignment.php" + }, + { + "match": "(<=|>=|<|>)", + "name": "keyword.operator.comparison.php" + }, + { + "match": "(\\-\\-|\\+\\+)", + "name": "keyword.operator.increment-decrement.php" + }, + { + "match": "(\\-|\\+|\\*|/|%)", + "name": "keyword.operator.arithmetic.php" + }, + { + "match": "(?i)(!|&&|\\|\\|)|\\b(and|or|xor|as)\\b", + "name": "keyword.operator.logical.php" + }, + { + "include": "#function-call" + }, + { + "match": "<<|>>|~|\\^|&|\\|", + "name": "keyword.operator.bitwise.php" + }, + { + "begin": "(?i)\\b(instanceof)\\b\\s+(?=[\\\\$a-z_])", + "beginCaptures": { + "1": { + "name": "keyword.operator.type.php" + } + }, + "end": "(?=[^\\\\$A-Za-z_0-9])", + "patterns": [ + { + "include": "#class-name" + }, + { + "include": "#variable-name" + } + ] + }, + { + "include": "#numbers" + }, + { + "include": "#instantiation" + }, + { + "captures": { + "1": { + "name": "keyword.control.goto.php" + }, + "2": { + "name": "support.other.php" + } + }, + "match": "(?i)(goto)\\s+([a-z_][a-z_0-9]*)" + }, + { + "captures": { + "1": { + "name": "entity.name.goto-label.php" + } + }, + "match": "(?i)^\\s*([a-z_][a-z_0-9]*)\\s*:" + }, + { + "include": "#string-backtick" + }, + { + "begin": "\\[", + "beginCaptures": { + "0": { + "name": "punctuation.section.array.begin.php" + } + }, + "end": "\\]", + "endCaptures": { + "0": { + "name": "punctuation.section.array.end.php" + } + }, + "patterns": [ + { + "include": "#language" + } + ] + }, + { + "include": "#constants" + } + ] + }, + "namespace": { + "begin": "(?i)(?:(namespace)|[a-z0-9_]+)?(\\\\)(?=.*?[^a-z_0-9\\\\])", + "beginCaptures": { + "1": { + "name": "variable.language.namespace.php" + }, + "2": { + "name": "punctuation.separator.inheritance.php" + } + }, + "end": "(?i)(?=[a-z0-9_]*[^a-z0-9_\\\\])", + "name": "support.other.namespace.php", + "patterns": [ + { + "captures": { + "1": { + "name": "punctuation.separator.inheritance.php" + } + }, + "match": "(?i)(\\\\)" + } + ] + }, + "numbers": { + "match": "\\b((0(x|X)[0-9a-fA-F]*)|(([0-9]+\\.?[0-9]*)|(\\.[0-9]+))((e|E)(\\+|-)?[0-9]+)?)\\b", + "name": "constant.numeric.php" + }, + "object": { + "patterns": [ + { + "begin": "(->)(\\$?\\{)", + "beginCaptures": { + "1": { + "name": "keyword.operator.class.php" + }, + "2": { + "name": "punctuation.definition.variable.php" + } + }, + "end": "(\\})", + "endCaptures": { + "1": { + "name": "punctuation.definition.variable.php" + } + }, + "patterns": [ + { + "include": "#language" + } + ] + }, + { + "captures": { + "1": { + "name": "keyword.operator.class.php" + }, + "2": { + "name": "meta.function-call.object.php" + }, + "3": { + "name": "variable.other.property.php" + }, + "4": { + "name": "punctuation.definition.variable.php" + } + }, + "match": "(?x)(->)\n \t\t\t\t(?:\n \t\t\t\t ([A-Za-z_][A-Za-z_0-9]*)\\s*\\(\n \t\t\t\t |\n \t\t\t\t ((\\$+)?[a-zA-Z_\\x{7f}-\\x{ff}][a-zA-Z0-9_\\x{7f}-\\x{ff}]*)\n \t\t\t\t)?" + } + ] + }, + "parameter-default-types": { + "patterns": [ + { + "include": "#strings" + }, + { + "include": "#numbers" + }, + { + "include": "#string-backtick" + }, + { + "include": "#variables" + }, + { + "match": "=>", + "name": "keyword.operator.key.php" + }, + { + "match": "=", + "name": "keyword.operator.assignment.php" + }, + { + "match": "&(?=\\s*\\$)", + "name": "storage.modifier.reference.php" + }, + { + "begin": "(array)\\s*(\\()", + "beginCaptures": { + "1": { + "name": "support.function.construct.php" + }, + "2": { + "name": "punctuation.definition.array.begin.php" + } + }, + "end": "\\)", + "endCaptures": { + "0": { + "name": "punctuation.definition.array.end.php" + } + }, + "name": "meta.array.php", + "patterns": [ + { + "include": "#parameter-default-types" + } + ] + }, + { + "include": "#instantiation" + }, + { + "begin": "(?xi)\\s*(?=\n\t\t\t\t [a-z_0-9\\\\]+(::)\n \t\t\t\t ([a-z_\\x{7f}-\\x{ff}][a-z0-9_\\x{7f}-\\x{ff}]*)?\n\t\t\t\t )", + "end": "(?i)(::)([a-z_\\x{7f}-\\x{ff}][a-z0-9_\\x{7f}-\\x{ff}]*)?", + "endCaptures": { + "1": { + "name": "keyword.operator.class.php" + }, + "2": { + "name": "constant.other.class.php" + } + }, + "patterns": [ + { + "include": "#class-name" + } + ] + }, + { + "include": "#constants" + } + ] + }, + "php_doc": { + "patterns": [ + { + "comment": "PHPDocumentor only recognises lines with an asterisk as the first non-whitespaces character", + "match": "^(?!\\s*\\*).*$\\n?", + "name": "invalid.illegal.missing-asterisk.phpdoc.php" + }, + { + "captures": { + "1": { + "name": "keyword.other.phpdoc.php" + }, + "3": { + "name": "storage.modifier.php" + }, + "4": { + "name": "invalid.illegal.wrong-access-type.phpdoc.php" + } + }, + "match": "^\\s*\\*\\s*(@access)\\s+((public|private|protected)|(.+))\\s*$" + }, + { + "captures": { + "1": { + "name": "keyword.other.phpdoc.php" + }, + "2": { + "name": "markup.underline.link.php" + } + }, + "match": "(@xlink)\\s+(.+)\\s*$" + }, + { + "match": "\\@(a(pi|bstract|uthor)|c(ategory|opyright)|example|global|internal|li(cense|nk)|method|p(roperty(\\-read|\\-write|)|ackage|aram)|return|s(ee|ince|ource|tatic|ubpackage)|t(hrows|odo)|v(ar|ersion)|uses|deprecated|final|ignore)\\b", + "name": "keyword.other.phpdoc.php" + }, + { + "captures": { + "1": { + "name": "keyword.other.phpdoc.php" + } + }, + "match": "\\{(@(link)).+?\\}", + "name": "meta.tag.inline.phpdoc.php" + } + ] + }, + "regex-double-quoted": { + "begin": "(?x)\"/ (?= (\\\\.|[^\"/])++/[imsxeADSUXu]*\" )", + "beginCaptures": { + "0": { + "name": "punctuation.definition.string.begin.php" + } + }, + "end": "(/)([imsxeADSUXu]*)(\")", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.php" + } + }, + "name": "string.regexp.double-quoted.php", + "patterns": [ + { + "comment": "Escaped from the regexp – there can also be 2 backslashes (since 1 will escape the first)", + "match": "(\\\\){1,2}[.$^\\[\\]{}]", + "name": "constant.character.escape.regex.php" + }, + { + "include": "#interpolation" + }, + { + "captures": { + "1": { + "name": "punctuation.definition.arbitrary-repetition.php" + }, + "3": { + "name": "punctuation.definition.arbitrary-repetition.php" + } + }, + "match": "(\\{)\\d+(,\\d+)?(\\})", + "name": "string.regexp.arbitrary-repetition.php" + }, + { + "begin": "\\[(?:\\^?\\])?", + "captures": { + "0": { + "name": "punctuation.definition.character-class.php" + } + }, + "end": "\\]", + "name": "string.regexp.character-class.php", + "patterns": [ + { + "include": "#interpolation" + } + ] + }, + { + "match": "[$^+*]", + "name": "keyword.operator.regexp.php" + } + ] + }, + "regex-single-quoted": { + "begin": "(?x)'/ (?= ( \\\\ (?: \\\\ (?: \\\\ [\\\\']? | [^'] ) | . ) | [^'/] )++/[imsxeADSUXu]*' )", + "beginCaptures": { + "0": { + "name": "punctuation.definition.string.begin.php" + } + }, + "end": "(/)([imsxeADSUXu]*)(')", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.php" + } + }, + "name": "string.regexp.single-quoted.php", + "patterns": [ + { + "captures": { + "1": { + "name": "punctuation.definition.arbitrary-repetition.php" + }, + "3": { + "name": "punctuation.definition.arbitrary-repetition.php" + } + }, + "match": "(\\{)\\d+(,\\d+)?(\\})", + "name": "string.regexp.arbitrary-repetition.php" + }, + { + "begin": "\\[(?:\\^?\\])?", + "captures": { + "0": { + "name": "punctuation.definition.character-class.php" + } + }, + "end": "\\]", + "name": "string.regexp.character-class.php", + "patterns": [ + { + "include": "#single_quote_regex_escape" + } + ] + }, + { + "match": "[$^+*]", + "name": "keyword.operator.regexp.php" + }, + { + "include": "#single_quote_regex_escape" + } + ], + "repository": { + "single_quote_regex_escape": { + "comment": "Support both PHP string and regex escaping", + "match": "(?x) \\\\ (?: \\\\ (?: \\\\ [\\\\']? | [^'] ) | . )", + "name": "constant.character.escape.php" + } + } + }, + "sql-string-double-quoted": { + "begin": "\"\\s*(?=(SELECT|INSERT|UPDATE|DELETE|CREATE|REPLACE|ALTER)\\b)", + "beginCaptures": { + "0": { + "name": "punctuation.definition.string.begin.php" + } + }, + "contentName": "source.sql.embedded.php", + "end": "\"", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.php" + } + }, + "name": "string.quoted.double.sql.php", + "patterns": [ + { + "match": "#(\\\\\"|[^\"])*(?=\"|$\\n?)", + "name": "comment.line.number-sign.sql" + }, + { + "match": "--(\\\\\"|[^\"])*(?=\"|$\\n?)", + "name": "comment.line.double-dash.sql" + }, + { + "match": "\\\\[\\\\\"`']", + "name": "constant.character.escape.php" + }, + { + "comment": "Unclosed strings must be captured to avoid them eating the remainder of the PHP script\n\t\t\t\t\tSample case: $sql = \"SELECT * FROM bar WHERE foo = '\" . $variable . \"'\"", + "match": "'(?=((\\\\')|[^'\"])*(\"|$))", + "name": "string.quoted.single.unclosed.sql" + }, + { + "comment": "Unclosed strings must be captured to avoid them eating the remainder of the PHP script\n\t\t\t\t\tSample case: $sql = \"SELECT * FROM bar WHERE foo = '\" . $variable . \"'\"", + "match": "`(?=((\\\\`)|[^`\"])*(\"|$))", + "name": "string.quoted.other.backtick.unclosed.sql" + }, + { + "begin": "'", + "end": "'", + "name": "string.quoted.single.sql", + "patterns": [ + { + "include": "#interpolation" + } + ] + }, + { + "begin": "`", + "end": "`", + "name": "string.quoted.other.backtick.sql", + "patterns": [ + { + "include": "#interpolation" + } + ] + }, + { + "include": "#interpolation" + }, + { + "include": "source.sql" + } + ] + }, + "sql-string-single-quoted": { + "begin": "'\\s*(?=(SELECT|INSERT|UPDATE|DELETE|CREATE|REPLACE|ALTER)\\b)", + "beginCaptures": { + "0": { + "name": "punctuation.definition.string.begin.php" + } + }, + "contentName": "source.sql.embedded.php", + "end": "'", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.php" + } + }, + "name": "string.quoted.single.sql.php", + "patterns": [ + { + "match": "#(\\\\'|[^'])*(?='|$\\n?)", + "name": "comment.line.number-sign.sql" + }, + { + "match": "--(\\\\'|[^'])*(?='|$\\n?)", + "name": "comment.line.double-dash.sql" + }, + { + "match": "\\\\[\\\\'`\"]", + "name": "constant.character.escape.php" + }, + { + "comment": "Unclosed strings must be captured to avoid them eating the remainder of the PHP script\n\t\t\t\t\tSample case: $sql = \"SELECT * FROM bar WHERE foo = '\" . $variable . \"'\"", + "match": "`(?=((\\\\`)|[^`'])*('|$))", + "name": "string.quoted.other.backtick.unclosed.sql" + }, + { + "comment": "Unclosed strings must be captured to avoid them eating the remainder of the PHP script\n\t\t\t\t\tSample case: $sql = \"SELECT * FROM bar WHERE foo = '\" . $variable . \"'\"", + "match": "\"(?=((\\\\\")|[^\"'])*('|$))", + "name": "string.quoted.double.unclosed.sql" + }, + { + "include": "source.sql" + } + ] + }, + "string-backtick": { + "begin": "`", + "beginCaptures": { + "0": { + "name": "punctuation.definition.string.begin.php" + } + }, + "end": "`", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.php" + } + }, + "name": "string.interpolated.php", + "patterns": [ + { + "match": "\\\\.", + "name": "constant.character.escape.php" + }, + { + "include": "#interpolation" + } + ] + }, + "string-double-quoted": { + "begin": "\"", + "beginCaptures": { + "0": { + "name": "punctuation.definition.string.begin.php" + } + }, + "comment": "This contentName is just to allow the usage of “select scope” to select the string contents first, then the string with quotes", + "contentName": "meta.string-contents.quoted.double.php", + "end": "\"", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.php" + } + }, + "name": "string.quoted.double.php", + "patterns": [ + { + "include": "#interpolation" + } + ] + }, + "string-single-quoted": { + "begin": "'", + "beginCaptures": { + "0": { + "name": "punctuation.definition.string.begin.php" + } + }, + "contentName": "meta.string-contents.quoted.single.php", + "end": "'", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.php" + } + }, + "name": "string.quoted.single.php", + "patterns": [ + { + "match": "\\\\[\\\\']", + "name": "constant.character.escape.php" + } + ] + }, + "strings": { + "patterns": [ + { + "include": "#regex-double-quoted" + }, + { + "include": "#sql-string-double-quoted" + }, + { + "include": "#string-double-quoted" + }, + { + "include": "#regex-single-quoted" + }, + { + "include": "#sql-string-single-quoted" + }, + { + "include": "#string-single-quoted" + } + ] + }, + "support": { + "patterns": [ + { + "match": "(?i)\\bapc_(s(tore|ma_info)|c(ompile_file|lear_cache|a(s|che_info))|inc|de(c|fine_constants|lete(_file)?)|exists|fetch|load_constants|add|bin_(dump(file)?|load(file)?))\\b", + "name": "support.function.apc.php" + }, + { + "match": "(?i)\\b(s(huffle|izeof|ort)|n(ext|at(sort|casesort))|c(o(unt|mpact)|urrent)|in_array|u(sort|ksort|asort)|p(os|rev)|e(nd|ach|xtract)|k(sort|ey(_exists)?|rsort)|list|a(sort|r(sort|ray(_(s(hift|um|plice|earch|lice)|c(h(unk|ange_key_case)|o(unt_values|lumn|mbine))|intersect(_(u(key|assoc)|key|assoc))?|diff(_(u(key|assoc)|key|assoc))?|u(n(shift|ique)|intersect(_(uassoc|assoc))?|diff(_(uassoc|assoc))?)|p(op|ush|ad|roduct)|values|key(s|_exists)|f(il(ter|l(_keys)?)|lip)|walk(_recursive)?|r(e(duce|place(_recursive)?|verse)|and)|m(ultisort|erge(_recursive)?|ap)))?))|r(sort|eset|ange))\\b", + "name": "support.function.array.php" + }, + { + "match": "(?i)\\b(s(how_source|ys_getloadavg|leep)|highlight_(string|file)|con(stant|nection_(status|aborted))|time_(sleep_until|nanosleep)|ignore_user_abort|d(ie|efine(d)?)|u(sleep|n(iqid|pack))|__halt_compiler|p(hp_(strip_whitespace|check_syntax)|ack)|e(val|xit)|get_browser)\\b", + "name": "support.function.basic_functions.php" + }, + { + "match": "(?i)\\bbc(s(cale|ub|qrt)|comp|div|pow(mod)?|add|m(od|ul))\\b", + "name": "support.function.bcmath.php" + }, + { + "match": "(?i)\\bblenc_encrypt\\b", + "name": "support.function.blenc.php" + }, + { + "match": "(?i)\\bbz(c(ompress|lose)|open|decompress|err(str|no|or)|flush|write|read)\\b", + "name": "support.function.bz2.php" + }, + { + "match": "(?i)\\b(GregorianToJD|cal_(to_jd|info|days_in_month|from_jd)|unixtojd|jdto(unix|jewish)|easter_da(ys|te)|J(ulianToJD|ewishToJD|D(MonthName|To(Gregorian|Julian|French)|DayOfWeek))|FrenchToJD)\\b", + "name": "support.function.calendar.php" + }, + { + "match": "(?i)\\b(c(lass_(exists|alias)|all_user_method(_array)?)|trait_exists|i(s_(subclass_of|a)|nterface_exists)|__autoload|property_exists|get_(c(lass(_(vars|methods))?|alled_class)|object_vars|declared_(classes|traits|interfaces)|parent_class)|method_exists)\\b", + "name": "support.function.classobj.php" + }, + { + "match": "(?i)\\b(com_(create_guid|print_typeinfo|event_sink|load_typelib|get_active_object|message_pump)|variant_(s(ub|et(_type)?)|n(ot|eg)|c(a(st|t)|mp)|i(nt|div|mp)|or|d(iv|ate_(to_timestamp|from_timestamp))|pow|eqv|fix|a(nd|dd|bs)|round|get_type|xor|m(od|ul)))\\b", + "name": "support.function.com.php" + }, + { + "match": "(?i)\\bctype_(space|cntrl|digit|upper|p(unct|rint)|lower|al(num|pha)|graph|xdigit)\\b", + "name": "support.function.ctype.php" + }, + { + "match": "(?i)\\bcurl_(s(hare_(setopt|close|init)|trerror|etopt(_array)?)|c(opy_handle|lose)|init|unescape|pause|e(scape|rr(no|or)|xec)|version|file_create|reset|getinfo|multi_(s(trerror|e(topt|lect))|close|in(it|fo_read)|exec|add_handle|remove_handle|getcontent))\\b", + "name": "support.function.curl.php" + }, + { + "match": "(?i)\\b(str(totime|ptime|ftime)|checkdate|time(zone_(name_(from_abbr|get)|transitions_get|identifiers_list|o(pen|ffset_get)|version_get|location_get|abbreviations_list))?|idate|date(_(su(n(set|_info|rise)|b)|create(_(immutable(_from_format)?|from_format))?|time(stamp_(set|get)|zone_(set|get)|_set)|i(sodate_set|nterval_(create_from_date_string|format))|offset_get|d(iff|efault_timezone_(set|get)|ate_set)|parse(_from_format)?|format|add|get_last_errors|modify))?|localtime|g(et(timeofday|date)|m(strftime|date|mktime))|m(icrotime|ktime))\\b", + "name": "support.function.datetime.php" + }, + { + "match": "(?i)\\bdba_(sync|handlers|nextkey|close|insert|op(timize|en)|delete|popen|exists|key_split|f(irstkey|etch)|list|replace)\\b", + "name": "support.function.dba.php" + }, + { + "match": "(?i)\\bdbx_(sort|c(o(nnect|mpare)|lose)|e(scape_string|rror)|query|fetch_row)\\b", + "name": "support.function.dbx.php" + }, + { + "match": "(?i)\\b(scandir|c(h(dir|root)|losedir)|opendir|dir|re(winddir|addir)|getcwd)\\b", + "name": "support.function.dir.php" + }, + { + "match": "(?i)\\beio_(s(y(nc(_file_range|fs)?|mlink)|tat(vfs)?|e(ndfile|t_m(in_parallel|ax_(idle|p(oll_(time|reqs)|arallel)))|ek))|n(threads|op|pending|re(qs|ady))|c(h(own|mod)|ustom|lose|ancel)|truncate|init|open|dup2|u(nlink|time)|poll|event_loop|f(s(ync|tat(vfs)?)|ch(own|mod)|truncate|datasync|utime|allocate)|write|l(stat|ink)|r(e(name|a(d(dir|link|ahead)?|lpath))|mdir)|g(et_(event_stream|last_error)|rp(_(cancel|limit|add))?)|mk(nod|dir)|busy)\\b", + "name": "support.function.eio.php" + }, + { + "match": "(?i)\\benchant_(dict_(s(tore_replacement|uggest)|check|is_in_session|describe|quick_check|add_to_(session|personal)|get_error)|broker_(set_ordering|init|d(ict_exists|escribe)|free(_dict)?|list_dicts|request_(dict|pwl_dict)|get_error))\\b", + "name": "support.function.enchant.php" + }, + { + "match": "(?i)\\b(s(plit(i)?|ql_regcase)|ereg(i(_replace)?|_replace)?)\\b", + "name": "support.function.ereg.php" + }, + { + "match": "(?i)\\b(set_e(rror_handler|xception_handler)|trigger_error|debug_(print_backtrace|backtrace)|user_error|error_(log|reporting|get_last)|restore_e(rror_handler|xception_handler))\\b", + "name": "support.function.errorfunc.php" + }, + { + "match": "(?i)\\b(s(hell_exec|ystem)|p(assthru|roc_(nice|close|terminate|open|get_status))|e(scapeshell(cmd|arg)|xec))\\b", + "name": "support.function.exec.php" + }, + { + "match": "(?i)\\b(exif_(t(humbnail|agname)|imagetype|read_data)|read_exif_data)\\b", + "name": "support.function.exif.php" + }, + { + "match": "(?i)\\bfann_(s(huffle_train_data|cale_(train(_data)?|input(_train_data)?|output(_train_data)?)|ubset_train_data|et_(s(caling_params|arprop_(step_error_(shift|threshold_factor)|temperature|weight_decay_shift))|ca(scade_(num_candidate_groups|candidate_(stagnation_epochs|change_fraction|limit)|output_(stagnation_epochs|change_fraction)|weight_multiplier|activation_(steepnesses|functions)|m(in_(cand_epochs|out_epochs)|ax_(cand_epochs|out_epochs)))|llback)|train(ing_algorithm|_(stop_function|error_function))|input_scaling_params|output_scaling_params|error_log|quickprop_(decay|mu)|weight(_array)?|learning_(rate|momentum)|activation_(steepness(_(hidden|output|layer))?|function(_(hidden|output|layer))?)|rprop_(increase_factor|de(crease_factor|lta_(zero|m(in|ax))))|bit_fail_limit)|ave(_train)?)|num_(input_train_data|output_train_data)|c(opy|lear_scaling_params|ascadetrain_on_(data|file)|reate_(s(hortcut(_array)?|tandard(_array)?|parse(_array)?)|train(_from_callback)?|from_file))|t(est(_data)?|rain(_(on_(data|file)|epoch))?)|init_weights|d(uplicate_train_data|es(cale_(train|input|output)|troy(_train)?))|print_error|length_train_data|r(un|e(set_(MSE|err(str|no))|ad_train_from_file)|andomize_weights)|get_(sarprop_(step_error_(shift|threshold_factor)|temperature|weight_decay_shift)|n(um_(input|output|layers)|etwork_type)|MSE|c(onnection_(array|rate)|ascade_(num_candidate(s|_groups)|candidate_(stagnation_epochs|change_fraction|limit)|output_(stagnation_epochs|change_fraction)|weight_multiplier|activation_(steepnesses(_count)?|functions(_count)?)|m(in_(cand_epochs|out_epochs)|ax_(cand_epochs|out_epochs))))|t(otal_(neurons|connections)|rain(ing_algorithm|_(stop_function|error_function)))|err(str|no)|quickprop_(decay|mu)|l(earning_(rate|momentum)|ayer_array)|activation_(steepness|function)|rprop_(increase_factor|de(crease_factor|lta_(zero|m(in|ax))))|bi(t_fail(_limit)?|as_array))|merge_train_data)\\b", + "name": "support.function.fann.php" + }, + { + "match": "(?i)\\b(s(ymlink|tat|et_file_buffer)|c(h(own|grp|mod)|opy|learstatcache)|t(ouch|empnam|mpfile)|is_(dir|uploaded_file|executable|file|writ(eable|able)|link|readable)|d(i(sk(_(total_space|free_space)|freespace)|rname)|elete)|u(nlink|mask)|p(close|open|a(thinfo|rse_ini_(string|file)))|f(s(canf|tat|eek)|nmatch|close|t(ell|runcate)|ile(size|ctime|type|inode|owner|_(put_contents|exists|get_contents)|perms|atime|group|mtime)?|open|p(ut(s|csv)|assthru)|eof|flush|write|lock|read|get(s(s)?|c(sv)?))|l(stat|ch(own|grp)|ink(info)?)|r(e(name|wind|a(d(file|link)|lpath(_cache_(size|get))?))|mdir)|glob|m(ove_uploaded_file|kdir)|basename)\\b", + "name": "support.function.file.php" + }, + { + "match": "(?i)\\b(finfo_(set_flags|close|open|file|buffer)|mime_content_type)\\b", + "name": "support.function.fileinfo.php" + }, + { + "match": "(?i)\\bfilter_(has_var|i(nput(_array)?|d)|var(_array)?|list)\\b", + "name": "support.function.filter.php" + }, + { + "match": "(?i)\\bfastcgi_finish_request\\b", + "name": "support.function.fpm.php" + }, + { + "match": "(?i)\\b(c(all_user_func(_array)?|reate_function)|unregister_tick_function|f(orward_static_call(_array)?|unc(tion_exists|_(num_args|get_arg(s)?)))|register_(shutdown_function|tick_function)|get_defined_functions)\\b", + "name": "support.function.funchand.php" + }, + { + "match": "(?i)\\b(ngettext|textdomain|d(ngettext|c(ngettext|gettext)|gettext)|gettext|bind(textdomain|_textdomain_codeset))\\b", + "name": "support.function.gettext.php" + }, + { + "match": "(?i)\\bgmp_(s(can(1|0)|trval|ign|ub|etbit|qrt(rem)?)|hamdist|ne(g|xtprime)|c(om|lrbit|mp)|testbit|i(n(tval|it|vert)|mport)|or|div(_(q(r)?|r)|exact)?|jacobi|p(o(pcount|w(m)?)|erfect_square|rob_prime)|export|fact|legendre|a(nd|dd|bs)|r(oot(rem)?|andom(_(range|bits))?)|gcd(ext)?|xor|m(od|ul))\\b", + "name": "support.function.gmp.php" + }, + { + "match": "(?i)\\bhash(_(hmac(_file)?|copy|init|update(_(stream|file))?|pbkdf2|equals|fi(nal|le)|algos))?\\b", + "name": "support.function.hash.php" + }, + { + "match": "(?i)\\b(http_(s(upport|end_(st(atus|ream)|content_(type|disposition)|data|file|last_modified))|head|negotiate_(c(harset|ontent_type)|language)|c(hunked_decode|ache_(etag|last_modified))|throttle|inflate|d(eflate|ate)|p(ost_(data|fields)|ut_(stream|data|file)|ersistent_handles_(c(ount|lean)|ident)|arse_(headers|cookie|params|message))|re(direct|quest(_(method_(name|unregister|exists|register)|body_encode))?)|get(_request_(headers|body(_stream)?))?|match_(etag|request_header|modified)|build_(str|cookie|url))|ob_(inflatehandler|deflatehandler|etaghandler))\\b", + "name": "support.function.http.php" + }, + { + "match": "(?i)\\b(iconv(_(s(tr(pos|len|rpos)|ubstr|et_encoding)|get_encoding|mime_(decode(_headers)?|encode)))?|ob_iconv_handler)\\b", + "name": "support.function.iconv.php" + }, + { + "match": "(?i)\\biis_(s(t(op_serv(ice|er)|art_serv(ice|er))|et_(s(cript_map|erver_rights)|dir_security|app_settings))|add_server|remove_server|get_(s(cript_map|erv(ice_state|er_(rights|by_(comment|path))))|dir_security))\\b", + "name": "support.function.iisfunc.php" + }, + { + "match": "(?i)\\b(i(ptc(parse|embed)|mage(s(y|cale|tring(up)?|et(style|t(hickness|ile)|interpolation|pixel|brush)|avealpha|x)|c(har(up)?|o(nvolution|py(res(ized|ampled)|merge(gray)?)?|lor(s(total|et|forindex)|closest(hwb|alpha)?|transparent|deallocate|exact(alpha)?|a(t|llocate(alpha)?)|resolve(alpha)?|match))|r(op(auto)?|eate(truecolor|from(string|jpeg|png|w(ebp|bmp)|g(if|d(2(part)?)?)|x(pm|bm)))?))|t(ypes|tf(text|bbox)|ruecolortopalette)|i(struecolor|nterlace)|2wbmp|d(estroy|ashedline)|jpeg|_type_to_(extension|mime_type)|p(s(slantfont|text|e(ncodefont|xtendfont)|freefont|loadfont|bbox)|ng|olygon|alette(copy|totruecolor))|ellipse|f(t(text|bbox)|il(ter|l(toborder|ed(polygon|ellipse|arc|rectangle))?)|ont(height|width)|lip)|w(ebp|bmp)|l(ine|oadfont|ayereffect)|a(ntialias|ffine(matrix(concat|get))?|lphablending|rc)|r(otate|ectangle)|g(if|d(2)?|ammacorrect|rab(screen|window))|xbm))|jpeg2wbmp|png2wbmp|g(d_info|etimagesize(fromstring)?))\\b", + "name": "support.function.image.php" + }, + { + "match": "(?i)\\b(s(ys_get_temp_dir|et_(time_limit|include_path|magic_quotes_runtime))|cli_(set_process_title|get_process_title)|ini_(set|alter|restore|get(_all)?)|zend_(thread_id|version|logo_guid)|dl|p(hp(credits|info|_(sapi_name|ini_(scanned_files|loaded_file)|uname|logo_guid)|version)|utenv)|extension_loaded|version_compare|assert(_options)?|restore_include_path|g(c_(collect_cycles|disable|enable(d)?)|et(opt|_(c(urrent_user|fg_var)|include(d_files|_path)|defined_constants|extension_funcs|loaded_extensions|required_files|magic_quotes_(runtime|gpc))|env|lastmod|rusage|my(inode|uid|pid|gid)))|m(emory_get_(usage|peak_usage)|a(in|gic_quotes_runtime)))\\b", + "name": "support.function.info.php" + }, + { + "match": "(?i)\\bibase_(se(t_event_handler|rv(ice_(detach|attach)|er_info))|n(um_(params|fields)|ame_result)|c(o(nnect|mmit(_ret)?)|lose)|trans|d(elete_user|rop_db|b_info)|p(connect|aram_info|repare)|e(rr(code|msg)|xecute)|query|f(ield_info|etch_(object|assoc|row)|ree_(event_handler|query|result))|wait_event|a(dd_user|ffected_rows)|r(ollback(_ret)?|estore)|gen_id|m(odify_user|aintain_db)|b(lob_(c(lose|ancel|reate)|i(nfo|mport)|open|echo|add|get)|ackup))\\b", + "name": "support.function.interbase.php" + }, + { + "match": "(?i)\\b(n(ormalizer_(normalize|is_normalized)|umfmt_(set_(symbol|text_attribute|pattern|attribute)|create|parse(_currency)?|format(_currency)?|get_(symbol|text_attribute|pattern|error_(code|message)|locale|attribute)))|collator_(s(ort(_with_sort_keys)?|et_(strength|attribute))|c(ompare|reate)|asort|get_(s(trength|ort_key)|error_(code|message)|locale|attribute))|transliterator_(create(_(inverse|from_rules))?|transliterate|list_ids|get_error_(code|message))|i(ntl(cal_get_error_(code|message)|tz_get_error_(code|message)|_(is_failure|error_name|get_error_(code|message)))|dn_to_(u(nicode|tf8)|ascii))|datefmt_(set_(calendar|timezone(_id)?|pattern|lenient)|create|is_lenient|parse|format(_object)?|localtime|get_(calendar(_object)?|time(type|zone(_id)?)|datetype|pattern|error_(code|message)|locale))|locale_(set_default|c(ompose|anonicalize)|parse|filter_matches|lookup|accept_from_http|get_(script|d(isplay_(script|name|variant|language|region)|efault)|primary_language|keywords|all_variants|region))|resourcebundle_(c(ount|reate)|locales|get(_error_(code|message))?)|grapheme_(s(tr(str|i(str|pos)|pos|len|r(ipos|pos))|ubstr)|extract)|msgfmt_(set_pattern|create|parse(_message)?|format(_message)?|get_(pattern|error_(code|message)|locale)))\\b", + "name": "support.function.intl.php" + }, + { + "match": "(?i)\\bjson_(decode|encode|last_error(_msg)?)\\b", + "name": "support.function.json.php" + }, + { + "match": "(?i)\\bldap_(s(tart_tls|ort|e(t_(option|rebind_proc)|arch)|asl_bind)|next_(entry|attribute|reference)|c(o(n(nect|trol_paged_result(_response)?)|unt_entries|mpare)|lose)|t61_to_8859|d(n2ufn|elete)|8859_to_t61|unbind|parse_re(sult|ference)|e(scape|rr(no|2str|or)|xplode_dn)|f(irst_(entry|attribute|reference)|ree_result)|list|add|re(name|ad)|get_(option|dn|entries|values(_len)?|attributes)|mod(ify(_batch)?|_(del|add|replace))|bind)\\b", + "name": "support.function.ldap.php" + }, + { + "match": "(?i)\\blibxml_(set_(streams_context|external_entity_loader)|clear_errors|disable_entity_loader|use_internal_errors|get_(errors|last_error))\\b", + "name": "support.function.libxml.php" + }, + { + "match": "(?i)\\b(ezmlm_hash|mail)\\b", + "name": "support.function.mail.php" + }, + { + "match": "(?i)\\b(s(in(h)?|qrt|rand)|h(ypot|exdec)|c(os(h)?|eil)|tan(h)?|is_(nan|infinite|finite)|octdec|de(c(hex|oct|bin)|g2rad)|p(i|ow)|exp(m1)?|f(loor|mod)|l(cg_value|og(1(p|0))?)|a(sin(h)?|cos(h)?|tan(h|2)?|bs)|r(ound|a(nd|d2deg))|getrandmax|m(t_(srand|rand|getrandmax)|in|ax)|b(indec|ase_convert))\\b", + "name": "support.function.math.php" + }, + { + "match": "(?i)\\bmb_(s(tr(str|cut|to(upper|lower)|i(str|pos|mwidth)|pos|width|len|r(chr|i(chr|pos)|pos))|ubst(itute_character|r(_count)?)|plit|end_mail)|http_(input|output)|c(heck_encoding|onvert_(case|encoding|variables|kana))|internal_encoding|output_handler|de(code_(numericentity|mimeheader)|tect_(order|encoding))|p(arse_str|referred_mime_name)|e(ncod(ing_aliases|e_(numericentity|mimeheader))|reg(i(_replace)?|_(search(_(setpos|init|pos|regs|get(pos|regs)))?|replace(_callback)?|match))?)|l(ist_encodings|anguage)|regex_(set_options|encoding)|get_info)\\b", + "name": "support.function.mbstring.php" + }, + { + "match": "(?i)\\bm(crypt_(c(fb|reate_iv|bc)|ofb|decrypt|e(nc(_(self_test|is_block_(algorithm(_mode)?|mode)|get_(supported_key_sizes|iv_size|key_size|algorithms_name|modes_name|block_size))|rypt)|cb)|list_(algorithms|modes)|ge(neric(_(init|deinit|end))?|t_(cipher_name|iv_size|key_size|block_size))|module_(self_test|close|is_block_(algorithm(_mode)?|mode)|open|get_(supported_key_sizes|algo_(key_size|block_size))))|decrypt_generic)\\b", + "name": "support.function.mcrypt.php" + }, + { + "match": "(?i)\\bmemcache_debug\\b", + "name": "support.function.memcache.php" + }, + { + "match": "(?i)\\bmhash(_(count|keygen_s2k|get_(hash_name|block_size)))?\\b", + "name": "support.function.mhash.php" + }, + { + "match": "(?i)\\b(log_(cmd_(insert|delete|update)|killcursor|write_batch|reply|getmore)|bson_(decode|encode))\\b", + "name": "support.function.mongo.php" + }, + { + "match": "(?i)\\bmysql_(s(tat|e(t_charset|lect_db))|num_(fields|rows)|c(onnect|l(ient_encoding|ose)|reate_db)|t(hread_id|ablename)|in(sert_id|fo)|d(ata_seek|rop_db|b_(name|query))|unbuffered_query|p(connect|ing)|e(scape_string|rr(no|or))|query|f(ield_(seek|name|t(ype|able)|flags|len)|etch_(object|field|lengths|a(ssoc|rray)|row)|ree_result)|list_(tables|dbs|processes|fields)|affected_rows|re(sult|al_escape_string)|get_(server_info|host_info|client_info|proto_info))\\b", + "name": "support.function.mysql.php" + }, + { + "match": "(?i)\\bmysqli_(s(sl_set|t(ore_result|at|mt_(s(tore_result|end_long_data)|next_result|close|init|data_seek|prepare|execute|f(etch|ree_result)|attr_(set|get)|res(ult_metadata|et)|get_(warnings|result)|more_results|bind_(param|result)))|e(nd_(query|long_data)|t_(charset|opt|local_infile_(handler|default))|lect_db)|lave_query|avepoint)|next_result|c(ha(nge_user|racter_set_name)|o(nnect|mmit)|l(ient_encoding|ose))|thread_safe|init|options|d(isable_r(pl_parse|eads_from_master)|ump_debug_info|ebug|ata_seek)|use_result|p(ing|oll|aram_count|repare)|e(scape_string|nable_r(pl_parse|eads_from_master)|xecute|mbedded_server_(start|end))|kill|query|f(ield_seek|etch(_(object|field(s|_direct)?|a(ssoc|ll|rray)|row))?|ree_result)|autocommit|r(ollback|pl_(p(arse_enabled|robe)|query_type)|e(port|fresh|lease_savepoint|a(p_async_query|l_(connect|escape_string|query))))|get_(c(harset|onnection_stats|lient_(stats|info|version)|ache_stats)|warnings|links_stats|metadata)|m(ore_results|ulti_query|aster_query)|b(ind_(param|result)|egin_transaction))\\b", + "name": "support.function.mysqli.php" + }, + { + "match": "(?i)\\bmysqlnd_memcache_(set|get_config)\\b", + "name": "support.function.mysqlnd-memcache.php" + }, + { + "match": "(?i)\\bmysqlnd_ms_(set_(user_pick_server|qos)|dump_servers|query_is_select|fabric_select_(shard|global)|get_(stats|last_(used_connection|gtid))|xa_(commit|rollback|gc|begin)|match_wild)\\b", + "name": "support.function.mysqlnd-ms.php" + }, + { + "match": "(?i)\\bmysqlnd_qc_(set_(storage_handler|cache_condition|is_select|user_handlers)|clear_cache|get_(normalized_query_trace_log|c(ore_stats|ache_info)|query_trace_log|available_handlers))\\b", + "name": "support.function.mysqlnd-qc.php" + }, + { + "match": "(?i)\\bmysqlnd_uh_(set_(statement_proxy|connection_proxy)|convert_to_mysqlnd)\\b", + "name": "support.function.mysqlnd-uh.php" + }, + { + "match": "(?i)\\b(s(yslog|ocket_(set_(timeout|blocking)|get_status)|et(cookie|rawcookie))|h(ttp_response_code|eader(s_(sent|list)|_re(gister_callback|move))?)|c(heckdnsrr|loselog)|i(net_(ntop|pton)|p2long)|openlog|d(ns_(check_record|get_(record|mx))|efine_syslog_variables)|pfsockopen|fsockopen|long2ip|get(servby(name|port)|host(name|by(name(l)?|addr))|protobyn(umber|ame)|mxrr))\\b", + "name": "support.function.network.php" + }, + { + "match": "(?i)\\bnsapi_(virtual|re(sponse_headers|quest_headers))\\b", + "name": "support.function.nsapi.php" + }, + { + "match": "(?i)\\boci(s(tatementtype|e(tprefetch|rverversion)|avelob(file)?)|n(umcols|ew(c(ollection|ursor)|descriptor)|logon)|c(o(l(umn(s(cale|ize)|name|type(raw)?|isnull|precision)|l(size|trim|a(ssign(elem)?|ppend)|getelem|max))|mmit)|loselob|ancel)|internaldebug|definebyname|_(s(tatement_type|e(t_(client_i(nfo|dentifier)|prefetch|edition|action|module_name)|rver_version))|n(um_(fields|rows)|ew_(c(o(nnect|llection)|ursor)|descriptor))|c(o(nnect|mmit)|l(ient_version|ose)|ancel)|internal_debug|define_by_name|p(connect|a(ssword_change|rse))|e(rror|xecute)|f(ield_(s(cale|ize)|name|type(_raw)?|is_null|precision)|etch(_(object|a(ssoc|ll|rray)|row))?|ree_(statement|descriptor))|lob_(copy|is_equal)|r(ollback|esult)|get_implicit_resultset|bind_(array_by_name|by_name))|p(logon|arse)|e(rror|xecute)|f(etch(statement|into)?|ree(statement|c(ollection|ursor)|desc))|write(temporarylob|lobtofile)|lo(adlob|go(n|ff))|r(o(wcount|llback)|esult)|bindbyname)\\b", + "name": "support.function.oci8.php" + }, + { + "match": "(?i)\\bopcache_(compile_file|invalidate|reset|get_(status|configuration))\\b", + "name": "support.function.opcache.php" + }, + { + "match": "(?i)\\bopenssl_(s(ign|pki_(new|export(_challenge)?|verify)|eal)|c(sr_(sign|new|export(_to_file)?|get_(subject|public_key))|ipher_iv_length)|open|d(h_compute_key|igest|ecrypt)|p(ublic_(decrypt|encrypt)|k(cs(12_(export(_to_file)?|read)|7_(sign|decrypt|encrypt|verify))|ey_(new|export(_to_file)?|free|get_(details|p(ublic|rivate))))|rivate_(decrypt|encrypt)|bkdf2)|e(ncrypt|rror_string)|verify|free_key|random_pseudo_bytes|get_(c(ipher_methods|ert_locations)|p(ublickey|rivatekey)|md_methods)|x509_(check(_private_key|purpose)|parse|export(_to_file)?|f(ingerprint|ree)|read))\\b", + "name": "support.function.openssl.php" + }, + { + "match": "(?i)\\b(o(utput_(add_rewrite_var|reset_rewrite_vars)|b_(start|clean|implicit_flush|end_(clean|flush)|flush|list_handlers|g(zhandler|et_(status|c(ontents|lean)|flush|le(ngth|vel)))))|flush)\\b", + "name": "support.function.output.php" + }, + { + "match": "(?i)\\bpassword_(hash|needs_rehash|verify|get_info)\\b", + "name": "support.function.password.php" + }, + { + "match": "(?i)\\bpcntl_(s(trerror|ig(nal(_dispatch)?|timedwait|procmask|waitinfo)|etpriority)|e(rrno|xec)|fork|w(stopsig|termsig|if(s(topped|ignaled)|exited)|exitstatus|ait(pid)?)|alarm|get(_last_error|priority))\\b", + "name": "support.function.pcntl.php" + }, + { + "match": "(?i)\\bpg_(s(ocket|e(nd_(prepare|execute|query(_params)?)|t_(client_encoding|error_verbosity)|lect))|host|num_(fields|rows)|c(o(n(sume_input|nect(ion_(status|reset|busy)|_poll)?|vert)|py_(to|from))|l(ient_encoding|ose)|ancel_query)|t(ty|ra(nsaction_status|ce))|insert|options|d(elete|bname)|u(n(trace|escape_bytea)|pdate)|p(connect|ing|ort|ut_line|arameter_status|repare)|e(scape_(string|identifier|literal|bytea)|nd_copy|xecute)|version|query(_params)?|f(ield_(size|n(um|ame)|t(ype(_oid)?|able)|is_null|prtlen)|etch_(object|a(ssoc|ll(_columns)?|rray)|r(ow|esult))|lush|ree_result)|l(o_(seek|c(lose|reate)|t(ell|runcate)|import|open|unlink|export|write|read(_all)?)|ast_(notice|oid|error))|affected_rows|result_(s(tatus|eek)|error(_field)?)|get_(notify|pid|result)|meta_data)\\b", + "name": "support.function.pgsql.php" + }, + { + "match": "(?i)\\b(virtual|apache_(setenv|note|child_terminate|lookup_uri|re(s(ponse_headers|et_timeout)|quest_headers)|get(_(version|modules)|env))|getallheaders)\\b", + "name": "support.function.php_apache.php" + }, + { + "match": "(?i)\\bdom_import_simplexml\\b", + "name": "support.function.php_dom.php" + }, + { + "match": "(?i)\\bftp_(s(sl_connect|ystype|i(te|ze)|et_option)|n(list|b_(continue|put|f(put|get)|get))|c(h(dir|mod)|onnect|dup|lose)|delete|p(ut|wd|asv)|exec|quit|f(put|get)|login|alloc|r(ename|aw(list)?|mdir)|get(_option)?|m(dtm|kdir))\\b", + "name": "support.function.php_ftp.php" + }, + { + "match": "(?i)\\bimap_(s(can(mailbox)?|tatus|ort|ubscribe|e(t(_quota|flag_full|acl)|arch)|avebody)|header(s|info)?|num_(recent|msg)|c(heck|l(ose|earflag_full)|reate(mailbox)?)|t(hread|imeout)|open|delete(mailbox)?|8bit|u(n(subscribe|delete)|tf(7_(decode|encode)|8)|id)|ping|e(rrors|xpunge)|qprint|fetch(structure|header|text|_overview|mime|body)|l(sub|ist(s(can|ubscribed)|mailbox)?|ast_error)|a(ppend|lerts)|r(e(name(mailbox)?|open)|fc822_(parse_(headers|adrlist)|write_address))|g(c|et(subscribed|_quota(root)?|acl|mailboxes))|m(sgno|ime_header_decode|ail(_(co(py|mpose)|move)|boxmsginfo)?)|b(inary|ody(struct)?|ase64))\\b", + "name": "support.function.php_imap.php" + }, + { + "match": "(?i)\\bmssql_(select_db|n(um_(fields|rows)|ext_result)|c(onnect|lose)|init|data_seek|pconnect|execute|query|f(ield_(seek|name|type|length)|etch_(object|field|a(ssoc|rray)|row|batch)|ree_(statement|result))|r(ows_affected|esult)|g(uid_string|et_last_message)|min_(error_severity|message_severity)|bind)\\b", + "name": "support.function.php_mssql.php" + }, + { + "match": "(?i)\\bodbc_(s(tatistics|pecialcolumns|etoption)|n(um_(fields|rows)|ext_result)|c(o(nnect|lumn(s|privileges)|mmit)|ursor|lose(_all)?)|table(s|privileges)|d(o|ata_source)|p(connect|r(imarykeys|ocedure(s|columns)|epare))|e(rror(msg)?|xec(ute)?)|f(ield_(scale|n(um|ame)|type|precision|len)|oreignkeys|etch_(into|object|array|row)|ree_result)|longreadlen|autocommit|r(ollback|esult(_all)?)|gettypeinfo|binmode)\\b", + "name": "support.function.php_odbc.php" + }, + { + "match": "(?i)\\bpreg_(split|quote|filter|last_error|replace(_callback)?|grep|match(_all)?)\\b", + "name": "support.function.php_pcre.php" + }, + { + "match": "(?i)\\b(spl_(classes|object_hash|autoload(_(call|unregister|extensions|functions|register))?)|class_(implements|uses|parents)|iterator_(count|to_array|apply))\\b", + "name": "support.function.php_spl.php" + }, + { + "match": "(?i)\\bzip_(close|open|entry_(name|c(ompress(ionmethod|edsize)|lose)|open|filesize|read)|read)\\b", + "name": "support.function.php_zip.php" + }, + { + "match": "(?i)\\bposix_(s(trerror|et(sid|uid|pgid|e(uid|gid)|gid))|ctermid|t(tyname|imes)|i(satty|nitgroups)|uname|errno|kill|access|get(sid|cwd|uid|_last_error|p(id|pid|w(nam|uid)|g(id|rp))|e(uid|gid)|login|rlimit|g(id|r(nam|oups|gid)))|mk(nod|fifo))\\b", + "name": "support.function.posix.php" + }, + { + "match": "(?i)\\bset(threadtitle|proctitle)\\b", + "name": "support.function.proctitle.php" + }, + { + "match": "(?i)\\bpspell_(s(tore_replacement|uggest|ave_wordlist)|new(_(config|personal))?|c(heck|onfig_(save_repl|create|ignore|d(ict_dir|ata_dir)|personal|r(untogether|epl)|mode)|lear_session)|add_to_(session|personal))\\b", + "name": "support.function.pspell.php" + }, + { + "match": "(?i)\\breadline(_(c(ompletion_function|lear_history|allback_(handler_(install|remove)|read_char))|info|on_new_line|write_history|list_history|add_history|re(display|ad_history)))?\\b", + "name": "support.function.readline.php" + }, + { + "match": "(?i)\\brecode(_(string|file))?\\b", + "name": "support.function.recode.php" + }, + { + "match": "(?i)\\brrd(c_disconnect|_(create|tune|info|update|error|version|f(irst|etch)|last(update)?|restore|graph|xport))\\b", + "name": "support.function.rrd.php" + }, + { + "match": "(?i)\\b(s(hm_(has_var|detach|put_var|attach|remove(_var)?|get_var)|em_(acquire|re(lease|move)|get))|ftok|msg_(s(tat_queue|e(nd|t_queue))|queue_exists|re(ceive|move_queue)|get_queue))\\b", + "name": "support.function.sem.php" + }, + { + "match": "(?i)\\bsession_(s(ta(tus|rt)|et_(save_handler|cookie_params)|ave_path)|name|c(ommit|ache_(expire|limiter))|i(s_registered|d)|de(stroy|code)|un(set|register)|encode|write_close|abort|re(set|g(ister(_shutdown)?|enerate_id))|get_cookie_params|module_name)\\b", + "name": "support.function.session.php" + }, + { + "match": "(?i)\\bshmop_(size|close|open|delete|write|read)\\b", + "name": "support.function.shmop.php" + }, + { + "match": "(?i)\\bsimplexml_(import_dom|load_(string|file))\\b", + "name": "support.function.simplexml.php" + }, + { + "match": "(?i)\\bsnmp(set|2_(set|walk|real_walk|get(next)?)|_(set_(oid_(numeric_print|output_format)|enum_print|valueretrieval|quick_print)|read_mib|get_(valueretrieval|quick_print))|3_(set|walk|real_walk|get(next)?)|walk(oid)?|realwalk|get(next)?)\\b", + "name": "support.function.snmp.php" + }, + { + "match": "(?i)\\b(is_soap_fault|use_soap_error_handler)\\b", + "name": "support.function.soap.php" + }, + { + "match": "(?i)\\bsocket_(s(hutdown|trerror|e(nd(to|msg)?|t_(nonblock|option|block)|lect))|c(onnect|l(ose|ear_error)|reate(_(pair|listen))?|msg_space)|import_stream|write|l(isten|ast_error)|accept|re(cv(from|msg)?|ad)|get(sockname|_option|peername)|bind)\\b", + "name": "support.function.sockets.php" + }, + { + "match": "(?i)\\bsqlite_(s(ingle_query|eek)|has_(prev|more)|n(um_(fields|rows)|ext)|c(hanges|olumn|urrent|lose|reate_(function|aggregate))|open|u(nbuffered_query|df_(decode_binary|encode_binary))|p(open|rev)|e(scape_string|rror_string|xec)|valid|key|query|f(ield_name|etch_(s(tring|ingle)|column_types|object|a(ll|rray))|actory)|l(ib(encoding|version)|ast_(insert_rowid|error))|array_query|rewind|busy_timeout)\\b", + "name": "support.function.sqlite.php" + }, + { + "match": "(?i)\\bsqlsrv_(se(nd_stream_data|rver_info)|has_rows|n(um_(fields|rows)|ext_result)|c(o(n(nect|figure)|mmit)|l(ient_info|ose)|ancel)|prepare|e(rrors|xecute)|query|f(ield_metadata|etch(_(object|array))?|ree_stmt)|ro(ws_affected|llback)|get_(config|field)|begin_transaction)\\b", + "name": "support.function.sqlsrv.php" + }, + { + "match": "(?i)\\bstats_(s(ta(ndard_deviation|t_(noncentral_t|correlation|in(nerproduct|dependent_t)|p(owersum|ercentile|aired_t)|gennch|binomial_coef))|kew)|harmonic_mean|c(ovariance|df_(n(oncentral_(chisquare|f)|egative_binomial)|c(hisquare|auchy)|t|uniform|poisson|exponential|f|weibull|l(ogistic|aplace)|gamma|b(inomial|eta)))|den(s_(n(ormal|egative_binomial)|c(hisquare|auchy)|t|pmf_(hypergeometric|poisson|binomial)|exponential|f|weibull|l(ogistic|aplace)|gamma|beta)|_uniform)|variance|kurtosis|absolute_deviation|rand_(setall|phrase_to_seeds|ranf|ge(n_(no(ncen(tral_(t|f)|ral_chisquare)|rmal)|chisquare|t|i(nt|uniform|poisson|binomial(_negative)?)|exponential|f(uniform)?|gamma|beta)|t_seeds)))\\b", + "name": "support.function.stats.php" + }, + { + "match": "(?i)\\bs(tream_(s(ocket_(s(hutdown|e(ndto|rver))|client|pair|enable_crypto|accept|recvfrom|get_name)|upports_lock|e(t_(chunk_size|timeout|write_buffer|read_buffer|blocking)|lect))|notification_callback|co(ntext_(set_(option|default|params)|create|get_(options|default|params))|py_to_stream)|is_local|encoding|filter_(prepend|append|re(gister|move))|wrapper_(unregister|re(store|gister))|re(solve_include_path|gister_wrapper)|get_(contents|transports|filters|wrappers|line|meta_data)|bucket_(new|prepend|append|make_writeable))|et_socket_blocking)\\b", + "name": "support.function.streamsfuncs.php" + }, + { + "match": "(?i)\\b(s(scanf|ha1(_file)?|tr(s(tr|pn)|n(c(asecmp|mp)|atc(asecmp|mp))|c(spn|hr|oll|asecmp|mp)|t(o(upper|k|lower)|r)|i(str|p(slashes|cslashes|os|_tags))|_(s(huffle|plit)|ireplace|pad|word_count|r(ot13|ep(eat|lace))|getcsv)|p(os|brk)|len|r(chr|ipos|pos|ev))|imilar_text|oundex|ubstr(_(co(unt|mpare)|replace))?|printf|etlocale)|h(tml(specialchars(_decode)?|_entity_decode|entities)|e(x2bin|brev(c)?))|n(umber_format|l(2br|_langinfo))|c(h(op|unk_split|r)|o(nvert_(cyr_string|uu(decode|encode))|unt_chars)|r(ypt|c32))|trim|implode|ord|uc(first|words)|join|p(arse_str|rint(f)?)|e(cho|xplode)|v(sprintf|printf|fprintf)|quote(d_printable_(decode|encode)|meta)|fprintf|wordwrap|l(cfirst|trim|ocaleconv|evenshtein)|add(slashes|cslashes)|rtrim|get_html_translation_table|m(oney_format|d5(_file)?|etaphone)|bin2hex)\\b", + "name": "support.function.string.php" + }, + { + "match": "(?i)\\bsybase_(se(t_message_handler|lect_db)|num_(fields|rows)|c(onnect|lose)|d(eadlock_retry_count|ata_seek)|unbuffered_query|pconnect|query|f(ield_seek|etch_(object|field|a(ssoc|rray)|row)|ree_result)|affected_rows|result|get_last_message|min_(server_severity|client_severity|error_severity|message_severity))\\b", + "name": "support.function.sybase.php" + }, + { + "match": "(?i)\\b(taint|is_tainted|untaint)\\b", + "name": "support.function.taint.php" + }, + { + "match": "(?i)\\b(tidy_(s(et(opt|_encoding)|ave_config)|c(onfig_count|lean_repair)|is_x(html|ml)|diagnose|parse_(string|file)|error_count|warning_count|load_config|access_count|re(set_config|pair_(string|file))|get(opt|_(status|h(tml(_ver)?|ead)|config|o(utput|pt_doc)|r(oot|elease)|body)))|ob_tidyhandler)\\b", + "name": "support.function.tidy.php" + }, + { + "match": "(?i)\\btoken_(name|get_all)\\b", + "name": "support.function.tokenizer.php" + }, + { + "match": "(?i)\\btrader_(s(t(och(f|rsi)?|ddev)|in(h)?|u(m|b)|et_(compat|unstable_period)|qrt|ar(ext)?|ma)|ht_(sine|trend(line|mode)|dcp(hase|eriod)|phasor)|natr|c(ci|o(s(h)?|rrel)|dl(s(ho(otingstar|rtline)|t(icksandwich|alledpattern)|pinningtop|eparatinglines)|h(i(kkake(mod)?|ghwave)|omingpigeon|a(ngingman|rami(cross)?|mmer))|c(o(ncealbabyswall|unterattack)|losingmarubozu)|t(hrusting|a(sukigap|kuri)|ristar)|i(n(neck|vertedhammer)|dentical3crows)|2crows|onneck|d(oji(star)?|arkcloudcover|ragonflydoji)|u(nique3river|psidegap2crows)|3(starsinsouth|inside|outside|whitesoldiers|linestrike|blackcrows)|piercing|e(ngulfing|vening(star|dojistar))|kicking(bylength)?|l(ongl(ine|eggeddoji)|adderbottom)|a(dvanceblock|bandonedbaby)|ri(sefall3methods|ckshawman)|g(apsidesidewhite|ravestonedoji)|xsidegap3methods|m(orning(star|dojistar)|a(t(hold|chinglow)|rubozu))|b(elthold|reakaway))|eil|mo)|t(sf|ypprice|3|ema|an(h)?|r(i(x|ma)|ange))|obv|d(iv|ema|x)|ultosc|p(po|lus_d(i|m))|e(rrno|xp|ma)|var|kama|floor|w(clprice|illr|ma)|l(n|inearreg(_(slope|intercept|angle))?|og10)|a(sin|cos|t(an|r)|d(osc|d|x(r)?)?|po|vgprice|roon(osc)?)|r(si|oc(p|r(100)?)?)|get_(compat|unstable_period)|m(i(n(index|us_d(i|m)|max(index)?)?|dp(oint|rice))|om|ult|edprice|fi|a(cd(ext|fix)?|vp|x(index)?|ma)?)|b(op|eta|bands))\\b", + "name": "support.function.trader.php" + }, + { + "match": "(?i)\\buopz_(co(py|mpose)|implement|overload|delete|undefine|extend|f(unction|lags)|re(store|name|define)|backup)\\b", + "name": "support.function.uopz.php" + }, + { + "match": "(?i)\\b(http_build_query|url(decode|encode)|parse_url|rawurl(decode|encode)|get_(headers|meta_tags)|base64_(decode|encode))\\b", + "name": "support.function.url.php" + }, + { + "match": "(?i)\\b(s(trval|e(ttype|rialize))|i(s(set|_(s(calar|tring)|nu(ll|meric)|callable|int(eger)?|object|double|float|long|array|re(source|al)|bool))|ntval|mport_request_variables)|d(oubleval|ebug_zval_dump)|unse(t|rialize)|print_r|empty|var_(dump|export)|floatval|get(type|_(defined_vars|resource_type))|boolval)\\b", + "name": "support.function.var.php" + }, + { + "match": "(?i)\\bwddx_(serialize_va(lue|rs)|deserialize|packet_(start|end)|add_vars)\\b", + "name": "support.function.wddx.php" + }, + { + "match": "(?i)\\bxhprof_(sample_(disable|enable)|disable|enable)\\b", + "name": "support.function.xhprof.php" + }, + { + "match": "(?i)\\b(utf8_(decode|encode)|xml_(set_(start_namespace_decl_handler|notation_decl_handler|character_data_handler|object|default_handler|unparsed_entity_decl_handler|processing_instruction_handler|e(nd_namespace_decl_handler|lement_handler|xternal_entity_ref_handler))|parse(_into_struct|r_(set_option|create(_ns)?|free|get_option))?|error_string|get_(current_(column_number|line_number|byte_index)|error_code)))\\b", + "name": "support.function.xml.php" + }, + { + "match": "(?i)\\bxmlrpc_(se(t_type|rver_(c(all_method|reate)|destroy|add_introspection_data|register_(introspection_callback|method)))|is_fault|decode(_request)?|parse_method_descriptions|encode(_request)?|get_type)\\b", + "name": "support.function.xmlrpc.php" + }, + { + "match": "(?i)\\bxmlwriter_(s(tart_(c(omment|data)|d(td(_(e(ntity|lement)|attlist))?|ocument)|pi|element(_ns)?|attribute(_ns)?)|et_indent(_string)?)|text|o(utput_memory|pen_(uri|memory))|end_(c(omment|data)|d(td(_(e(ntity|lement)|attlist))?|ocument)|pi|element|attribute)|f(ull_end_element|lush)|write_(c(omment|data)|dtd(_(e(ntity|lement)|attlist))?|pi|element(_ns)?|attribute(_ns)?|raw))\\b", + "name": "support.function.xmlwriter.php" + }, + { + "match": "(?i)\\b(zlib_(decode|encode|get_coding_type)|readgzfile|gz(seek|c(ompress|lose)|tell|inflate|open|de(code|flate)|uncompress|p(uts|assthru)|e(ncode|of)|file|write|re(wind|ad)|get(s(s)?|c)))\\b", + "name": "support.function.zlib.php" + }, + { + "match": "(?i)\\bis_int(eger)?\\b", + "name": "support.function.alias.php" + } + ] + }, + "user-function-call": { + "begin": "(?i)(?=[a-z_0-9\\\\]*[a-z_][a-z0-9_]*\\s*\\()", + "end": "(?i)[a-z_][a-z_0-9]*(?=\\s*\\()", + "name": "meta.function-call.php", + "patterns": [ + { + "include": "#namespace" + } + ] + }, + "var_basic": { + "patterns": [ + { + "captures": { + "1": { + "name": "punctuation.definition.variable.php" + } + }, + "match": "(?x)\n \t\t\t (\\$+)[a-zA-Z_\\x{7f}-\\x{ff}]\n \t\t\t [a-zA-Z0-9_\\x{7f}-\\x{ff}]*?\\b", + "name": "variable.other.php" + } + ] + }, + "var_global": { + "captures": { + "1": { + "name": "punctuation.definition.variable.php" + } + }, + "match": "(\\$)((_(COOKIE|FILES|GET|POST|REQUEST))|arg(v|c))\\b", + "name": "variable.other.global.php" + }, + "var_global_safer": { + "captures": { + "1": { + "name": "punctuation.definition.variable.php" + } + }, + "match": "(\\$)((GLOBALS|_(ENV|SERVER|SESSION)))", + "name": "variable.other.global.safer.php" + }, + "variable-name": { + "patterns": [ + { + "include": "#var_global" + }, + { + "include": "#var_global_safer" + }, + { + "captures": { + "1": { + "name": "variable.other.php" + }, + "2": { + "name": "punctuation.definition.variable.php" + }, + "4": { + "name": "keyword.operator.class.php" + }, + "5": { + "name": "variable.other.property.php" + }, + "6": { + "name": "punctuation.section.array.begin.php" + }, + "7": { + "name": "constant.numeric.index.php" + }, + "8": { + "name": "variable.other.index.php" + }, + "9": { + "name": "punctuation.definition.variable.php" + }, + "10": { + "name": "string.unquoted.index.php" + }, + "11": { + "name": "punctuation.section.array.end.php" + } + }, + "comment": "Simple syntax: $foo, $foo[0], $foo[$bar], $foo->bar", + "match": "(?x)\n\t\t\t\t\t\t((\\$)(?[a-zA-Z_\\x{7f}-\\x{ff}][a-zA-Z0-9_\\x{7f}-\\x{ff}]*))\n\t\t\t\t\t\t(?:\n\t\t\t\t\t\t\t(->)(\\g)\n\t\t\t\t\t\t\t|\n\t\t\t\t\t\t\t(\\[)\n\t\t\t\t\t\t\t\t(?:(\\d+)|((\\$)\\g)|(\\w+))\n\t\t\t\t\t\t\t(\\])\n\t\t\t\t\t\t)?\n\t\t\t\t\t\t" + }, + { + "captures": { + "1": { + "name": "variable.other.php" + }, + "2": { + "name": "punctuation.definition.variable.php" + }, + "4": { + "name": "punctuation.definition.variable.php" + } + }, + "comment": "Simple syntax with braces: \"foo${bar}baz\"", + "match": "(?x)\n\t\t\t\t\t\t((\\$\\{)(?[a-zA-Z_\\x{7f}-\\x{ff}][a-zA-Z0-9_\\x{7f}-\\x{ff}]*)(\\}))\n\t\t\t\t\t\t" + } + ] + }, + "variables": { + "patterns": [ + { + "include": "#var_global" + }, + { + "include": "#var_global_safer" + }, + { + "include": "#var_basic" + }, + { + "begin": "(\\$\\{)(?=.*?\\})", + "beginCaptures": { + "1": { + "name": "punctuation.definition.variable.php" + } + }, + "end": "(\\})", + "endCaptures": { + "1": { + "name": "punctuation.definition.variable.php" + } + }, + "patterns": [ + { + "include": "#language" + } + ] + } + ] + } + } +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/properties.plist b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/properties.plist new file mode 100644 index 000000000..11436566b --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/properties.plist @@ -0,0 +1,181 @@ + + + + + fileTypes + + ini + conf + + keyEquivalent + ^~I + name + Ini + patterns + + + begin + (^[ \t]+)?(?=#) + beginCaptures + + 1 + + name + punctuation.whitespace.comment.leading.ini + + + end + (?!\G) + patterns + + + begin + # + beginCaptures + + 0 + + name + punctuation.definition.comment.ini + + + end + \n + name + comment.line.number-sign.ini + + + + + begin + (^[ \t]+)?(?=;) + beginCaptures + + 1 + + name + punctuation.whitespace.comment.leading.ini + + + end + (?!\G) + patterns + + + begin + ; + beginCaptures + + 0 + + name + punctuation.definition.comment.ini + + + end + \n + name + comment.line.semicolon.ini + + + + + captures + + 1 + + name + keyword.other.definition.ini + + 2 + + name + punctuation.separator.key-value.ini + + + match + \b([a-zA-Z0-9_.-]+)\b\s*(=) + + + captures + + 1 + + name + punctuation.definition.entity.ini + + 3 + + name + punctuation.definition.entity.ini + + + match + ^(\[)(.*?)(\]) + name + entity.name.section.group-title.ini + + + begin + ' + beginCaptures + + 0 + + name + punctuation.definition.string.begin.ini + + + end + ' + endCaptures + + 0 + + name + punctuation.definition.string.end.ini + + + name + string.quoted.single.ini + patterns + + + match + \\. + name + constant.character.escape.ini + + + + + begin + " + beginCaptures + + 0 + + name + punctuation.definition.string.begin.ini + + + end + " + endCaptures + + 0 + + name + punctuation.definition.string.end.ini + + + name + string.quoted.double.ini + + + scopeName + source.properties + uuid + 77DC23B6-8A90-11D9-BAA4-000A9584EC8C + + \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/rust.json b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/rust.json new file mode 100644 index 000000000..7d1b5b1e7 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/rust.json @@ -0,0 +1,595 @@ +{ + "name": "Rust", + "scopeName": "source.rust", + "fileTypes": [ + "rs" + ], + "repository": { + "block_doc_comment": { + "comment": "Block documentation comment", + "name": "comment.block.documentation.rust", + "begin": "/\\*[\\*!](?![\\*/])", + "end": "\\*/", + "patterns": [ + { + "include": "#block_doc_comment" + }, + { + "include": "#block_comment" + } + ] + }, + "block_comment": { + "comment": "Block comment", + "name": "comment.block.rust", + "begin": "/\\*", + "end": "\\*/", + "patterns": [ + { + "include": "#block_doc_comment" + }, + { + "include": "#block_comment" + } + ] + }, + "line_doc_comment": { + "comment": "Single-line documentation comment", + "name": "comment.line.documentation.rust", + "begin": "//[!/](?=[^/])", + "end": "$" + }, + "line_comment": { + "comment": "Single-line comment", + "name": "comment.line.double-slash.rust", + "begin": "//", + "end": "$" + }, + "escaped_character": { + "name": "constant.character.escape.rust", + "match": "\\\\(x\\h{2}|[0-2][0-7]{,2}|3[0-6][0-7]?|37[0-7]?|[4-7][0-7]?|.)" + }, + "string_literal": { + "comment": "Double-quote string literal", + "name": "string.quoted.double.rust", + "begin": "b?\"", + "end": "\"", + "patterns": [ + { + "include": "#escaped_character" + } + ] + }, + "raw_string_literal": { + "comment": "Raw double-quote string literal", + "name": "string.quoted.double.raw.rust", + "begin": "b?r(#*)\"", + "end": "\"\\1" + }, + "sigils": { + "comment": "Sigil", + "name": "keyword.operator.sigil.rust", + "match": "[&*](?=[a-zA-Z0-9_\\(\\[\\|\\\"]+)" + }, + "self": { + "comment": "Self variable", + "name": "variable.language.rust", + "match": "\\bself\\b" + }, + "mut": { + "comment": "Mutable storage modifier", + "name": "storage.modifier.mut.rust", + "match": "\\bmut\\b" + }, + "box": { + "comment": "Box storage modifier", + "name": "storage.modifier.box.rust", + "match": "\\bbox\\b" + }, + "const": { + "comment": "Const storage modifier", + "name": "storage.modifier.const.rust", + "match": "\\bconst\\b" + }, + "pub": { + "comment": "Visibility modifier", + "name": "storage.modifier.visibility.rust", + "match": "\\bpub\\b" + }, + "lifetime": { + "comment": "Named lifetime", + "name": "storage.modifier.lifetime.rust", + "match": "'([a-zA-Z_][a-zA-Z0-9_]*)\\b", + "captures": { + "1": { + "name": "entity.name.lifetime.rust" + } + } + }, + "ref_lifetime": { + "comment": "Reference with named lifetime", + "match": "&('([a-zA-Z_][a-zA-Z0-9_]*))\\b", + "captures": { + "1": { + "name": "storage.modifier.lifetime.rust" + }, + "2": { + "name": "entity.name.lifetime.rust" + } + } + }, + "core_types": { + "comment": "Built-in/core type", + "name": "storage.type.core.rust", + "match": "\\b(bool|char|usize|isize|u8|u16|u32|u64|i8|i16|i32|i64|f32|f64|str|Self|Option|Result)\\b" + }, + "core_vars": { + "comment": "Core type variant", + "name": "support.constant.core.rust", + "match": "\\b(Some|None|Ok|Err)\\b" + }, + "core_marker": { + "comment": "Core trait (marker)", + "name": "support.type.marker.rust", + "match": "\\b(Copy|Send|Sized|Sync)\\b" + }, + "core_traits": { + "comment": "Core trait", + "name": "support.type.core.rust", + "match": "\\b(Drop|Fn|FnMut|FnOnce|Clone|PartialEq|PartialOrd|Eq|Ord|AsRef|AsMut|Into|From|Default|Iterator|Extend|IntoIterator|DoubleEndedIterator|ExactSizeIterator)\\b" + }, + "where": { + "comment": "Where clause", + "name": "keyword.other.rust", + "match": "\\bwhere\\b" + }, + "std_types": { + "comment": "Standard library type", + "name": "storage.class.std.rust", + "match": "\\b(Box|String|Vec|Path|PathBuf)\\b" + }, + "std_traits": { + "comment": "Standard library trait", + "name": "support.type.std.rust", + "match": "\\b(ToOwned|ToString)\\b" + }, + "type_params": { + "comment": "Type parameters", + "name": "meta.type_params.rust", + "begin": "<(?![=<])", + "end": ">", + "patterns": [ + { + "include": "#block_comment" + }, + { + "include": "#line_comment" + }, + { + "include": "#sigils" + }, + { + "include": "#mut" + }, + { + "include": "#lifetime" + }, + { + "include": "#core_types" + }, + { + "include": "#core_marker" + }, + { + "include": "#core_traits" + }, + { + "include": "#std_types" + }, + { + "include": "#std_traits" + }, + { + "include": "#type_params" + } + ] + } + }, + "patterns": [ + { + "include": "#block_doc_comment" + }, + { + "include": "#block_comment" + }, + { + "include": "#line_doc_comment" + }, + { + "include": "#line_comment" + }, + { + "comment": "Attribute", + "name": "meta.attribute.rust", + "begin": "#\\!?\\[", + "end": "\\]", + "patterns": [ + { + "include": "#string_literal" + } + ] + }, + { + "comment": "Single-quote string literal (character)", + "name": "string.quoted.single.rust", + "match": "b?'([^'\\\\]|\\\\(x\\h{2}|[0-2][0-7]{,2}|3[0-6][0-7]?|37[0-7]?|[4-7][0-7]?|.))'" + }, + { + "include": "#string_literal" + }, + { + "include": "#raw_string_literal" + }, + { + "comment": "Floating point literal (fraction)", + "name": "constant.numeric.float.rust", + "match": "\\b[0-9][0-9_]*\\.[0-9][0-9_]*([eE][+-]?[0-9_]+)?(f32|f64)?\\b" + }, + { + "comment": "Floating point literal (exponent)", + "name": "constant.numeric.float.rust", + "match": "\\b[0-9][0-9_]*(\\.[0-9][0-9_]*)?[eE][+-]?[0-9_]+(f32|f64)?\\b" + }, + { + "comment": "Floating point literal (typed)", + "name": "constant.numeric.float.rust", + "match": "\\b[0-9][0-9_]*(\\.[0-9][0-9_]*)?([eE][+-]?[0-9_]+)?(f32|f64)\\b" + }, + { + "comment": "Integer literal (decimal)", + "name": "constant.numeric.integer.decimal.rust", + "match": "\\b[0-9][0-9_]*([ui](8|16|32|64|s|size))?\\b" + }, + { + "comment": "Integer literal (hexadecimal)", + "name": "constant.numeric.integer.hexadecimal.rust", + "match": "\\b0x[a-fA-F0-9_]+([ui](8|16|32|64|s|size))?\\b" + }, + { + "comment": "Integer literal (octal)", + "name": "constant.numeric.integer.octal.rust", + "match": "\\b0o[0-7_]+([ui](8|16|32|64|s|size))?\\b" + }, + { + "comment": "Integer literal (binary)", + "name": "constant.numeric.integer.binary.rust", + "match": "\\b0b[01_]+([ui](8|16|32|64|s|size))?\\b" + }, + { + "comment": "Static storage modifier", + "name": "storage.modifier.static.rust", + "match": "\\bstatic\\b" + }, + { + "comment": "Boolean constant", + "name": "constant.language.boolean.rust", + "match": "\\b(true|false)\\b" + }, + { + "comment": "Control keyword", + "name": "keyword.control.rust", + "match": "\\b(break|continue|else|if|in|for|loop|match|return|while)\\b" + }, + { + "comment": "Keyword", + "name": "keyword.other.rust", + "match": "\\b(crate|extern|mod|let|proc|ref|use|super|as|where|move)\\b" + }, + { + "comment": "Unsafe code keyword", + "name": "keyword.other.unsafe.rust", + "match": "\\bunsafe\\b" + }, + { + "include": "#sigils" + }, + { + "include": "#self" + }, + { + "include": "#mut" + }, + { + "include": "#box" + }, + { + "include": "#lifetime" + }, + { + "include": "#ref_lifetime" + }, + { + "include": "#const" + }, + { + "include": "#pub" + }, + { + "comment": "Miscellaneous operator", + "name": "keyword.operator.misc.rust", + "match": "(=>|::|\\bas\\b)" + }, + { + "comment": "Comparison operator", + "name": "keyword.operator.comparison.rust", + "match": "(&&|\\|\\||==|!=)" + }, + { + "comment": "Assignment operator", + "name": "keyword.operator.assignment.rust", + "match": "(\\+=|-=|/=|\\*=|%=|\\^=|&=|\\|=|<<=|>>=|=)" + }, + { + "comment": "Arithmetic operator", + "name": "keyword.operator.arithmetic.rust", + "match": "(!|\\+|-|/|\\*|%|\\^|&|\\||<<|>>)" + }, + { + "comment": "Comparison operator (second group because of regex precedence)", + "name": "keyword.operator.comparison.rust", + "match": "(<=|>=|<|>)" + }, + { + "include": "#core_types" + }, + { + "include": "#core_vars" + }, + { + "include": "#core_marker" + }, + { + "include": "#core_traits" + }, + { + "include": "#std_types" + }, + { + "include": "#std_traits" + }, + { + "comment": "Built-in macro", + "name": "support.function.builtin.rust", + "match": "\\b(macro_rules|format_args|env|option_env|concat_idents|concat|log_syntax|line|column|file|stringify|include|include_str|include_bytes|module_path|asm|cfg|trace_macros)!" + }, + { + "comment": "Core macro", + "name": "support.function.core.rust", + "match": "\\b(panic|assert|assert_eq|debug_assert|debug_assert_eq|try|write|writeln|unreachable|unimplemented)!" + }, + { + "comment": "Standard library macro", + "name": "support.function.std.rust", + "match": "\\b(format|print|println|select|vec)!" + }, + { + "comment": "Logging macro", + "name": "support.function.log.rust", + "match": "\\b(log|error|warn|info|debug|trace|log_enabled)!" + }, + { + "comment": "Invokation of a macro", + "match": "\\b([a-zA-Z_][a-zA-Z0-9_]*\\!)\\s*[({\\[]", + "captures": { + "1": { + "name": "entity.name.function.macro.rust" + } + } + }, + { + "comment": "Function call", + "match": "\\b([a-zA-Z_][a-zA-Z0-9_]*)\\s*\\(", + "captures": { + "1": { + "name": "entity.name.function.rust" + } + } + }, + { + "comment": "Function definition", + "begin": "\\b(fn)\\s+([a-zA-Z_][a-zA-Z0-9_]*)", + "end": "[\\{;]", + "beginCaptures": { + "1": { + "name": "keyword.other.fn.rust" + }, + "2": { + "name": "entity.name.function.rust" + } + }, + "patterns": [ + { + "include": "#block_comment" + }, + { + "include": "#line_comment" + }, + { + "include": "#sigils" + }, + { + "include": "#self" + }, + { + "include": "#mut" + }, + { + "include": "#ref_lifetime" + }, + { + "include": "#core_types" + }, + { + "include": "#core_marker" + }, + { + "include": "#core_traits" + }, + { + "include": "#std_types" + }, + { + "include": "#std_traits" + }, + { + "include": "#type_params" + }, + { + "include": "#const" + }, + { + "include": "#where" + } + ] + }, + { + "comment": "Type declaration", + "begin": "\\b(enum|struct|trait)\\s+([a-zA-Z_][a-zA-Z0-9_]*)", + "end": "[\\{\\(;]", + "beginCaptures": { + "1": { + "name": "storage.type.rust" + }, + "2": { + "name": "entity.name.type.rust" + } + }, + "patterns": [ + { + "include": "#block_comment" + }, + { + "include": "#line_comment" + }, + { + "include": "#core_traits" + }, + { + "include": "#std_traits" + }, + { + "include": "#type_params" + }, + { + "include": "#core_types" + }, + { + "include": "#pub" + }, + { + "include": "#where" + } + ] + }, + { + "comment": "Type alias", + "begin": "\\b(type)\\s+([a-zA-Z_][a-zA-Z0-9_]*)", + "end": ";", + "beginCaptures": { + "1": { + "name": "storage.type.rust" + }, + "2": { + "name": "entity.name.type.rust" + } + }, + "patterns": [ + { + "include": "#block_comment" + }, + { + "include": "#line_comment" + }, + { + "include": "#sigils" + }, + { + "include": "#mut" + }, + { + "include": "#ref_lifetime" + }, + { + "include": "#core_types" + }, + { + "include": "#core_marker" + }, + { + "include": "#core_traits" + }, + { + "include": "#std_types" + }, + { + "include": "#std_traits" + }, + { + "include": "#type_params" + } + ] + }, + { + "comment": "Implementation", + "begin": "\\b(impl)\\b", + "end": "\\{", + "beginCaptures": { + "1": { + "name": "storage.type.rust" + } + }, + "patterns": [ + { + "include": "#block_comment" + }, + { + "include": "#line_comment" + }, + { + "include": "#sigils" + }, + { + "include": "#mut" + }, + { + "include": "#ref_lifetime" + }, + { + "include": "#core_types" + }, + { + "include": "#core_marker" + }, + { + "include": "#core_traits" + }, + { + "include": "#std_types" + }, + { + "include": "#std_traits" + }, + { + "include": "#type_params" + }, + { + "name": "storage.type.rust", + "match": "\\bfor\\b" + }, + { + "include": "#where" + } + ] + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/scss.json b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/scss.json new file mode 100644 index 000000000..6821cee69 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/scss.json @@ -0,0 +1,1672 @@ +{ + "scopeName": "source.css.scss", + "name": "SCSS", + "fileTypes": [ + "scss", + "css.scss", + "css.scss.erb", + "scss.erb" + ], + "patterns": [ + { + "include": "#variable_setting" + }, + { + "include": "#at_rule_include" + }, + { + "include": "#at_rule_import" + }, + { + "include": "#general" + }, + { + "include": "#flow_control" + }, + { + "include": "#rules" + }, + { + "include": "#property_list" + }, + { + "include": "#at_rule_mixin" + }, + { + "include": "#at_rule_media" + }, + { + "include": "#at_rule_function" + }, + { + "include": "#at_rule_charset" + }, + { + "include": "#at_rule_option" + }, + { + "include": "#at_rule_namespace" + }, + { + "include": "#at_rule_fontface" + }, + { + "include": "#at_rule_page" + }, + { + "include": "#at_rule_keyframes" + }, + { + "include": "#at_rule_at_root" + }, + { + "include": "#at_rule_supports" + } + ], + "repository": { + "at_rule__": { + "comment": "Note how all @rules are prefixed." + }, + "at_rule_charset": { + "begin": "\\s*((@)charset\\b)\\s*", + "captures": { + "1": { + "name": "keyword.control.at-rule.charset.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + } + }, + "comment": "Charset", + "end": "\\s*((?=;|$))", + "name": "meta.at-rule.charset.scss", + "patterns": [ + { + "include": "#variable" + }, + { + "include": "#string_single" + }, + { + "include": "#string_double" + } + ] + }, + "at_rule_content": { + "begin": "\\s*((@)content\\b)\\s*", + "captures": { + "1": { + "name": "keyword.control.content.scss" + } + }, + "end": "\\s*((?=;))", + "name": "meta.content.scss", + "patterns": [ + { + "include": "#variable" + }, + { + "include": "#selectors" + }, + { + "include": "#property_values" + } + ] + }, + "at_rule_each": { + "begin": "\\s*((@)each\\b)\\s*", + "captures": { + "1": { + "name": "keyword.control.each.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + } + }, + "end": "\\s*((?=}))", + "name": "meta.at-rule.each.scss", + "patterns": [ + { + "match": "\\b(in|,)\\b", + "name": "keyword.control.operator" + }, + { + "include": "#variable" + }, + { + "include": "#property_values" + }, + { + "include": "$self" + } + ] + }, + "at_rule_else": { + "begin": "\\s*((@)else(\\s*(if)?))\\s*", + "captures": { + "1": { + "name": "keyword.control.else.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + } + }, + "end": "\\s*(?={)", + "name": "meta.at-rule.else.scss", + "patterns": [ + { + "include": "#conditional_operators" + }, + { + "include": "#variable" + }, + { + "include": "#property_values" + } + ] + }, + "at_rule_extend": { + "begin": "\\s*((@)extend\\b)\\s*", + "captures": { + "1": { + "name": "keyword.control.at-rule.import.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + } + }, + "end": "\\s*(?=;)", + "name": "meta.at-rule.import.scss", + "patterns": [ + { + "include": "#variable" + }, + { + "include": "#selectors" + }, + { + "include": "#property_values" + } + ] + }, + "at_rule_fontface": { + "patterns": [ + { + "begin": "^\\s*((@)font-face\\b)", + "beginCaptures": { + "1": { + "name": "keyword.control.at-rule.fontface.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + } + }, + "end": "\\s*(?={)", + "name": "meta.at-rule.fontface.scss", + "patterns": [ + { + "include": "#function_attributes" + } + ] + } + ] + }, + "at_rule_for": { + "begin": "\\s*((@)for\\b)\\s*", + "captures": { + "1": { + "name": "keyword.control.for.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + } + }, + "end": "\\s*(?={)", + "name": "meta.at-rule.for.scss", + "patterns": [ + { + "match": "(==|!=|<=|>=|<|>|from|to|through)", + "name": "keyword.control.operator" + }, + { + "include": "#variable" + }, + { + "include": "#property_values" + }, + { + "include": "$self" + } + ] + }, + "at_rule_function": { + "patterns": [ + { + "begin": "\\s*((@)function\\b)\\s*", + "captures": { + "1": { + "name": "keyword.control.at-rule.function.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + }, + "3": { + "name": "entity.name.function.scss" + } + }, + "comment": "Function with Attributes", + "end": "\\s*(?={)", + "name": "meta.at-rule.function.scss", + "patterns": [ + { + "include": "#function_attributes" + } + ] + }, + { + "captures": { + "1": { + "name": "keyword.control.at-rule.function.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + }, + "3": { + "name": "entity.name.function.scss" + } + }, + "comment": "Simple Function", + "match": "\\s*((@)function\\b)\\s*", + "name": "meta.at-rule.function.scss" + } + ] + }, + "at_rule_if": { + "begin": "\\s*((@)if\\b)\\s*", + "captures": { + "1": { + "name": "keyword.control.if.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + } + }, + "end": "\\s*(?={)", + "name": "meta.at-rule.if.scss", + "patterns": [ + { + "include": "#conditional_operators" + }, + { + "include": "#variable" + }, + { + "include": "#property_values" + } + ] + }, + "at_rule_import": { + "begin": "\\s*((@)import\\b)\\s*", + "captures": { + "1": { + "name": "keyword.control.at-rule.import.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + } + }, + "end": "\\s*((?=;)|(?=}))", + "name": "meta.at-rule.import.scss", + "patterns": [ + { + "include": "#variable" + }, + { + "include": "#string_single" + }, + { + "include": "#string_double" + }, + { + "include": "#functions" + }, + { + "include": "#comment_line" + } + ] + }, + "at_rule_include": { + "patterns": [ + { + "begin": "(?<=@include)\\s+([\\w-]+)\\s*(\\()", + "beginCaptures": { + "1": { + "name": "entity.name.function.scss" + }, + "2": { + "name": "punctuation.definition.parameters.begin.bracket.round.scss" + } + }, + "end": "\\)", + "endCaptures": { + "0": { + "name": "punctuation.definition.parameters.end.bracket.round.scss" + } + }, + "name": "meta.at-rule.include.scss", + "patterns": [ + { + "include": "#function_attributes" + } + ] + }, + { + "match": "(?<=@include)\\s+([\\w-]+)", + "captures": { + "0": { + "name": "meta.at-rule.include.scss" + }, + "1": { + "name": "entity.name.function.scss" + } + } + }, + { + "match": "((@)include)\\b", + "captures": { + "0": { + "name": "meta.at-rule.include.scss" + }, + "1": { + "name": "keyword.control.at-rule.include.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + } + } + } + ] + }, + "at_rule_keyframes": { + "begin": "(?<=^|\\s)(@)(?:-(?:webkit|moz)-)?keyframes\\b", + "beginCaptures": { + "0": { + "name": "keyword.control.at-rule.keyframes.scss" + }, + "1": { + "name": "punctuation.definition.keyword.scss" + } + }, + "end": "(?<=})", + "name": "meta.at-rule.keyframes.scss", + "patterns": [ + { + "match": "(?<=@keyframes)\\s+((?:[_A-Za-z][-\\w]|-[_A-Za-z])[-\\w]*)", + "captures": { + "1": { + "name": "entity.name.function.scss" + } + } + }, + { + "begin": "(?<=@keyframes)\\s+(\")", + "beginCaptures": { + "1": { + "name": "punctuation.definition.string.begin.scss" + } + }, + "end": "\"", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.scss" + } + }, + "name": "string.quoted.double.scss", + "contentName": "entity.name.function.scss", + "patterns": [ + { + "match": "\\\\(\\h{1,6}|.)", + "name": "constant.character.escape.scss" + }, + { + "include": "#interpolation" + } + ] + }, + { + "begin": "(?<=@keyframes)\\s+(')", + "beginCaptures": { + "1": { + "name": "punctuation.definition.string.begin.scss" + } + }, + "end": "'", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.scss" + } + }, + "name": "string.quoted.single.scss", + "contentName": "entity.name.function.scss", + "patterns": [ + { + "match": "\\\\(\\h{1,6}|.)", + "name": "constant.character.escape.scss" + }, + { + "include": "#interpolation" + } + ] + }, + { + "begin": "{", + "beginCaptures": { + "0": { + "name": "punctuation.section.keyframes.begin.scss" + } + }, + "end": "}", + "endCaptures": { + "0": { + "name": "punctuation.section.keyframes.end.scss" + } + }, + "patterns": [ + { + "match": "\\b(?:(?:100|[1-9]\\d|\\d)%|from|to)(?=\\s*{)", + "name": "entity.other.attribute-name.scss" + }, + { + "include": "#flow_control" + }, + { + "include": "#interpolation" + }, + { + "include": "#property_list" + }, + { + "include": "#rules" + } + ] + } + ] + }, + "at_rule_media": { + "patterns": [ + { + "begin": "^\\s*((@)media\\b)\\s*", + "end": "\\s*(?={)", + "captures": { + "1": { + "name": "keyword.control.at-rule.media.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + } + }, + "name": "meta.at-rule.media.scss", + "patterns": [ + { + "match": "\\b(only)\\b", + "name": "keyword.control.operator" + }, + { + "include": "#media_features" + }, + { + "include": "#property_values" + }, + { + "include": "#variable" + }, + { + "include": "#conditional_operators" + }, + { + "include": "#media_types" + }, + { + "include": "#property_names" + } + ] + } + ] + }, + "at_rule_mixin": { + "patterns": [ + { + "begin": "(?<=@mixin)\\s+([\\w-]+)\\s*(\\()", + "beginCaptures": { + "1": { + "name": "entity.name.function.scss" + }, + "2": { + "name": "punctuation.definition.parameters.begin.bracket.round.scss" + } + }, + "end": "\\)", + "endCaptures": { + "0": { + "name": "punctuation.definition.parameters.end.bracket.round.scss" + } + }, + "name": "meta.at-rule.mixin.scss", + "patterns": [ + { + "include": "#function_attributes" + } + ] + }, + { + "match": "(?<=@mixin)\\s+([\\w-]+)", + "captures": { + "1": { + "name": "entity.name.function.scss" + } + }, + "name": "meta.at-rule.mixin.scss" + }, + { + "match": "((@)mixin)\\b", + "captures": { + "1": { + "name": "keyword.control.at-rule.mixin.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + } + }, + "name": "meta.at-rule.mixin.scss" + } + ] + }, + "at_rule_namespace": { + "patterns": [ + { + "begin": "(?<=@namespace)\\s+(?=url)", + "end": "(?=;|$)", + "name": "meta.at-rule.namespace.scss", + "patterns": [ + { + "include": "#property_values" + }, + { + "include": "#string_single" + }, + { + "include": "#string_double" + } + ] + }, + { + "begin": "(?<=@namespace)\\s+([\\w-]*)", + "captures": { + "1": { + "name": "entity.name.namespace-prefix.scss" + } + }, + "end": "(?=;|$)", + "name": "meta.at-rule.namespace.scss", + "patterns": [ + { + "include": "#variables" + }, + { + "include": "#property_values" + }, + { + "include": "#string_single" + }, + { + "include": "#string_double" + } + ] + }, + { + "match": "((@)namespace)\\b", + "captures": { + "1": { + "name": "keyword.control.at-rule.namespace.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + } + }, + "name": "meta.at-rule.namespace.scss" + } + ] + }, + "at_rule_option": { + "captures": { + "1": { + "name": "keyword.control.at-rule.charset.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + } + }, + "comment": "Option", + "match": "^\\s*((@)option\\b)\\s*", + "name": "meta.at-rule.option.scss" + }, + "at_rule_page": { + "patterns": [ + { + "begin": "^\\s*((@)page)(?=:|\\s)\\s*([-:\\w]*)", + "captures": { + "1": { + "name": "keyword.control.at-rule.page.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + }, + "3": { + "name": "entity.name.function.scss" + } + }, + "comment": "Page with Attributes", + "end": "\\s*(?={)", + "name": "meta.at-rule.page.scss" + } + ] + }, + "at_rule_return": { + "begin": "\\s*((@)(return)\\b)", + "captures": { + "1": { + "name": "keyword.control.return.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + } + }, + "end": "\\s*((?=;))", + "name": "meta.at-rule.return.scss", + "patterns": [ + { + "include": "#variable" + }, + { + "include": "#property_values" + } + ] + }, + "at_rule_at_root": { + "begin": "\\s*((@)(at-root))(\\s+|$)", + "end": "\\s*(?={)", + "beginCaptures": { + "1": { + "name": "keyword.control.at-rule.at-root.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + } + }, + "name": "meta.at-rule.at-root.scss", + "patterns": [ + { + "include": "#function_attributes" + }, + { + "include": "#functions" + }, + { + "include": "#selectors" + } + ] + }, + "at_rule_supports": { + "begin": "(?<=^|\\s)(@)supports\\b", + "captures": { + "0": { + "name": "keyword.control.at-rule.supports.scss" + }, + "1": { + "name": "punctuation.definition.keyword.scss" + } + }, + "end": "(?={)|$", + "name": "meta.at-rule.supports.scss", + "patterns": [ + { + "include": "#logical_operators" + }, + { + "include": "#properties" + }, + { + "match": "\\(", + "name": "punctuation.definition.condition.begin.bracket.round.scss" + }, + { + "match": "\\)", + "name": "punctuation.definition.condition.end.bracket.round.scss" + } + ] + }, + "at_rule_warn": { + "begin": "\\s*((@)(warn|debug|error)\\b)\\s*", + "captures": { + "1": { + "name": "keyword.control.warn.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + } + }, + "end": "\\s*(?=;)", + "name": "meta.at-rule.warn.scss", + "patterns": [ + { + "include": "#variable" + }, + { + "include": "#string_double" + }, + { + "include": "#string_single" + } + ] + }, + "at_rule_while": { + "begin": "\\s*((@)while\\b)\\s*", + "captures": { + "1": { + "name": "keyword.control.while.scss" + }, + "2": { + "name": "punctuation.definition.keyword.scss" + } + }, + "end": "\\s*(?=})", + "name": "meta.at-rule.while.scss", + "patterns": [ + { + "include": "#conditional_operators" + }, + { + "include": "#variable" + }, + { + "include": "#property_values" + }, + { + "include": "$self" + } + ] + }, + "comment_block": { + "begin": "/\\*", + "beginCaptures": { + "0": { + "name": "punctuation.definition.comment.scss" + } + }, + "end": "\\*/", + "endCaptures": { + "0": { + "name": "punctuation.definition.comment.scss" + } + }, + "name": "comment.block.scss" + }, + "comment_line": { + "begin": "//", + "beginCaptures": { + "0": { + "name": "punctuation.definition.comment.scss" + } + }, + "end": "\\n", + "name": "comment.line.scss" + }, + "constant_color": { + "comment": "http://www.w3.org/TR/css3-color/#svg-color", + "match": "\\b(aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|lightsalmon|lightseagreen|lightskyblue|lightslategray|lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|papayawhip|peachpuff|peru|pink|plum|powderblue|purple|red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|springgreen|steelblue|tan|teal|thistle|tomato|turquoise|violet|wheat|white|whitesmoke|yellow|yellowgreen)\\b", + "name": "support.constant.color.w3c-standard-color-name.scss" + }, + "constant_default": { + "match": "!default", + "name": "keyword.other.default.scss" + }, + "constant_deprecated_color": { + "comment": "These colours are deprecated from CSS color module level 3 http://www.w3.org/TR/css3-color/#css2-system", + "match": "\\b(ActiveBorder|ActiveCaption|AppWorkspace|Background|ButtonFace|ButtonHighlight|ButtonShadow|ButtonText|CaptionText|GrayText|Highlight|HighlightText|InactiveBorder|InactiveCaption|InactiveCaptionText|InfoBackground|InfoText|Menu|MenuText|Scrollbar|ThreeDDarkShadow|ThreeDFace|ThreeDHighlight|ThreeDLightShadow|ThreeDShadow|Window|WindowFrame|WindowText)\\b", + "name": "invalid.deprecated.color.system.css.scss" + }, + "constant_font": { + "match": "(\\b(?i:arial|century|comic|courier|garamond|georgia|helvetica|impact|lucida|symbol|system|tahoma|times|trebuchet|utopia|verdana|webdings|sans-serif|serif|monospace)\\b)", + "name": "support.constant.font-name.scss" + }, + "constant_functions": { + "begin": "([\\w-]+)(\\()", + "beginCaptures": { + "1": { + "name": "support.function.misc.scss" + }, + "2": { + "name": "punctuation.section.function.scss" + } + }, + "end": "(\\))", + "endCaptures": { + "1": { + "name": "punctuation.section.function.scss" + } + }, + "patterns": [ + { + "include": "#parameters" + } + ] + }, + "constant_hex": { + "captures": { + "1": { + "name": "punctuation.definition.constant.scss" + } + }, + "match": "(#)([0-9a-fA-F]{3}|[0-9a-fA-F]{6})\\b", + "name": "constant.numeric.color.hex-value.scss" + }, + "constant_important": { + "match": "!important", + "name": "keyword.other.important.scss" + }, + "constant_mathematical_symbols": { + "match": "\\b(\\+|-|\\*|/)\\b", + "name": "support.constant.mathematical-symbols.scss" + }, + "constant_number": { + "match": "(\\b([0-9]+(\\.[0-9]+)?)|\\B\\.[0-9]+)(?=\\s*(ch|cm|deg|dpi|dpcm|dppx|em|ex|grad|in|mm|mozmm|ms|pc|pt|px|rad|rem|turn|s|vh|vmin|vmax|vw|\\b))", + "name": "constant.numeric.scss" + }, + "constant_optional": { + "match": "!optional", + "name": "keyword.other.optional.scss" + }, + "constant_property_value": { + "match": "\\b(absolute|all-scroll|always|armenian|auto|baseline|below|bidi-override|block|bold|bolder|both|bottom|border-box|break-all|break-word|butt|capitalize|center|char|circle|cjk-ideographic|col-resize|collapse|column-reverse|column|contain|content-box|cover|crosshair|currentColor|dashed|decimal-leading-zero|decimal|default|disabled|disc|distribute-all-lines|distribute-letter|distribute-space|distribute|dotted|double|e-resize|ease-in-out|ease-in|ease-out|ease|ellipsis|fill|fixed|flex-end|flex-start|flex|georgian|grid|groove|hand|hebrew|help|hidden|hiragana-iroha|hiragana|horizontal|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space|inactive|inherit|inline-block|inline-flex|inline-grid|inline-table|inline|inset|inside|inter-ideograph|inter-word|italic|justify|katakana-iroha|katakana|keep-all|landscape|left|lighter|line-edge|line-through|line|linear|list-item|loose|lower-alpha|lower-greek|lower-latin|lower-roman|lowercase|lr-tb|ltr|manipulation|medium|middle|move|n-resize|ne-resize|newspaper|no-drop|no-repeat|nw-resize|none|normal|not-allowed|nowrap|null|oblique|outset|outside|overline|pan-(x|y|left|right|up|down)|pointer|portrait|preserve-3d|progress|relative|repeat-x|repeat-y|repeat|right|ridge|round|row-resize|row-reverse|row|rtl|ruby-base-container|ruby-base|ruby-text-container|ruby-text|ruby|s-resize|scale-down|scroll|se-resize|separate|small-caps|solid|space-around|space-between|square|static|step-end|step-start|stretch|strict|super|sw-resize|table-caption|table-cell|table-column-group|table-column|table-footer-group|table-header-group|table-row-group|table-row|table|tb-rl|text-bottom|text-top|text|thick|thin|top|transparent|underline|upper-alpha|upper-latin|upper-roman|uppercase|vertical-ideographic|vertical-text|visible|w-resize|wait|whitespace|wrap|wrap-reverse|zero|true|false|vertical|horizontal)\\b", + "name": "support.constant.property-value.scss" + }, + "constant_rgb": { + "match": "(?x)\n(?=|<|>", + "name": "keyword.operator.comparison.scss" + }, + "logical_operators": { + "match": "\\b(not\\b|or\\b|and\\b)", + "name": "keyword.operator.logical.scss" + }, + "map": { + "begin": "\\(", + "beginCaptures": { + "0": { + "name": "punctuation.definition.map.begin.bracket.round.scss" + } + }, + "end": "\\)", + "endCaptures": { + "0": { + "name": "punctuation.definition.map.end.bracket.round.scss" + } + }, + "name": "meta.set.variable.map.scss", + "patterns": [ + { + "include": "#comment_block" + }, + { + "include": "#comment_line" + }, + { + "match": "\\b([\\w-]+)\\s*(:)", + "captures": { + "1": { + "name": "support.type.map.key.scss" + }, + "2": { + "name": "punctuation.separator.key-value.scss" + } + } + }, + { + "match": ",", + "name": "punctuation.separator.delimiter.scss" + }, + { + "include": "#property_values" + }, + { + "include": "#variable" + }, + { + "include": "#map" + } + ] + }, + "media_attributes": { + "patterns": [ + { + "match": ":", + "name": "punctuation.separator.key-value.scss" + }, + { + "include": "#general" + }, + { + "include": "#property_name" + }, + { + "include": "#property_values" + }, + { + "comment": "We even have error highlighting <3", + "match": "[={}\\?@]", + "name": "invalid.illegal.scss" + } + ] + }, + "media_features": { + "patterns": [ + { + "match": "\\b(min-device-aspect-ratio|max-device-aspect-ratio|device-aspect-ratio|min-aspect-ratio|max-aspect-ratio|aspect-ratio|min-device-height|max-device-height|device-height|min-device-width|max-device-width|device-width|min-monochrome|max-monochrome|monochrome|min-color-index|max-color-index|color-index|min-color|max-color|color|orientation|scan|min-resolution|max-resolution|resolution|grid|min-width|max-width|width)\\b", + "name": "support.type.property-name.media.css" + } + ] + }, + "media_types": { + "patterns": [ + { + "match": "\\b(all|aural|braille|embossed|handheld|print|projection|screen|tty|tv)\\b", + "name": "support.constant.media.css" + } + ] + }, + "operators": { + "match": "[-+*/](?!\\s*[-+*/])", + "name": "keyword.operator.css" + }, + "parameters": { + "patterns": [ + { + "include": "#variable" + }, + { + "include": "#property_values" + }, + { + "include": "#comment_block" + }, + { + "begin": "\\(", + "beginCaptures": { + "0": { + "name": "punctuation.definition.begin.bracket.round.scss" + } + }, + "end": "\\)", + "endCaptures": { + "0": { + "name": "punctuation.definition.end.bracket.round.scss" + } + }, + "patterns": [ + { + "include": "#function_attributes" + } + ] + }, + { + "match": "[^'\",) \\t]+", + "name": "variable.parameter.url.scss" + }, + { + "match": ",", + "name": "punctuation.separator.delimiter.scss" + } + ] + }, + "properties": { + "patterns": [ + { + "begin": "(?(['\"])(?:[^\\\\]|\\\\.)*?(\\6)))))?\\s*(])", + "name": "meta.attribute-selector.scss" + }, + "selector_class": { + "begin": "(\\.)(?=[\\w-]|#{)", + "beginCaptures": { + "1": { + "name": "punctuation.definition.entity.css" + } + }, + "end": "(?![\\w-]|(#{))", + "name": "entity.other.attribute-name.class.css", + "patterns": [ + { + "include": "#interpolation" + } + ] + }, + "selector_entities": { + "match": "\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|bdi|bdo|big|blockquote|body|br|button|canvas|caption|circle|cite|code|col|colgroup|data|datalist|dd|del|details|dfn|dialog|div|dl|dt|ellipse|em|embed|eventsource|fieldset|figure|figcaption|footer|form|frame|frameset|g|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|image|input|ins|kbd|keygen|label|legend|li|line(?!-)|link|main|map|mark|menu|menuitem|meta|meter|nav|noframes|noscript|object(?!-)|ol|optgroup|option|output|p|param|path|picture|polygon|polyline|pre|progress|q|rb|rect|rp|rt|rtc|ruby|s|samp|script|section|select|small|source|span|strike|strong|style|sub|summary|sup|svg|table(?!-)|tbody|td|template|text(?!-)|textarea|textpath|tfoot|th|thead|time|title|tr|track|tspan|tt|u|ul|var|video|wbr)\\b", + "name": "entity.name.tag.scss" + }, + "selector_custom": { + "match": "\\b([a-zA-Z0-9]+(-[a-zA-Z0-9]+)+)(?=\\.|\\s++[^:]|\\s*[,{]|:(link|visited|hover|active|focus|target|lang|disabled|enabled|checked|indeterminate|root|nth-(child|last-child|of-type|last-of-type)|first-child|last-child|first-of-type|last-of-type|only-child|only-of-type|empty|not|valid|invalid)(\\([0-9A-Za-z]*\\))?)", + "name": "entity.name.tag.custom.scss" + }, + "selector_id": { + "captures": { + "1": { + "name": "punctuation.definition.entity.css" + } + }, + "match": "(#)[a-zA-Z][a-zA-Z0-9_-]*", + "name": "entity.other.attribute-name.id.css" + }, + "selector_placeholder": { + "captures": { + "1": { + "name": "punctuation.definition.entity.scss" + } + }, + "match": "(%)[a-zA-Z0-9_-]+", + "name": "entity.other.attribute-name.placeholder.scss" + }, + "parent_selector_suffix": { + "match": "(?<=&)[a-zA-Z0-9_-]+", + "name": "entity.other.attribute-name.parent-selector-suffix.scss" + }, + "selector_pseudo_class": { + "patterns": [ + { + "begin": "((:)\\bnth-(?:child|last-child|of-type|last-of-type))(\\()", + "beginCaptures": { + "1": { + "name": "entity.other.attribute-name.pseudo-class.css" + }, + "2": { + "name": "punctuation.definition.entity.css" + }, + "3": { + "name": "punctuation.definition.pseudo-class.begin.bracket.round.css" + } + }, + "end": "\\)", + "endCaptures": { + "0": { + "name": "punctuation.definition.pseudo-class.end.bracket.round.css" + } + }, + "patterns": [ + { + "match": "\\d+", + "name": "constant.numeric.scss" + }, + { + "match": "(?<=\\d)n\\b|\\b(n|even|odd)\\b", + "name": "constant.other.scss" + }, + { + "match": "\\w+", + "name": "invalid.illegal.scss" + } + ] + }, + { + "match": "(?x)\n(:)\\b\n(link|visited|hover|active|focus|target|lang|disabled|enabled|checked|\nindeterminate|root|first-child|last-child|first-of-type|last-of-type|\nonly-child|only-of-type|empty|not|valid|invalid)\\b", + "captures": { + "0": { + "name": "entity.other.attribute-name.pseudo-class.css" + }, + "1": { + "name": "punctuation.definition.entity.css" + } + } + } + ] + }, + "selector_pseudo_element": { + "captures": { + "1": { + "name": "punctuation.definition.entity.css" + } + }, + "match": "(:+)((-(moz|webkit|ms)-)?(after|before|first-letter|first-line|selection))\\b", + "name": "entity.other.attribute-name.pseudo-element.css" + }, + "selectors": { + "comment": "Stuff for Selectors.", + "patterns": [ + { + "include": "#selector_entities" + }, + { + "include": "#selector_custom" + }, + { + "include": "#selector_class" + }, + { + "include": "#selector_id" + }, + { + "include": "#selector_pseudo_class" + }, + { + "include": "#tag_wildcard" + }, + { + "include": "#tag_parent_reference" + }, + { + "include": "#selector_pseudo_element" + }, + { + "include": "#selector_attribute" + }, + { + "include": "#selector_placeholder" + }, + { + "include": "#parent_selector_suffix" + } + ] + }, + "string_double": { + "begin": "\"", + "beginCaptures": { + "0": { + "name": "punctuation.definition.string.begin.scss" + } + }, + "end": "\"", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.scss" + } + }, + "name": "string.quoted.double.scss", + "patterns": [ + { + "match": "\\\\(\\h{1,6}|.)", + "name": "constant.character.escape.scss" + }, + { + "include": "#interpolation" + } + ] + }, + "string_single": { + "begin": "'", + "beginCaptures": { + "0": { + "name": "punctuation.definition.string.begin.scss" + } + }, + "end": "'", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.scss" + } + }, + "name": "string.quoted.single.scss", + "patterns": [ + { + "match": "\\\\(\\h{1,6}|.)", + "name": "constant.character.escape.scss" + }, + { + "include": "#interpolation" + } + ] + }, + "tag_parent_reference": { + "match": "&", + "name": "entity.name.tag.reference.scss" + }, + "tag_wildcard": { + "match": "\\*", + "name": "entity.name.tag.wildcard.scss" + }, + "variable": { + "patterns": [ + { + "include": "#variables" + }, + { + "include": "#interpolation" + } + ] + }, + "variable_setting": { + "begin": "\\s*(\\$[A-Za-z0-9_-]+\\b)\\s*(:)\\s*", + "captures": { + "1": { + "name": "variable.scss" + }, + "2": { + "name": "punctuation.separator.key-value.scss" + } + }, + "end": "\\s*(?=;)", + "name": "meta.set.variable.scss", + "patterns": [ + { + "include": "#comment_block" + }, + { + "include": "#comment_line" + }, + { + "include": "#map" + }, + { + "include": "#property_values" + }, + { + "include": "#variable" + } + ] + }, + "variables": { + "match": "\\$[A-Za-z0-9_-]+\\b", + "name": "variable.scss" + } + }, + "version": "https://github.com/atom/language-sass/commit/b0417d1412a9169562f637133099fe2bb841a735" +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/shaderlab.json b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/shaderlab.json new file mode 100644 index 000000000..c86f7c50d --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/shaderlab.json @@ -0,0 +1,133 @@ +{ + "scopeName": "source.shaderlab", + "name": "ShaderLab", + "fileTypes": [ + "shader" + ], + "patterns": [ + { + "match": "\\b([0-9]+\\.?[0-9]*)\\b", + "name": "constant.numeric.shaderlab" + }, + { + "match": "\\b(Shader|Properties|Category|SubShader|Tags|Pass)\\b", + "name": "support.class.shaderlab" + }, + { + "match": "\\b(CGPROGRAM|ENDCG)\\b", + "name": "support.class.shaderlab" + }, + { + "match": "\\b(Dependency|Fallback)\\b", + "name": "support.variable.shaderlab" + }, + { + "match": "^\\s*\\[(HideInInspector)\\]", + "name": "keyword.shaderlab" + }, + { + "match": "\\b(_\\w+)\\b", + "name": "support.variable.input.shaderlab" + }, + { + "match": "\\b(uv(2)*_\\w+|viewDir|COLOR|screenPos|worldPos|worldRefl|worldNormal|worldRefl|worldNormal)\\b", + "name": "support.variable.input.shaderlab" + }, + { + "match": "\\b(Albedo|Normal|Emission|Specular|Gloss|Alpha)\\b", + "name": "support.variable.output.shaderlab" + }, + { + "match": "\\b(appdata_(base|tan|full|img)|SurfaceOutput)\\b", + "name": "support.variable.structure.shaderlab" + }, + { + "match": "\\b(UNITY_MATRIX_(MVP|MV|V|P|VP|T_MV|IT_MV|TEXTURE0|TEXTURE1|TEXTURE2|TEXTURE3)|_Object2World|_World2Object|_WorldSpaceCameraPos|unity_Scale)\\b", + "name": "support.variable.transformation.shaderlab" + }, + { + "match": "\\b(_ModelLightColor[0-9]|_SpecularLightColor[0-9]|_ObjectSpaceLightPos|_Light2World|_World2Light|_Object2Light)\\b", + "name": "support.variable.lighting.shaderlab" + }, + { + "match": "\\b(_Time|_SinTime|_CosTime|unity_DeltaTime|_ProjectionParams|_ScreenParams)\\b", + "name": "support.variable.other.shaderlab" + }, + { + "include": "#comments" + }, + { + "include": "#strings" + }, + { + "include": "#functions" + }, + { + "include": "#cg" + } + ], + "repository": { + "comments": { + "patterns": [ + { + "begin": "//", + "end": "$", + "name": "comment.line.double-slash.shaderlab" + }, + { + "begin": "/\\*", + "end": "\\*/", + "name": "comment.line.block.shaderlab" + } + ] + }, + "strings": { + "patterns": [ + { + "begin": "\"", + "end": "\"", + "name": "string.quoted.double.shaderlab" + } + ] + }, + "functions": { + "patterns": [ + { + "match": "(?x) (?: (?= \\s ) (?:(?<=else|new|return) | (?\\\\\\s*\\n)" + } + ] + } + ] + } + ] + }, + "escaped-char": { + "patterns": [ + { + "name": "constant.character.escape.swift", + "match": "\\\\[0\\\\tnr\"']" + }, + { + "name": "constant.character.escape.swift", + "match": "\\\\(x\\h{2}|u\\h{4}|U\\h{8})" + }, + { + "name": "invalid.illegal.constant.character.escape.swift", + "match": "\\\\[^uxU]" + } + ] + }, + "identifier": { + "match": "(?x) (? \\g \\g? | ` \\g \\g? ` ){0} (? [ a-z A-Z ] | [ \\u00A8 \\u00AA \\u00AD \\u00AF \\u00B2-\\u00B5 \\u00B7-\\u00BA ] | [ \\u00BC-\\u00BE \\u00C0-\\u00D6 \\u00D8-\\u00F6 \\u00F8-\\u00FF ] | [ \\u0100-\\u02FF \\u0370-\\u167F \\u1681-\\u180D \\u180F-\\u1DBF ] | [ \\u1E00-\\u1FFF ] | [ \\u200B-\\u200D \\u202A-\\u202E \\u203F-\\u2040 \\u2054 \\u2060-\\u206F ] | [ \\u2070-\\u20CF \\u2100-\\u218F \\u2460-\\u24FF \\u2776-\\u2793 ] | [ \\u2C00-\\u2DFF \\u2E80-\\u2FFF ] | [ \\u3004-\\u3007 \\u3021-\\u302F \\u3031-\\u303F \\u3040-\\uD7FF ] | [ \\uF900-\\uFD3D \\uFD40-\\uFDCF \\uFDF0-\\uFE1F \\uFE30-\\uFE44 ] | [ \\uFE47-\\uFFFD ] | [ \\u10000-\\u1FFFD \\u20000-\\u2FFFD \\u30000-\\u3FFFD \\u40000-\\u4FFFD ] | [ \\u50000-\\u5FFFD \\u60000-\\u6FFFD \\u70000-\\u7FFFD \\u80000-\\u8FFFD ] | [ \\u90000-\\u9FFFD \\uA0000-\\uAFFFD \\uB0000-\\uBFFFD \\uC0000-\\uCFFFD ] | [ \\uD0000-\\uDFFFD \\uE0000-\\uEFFFD ] ){0} (? \\d | [ \\u0300-\\u036F \\u1DC0-\\u1DFF \\u20D0-\\u20FF \\uFE20-\\uFE2F ] | \\g ){0} (? \\g \\g? ){0} (? (?) \\$ \\d+ (?!\\g) (?# FIXME) ){0} \\g | \\g", + "captures": { + "5": { + "name": "variable.other.positional.swift" + } + } + }, + "literal": { + "patterns": [ + { + "include": "#literal-number" + }, + { + "include": "#literal-string" + }, + { + "include": "#literal-boolean" + } + ] + }, + "literal-number": { + "name": "constant.numeric.swift", + "match": "(?x) (?### INTEGER ###) (? \\g | \\g | \\g | \\g ){0} (?### BINARY ###) (? 0b \\g \\g? ){0} (? [0-1] ){0} (? \\g | _ ){0} (? \\g \\g? ){0} (?### OCTAL ###) (? 0o \\g \\g? ){0} (? [0-7] ){0} (? \\g | _ ){0} (? \\g \\g? ){0} (?### DECIMAL ###) (? \\g \\g? ){0} (? \\d ){0} (? \\g | _ ){0} (? \\g \\g? ){0} (?### HEXADECIMAL ###) (? 0x \\g \\g? ){0} (? \\h ){0} (? \\g | _ ){0} (? \\g \\g? ){0} (?### FLOATING POINT ###) (? \\g \\g? \\g? | \\g \\g? \\g ){0} (? \\. \\g ){0} (? \\g \\g? \\g ){0} (? \\. \\g? ){0} (? \\g \\g? \\g ){0} (? [eE] ){0} (? [pP] ){0} (? [+-] ){0} (?!0[box]) \\g | \\g" + }, + "literal-string": { + "name": "string.quoted.double.swift", + "begin": "\"", + "end": "\"", + "beginCaptures": { + "0": { + "name": "punctuation.definition.string.begin.swift" + } + }, + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.swift" + } + }, + "patterns": [ + { + "include": "#quoted-text" + } + ] + }, + "literal-boolean": { + "match": "\\b(true|false)\\b(?![?!])", + "name": "constant.language.boolean.swift" + }, + "operator": { + "patterns": [ + { + "include": "#operator-character" + } + ] + }, + "operator-character": { + "name": "keyword.operator.swift", + "match": "[\\/=\\-+!*%<>&|^~.]" + }, + "quoted-text": { + "patterns": [ + { + "name": "meta.embedded.line.swift", + "contentName": "source.swift", + "begin": "\\\\\\(", + "end": "\\)", + "beginCaptures": { + "0": { + "name": "punctuation.section.embedded.begin.swift" + } + }, + "endCaptures": { + "0": { + "name": "punctuation.section.embedded.end.swift" + } + }, + "patterns": [ + { + "include": "$self" + } + ] + }, + { + "include": "#escaped-char" + } + ] + }, + "function": { + "name": "meta.function.swift", + "begin": "(func) \\s*", + "end": "(?=\\{|#)|;|$", + "beginCaptures": { + "1": { + "name": "storage.type.function.swift" + } + }, + "comment": "match regular function like: func myFunc(...)", + "patterns": [ + { + "begin": "([a-zA-Z_0-9]+)\\s*(\\()", + "beginCaptures": { + "1": { + "name": "entity.name.function.swift" + }, + "2": { + "name": "punctuation.definition.parameters.begin.swift" + } + }, + "comment": "match regular function like: func myFunc(...)", + "end": "(\\))", + "endCaptures": { + "1": { + "name": "punctuation.definition.parameters.end.swift" + } + } + }, + { + "name": "meta.return-type.swift", + "match": "((->)\\s*([^\\{]+))", + "captures": { + "2": { + "name": "punctuation.function.swift" + }, + "3": { + "name": "entity.name.type.class.swift" + } + } + } + ] + }, + "whitespace": { + "match": "(?x) [ \\u0020 (?# space) \\u000A (?# line-feed) \\u000D (?# carriage-return) \\u0009 (?# horizontal-tab) \\u000B (?# vertical-tab) \\u000C (?# form-feed) \\u0000 (?# null) ]" + }, + "attribute": { + "name": "storage.type.attribute.swift", + "begin": "@", + "end": " " + } + } +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/xml.json b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/xml.json new file mode 100644 index 000000000..8237ae9f3 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/xml.json @@ -0,0 +1,426 @@ +{ + "scopeName": "text.xml", + "name": "XML", + "fileTypes": [ + "atom", + "axml", + "bpmn", + "config", + "cpt", + "csl", + "csproj", + "csproj.user", + "dae", + "dia", + "dita", + "ditamap", + "dtml", + "fodg", + "fodp", + "fods", + "fodt", + "fsproj", + "fxml", + "glade", + "gpx", + "graphml", + "icls", + "iml", + "isml", + "jmx", + "jsp", + "launch", + "menu", + "mxml", + "nuspec", + "opml", + "owl", + "pom", + "ppj", + "proj", + "pt", + "pubxml", + "pubxml.user", + "rdf", + "rng", + "rss", + "shproj", + "storyboard", + "svg", + "targets", + "tld", + "vbox", + "vbox-prev", + "vbproj", + "vbproj.user", + "vcproj", + "vcproj.filters", + "vcxproj", + "vcxproj.filters", + "wsdl", + "xaml", + "xbl", + "xib", + "xlf", + "xliff", + "xml", + "xpdl", + "xsd", + "xul", + "ui" + ], + "patterns": [ + { + "begin": "(<\\?)\\s*([-_a-zA-Z0-9]+)", + "captures": { + "1": { + "name": "punctuation.definition.tag.xml" + }, + "2": { + "name": "entity.name.tag.xml" + } + }, + "end": "(\\?>)", + "name": "meta.tag.preprocessor.xml", + "patterns": [ + { + "match": " ([a-zA-Z-]+)", + "name": "entity.other.attribute-name.xml" + }, + { + "include": "#doublequotedString" + }, + { + "include": "#singlequotedString" + } + ] + }, + { + "begin": "()", + "name": "meta.tag.sgml.doctype.xml", + "patterns": [ + { + "include": "#internalSubset" + } + ] + }, + { + "include": "#comments" + }, + { + "begin": "(<)((?:([-_a-zA-Z0-9]+)(:))?([-_a-zA-Z0-9:]+))(?=(\\s[^>]*)?>)", + "beginCaptures": { + "1": { + "name": "punctuation.definition.tag.xml" + }, + "2": { + "name": "entity.name.tag.xml" + }, + "3": { + "name": "entity.name.tag.namespace.xml" + }, + "4": { + "name": "punctuation.separator.namespace.xml" + }, + "5": { + "name": "entity.name.tag.localname.xml" + } + }, + "end": "(>)()", + "endCaptures": { + "1": { + "name": "punctuation.definition.tag.xml" + }, + "2": { + "name": "punctuation.definition.tag.xml" + }, + "3": { + "name": "entity.name.tag.xml" + }, + "4": { + "name": "entity.name.tag.namespace.xml" + }, + "5": { + "name": "punctuation.separator.namespace.xml" + }, + "6": { + "name": "entity.name.tag.localname.xml" + }, + "7": { + "name": "punctuation.definition.tag.xml" + } + }, + "name": "meta.tag.no-content.xml", + "patterns": [ + { + "include": "#tagStuff" + } + ] + }, + { + "begin": "()", + "name": "meta.tag.xml", + "patterns": [ + { + "include": "#tagStuff" + } + ] + }, + { + "include": "#entity" + }, + { + "include": "#bare-ampersand" + }, + { + "begin": "<%@", + "beginCaptures": { + "0": { + "name": "punctuation.section.embedded.begin.xml" + } + }, + "end": "%>", + "endCaptures": { + "0": { + "name": "punctuation.section.embedded.end.xml" + } + }, + "name": "source.java-props.embedded.xml", + "patterns": [ + { + "match": "page|include|taglib", + "name": "keyword.other.page-props.xml" + } + ] + }, + { + "begin": "<%[!=]?(?!--)", + "beginCaptures": { + "0": { + "name": "punctuation.section.embedded.begin.xml" + } + }, + "end": "(?!--)%>", + "endCaptures": { + "0": { + "name": "punctuation.section.embedded.end.xml" + } + }, + "name": "source.java.embedded.xml", + "patterns": [ + { + "include": "source.java" + } + ] + }, + { + "begin": "", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.xml" + } + }, + "name": "string.unquoted.cdata.xml" + } + ], + "repository": { + "EntityDecl": { + "begin": "()", + "patterns": [ + { + "include": "#doublequotedString" + }, + { + "include": "#singlequotedString" + } + ] + }, + "bare-ampersand": { + "match": "&", + "name": "invalid.illegal.bad-ampersand.xml" + }, + "doublequotedString": { + "begin": "\"", + "beginCaptures": { + "0": { + "name": "punctuation.definition.string.begin.xml" + } + }, + "end": "\"", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.xml" + } + }, + "name": "string.quoted.double.xml", + "patterns": [ + { + "include": "#entity" + }, + { + "include": "#bare-ampersand" + } + ] + }, + "entity": { + "captures": { + "1": { + "name": "punctuation.definition.constant.xml" + }, + "3": { + "name": "punctuation.definition.constant.xml" + } + }, + "match": "(&)([:a-zA-Z_][:a-zA-Z0-9_.-]*|#[0-9]+|#x[0-9a-fA-F]+)(;)", + "name": "constant.character.entity.xml" + }, + "internalSubset": { + "begin": "(\\[)", + "captures": { + "1": { + "name": "punctuation.definition.constant.xml" + } + }, + "end": "(\\])", + "name": "meta.internalsubset.xml", + "patterns": [ + { + "include": "#EntityDecl" + }, + { + "include": "#parameterEntity" + }, + { + "include": "#comments" + } + ] + }, + "parameterEntity": { + "captures": { + "1": { + "name": "punctuation.definition.constant.xml" + }, + "3": { + "name": "punctuation.definition.constant.xml" + } + }, + "match": "(%)([:a-zA-Z_][:a-zA-Z0-9_.-]*)(;)", + "name": "constant.character.parameter-entity.xml" + }, + "singlequotedString": { + "begin": "'", + "beginCaptures": { + "0": { + "name": "punctuation.definition.string.begin.xml" + } + }, + "end": "'", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.xml" + } + }, + "name": "string.quoted.single.xml", + "patterns": [ + { + "include": "#entity" + }, + { + "include": "#bare-ampersand" + } + ] + }, + "tagStuff": { + "patterns": [ + { + "captures": { + "1": { + "name": "entity.other.attribute-name.namespace.xml" + }, + "2": { + "name": "entity.other.attribute-name.xml" + }, + "3": { + "name": "punctuation.separator.namespace.xml" + }, + "4": { + "name": "entity.other.attribute-name.localname.xml" + } + }, + "match": "(?:^|\\s+)(?:([-\\w.]+)((:)))?([-\\w.:]+)=" + }, + { + "include": "#doublequotedString" + }, + { + "include": "#singlequotedString" + } + ] + }, + "comments": { + "begin": "<[!%]--", + "captures": { + "0": { + "name": "punctuation.definition.comment.xml" + } + }, + "end": "--%?>", + "name": "comment.block.xml" + } + }, + "version": "https://github.com/atom/language-xml/commit/f461d428fb87040cb8a52d87d0b95151b9d3c0cc" +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/xsl.json b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/xsl.json new file mode 100644 index 000000000..8b715b599 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/xsl.json @@ -0,0 +1,93 @@ +{ + "scopeName": "text.xml.xsl", + "name": "XSL", + "fileTypes": [ + "xsl", + "xslt" + ], + "patterns": [ + { + "begin": "(<)(xsl)((:))(template)", + "captures": { + "1": { + "name": "punctuation.definition.tag.xml" + }, + "2": { + "name": "entity.name.tag.namespace.xml" + }, + "3": { + "name": "entity.name.tag.xml" + }, + "4": { + "name": "punctuation.separator.namespace.xml" + }, + "5": { + "name": "entity.name.tag.localname.xml" + } + }, + "end": "(>)", + "name": "meta.tag.xml.template", + "patterns": [ + { + "captures": { + "1": { + "name": "entity.other.attribute-name.namespace.xml" + }, + "2": { + "name": "entity.other.attribute-name.xml" + }, + "3": { + "name": "punctuation.separator.namespace.xml" + }, + "4": { + "name": "entity.other.attribute-name.localname.xml" + } + }, + "match": " (?:([-_a-zA-Z0-9]+)((:)))?([a-zA-Z-]+)" + }, + { + "include": "#doublequotedString" + }, + { + "include": "#singlequotedString" + } + ] + }, + { + "include": "text.xml" + } + ], + "repository": { + "doublequotedString": { + "begin": "\"", + "beginCaptures": { + "0": { + "name": "punctuation.definition.string.begin.xml" + } + }, + "end": "\"", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.xml" + } + }, + "name": "string.quoted.double.xml" + }, + "singlequotedString": { + "begin": "'", + "beginCaptures": { + "0": { + "name": "punctuation.definition.string.begin.xml" + } + }, + "end": "'", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.xml" + } + }, + "name": "string.quoted.single.xml" + } + }, + "version": "https://github.com/atom/language-xml/commit/507de2ee7daca60cf02e9e21fbeb92bbae73e280" +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/yaml.json b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/yaml.json new file mode 100644 index 000000000..a657a5d48 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/syntaxes/yaml.json @@ -0,0 +1,629 @@ +{ + "fileTypes": [ + "yaml", + "yml", + "rviz", + "reek", + "clang-format", + "yaml-tmlanguage", + "syntax", + "sublime-syntax" + ], + "firstLineMatch": "^%YAML( ?1.\\d+)?", + "keyEquivalent": "^~Y", + "name": "YAML", + "patterns": [ + { + "include": "#comment" + }, + { + "include": "#property" + }, + { + "include": "#directive" + }, + { + "match": "^---", + "name": "entity.other.document.begin.yaml" + }, + { + "match": "^\\.{3}", + "name": "entity.other.document.end.yaml" + }, + { + "include": "#node" + } + ], + "repository": { + "block-collection": { + "patterns": [ + { + "include": "#block-sequence" + }, + { + "include": "#block-mapping" + } + ] + }, + "block-mapping": { + "patterns": [ + { + "include": "#block-pair" + } + ] + }, + "block-node": { + "patterns": [ + { + "include": "#prototype" + }, + { + "include": "#block-scalar" + }, + { + "include": "#block-collection" + }, + { + "include": "#flow-scalar-plain-out" + }, + { + "include": "#flow-node" + } + ] + }, + "block-pair": { + "patterns": [ + { + "begin": "\\?", + "beginCaptures": { + "1": { + "name": "punctuation.definition.key-value.begin.yaml" + } + }, + "end": "(?=\\?)|^ *(:)|(:)", + "endCaptures": { + "1": { + "name": "punctuation.separator.key-value.mapping.yaml" + }, + "2": { + "name": "invalid.illegal.expected-newline.yaml" + } + }, + "name": "meta.block-mapping.yaml", + "patterns": [ + { + "include": "#block-node" + } + ] + }, + { + "begin": "(?x)\n (?=\n (?x:\n [^\\s[-?:,\\[\\]{}#&*!|>'\"%@`]]\n | [?:-] \\S\n )\n (\n [^\\s:]\n | : \\S\n | \\s+ (?![#\\s])\n )*\n \\s*\n :\\s\n )\n ", + "end": "(?x)\n (?=\n \\s* $\n | \\s+ \\#\n | \\s* : \\s\n )\n ", + "patterns": [ + { + "include": "#flow-scalar-plain-out-implicit-type" + }, + { + "begin": "(?x)\n [^\\s[-?:,\\[\\]{}#&*!|>'\"%@`]]\n | [?:-] \\S\n ", + "beginCaptures": { + "0": { + "name": "entity.name.tag.yaml" + } + }, + "contentName": "entity.name.tag.yaml", + "end": "(?x)\n (?=\n \\s* $\n | \\s+ \\#\n | \\s* : \\s\n )\n ", + "name": "string.unquoted.plain.out.yaml" + } + ] + }, + { + "match": ":(?=\\s|$)", + "name": "punctuation.separator.key-value.mapping.yaml" + } + ] + }, + "block-scalar": { + "begin": "(?:(\\|)|(>))([1-9])?([-+])?(.*\\n?)", + "beginCaptures": { + "1": { + "name": "punctuation.definition.block.scalar.literal.yaml" + }, + "2": { + "name": "punctuation.definition.block.scalar.folded.yaml" + }, + "3": { + "name": "constant.numeric.indentation-indicator.yaml" + }, + "4": { + "name": "support.other.chomping-indicator.yaml" + }, + "5": { + "patterns": [ + { + "include": "#comment" + }, + { + "match": ".+", + "name": "invalid.illegal.expected-comment-or-newline.yaml" + } + ] + } + }, + "end": "^(?=\\S)|(?!\\G)", + "patterns": [ + { + "begin": "^([ ]+)(?! )", + "end": "^(?!\\1|\\s*$)", + "name": "string.unquoted.block.yaml" + } + ] + }, + "block-sequence": { + "match": "(-)( |\\t|$)", + "name": "punctuation.definition.block.sequence.item.yaml" + }, + "comment": { + "begin": "(?:(^[ \\t]*)|[ \\t]+)(?=#\\p{Print}*$)", + "beginCaptures": { + "1": { + "name": "punctuation.whitespace.comment.leading.yaml" + } + }, + "end": "(?!\\G)", + "patterns": [ + { + "begin": "#", + "beginCaptures": { + "0": { + "name": "punctuation.definition.comment.yaml" + } + }, + "end": "\\n", + "name": "comment.line.number-sign.yaml" + } + ] + }, + "directive": { + "begin": "^%", + "beginCaptures": { + "0": { + "name": "punctuation.definition.directive.begin.yaml" + } + }, + "end": "(?=$|[ \\t]+($|#))", + "name": "meta.directive.yaml", + "patterns": [ + { + "captures": { + "1": { + "name": "keyword.other.directive.yaml.yaml" + }, + "2": { + "name": "constant.numeric.yaml-version.yaml" + } + }, + "match": "\\G(YAML)[ \\t]+(\\d+\\.\\d+)" + }, + { + "captures": { + "1": { + "name": "keyword.other.directive.tag.yaml" + }, + "2": { + "name": "storage.type.tag-handle.yaml" + }, + "3": { + "name": "support.type.tag-prefix.yaml" + } + }, + "match": "(?x)\n \\G\n (TAG)\n (?:[ \\t]+\n ((?:!(?:[0-9A-Za-z\\-]*!)?))\n (?:[ \\t]+ (\n ! (?x: %\\p{XDigit}{2} | [0-9A-Za-z\\-#;/?:@&=+$,_.!~*'()\\[\\]] )*\n | (?![,!\\[\\]{}]) (?x: %\\p{XDigit}{2} | [0-9A-Za-z\\-#;/?:@&=+$,_.!~*'()\\[\\]] )+\n )\n )?\n )?\n " + }, + { + "captures": { + "1": { + "name": "support.other.directive.reserved.yaml" + }, + "2": { + "name": "string.unquoted.directive-name.yaml" + }, + "3": { + "name": "string.unquoted.directive-parameter.yaml" + } + }, + "match": "(?x) \\G (\\w+) (?:[ \\t]+ (\\w+) (?:[ \\t]+ (\\w+))? )?" + }, + { + "match": "\\S+", + "name": "invalid.illegal.unrecognized.yaml" + } + ] + }, + "flow-alias": { + "captures": { + "1": { + "name": "keyword.control.flow.alias.yaml" + }, + "2": { + "name": "punctuation.definition.alias.yaml" + }, + "3": { + "name": "variable.other.alias.yaml" + }, + "4": { + "name": "invalid.illegal.character.anchor.yaml" + } + }, + "match": "((\\*))([^\\s\\[\\]/{/},]+)([^\\s\\]},]\\S*)?" + }, + "flow-collection": { + "patterns": [ + { + "include": "#flow-sequence" + }, + { + "include": "#flow-mapping" + } + ] + }, + "flow-mapping": { + "begin": "\\{", + "beginCaptures": { + "0": { + "name": "punctuation.definition.mapping.begin.yaml" + } + }, + "end": "\\}", + "endCaptures": { + "0": { + "name": "punctuation.definition.mapping.end.yaml" + } + }, + "name": "meta.flow-mapping.yaml", + "patterns": [ + { + "include": "#prototype" + }, + { + "match": ",", + "name": "punctuation.separator.mapping.yaml" + }, + { + "include": "#flow-pair" + } + ] + }, + "flow-node": { + "patterns": [ + { + "include": "#prototype" + }, + { + "include": "#flow-alias" + }, + { + "include": "#flow-collection" + }, + { + "include": "#flow-scalar" + } + ] + }, + "flow-pair": { + "patterns": [ + { + "begin": "\\?", + "beginCaptures": { + "0": { + "name": "punctuation.definition.key-value.begin.yaml" + } + }, + "end": "(?=[},\\]])", + "name": "meta.flow-pair.explicit.yaml", + "patterns": [ + { + "include": "#prototype" + }, + { + "include": "#flow-pair" + }, + { + "include": "#flow-node" + }, + { + "begin": ":(?=\\s|$|[\\[\\]{},])", + "beginCaptures": { + "0": { + "name": "punctuation.separator.key-value.mapping.yaml" + } + }, + "end": "(?=[},\\]])", + "patterns": [ + { + "include": "#flow-value" + } + ] + } + ] + }, + { + "begin": "(?x)\n (?=\n (?:\n [^\\s[-?:,\\[\\]{}#&*!|>'\"%@`]]\n | [?:-] [^\\s[\\[\\]{},]]\n )\n (\n [^\\s:[\\[\\]{},]]\n | : [^\\s[\\[\\]{},]]\n | \\s+ (?![#\\s])\n )*\n \\s*\n :\\s\n )\n ", + "end": "(?x)\n (?=\n \\s* $\n | \\s+ \\#\n | \\s* : \\s\n | \\s* : [\\[\\]{},]\n | [\\[\\]{},]\n )\n ", + "name": "meta.flow-pair.key.yaml", + "patterns": [ + { + "include": "#flow-scalar-plain-in-implicit-type" + }, + { + "begin": "(?x)\n [^\\s[-?:,\\[\\]{}#&*!|>'\"%@`]]\n | [?:-] [^\\s[\\[\\]{},]]\n ", + "beginCaptures": { + "0": { + "name": "entity.name.tag.yaml" + } + }, + "contentName": "entity.name.tag.yaml", + "end": "(?x)\n (?=\n \\s* $\n | \\s+ \\#\n | \\s* : \\s\n | \\s* : [\\[\\]{},]\n | [\\[\\]{},]\n )\n ", + "name": "string.unquoted.plain.in.yaml" + } + ] + }, + { + "include": "#flow-node" + }, + { + "begin": ":(?=\\s|$|[\\[\\]{},])", + "captures": { + "0": { + "name": "punctuation.separator.key-value.mapping.yaml" + } + }, + "end": "(?=[},\\]])", + "name": "meta.flow-pair.yaml", + "patterns": [ + { + "include": "#flow-value" + } + ] + } + ] + }, + "flow-scalar": { + "patterns": [ + { + "include": "#flow-scalar-double-quoted" + }, + { + "include": "#flow-scalar-single-quoted" + }, + { + "include": "#flow-scalar-plain-in" + } + ] + }, + "flow-scalar-double-quoted": { + "begin": "\"", + "beginCaptures": { + "0": { + "name": "punctuation.definition.string.begin.yaml" + } + }, + "end": "\"", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.yaml" + } + }, + "name": "string.quoted.double.yaml", + "patterns": [ + { + "match": "\\\\([0abtnvfre \"/\\\\N_Lp]|x\\d\\d|u\\d{4}|U\\d{8})", + "name": "constant.character.escape.yaml" + }, + { + "match": "\\\\\\n", + "name": "constant.character.escape.double-quoted.newline.yaml" + } + ] + }, + "flow-scalar-plain-in": { + "patterns": [ + { + "include": "#flow-scalar-plain-in-implicit-type" + }, + { + "begin": "(?x)\n [^\\s[-?:,\\[\\]{}#&*!|>'\"%@`]]\n | [?:-] [^\\s[\\[\\]{},]]\n ", + "end": "(?x)\n (?=\n \\s* $\n | \\s+ \\#\n | \\s* : \\s\n | \\s* : [\\[\\]{},]\n | [\\[\\]{},]\n )\n ", + "name": "string.unquoted.plain.in.yaml" + } + ] + }, + "flow-scalar-plain-in-implicit-type": { + "patterns": [ + { + "captures": { + "1": { + "name": "constant.language.null.yaml" + }, + "2": { + "name": "constant.language.boolean.yaml" + }, + "3": { + "name": "constant.numeric.integer.yaml" + }, + "4": { + "name": "constant.numeric.float.yaml" + }, + "5": { + "name": "constant.other.timestamp.yaml" + }, + "6": { + "name": "constant.language.value.yaml" + }, + "7": { + "name": "constant.language.merge.yaml" + } + }, + "match": "(?x)\n (?x:\n (null|Null|NULL|~)\n | (y|Y|yes|Yes|YES|n|N|no|No|NO|true|True|TRUE|false|False|FALSE|on|On|ON|off|Off|OFF)\n | (\n (?:\n [-+]? 0b [0-1_]+ # (base 2)\n | [-+]? 0 [0-7_]+ # (base 8)\n | [-+]? (?: 0|[1-9][0-9_]*) # (base 10)\n | [-+]? 0x [0-9a-fA-F_]+ # (base 16)\n | [-+]? [1-9] [0-9_]* (?: :[0-5]?[0-9])+ # (base 60)\n )\n )\n | (\n (?x:\n [-+]? (?: [0-9] [0-9_]*)? \\. [0-9.]* (?: [eE] [-+] [0-9]+)? # (base 10)\n | [-+]? [0-9] [0-9_]* (?: :[0-5]?[0-9])+ \\. [0-9_]* # (base 60)\n | [-+]? \\. (?: inf|Inf|INF) # (infinity)\n | \\. (?: nan|NaN|NAN) # (not a number)\n )\n )\n | (\n (?x:\n \\d{4} - \\d{2} - \\d{2} # (y-m-d)\n | \\d{4} # (year)\n - \\d{1,2} # (month)\n - \\d{1,2} # (day)\n (?: [Tt] | [ \\t]+) \\d{1,2} # (hour)\n : \\d{2} # (minute)\n : \\d{2} # (second)\n (?: \\.\\d*)? # (fraction)\n (?:\n (?:[ \\t]*) Z\n | [-+] \\d{1,2} (?: :\\d{1,2})?\n )? # (time zone)\n )\n )\n | (=)\n | (<<)\n )\n (?:\n (?=\n \\s* $\n | \\s+ \\#\n | \\s* : \\s\n | \\s* : [\\[\\]{},]\n | [\\[\\]{},]\n )\n )\n " + } + ] + }, + "flow-scalar-plain-out": { + "patterns": [ + { + "include": "#flow-scalar-plain-out-implicit-type" + }, + { + "begin": "(?x)\n [^\\s[-?:,\\[\\]{}#&*!|>'\"%@`]]\n | [?:-] \\S\n ", + "end": "(?x)\n (?=\n \\s* $\n | \\s+ \\#\n | \\s* : \\s\n )\n ", + "name": "string.unquoted.plain.out.yaml" + } + ] + }, + "flow-scalar-plain-out-implicit-type": { + "patterns": [ + { + "captures": { + "1": { + "name": "constant.language.null.yaml" + }, + "2": { + "name": "constant.language.boolean.yaml" + }, + "3": { + "name": "constant.numeric.integer.yaml" + }, + "4": { + "name": "constant.numeric.float.yaml" + }, + "5": { + "name": "constant.other.timestamp.yaml" + }, + "6": { + "name": "constant.language.value.yaml" + }, + "7": { + "name": "constant.language.merge.yaml" + } + }, + "match": "(?x)\n (?x:\n (null|Null|NULL|~)\n | (y|Y|yes|Yes|YES|n|N|no|No|NO|true|True|TRUE|false|False|FALSE|on|On|ON|off|Off|OFF)\n | (\n (?:\n [-+]? 0b [0-1_]+ # (base 2)\n | [-+]? 0 [0-7_]+ # (base 8)\n | [-+]? (?: 0|[1-9][0-9_]*) # (base 10)\n | [-+]? 0x [0-9a-fA-F_]+ # (base 16)\n | [-+]? [1-9] [0-9_]* (?: :[0-5]?[0-9])+ # (base 60)\n )\n )\n | (\n (?x:\n [-+]? (?: [0-9] [0-9_]*)? \\. [0-9.]* (?: [eE] [-+] [0-9]+)? # (base 10)\n | [-+]? [0-9] [0-9_]* (?: :[0-5]?[0-9])+ \\. [0-9_]* # (base 60)\n | [-+]? \\. (?: inf|Inf|INF) # (infinity)\n | \\. (?: nan|NaN|NAN) # (not a number)\n )\n )\n | (\n (?x:\n \\d{4} - \\d{2} - \\d{2} # (y-m-d)\n | \\d{4} # (year)\n - \\d{1,2} # (month)\n - \\d{1,2} # (day)\n (?: [Tt] | [ \\t]+) \\d{1,2} # (hour)\n : \\d{2} # (minute)\n : \\d{2} # (second)\n (?: \\.\\d*)? # (fraction)\n (?:\n (?:[ \\t]*) Z\n | [-+] \\d{1,2} (?: :\\d{1,2})?\n )? # (time zone)\n )\n )\n | (=)\n | (<<)\n )\n (?x:\n (?=\n \\s* $\n | \\s+ \\#\n | \\s* : \\s\n )\n )\n " + } + ] + }, + "flow-scalar-single-quoted": { + "begin": "'", + "beginCaptures": { + "0": { + "name": "punctuation.definition.string.begin.yaml" + } + }, + "end": "'(?!')", + "endCaptures": { + "0": { + "name": "punctuation.definition.string.end.yaml" + } + }, + "name": "string.quoted.single.yaml", + "patterns": [ + { + "match": "''", + "name": "constant.character.escape.single-quoted.yaml" + } + ] + }, + "flow-sequence": { + "begin": "\\[", + "beginCaptures": { + "0": { + "name": "punctuation.definition.sequence.begin.yaml" + } + }, + "end": "\\]", + "endCaptures": { + "0": { + "name": "punctuation.definition.sequence.end.yaml" + } + }, + "name": "meta.flow-sequence.yaml", + "patterns": [ + { + "include": "#prototype" + }, + { + "match": ",", + "name": "punctuation.separator.sequence.yaml" + }, + { + "include": "#flow-pair" + }, + { + "include": "#flow-node" + } + ] + }, + "flow-value": { + "patterns": [ + { + "begin": "\\G(?![},\\]])", + "end": "(?=[},\\]])", + "name": "meta.flow-pair.value.yaml", + "patterns": [ + { + "include": "#flow-node" + } + ] + } + ] + }, + "node": { + "patterns": [ + { + "include": "#block-node" + } + ] + }, + "property": { + "begin": "(?=!|&)", + "end": "(?!\\G)", + "name": "meta.property.yaml", + "patterns": [ + { + "captures": { + "1": { + "name": "keyword.control.property.anchor.yaml" + }, + "2": { + "name": "punctuation.definition.anchor.yaml" + }, + "3": { + "name": "entity.name.type.anchor.yaml" + }, + "4": { + "name": "invalid.illegal.character.anchor.yaml" + } + }, + "match": "\\G((&))([^\\s\\[\\]/{/},]+)(\\S+)?" + }, + { + "match": "(?x)\n \\G\n (?:\n ! < (?: %\\p{XDigit}{2} | [0-9A-Za-z\\-#;/?:@&=+$,_.!~*'()\\[\\]] )+ >\n | (?:!(?:[0-9A-Za-z\\-]*!)?) (?: %\\p{XDigit}{2} | [0-9A-Za-z\\-#;/?:@&=+$_.~*'()] )+\n | !\n )\n (?=\\ |\\t|$)\n ", + "name": "storage.type.tag-handle.yaml" + }, + { + "match": "\\S+", + "name": "invalid.illegal.tag-handle.yaml" + } + ] + }, + "prototype": { + "patterns": [ + { + "include": "#comment" + }, + { + "include": "#property" + } + ] + } + }, + "scopeName": "source.yaml", + "uuid": "686AD6AE-33F3-4493-9512-9E9FC1D5417F", + "version": "https://github.com/textmate/yaml.tmbundle/commit/9a4135db812815467828e467e1a57189e1ccdac9" +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/12750.html b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/12750.html new file mode 100644 index 000000000..1b0c92a71 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/12750.html @@ -0,0 +1,6 @@ + + \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/12750.html.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/12750.html.result new file mode 100644 index 000000000..167a1010d --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/12750.html.result @@ -0,0 +1,3222 @@ +{ + "abyss": [ + { + "content": "<", + "color": "#6688CC", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "script", + "color": "#225588", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "type", + "color": "#DDBB88", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "text/javascript", + "color": "#22AA44", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "window", + "color": "#6688CC", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "alert", + "color": "#9966B8", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "hello", + "color": "#22AA44", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "script", + "color": "#225588", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "window", + "color": "#6688CC", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "alert", + "color": "#9966B8", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "hello", + "color": "#22AA44", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "script", + "color": "#569CD6", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "text/javascript", + "color": "#CE9178", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "window", + "color": "#D4D4D4", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "alert", + "color": "#D4D4D4", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hello", + "color": "#CE9178", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "script", + "color": "#569CD6", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "window", + "color": "#D4D4D4", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "alert", + "color": "#D4D4D4", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hello", + "color": "#CE9178", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "light_vs": [ + { + "content": "<", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "script", + "color": "#800000", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "type", + "color": "#FF0000", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "text/javascript", + "color": "#0000FF", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "window", + "color": "#000000", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "alert", + "color": "#000000", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "hello", + "color": "#0000FF", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "script", + "color": "#800000", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "window", + "color": "#000000", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "alert", + "color": "#000000", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "hello", + "color": "#0000FF", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + } + ], + "hc_black": [ + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "script", + "color": "#569CD6", + "_t": "entity.html.name.script.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "text/javascript", + "color": "#CE9178", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "window", + "color": "#FFFFFF", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "alert", + "color": "#FFFFFF", + "_t": "embedded.function.html.js.source.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hello", + "color": "#CE9178", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "script", + "color": "#569CD6", + "_t": "entity.html.name.script.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "window", + "color": "#FFFFFF", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "alert", + "color": "#FFFFFF", + "_t": "embedded.function.html.js.source.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hello", + "color": "#CE9178", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "dark_plus": [ + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "script", + "color": "#569CD6", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "text/javascript", + "color": "#CE9178", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "window", + "color": "#9CDCFE", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "alert", + "color": "#DCDCAA", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hello", + "color": "#CE9178", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "script", + "color": "#569CD6", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "window", + "color": "#9CDCFE", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "alert", + "color": "#DCDCAA", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hello", + "color": "#CE9178", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "light_plus": [ + { + "content": "<", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "script", + "color": "#800000", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "type", + "color": "#FF0000", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "text/javascript", + "color": "#0000FF", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "window", + "color": "#001080", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "alert", + "color": "#795E26", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "hello", + "color": "#0000FF", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "script", + "color": "#800000", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "window", + "color": "#001080", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "alert", + "color": "#795E26", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "hello", + "color": "#0000FF", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "script", + "color": "#DC3958", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "type", + "color": "#F79A32", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "text/javascript", + "color": "#889B4A", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "window", + "color": "#DC3958", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "alert", + "color": "#7E602C", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "hello", + "color": "#889B4A", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "script", + "color": "#DC3958", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "window", + "color": "#DC3958", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "alert", + "color": "#7E602C", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "hello", + "color": "#889B4A", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "script", + "color": "#F92672", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "type", + "color": "#A6E22E", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "text/javascript", + "color": "#E6DB74", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "window", + "color": "#F8F8F2", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "alert", + "color": "#66D9EF", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "hello", + "color": "#E6DB74", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "script", + "color": "#F92672", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "window", + "color": "#F8F8F2", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "alert", + "color": "#66D9EF", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "hello", + "color": "#E6DB74", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "<", + "color": "#6089B4", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "script", + "color": "#9872A2", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag.script rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "type", + "color": "#D0B344", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#C5C8C6", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "text/javascript", + "color": "#9AA83A", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#9872A2", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.source.js.embedded.punctuation.definition.tag.html rgb(152, 114, 162)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "window", + "color": "#6089B4", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "alert", + "color": "#9872A2", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "hello", + "color": "#D08442", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "script", + "color": "#9872A2", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag.script rgb(152, 114, 162)" + }, + { + "content": ">", + "color": "#9872A2", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.source.js.embedded.punctuation.definition.tag.html rgb(152, 114, 162)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "window", + "color": "#6089B4", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "alert", + "color": "#9872A2", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "hello", + "color": "#D08442", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + } + ], + "quietlight": [ + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "script", + "color": "#4B83CD", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "type", + "color": "#91B3E0", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.other.attribute-name.html rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#333333", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "text/javascript", + "color": "#448C27", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "window", + "color": "#7A3E9D", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "alert", + "color": "#AA3731", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "hello", + "color": "#448C27", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "script", + "color": "#4B83CD", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "window", + "color": "#7A3E9D", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "alert", + "color": "#AA3731", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "hello", + "color": "#448C27", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + } + ], + "red": [ + { + "content": "<", + "color": "#F8F8F8", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "script", + "color": "#FEC758", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "type", + "color": "#FEC758", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "=", + "color": "#F8F8F8", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "text/javascript", + "color": "#9DF39F", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": ">", + "color": "#F8F8F8", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "window", + "color": "#FB9A4B", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "alert", + "color": "#FFB454", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#9DF39F", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "hello", + "color": "#9DF39F", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "'", + "color": "#9DF39F", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#F8F8F8", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F8F8F8", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "script", + "color": "#FEC758", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ">", + "color": "#F8F8F8", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "window", + "color": "#FB9A4B", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "alert", + "color": "#FFB454", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#9DF39F", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "hello", + "color": "#9DF39F", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "'", + "color": "#9DF39F", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#F8F8F8", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "<", + "color": "#657B83", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "script", + "color": "#268BD2", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "type", + "color": "#93A1A1", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "text/javascript", + "color": "#2AA198", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "window", + "color": "#93A1A1", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "alert", + "color": "#268BD2", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "hello", + "color": "#2AA198", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "script", + "color": "#268BD2", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "window", + "color": "#93A1A1", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "alert", + "color": "#268BD2", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "hello", + "color": "#2AA198", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + } + ], + "solarized_light": [ + { + "content": "<", + "color": "#586E75", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "script", + "color": "#268BD2", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "type", + "color": "#93A1A1", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "text/javascript", + "color": "#2AA198", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "window", + "color": "#586E75", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "alert", + "color": "#268BD2", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "hello", + "color": "#2AA198", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "script", + "color": "#268BD2", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "window", + "color": "#586E75", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "alert", + "color": "#268BD2", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "hello", + "color": "#2AA198", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "<", + "color": "#FFFFFF", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "script", + "color": "#FF9DA4", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "type", + "color": "#FF9DA4", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "text/javascript", + "color": "#D1F1A9", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "window", + "color": "#FF9DA4", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "alert", + "color": "#BBDAFF", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "hello", + "color": "#D1F1A9", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FFFFFF", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "script", + "color": "#FF9DA4", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "window", + "color": "#FF9DA4", + "_t": "dom.embedded.html.js.source.support.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "alert", + "color": "#BBDAFF", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "hello", + "color": "#D1F1A9", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FFFFFF", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/12750.html.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/12750.html.result.patch new file mode 100644 index 000000000..a4482e1d2 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/12750.html.result.patch @@ -0,0 +1,208 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [ + { + "index": 14, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 15, + "content": "hello", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 16, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 30, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 31, + "content": "hello", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 32, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + } + ], + "hc_black": [], + "dark_plus": [], + "light_plus": [ + { + "index": 14, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 15, + "content": "hello", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 16, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 30, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 31, + "content": "hello", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 32, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + } + ], + "kimbie_dark": [ + { + "index": 10, + "content": "window", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 26, + "content": "window", + "color": "#DC3958", + "newColor": "#D3AF86" + } + ], + "monokai": [], + "monokai_dimmed": [ + { + "index": 10, + "content": "window", + "color": "#6089B4", + "newColor": "#C7444A" + }, + { + "index": 15, + "content": "hello", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 26, + "content": "window", + "color": "#6089B4", + "newColor": "#C7444A" + }, + { + "index": 31, + "content": "hello", + "color": "#D08442", + "newColor": "#9AA83A" + } + ], + "quietlight": [], + "red": [ + { + "index": 5, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 6, + "content": "text/javascript", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 7, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 10, + "content": "window", + "color": "#FB9A4B", + "newColor": "#9DF39F" + }, + { + "index": 14, + "content": "'", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 15, + "content": "hello", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 16, + "content": "'", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 26, + "content": "window", + "color": "#FB9A4B", + "newColor": "#9DF39F" + }, + { + "index": 30, + "content": "'", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 31, + "content": "hello", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 32, + "content": "'", + "color": "#9DF39F", + "newColor": "#CD8D8D" + } + ], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [ + { + "index": 10, + "content": "window", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 26, + "content": "window", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/13448.html b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/13448.html new file mode 100644 index 000000000..7485378f0 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/13448.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/13448.html.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/13448.html.result new file mode 100644 index 000000000..401b7242f --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/13448.html.result @@ -0,0 +1,1458 @@ +{ + "abyss": [ + { + "content": "<", + "color": "#6688CC", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ion-view", + "color": "#225588", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "button-view", + "color": "#225588", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "/", + "color": "#6688CC", + "_t": "html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font-face", + "color": "#225588", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font-face", + "color": "#225588", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "<", + "color": "#808080", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "ion-view", + "color": "#569CD6", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "button-view", + "color": "#569CD6", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "html.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "font-face", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "font-face", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "light_vs": [ + { + "content": "<", + "color": "#800000", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "ion-view", + "color": "#800000", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "button-view", + "color": "#800000", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "html.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "font-face", + "color": "#800000", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "/", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "font-face", + "color": "#800000", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + } + ], + "hc_black": [ + { + "content": "<", + "color": "#808080", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "ion-view", + "color": "#569CD6", + "_t": "entity.html.meta.name.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "button-view", + "color": "#569CD6", + "_t": "entity.html.meta.name.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "/", + "color": "#FFFFFF", + "_t": "html.meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "font-face", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "font-face", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "dark_plus": [ + { + "content": "<", + "color": "#808080", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "ion-view", + "color": "#569CD6", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "button-view", + "color": "#569CD6", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "html.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "font-face", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "font-face", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "light_plus": [ + { + "content": "<", + "color": "#800000", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "ion-view", + "color": "#800000", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "button-view", + "color": "#800000", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "html.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "font-face", + "color": "#800000", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "/", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "font-face", + "color": "#800000", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "<", + "color": "#D3AF86", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "ion-view", + "color": "#DC3958", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "button-view", + "color": "#DC3958", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font-face", + "color": "#DC3958", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font-face", + "color": "#DC3958", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "<", + "color": "#F8F8F2", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ion-view", + "color": "#F92672", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "button-view", + "color": "#F92672", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "/", + "color": "#F8F8F2", + "_t": "html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font-face", + "color": "#F92672", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font-face", + "color": "#F92672", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "<", + "color": "#6089B4", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "ion-view", + "color": "#9872A2", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "button-view", + "color": "#9872A2", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "/", + "color": "#9872A2", + "_t": "html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "font-face", + "color": "#6089B4", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "/", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "font-face", + "color": "#6089B4", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + } + ], + "quietlight": [ + { + "content": "<", + "color": "#91B3E0", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "ion-view", + "color": "#4B83CD", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "button-view", + "color": "#4B83CD", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "/", + "color": "#91B3E0", + "_t": "html.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "font-face", + "color": "#4B83CD", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "/", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "font-face", + "color": "#4B83CD", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + } + ], + "red": [ + { + "content": "<", + "color": "#EC0D1E", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "ion-view", + "color": "#EC0D1E", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "button-view", + "color": "#EC0D1E", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "/", + "color": "#EC0D1E", + "_t": "html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "font-face", + "color": "#EC0D1E", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "/", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "font-face", + "color": "#EC0D1E", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + } + ], + "solarized_dark": [ + { + "content": "<", + "color": "#657B83", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "ion-view", + "color": "#268BD2", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "button-view", + "color": "#268BD2", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "/", + "color": "#93A1A1", + "_t": "html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "font-face", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "/", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "font-face", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "", + "color": "#657B83", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + } + ], + "solarized_light": [ + { + "content": "<", + "color": "#93A1A1", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "ion-view", + "color": "#268BD2", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "button-view", + "color": "#268BD2", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "/", + "color": "#586E75", + "_t": "html.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font-face", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font-face", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + } + ], + "tomorrow_night_blue": [ + { + "content": "<", + "color": "#FF9DA4", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "ion-view", + "color": "#FF9DA4", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "begin.definition.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "button-view", + "color": "#FF9DA4", + "_t": "entity.html.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "font-face", + "color": "#FF9DA4", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "font-face", + "color": "#FF9DA4", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "definition.end.html.meta.other.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/13448.html.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/13448.html.result.patch new file mode 100644 index 000000000..badc0975e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/13448.html.result.patch @@ -0,0 +1,35 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [], + "monokai": [], + "monokai_dimmed": [ + { + "index": 1, + "content": "ion-view", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 4, + "content": "button-view", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 15, + "content": "ion-view", + "color": "#9872A2", + "newColor": "#6089B4" + } + ], + "quietlight": [], + "red": [], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/14119.less b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/14119.less new file mode 100644 index 000000000..a0006d855 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/14119.less @@ -0,0 +1,3 @@ +#f(@hm: "broken highlighting in VS Code") { + content: ""; +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/14119.less.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/14119.less.result new file mode 100644 index 000000000..803f97c6e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/14119.less.result @@ -0,0 +1,1710 @@ +{ + "abyss": [ + { + "content": "#", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "f", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@hm", + "color": "#6688CC", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.css.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "broken highlighting in VS Code", + "color": "#22AA44", + "_t": "css.double.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "css.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "content", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.css.definition.double.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "css.definition.double.end.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "f", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@hm", + "color": "#D4D4D4", + "_t": "less.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.css.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "broken highlighting in VS Code", + "color": "#CE9178", + "_t": "css.double.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "css.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "content", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.css.definition.double.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "css.definition.double.end.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "f", + "color": "#800000", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@hm", + "color": "#000000", + "_t": "less.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.css.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "broken highlighting in VS Code", + "color": "#A31515", + "_t": "css.double.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "css.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "content", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.css.definition.double.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "css.definition.double.end.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "f", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@hm", + "color": "#FFFFFF", + "_t": "less.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.css.definition.double.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "broken highlighting in VS Code", + "color": "#CE9178", + "_t": "css.double.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "css.definition.double.end.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "content", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.css.definition.double.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "css.definition.double.end.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "f", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@hm", + "color": "#9CDCFE", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.css.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "broken highlighting in VS Code", + "color": "#CE9178", + "_t": "css.double.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "css.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "content", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.css.definition.double.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "css.definition.double.end.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "f", + "color": "#800000", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@hm", + "color": "#001080", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.css.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "broken highlighting in VS Code", + "color": "#A31515", + "_t": "css.double.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "css.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "content", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.css.definition.double.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "css.definition.double.end.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "#", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": "f", + "color": "#8AB1B0", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@hm", + "color": "#DC3958", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.css.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "broken highlighting in VS Code", + "color": "#889B4A", + "_t": "css.double.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "css.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "content", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.css.definition.double.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "css.definition.double.end.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "#", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "f", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@hm", + "color": "#F8F8F2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.css.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "broken highlighting in VS Code", + "color": "#E6DB74", + "_t": "css.double.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "css.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "content", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.css.definition.double.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "css.definition.double.end.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "#", + "color": "#9872A2", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(152, 114, 162)" + }, + { + "content": "f", + "color": "#9872A2", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@hm", + "color": "#6089B4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.css.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "broken highlighting in VS Code", + "color": "#9AA83A", + "_t": "css.double.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "css.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "content", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.css.definition.double.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "css.definition.double.end.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "#", + "color": "#7A3E9D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "f", + "color": "#7A3E9D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@hm", + "color": "#7A3E9D", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.css.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "broken highlighting in VS Code", + "color": "#448C27", + "_t": "css.double.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "css.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "content", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#448C27", + "_t": "begin.css.definition.double.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#448C27", + "_t": "css.definition.double.end.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "#", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(254, 199, 88)" + }, + { + "content": "f", + "color": "#FEC758", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@hm", + "color": "#FB9A4B", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.css.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "broken highlighting in VS Code", + "color": "#CD8D8D", + "_t": "css.double.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "css.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "content", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.css.definition.double.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "css.definition.double.end.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "f", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@hm", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.css.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "broken highlighting in VS Code", + "color": "#2AA198", + "_t": "css.double.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "css.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "content", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.css.definition.double.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "css.definition.double.end.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "f", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@hm", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.css.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "broken highlighting in VS Code", + "color": "#2AA198", + "_t": "css.double.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "css.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "content", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.css.definition.double.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "css.definition.double.end.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "#", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "f", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@hm", + "color": "#FF9DA4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.css.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "broken highlighting in VS Code", + "color": "#D1F1A9", + "_t": "css.double.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "css.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "content", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.css.definition.double.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "css.definition.double.end.meta.property-list.property-value.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/14119.less.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/14119.less.result.patch new file mode 100644 index 000000000..958c80bbb --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/14119.less.result.patch @@ -0,0 +1,41 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [ + { + "index": 0, + "content": "#", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 14, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 16, + "content": "\"", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 17, + "content": "\"", + "color": "#448C27", + "newColor": "#777777" + } + ], + "red": [], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/COMMIT_EDITMSG b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/COMMIT_EDITMSG new file mode 100644 index 000000000..e81d55d0e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/COMMIT_EDITMSG @@ -0,0 +1,13 @@ +This is the summary line. It can't be too long. +After I can write a much more detailed description without quite the same restrictions on length. + +# Please enter the commit message for your changes. Lines starting +# with '#' will be ignored, and an empty message aborts the commit. +# On branch master +# Your branch is up-to-date with 'origin/master'. +# +# Changes to be committed: +# deleted: README.md +# modified: index.less +# new file: spec/COMMIT_EDITMSG +# \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/COMMIT_EDITMSG.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/COMMIT_EDITMSG.result new file mode 100644 index 000000000..c5f672583 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/COMMIT_EDITMSG.result @@ -0,0 +1,1962 @@ +{ + "abyss": [ + { + "content": "This is the summary line. It can't be too long.", + "color": "#6688CC", + "_t": "git-commit.message.meta.scope.subject", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "After I can write a much more detailed description without quite the same restrictions on length.", + "color": "#6688CC", + "_t": "git-commit.message.meta.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Please enter the commit message for your changes. Lines starting", + "color": "#223355", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " with '#' will be ignored, and an empty message aborts the commit.", + "color": "#223355", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " On branch master", + "color": "#223355", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Your branch is up-to-date with 'origin/master'.", + "color": "#223355", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Changes to be committed:", + "color": "#223355", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\t", + "color": "#223355", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "deleted: README.md", + "color": "#223355", + "_t": "comment.deleted.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\t", + "color": "#223355", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "modified: index.less", + "color": "#223355", + "_t": "changed.comment.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\t", + "color": "#223355", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "new file: spec/COMMIT_EDITMSG", + "color": "#223355", + "_t": "comment.git-commit.inserted.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + } + ], + "dark_vs": [ + { + "content": "This is the summary line. It can't be too long.", + "color": "#D4D4D4", + "_t": "git-commit.message.meta.scope.subject", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "After I can write a much more detailed description without quite the same restrictions on length.", + "color": "#D4D4D4", + "_t": "git-commit.message.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Please enter the commit message for your changes. Lines starting", + "color": "#608B4E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " with '#' will be ignored, and an empty message aborts the commit.", + "color": "#608B4E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " On branch master", + "color": "#608B4E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Your branch is up-to-date with 'origin/master'.", + "color": "#608B4E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Changes to be committed:", + "color": "#608B4E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#608B4E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "deleted: README.md", + "color": "#CE9178", + "_t": "comment.deleted.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#608B4E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "modified: index.less", + "color": "#569CD6", + "_t": "changed.comment.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.changed rgb(86, 156, 214)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#608B4E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "new file: spec/COMMIT_EDITMSG", + "color": "#B5CEA8", + "_t": "comment.git-commit.inserted.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + } + ], + "light_vs": [ + { + "content": "This is the summary line. It can't be too long.", + "color": "#000000", + "_t": "git-commit.message.meta.scope.subject", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "After I can write a much more detailed description without quite the same restrictions on length.", + "color": "#000000", + "_t": "git-commit.message.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Please enter the commit message for your changes. Lines starting", + "color": "#008000", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " with '#' will be ignored, and an empty message aborts the commit.", + "color": "#008000", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " On branch master", + "color": "#008000", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Your branch is up-to-date with 'origin/master'.", + "color": "#008000", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Changes to be committed:", + "color": "#008000", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#008000", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "deleted: README.md", + "color": "#A31515", + "_t": "comment.deleted.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.deleted rgb(163, 21, 21)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#008000", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "modified: index.less", + "color": "#0451A5", + "_t": "changed.comment.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.changed rgb(4, 81, 165)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#008000", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "new file: spec/COMMIT_EDITMSG", + "color": "#09885A", + "_t": "comment.git-commit.inserted.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.inserted rgb(9, 136, 90)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + } + ], + "hc_black": [ + { + "content": "This is the summary line. It can't be too long.", + "color": "#FFFFFF", + "_t": "git-commit.message.meta.scope.subject", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "After I can write a much more detailed description without quite the same restrictions on length.", + "color": "#FFFFFF", + "_t": "git-commit.message.meta.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Please enter the commit message for your changes. Lines starting", + "color": "#7CA668", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " with '#' will be ignored, and an empty message aborts the commit.", + "color": "#7CA668", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " On branch master", + "color": "#7CA668", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Your branch is up-to-date with 'origin/master'.", + "color": "#7CA668", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Changes to be committed:", + "color": "#7CA668", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\t", + "color": "#7CA668", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "deleted: README.md", + "color": "#CE9178", + "_t": "comment.deleted.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\t", + "color": "#7CA668", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "modified: index.less", + "color": "#569CD6", + "_t": "changed.comment.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.changed rgb(86, 156, 214)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\t", + "color": "#7CA668", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "new file: spec/COMMIT_EDITMSG", + "color": "#B5CEA8", + "_t": "comment.git-commit.inserted.line.markup.meta.metadata.number-sign.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + } + ], + "dark_plus": [ + { + "content": "This is the summary line. It can't be too long.", + "color": "#D4D4D4", + "_t": "git-commit.message.meta.scope.subject", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "After I can write a much more detailed description without quite the same restrictions on length.", + "color": "#D4D4D4", + "_t": "git-commit.message.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Please enter the commit message for your changes. Lines starting", + "color": "#608B4E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " with '#' will be ignored, and an empty message aborts the commit.", + "color": "#608B4E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " On branch master", + "color": "#608B4E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Your branch is up-to-date with 'origin/master'.", + "color": "#608B4E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Changes to be committed:", + "color": "#608B4E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#608B4E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "deleted: README.md", + "color": "#CE9178", + "_t": "comment.deleted.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#608B4E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "modified: index.less", + "color": "#569CD6", + "_t": "changed.comment.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.changed rgb(86, 156, 214)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#608B4E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "new file: spec/COMMIT_EDITMSG", + "color": "#B5CEA8", + "_t": "comment.git-commit.inserted.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + } + ], + "light_plus": [ + { + "content": "This is the summary line. It can't be too long.", + "color": "#000000", + "_t": "git-commit.message.meta.scope.subject", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "After I can write a much more detailed description without quite the same restrictions on length.", + "color": "#000000", + "_t": "git-commit.message.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Please enter the commit message for your changes. Lines starting", + "color": "#008000", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " with '#' will be ignored, and an empty message aborts the commit.", + "color": "#008000", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " On branch master", + "color": "#008000", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Your branch is up-to-date with 'origin/master'.", + "color": "#008000", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Changes to be committed:", + "color": "#008000", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#008000", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "deleted: README.md", + "color": "#A31515", + "_t": "comment.deleted.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.deleted rgb(163, 21, 21)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#008000", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "modified: index.less", + "color": "#0451A5", + "_t": "changed.comment.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.changed rgb(4, 81, 165)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#008000", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "new file: spec/COMMIT_EDITMSG", + "color": "#09885A", + "_t": "comment.git-commit.inserted.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.inserted rgb(9, 136, 90)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + } + ], + "kimbie_dark": [ + { + "content": "This is the summary line. It can't be too long.", + "color": "#D3AF86", + "_t": "git-commit.message.meta.scope.subject", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "After I can write a much more detailed description without quite the same restrictions on length.", + "color": "#D3AF86", + "_t": "git-commit.message.meta.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Please enter the commit message for your changes. Lines starting", + "color": "#A57A4C", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " with '#' will be ignored, and an empty message aborts the commit.", + "color": "#A57A4C", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " On branch master", + "color": "#A57A4C", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Your branch is up-to-date with 'origin/master'.", + "color": "#A57A4C", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Changes to be committed:", + "color": "#A57A4C", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "\t", + "color": "#A57A4C", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "deleted: README.md", + "color": "#DC3958", + "_t": "comment.deleted.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.deleted rgb(220, 57, 88)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "\t", + "color": "#A57A4C", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "modified: index.less", + "color": "#98676A", + "_t": "changed.comment.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.changed rgb(152, 103, 106)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "\t", + "color": "#A57A4C", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "new file: spec/COMMIT_EDITMSG", + "color": "#889B4A", + "_t": "comment.git-commit.inserted.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.inserted rgb(136, 155, 74)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + } + ], + "monokai": [ + { + "content": "This is the summary line. It can't be too long.", + "color": "#F8F8F2", + "_t": "git-commit.message.meta.scope.subject", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "After I can write a much more detailed description without quite the same restrictions on length.", + "color": "#F8F8F2", + "_t": "git-commit.message.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Please enter the commit message for your changes. Lines starting", + "color": "#75715E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " with '#' will be ignored, and an empty message aborts the commit.", + "color": "#75715E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " On branch master", + "color": "#75715E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Your branch is up-to-date with 'origin/master'.", + "color": "#75715E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Changes to be committed:", + "color": "#75715E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\t", + "color": "#75715E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "deleted: README.md", + "color": "#F92672", + "_t": "comment.deleted.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.deleted rgb(249, 38, 114)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\t", + "color": "#75715E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "modified: index.less", + "color": "#E6DB74", + "_t": "changed.comment.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.changed rgb(230, 219, 116)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\t", + "color": "#75715E", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "new file: spec/COMMIT_EDITMSG", + "color": "#A6E22E", + "_t": "comment.git-commit.inserted.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.inserted rgb(166, 226, 46)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + } + ], + "monokai_dimmed": [ + { + "content": "This is the summary line. It can't be too long.", + "color": "#C5C8C6", + "_t": "git-commit.message.meta.scope.subject", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "After I can write a much more detailed description without quite the same restrictions on length.", + "color": "#C5C8C6", + "_t": "git-commit.message.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Please enter the commit message for your changes. Lines starting", + "color": "#9A9B99", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " with '#' will be ignored, and an empty message aborts the commit.", + "color": "#9A9B99", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " On branch master", + "color": "#9A9B99", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Your branch is up-to-date with 'origin/master'.", + "color": "#9A9B99", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Changes to be committed:", + "color": "#9A9B99", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\t", + "color": "#9A9B99", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "deleted: README.md", + "color": "#9A9B99", + "_t": "comment.deleted.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\t", + "color": "#9A9B99", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "modified: index.less", + "color": "#9A9B99", + "_t": "changed.comment.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\t", + "color": "#9A9B99", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "new file: spec/COMMIT_EDITMSG", + "color": "#9A9B99", + "_t": "comment.git-commit.inserted.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + } + ], + "quietlight": [ + { + "content": "This is the summary line. It can't be too long.", + "color": "#333333", + "_t": "git-commit.message.meta.scope.subject", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "After I can write a much more detailed description without quite the same restrictions on length.", + "color": "#333333", + "_t": "git-commit.message.meta.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Please enter the commit message for your changes. Lines starting", + "color": "#AAAAAA", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " with '#' will be ignored, and an empty message aborts the commit.", + "color": "#AAAAAA", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " On branch master", + "color": "#AAAAAA", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Your branch is up-to-date with 'origin/master'.", + "color": "#AAAAAA", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Changes to be committed:", + "color": "#AAAAAA", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "\t", + "color": "#AAAAAA", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "deleted: README.md", + "color": "#000000", + "_t": "comment.deleted.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.deleted rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "\t", + "color": "#AAAAAA", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "modified: index.less", + "color": "#000000", + "_t": "changed.comment.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.changed rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "\t", + "color": "#AAAAAA", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "new file: spec/COMMIT_EDITMSG", + "color": "#000000", + "_t": "comment.git-commit.inserted.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.inserted rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + } + ], + "red": [ + { + "content": "This is the summary line. It can't be too long.", + "color": "#F8F8F8", + "_t": "git-commit.message.meta.scope.subject", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "After I can write a much more detailed description without quite the same restrictions on length.", + "color": "#F8F8F8", + "_t": "git-commit.message.meta.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Please enter the commit message for your changes. Lines starting", + "color": "#E7C0C0", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " with '#' will be ignored, and an empty message aborts the commit.", + "color": "#E7C0C0", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " On branch master", + "color": "#E7C0C0", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Your branch is up-to-date with 'origin/master'.", + "color": "#E7C0C0", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Changes to be committed:", + "color": "#E7C0C0", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\t", + "color": "#E7C0C0", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "deleted: README.md", + "color": "#EC9799", + "_t": "comment.deleted.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.deleted rgb(236, 151, 153)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\t", + "color": "#E7C0C0", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "modified: index.less", + "color": "#F8F8F8", + "_t": "changed.comment.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.changed rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\t", + "color": "#E7C0C0", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "new file: spec/COMMIT_EDITMSG", + "color": "#41A83E", + "_t": "comment.git-commit.inserted.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.inserted rgb(65, 168, 62)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + } + ], + "solarized_dark": [ + { + "content": "This is the summary line. It can't be too long.", + "color": "#93A1A1", + "_t": "git-commit.message.meta.scope.subject", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "After I can write a much more detailed description without quite the same restrictions on length.", + "color": "#93A1A1", + "_t": "git-commit.message.meta.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Please enter the commit message for your changes. Lines starting", + "color": "#657B83", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " with '#' will be ignored, and an empty message aborts the commit.", + "color": "#657B83", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " On branch master", + "color": "#657B83", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Your branch is up-to-date with 'origin/master'.", + "color": "#657B83", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Changes to be committed:", + "color": "#657B83", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#657B83", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "deleted: README.md", + "color": "#657B83", + "_t": "comment.deleted.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#657B83", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "modified: index.less", + "color": "#657B83", + "_t": "changed.comment.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#657B83", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "new file: spec/COMMIT_EDITMSG", + "color": "#657B83", + "_t": "comment.git-commit.inserted.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + } + ], + "solarized_light": [ + { + "content": "This is the summary line. It can't be too long.", + "color": "#586E75", + "_t": "git-commit.message.meta.scope.subject", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "After I can write a much more detailed description without quite the same restrictions on length.", + "color": "#586E75", + "_t": "git-commit.message.meta.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Please enter the commit message for your changes. Lines starting", + "color": "#93A1A1", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " with '#' will be ignored, and an empty message aborts the commit.", + "color": "#93A1A1", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " On branch master", + "color": "#93A1A1", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Your branch is up-to-date with 'origin/master'.", + "color": "#93A1A1", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Changes to be committed:", + "color": "#93A1A1", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "deleted: README.md", + "color": "#93A1A1", + "_t": "comment.deleted.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "modified: index.less", + "color": "#93A1A1", + "_t": "changed.comment.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "new file: spec/COMMIT_EDITMSG", + "color": "#93A1A1", + "_t": "comment.git-commit.inserted.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + } + ], + "tomorrow_night_blue": [ + { + "content": "This is the summary line. It can't be too long.", + "color": "#FFFFFF", + "_t": "git-commit.message.meta.scope.subject", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "After I can write a much more detailed description without quite the same restrictions on length.", + "color": "#FFFFFF", + "_t": "git-commit.message.meta.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Please enter the commit message for your changes. Lines starting", + "color": "#7285B7", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " with '#' will be ignored, and an empty message aborts the commit.", + "color": "#7285B7", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " On branch master", + "color": "#7285B7", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Your branch is up-to-date with 'origin/master'.", + "color": "#7285B7", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Changes to be committed:", + "color": "#7285B7", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\t", + "color": "#7285B7", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "deleted: README.md", + "color": "#7285B7", + "_t": "comment.deleted.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\t", + "color": "#7285B7", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "modified: index.less", + "color": "#7285B7", + "_t": "changed.comment.git-commit.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\t", + "color": "#7285B7", + "_t": "comment.git-commit.line.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "new file: spec/COMMIT_EDITMSG", + "color": "#7285B7", + "_t": "comment.git-commit.inserted.line.markup.meta.metadata.number-sign.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.git-commit.line.meta.metadata.number-sign.punctuation.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/Dockerfile b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/Dockerfile new file mode 100644 index 000000000..e12fffa3e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/Dockerfile @@ -0,0 +1,14 @@ +FROM ubuntu +MAINTAINER Kimbro Staken + +RUN apt-get install -y software-properties-common python +RUN add-apt-repository ppa:chris-lea/node.js +RUN echo "deb http://us.archive.ubuntu.com/ubuntu/ precise universe" >> /etc/apt/sources.list +RUN apt-get update +RUN apt-get install -y nodejs +#RUN apt-get install -y nodejs=0.6.12~dfsg1-1ubuntu1 +RUN mkdir /var/www + +ADD app.js /var/www/app.js + +CMD ["/usr/bin/node", "/var/www/app.js"] \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/Dockerfile.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/Dockerfile.result new file mode 100644 index 000000000..69f8a0458 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/Dockerfile.result @@ -0,0 +1,2382 @@ +{ + "abyss": [ + { + "content": "FROM", + "color": "#225588", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ubuntu", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "MAINTAINER", + "color": "#225588", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " Kimbro Staken", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "RUN", + "color": "#225588", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " apt-get install -y software-properties-common python", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "RUN", + "color": "#225588", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " add-apt-repository ppa:chris-lea/node.js", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "RUN", + "color": "#225588", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " echo ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"deb http://us.archive.ubuntu.com/ubuntu/ precise universe\"", + "color": "#22AA44", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " >> /etc/apt/sources.list", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "RUN", + "color": "#225588", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " apt-get update", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "RUN", + "color": "#225588", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " apt-get install -y nodejs", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.dockerfile.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "RUN apt-get install -y nodejs=0.6.12~dfsg1-1ubuntu1", + "color": "#223355", + "_t": "comment.dockerfile.line.number-sign", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "RUN", + "color": "#225588", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " mkdir /var/www", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ADD", + "color": "#225588", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " app.js /var/www/app.js", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "CMD", + "color": "#225588", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " [", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"/usr/bin/node\"", + "color": "#22AA44", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"/var/www/app.js\"", + "color": "#22AA44", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "] ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "FROM", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ubuntu", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "MAINTAINER", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " Kimbro Staken", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "RUN", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " apt-get install -y software-properties-common python", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "RUN", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " add-apt-repository ppa:chris-lea/node.js", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "RUN", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " echo ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"deb http://us.archive.ubuntu.com/ubuntu/ precise universe\"", + "color": "#CE9178", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " >> /etc/apt/sources.list", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "RUN", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " apt-get update", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "RUN", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " apt-get install -y nodejs", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.dockerfile.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "RUN apt-get install -y nodejs=0.6.12~dfsg1-1ubuntu1", + "color": "#608B4E", + "_t": "comment.dockerfile.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "RUN", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " mkdir /var/www", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ADD", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " app.js /var/www/app.js", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "CMD", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " [", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"/usr/bin/node\"", + "color": "#CE9178", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"/var/www/app.js\"", + "color": "#CE9178", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "] ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "FROM", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ubuntu", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "MAINTAINER", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " Kimbro Staken", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "RUN", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " apt-get install -y software-properties-common python", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "RUN", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " add-apt-repository ppa:chris-lea/node.js", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "RUN", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " echo ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"deb http://us.archive.ubuntu.com/ubuntu/ precise universe\"", + "color": "#A31515", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " >> /etc/apt/sources.list", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "RUN", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " apt-get update", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "RUN", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " apt-get install -y nodejs", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.dockerfile.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "RUN apt-get install -y nodejs=0.6.12~dfsg1-1ubuntu1", + "color": "#008000", + "_t": "comment.dockerfile.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "RUN", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " mkdir /var/www", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ADD", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " app.js /var/www/app.js", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "CMD", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " [", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"/usr/bin/node\"", + "color": "#A31515", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"/var/www/app.js\"", + "color": "#A31515", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "] ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "FROM", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ubuntu", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "MAINTAINER", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " Kimbro Staken", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "RUN", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " apt-get install -y software-properties-common python", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "RUN", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " add-apt-repository ppa:chris-lea/node.js", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "RUN", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " echo ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"deb http://us.archive.ubuntu.com/ubuntu/ precise universe\"", + "color": "#CE9178", + "_t": "dockerfile.double.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " >> /etc/apt/sources.list", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "RUN", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " apt-get update", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "RUN", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " apt-get install -y nodejs", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.dockerfile.line.number-sign.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "RUN apt-get install -y nodejs=0.6.12~dfsg1-1ubuntu1", + "color": "#7CA668", + "_t": "comment.dockerfile.line.number-sign", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "RUN", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " mkdir /var/www", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "ADD", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " app.js /var/www/app.js", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "CMD", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " [", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"/usr/bin/node\"", + "color": "#CE9178", + "_t": "dockerfile.double.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"/var/www/app.js\"", + "color": "#CE9178", + "_t": "dockerfile.double.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "] ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "FROM", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ubuntu", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "MAINTAINER", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " Kimbro Staken", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "RUN", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " apt-get install -y software-properties-common python", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "RUN", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " add-apt-repository ppa:chris-lea/node.js", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "RUN", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " echo ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"deb http://us.archive.ubuntu.com/ubuntu/ precise universe\"", + "color": "#CE9178", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " >> /etc/apt/sources.list", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "RUN", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " apt-get update", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "RUN", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " apt-get install -y nodejs", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.dockerfile.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "RUN apt-get install -y nodejs=0.6.12~dfsg1-1ubuntu1", + "color": "#608B4E", + "_t": "comment.dockerfile.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "RUN", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " mkdir /var/www", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ADD", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " app.js /var/www/app.js", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "CMD", + "color": "#569CD6", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " [", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"/usr/bin/node\"", + "color": "#CE9178", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"/var/www/app.js\"", + "color": "#CE9178", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "] ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "FROM", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ubuntu", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "MAINTAINER", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " Kimbro Staken", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "RUN", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " apt-get install -y software-properties-common python", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "RUN", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " add-apt-repository ppa:chris-lea/node.js", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "RUN", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " echo ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"deb http://us.archive.ubuntu.com/ubuntu/ precise universe\"", + "color": "#A31515", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " >> /etc/apt/sources.list", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "RUN", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " apt-get update", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "RUN", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " apt-get install -y nodejs", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.dockerfile.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "RUN apt-get install -y nodejs=0.6.12~dfsg1-1ubuntu1", + "color": "#008000", + "_t": "comment.dockerfile.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "RUN", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " mkdir /var/www", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ADD", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " app.js /var/www/app.js", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "CMD", + "color": "#0000FF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " [", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"/usr/bin/node\"", + "color": "#A31515", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"/var/www/app.js\"", + "color": "#A31515", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "] ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "FROM", + "color": "#8AB1B0", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.special-method rgb(138, 177, 176)" + }, + { + "content": " ubuntu", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "MAINTAINER", + "color": "#8AB1B0", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.special-method rgb(138, 177, 176)" + }, + { + "content": " Kimbro Staken", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "RUN", + "color": "#8AB1B0", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.special-method rgb(138, 177, 176)" + }, + { + "content": " apt-get install -y software-properties-common python", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "RUN", + "color": "#8AB1B0", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.special-method rgb(138, 177, 176)" + }, + { + "content": " add-apt-repository ppa:chris-lea/node.js", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "RUN", + "color": "#8AB1B0", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.special-method rgb(138, 177, 176)" + }, + { + "content": " echo ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"deb http://us.archive.ubuntu.com/ubuntu/ precise universe\"", + "color": "#889B4A", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " >> /etc/apt/sources.list", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "RUN", + "color": "#8AB1B0", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.special-method rgb(138, 177, 176)" + }, + { + "content": " apt-get update", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "RUN", + "color": "#8AB1B0", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.special-method rgb(138, 177, 176)" + }, + { + "content": " apt-get install -y nodejs", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.dockerfile.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "RUN apt-get install -y nodejs=0.6.12~dfsg1-1ubuntu1", + "color": "#A57A4C", + "_t": "comment.dockerfile.line.number-sign", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "RUN", + "color": "#8AB1B0", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.special-method rgb(138, 177, 176)" + }, + { + "content": " mkdir /var/www", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "ADD", + "color": "#8AB1B0", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.special-method rgb(138, 177, 176)" + }, + { + "content": " app.js /var/www/app.js", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "CMD", + "color": "#8AB1B0", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.special-method rgb(138, 177, 176)" + }, + { + "content": " [", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"/usr/bin/node\"", + "color": "#889B4A", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"/var/www/app.js\"", + "color": "#889B4A", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "] ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "FROM", + "color": "#F92672", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ubuntu", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "MAINTAINER", + "color": "#F92672", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " Kimbro Staken", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "RUN", + "color": "#F92672", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " apt-get install -y software-properties-common python", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "RUN", + "color": "#F92672", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " add-apt-repository ppa:chris-lea/node.js", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "RUN", + "color": "#F92672", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " echo ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"deb http://us.archive.ubuntu.com/ubuntu/ precise universe\"", + "color": "#E6DB74", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " >> /etc/apt/sources.list", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "RUN", + "color": "#F92672", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " apt-get update", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "RUN", + "color": "#F92672", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " apt-get install -y nodejs", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.dockerfile.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "RUN apt-get install -y nodejs=0.6.12~dfsg1-1ubuntu1", + "color": "#75715E", + "_t": "comment.dockerfile.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "RUN", + "color": "#F92672", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " mkdir /var/www", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ADD", + "color": "#F92672", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " app.js /var/www/app.js", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "CMD", + "color": "#F92672", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " [", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"/usr/bin/node\"", + "color": "#E6DB74", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"/var/www/app.js\"", + "color": "#E6DB74", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "] ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "FROM", + "color": "#676867", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ubuntu", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "MAINTAINER", + "color": "#676867", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " Kimbro Staken", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "RUN", + "color": "#676867", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " apt-get install -y software-properties-common python", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "RUN", + "color": "#676867", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " add-apt-repository ppa:chris-lea/node.js", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "RUN", + "color": "#676867", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " echo ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"deb http://us.archive.ubuntu.com/ubuntu/ precise universe\"", + "color": "#9AA83A", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " >> /etc/apt/sources.list", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "RUN", + "color": "#676867", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " apt-get update", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "RUN", + "color": "#676867", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " apt-get install -y nodejs", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.dockerfile.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "RUN apt-get install -y nodejs=0.6.12~dfsg1-1ubuntu1", + "color": "#9A9B99", + "_t": "comment.dockerfile.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "RUN", + "color": "#676867", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " mkdir /var/www", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "ADD", + "color": "#676867", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " app.js /var/www/app.js", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "CMD", + "color": "#676867", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " [", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"/usr/bin/node\"", + "color": "#9AA83A", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"/var/www/app.js\"", + "color": "#9AA83A", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "] ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "FROM", + "color": "#4B83CD", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ubuntu", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "MAINTAINER", + "color": "#4B83CD", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " Kimbro Staken", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "RUN", + "color": "#4B83CD", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " apt-get install -y software-properties-common python", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "RUN", + "color": "#4B83CD", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " add-apt-repository ppa:chris-lea/node.js", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "RUN", + "color": "#4B83CD", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " echo ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"deb http://us.archive.ubuntu.com/ubuntu/ precise universe\"", + "color": "#448C27", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " >> /etc/apt/sources.list", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "RUN", + "color": "#4B83CD", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " apt-get update", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "RUN", + "color": "#4B83CD", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " apt-get install -y nodejs", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.dockerfile.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "RUN apt-get install -y nodejs=0.6.12~dfsg1-1ubuntu1", + "color": "#AAAAAA", + "_t": "comment.dockerfile.line.number-sign", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "RUN", + "color": "#4B83CD", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " mkdir /var/www", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "ADD", + "color": "#4B83CD", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " app.js /var/www/app.js", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "CMD", + "color": "#4B83CD", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " [", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"/usr/bin/node\"", + "color": "#448C27", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"/var/www/app.js\"", + "color": "#448C27", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "] ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + } + ], + "red": [ + { + "content": "FROM", + "color": "#F12727", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ubuntu", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "MAINTAINER", + "color": "#F12727", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " Kimbro Staken", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "RUN", + "color": "#F12727", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " apt-get install -y software-properties-common python", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "RUN", + "color": "#F12727", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " add-apt-repository ppa:chris-lea/node.js", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "RUN", + "color": "#F12727", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " echo ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"deb http://us.archive.ubuntu.com/ubuntu/ precise universe\"", + "color": "#CD8D8D", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " >> /etc/apt/sources.list", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "RUN", + "color": "#F12727", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " apt-get update", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "RUN", + "color": "#F12727", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " apt-get install -y nodejs", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.dockerfile.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "RUN apt-get install -y nodejs=0.6.12~dfsg1-1ubuntu1", + "color": "#E7C0C0", + "_t": "comment.dockerfile.line.number-sign", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "RUN", + "color": "#F12727", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " mkdir /var/www", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "ADD", + "color": "#F12727", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " app.js /var/www/app.js", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "CMD", + "color": "#F12727", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " [", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"/usr/bin/node\"", + "color": "#CD8D8D", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"/var/www/app.js\"", + "color": "#CD8D8D", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "] ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "FROM", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ubuntu", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "MAINTAINER", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " Kimbro Staken", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "RUN", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " apt-get install -y software-properties-common python", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "RUN", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " add-apt-repository ppa:chris-lea/node.js", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "RUN", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " echo ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"deb http://us.archive.ubuntu.com/ubuntu/ precise universe\"", + "color": "#2AA198", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " >> /etc/apt/sources.list", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "RUN", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " apt-get update", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "RUN", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " apt-get install -y nodejs", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.dockerfile.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "RUN apt-get install -y nodejs=0.6.12~dfsg1-1ubuntu1", + "color": "#657B83", + "_t": "comment.dockerfile.line.number-sign", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "RUN", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " mkdir /var/www", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "ADD", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " app.js /var/www/app.js", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "CMD", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " [", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"/usr/bin/node\"", + "color": "#2AA198", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"/var/www/app.js\"", + "color": "#2AA198", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "] ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "FROM", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ubuntu", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "MAINTAINER", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " Kimbro Staken", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "RUN", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " apt-get install -y software-properties-common python", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "RUN", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " add-apt-repository ppa:chris-lea/node.js", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "RUN", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " echo ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"deb http://us.archive.ubuntu.com/ubuntu/ precise universe\"", + "color": "#2AA198", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " >> /etc/apt/sources.list", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "RUN", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " apt-get update", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "RUN", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " apt-get install -y nodejs", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.dockerfile.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "RUN apt-get install -y nodejs=0.6.12~dfsg1-1ubuntu1", + "color": "#93A1A1", + "_t": "comment.dockerfile.line.number-sign", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "RUN", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " mkdir /var/www", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "ADD", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " app.js /var/www/app.js", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "CMD", + "color": "#859900", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " [", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"/usr/bin/node\"", + "color": "#2AA198", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"/var/www/app.js\"", + "color": "#2AA198", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "] ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "FROM", + "color": "#BBDAFF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.special-method rgb(187, 218, 255)" + }, + { + "content": " ubuntu", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "MAINTAINER", + "color": "#BBDAFF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.special-method rgb(187, 218, 255)" + }, + { + "content": " Kimbro Staken", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "RUN", + "color": "#BBDAFF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.special-method rgb(187, 218, 255)" + }, + { + "content": " apt-get install -y software-properties-common python", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "RUN", + "color": "#BBDAFF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.special-method rgb(187, 218, 255)" + }, + { + "content": " add-apt-repository ppa:chris-lea/node.js", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "RUN", + "color": "#BBDAFF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.special-method rgb(187, 218, 255)" + }, + { + "content": " echo ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"deb http://us.archive.ubuntu.com/ubuntu/ precise universe\"", + "color": "#D1F1A9", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " >> /etc/apt/sources.list", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "RUN", + "color": "#BBDAFF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.special-method rgb(187, 218, 255)" + }, + { + "content": " apt-get update", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "RUN", + "color": "#BBDAFF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.special-method rgb(187, 218, 255)" + }, + { + "content": " apt-get install -y nodejs", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.dockerfile.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "RUN apt-get install -y nodejs=0.6.12~dfsg1-1ubuntu1", + "color": "#7285B7", + "_t": "comment.dockerfile.line.number-sign", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "RUN", + "color": "#BBDAFF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.special-method rgb(187, 218, 255)" + }, + { + "content": " mkdir /var/www", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "ADD", + "color": "#BBDAFF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.special-method rgb(187, 218, 255)" + }, + { + "content": " app.js /var/www/app.js", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "CMD", + "color": "#BBDAFF", + "_t": "dockerfile.keyword.other.special-method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.special-method rgb(187, 218, 255)" + }, + { + "content": " [", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"/usr/bin/node\"", + "color": "#D1F1A9", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"/var/www/app.js\"", + "color": "#D1F1A9", + "_t": "dockerfile.double.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "] ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/basic.java b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/basic.java new file mode 100644 index 000000000..ad00e001b --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/basic.java @@ -0,0 +1,41 @@ +package foo; + +import org.junit.Test; +import org.junit.runners.*; + +/* + * Multi line comment + */ +public class TestClass { + + private String aString; + + /** + * @param args + */ + public void doSomething(int a) { + double b = 0.0; + double c = 10e3; + long l = 134l; + } + + /* + * multiline comment + */ + @SuppressWarnings(value = "aString") + private long privateMethod(long b){ + for (int i = 0; i < 9; i++) { + System.out.println("Hello" + i); + } + return 10; + } + + //single line comment + @Test + public void someTests() { + int hex = 0x5; + Vector v = new Vector(); + } + + +} diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/basic.java.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/basic.java.result new file mode 100644 index 000000000..725187671 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/basic.java.result @@ -0,0 +1,15570 @@ +{ + "abyss": [ + { + "content": "package", + "color": "#225588", + "_t": "java.keyword.meta.other.package", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "java.meta.package", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#225588", + "_t": "java.meta.modifier.package.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "java.meta.package.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "import", + "color": "#225588", + "_t": "import.java.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "import.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "org", + "color": "#225588", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#225588", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": "junit", + "color": "#225588", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#225588", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": "Test", + "color": "#225588", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "import", + "color": "#225588", + "_t": "import.java.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "import.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "org", + "color": "#225588", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#225588", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": "junit", + "color": "#225588", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#225588", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": "runners", + "color": "#225588", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#225588", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": "*", + "color": "#225588", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " * Multi line comment", + "color": "#223355", + "_t": "block.comment.java", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#223355", + "_t": "block.comment.java", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "public", + "color": "#225588", + "_t": "class.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#225588", + "_t": "class.identifier.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.identifier.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "TestClass", + "color": "#FFEEBB", + "_t": "class.entity.identifier.java.meta.name.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.body.class.java.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "private", + "color": "#225588", + "_t": "body.class.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "String", + "color": "#9966B8", + "_t": "body.class.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " aString", + "color": "#6688CC", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "body.class.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*", + "color": "#223355", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\t * @param args", + "color": "#223355", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\t ", + "color": "#223355", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "public", + "color": "#225588", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "void", + "color": "#9966B8", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "doSomething", + "color": "#DDBB88", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "int", + "color": "#9966B8", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#2277FF", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "double", + "color": "#9966B8", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " b ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0.0", + "color": "#F280D0", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "double", + "color": "#9966B8", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " c ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "10e3", + "color": "#F280D0", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "long", + "color": "#9966B8", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " l ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "134l", + "color": "#F280D0", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\t * multiline comment", + "color": "#223355", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\t ", + "color": "#223355", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@SuppressWarnings", + "color": "#9966B8", + "_t": "annotation.body.class.declaration.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "annotation.annotation-arguments.begin.body.class.declaration.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "value", + "color": "#F280D0", + "_t": "annotation.body.class.constant.declaration.java.key.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "annotation.assignment.body.class.declaration.java.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "annotation.begin.body.class.declaration.definition.double.java.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "aString", + "color": "#22AA44", + "_t": "annotation.body.class.declaration.double.java.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "annotation.body.class.declaration.definition.double.end.java.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "annotation.annotation-arguments.body.class.declaration.definition.end.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "private", + "color": "#225588", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "long", + "color": "#9966B8", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "privateMethod", + "color": "#DDBB88", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "long", + "color": "#9966B8", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "b", + "color": "#2277FF", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "int", + "color": "#9966B8", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " i ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " i ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "body.class.comparison.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "9", + "color": "#F280D0", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " i", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "++", + "color": "#225588", + "_t": "body.class.increment-decrement.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ") ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "System", + "color": "#9966B8", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": ".", + "color": "#225588", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "out", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "println", + "color": "#6688CC", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.body.class.definition.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.body.class.definition.double.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Hello", + "color": "#22AA44", + "_t": "body.class.double.java.meta.method.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "body.class.definition.double.end.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arithmetic.body.class.java.keyword.meta.method.method-call.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " i", + "color": "#6688CC", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "body.class.definition.end.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "10", + "color": "#F280D0", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#223355", + "_t": "body.class.comment.java.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "body.class.comment.definition.double-slash.java.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "single line comment", + "color": "#223355", + "_t": "body.class.comment.double-slash.java.line.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@Test", + "color": "#9966B8", + "_t": "annotation.body.class.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "public", + "color": "#225588", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "void", + "color": "#9966B8", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "someTests", + "color": "#DDBB88", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "int", + "color": "#9966B8", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " hex ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0x5", + "color": "#F280D0", + "_t": "body.class.constant.hex.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Vector", + "color": "#9966B8", + "_t": "body.class.generic.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " v ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "new", + "color": "#225588", + "_t": "body.class.control.java.keyword.meta.method.new", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Vector", + "color": "#9966B8", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "class.end.java.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "package", + "color": "#569CD6", + "_t": "java.keyword.meta.other.package", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "java.meta.package", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#D4D4D4", + "_t": "java.meta.modifier.package.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier.package.java rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "java.meta.package.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "import.java.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "import.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "org", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": "junit", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": "Test", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "import.java.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "import.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "org", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": "junit", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": "runners", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " * Multi line comment", + "color": "#608B4E", + "_t": "block.comment.java", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.comment.java", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "class.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.identifier.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.identifier.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "TestClass", + "color": "#D4D4D4", + "_t": "class.entity.identifier.java.meta.name.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.body.class.java.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "body.class.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "String", + "color": "#569CD6", + "_t": "body.class.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " aString", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*", + "color": "#608B4E", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t * @param args", + "color": "#608B4E", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t ", + "color": "#608B4E", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "doSomething", + "color": "#D4D4D4", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#D4D4D4", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "double", + "color": "#569CD6", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " b ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0.0", + "color": "#B5CEA8", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "double", + "color": "#569CD6", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " c ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10e3", + "color": "#B5CEA8", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "long", + "color": "#569CD6", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " l ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "134l", + "color": "#B5CEA8", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t * multiline comment", + "color": "#608B4E", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t ", + "color": "#608B4E", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@SuppressWarnings", + "color": "#569CD6", + "_t": "annotation.body.class.declaration.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "annotation.annotation-arguments.begin.body.class.declaration.definition.java.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "value", + "color": "#D4D4D4", + "_t": "annotation.body.class.constant.declaration.java.key.meta.other", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "annotation.assignment.body.class.declaration.java.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "annotation.begin.body.class.declaration.definition.double.java.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "aString", + "color": "#CE9178", + "_t": "annotation.body.class.declaration.double.java.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "annotation.body.class.declaration.definition.double.end.java.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "annotation.annotation-arguments.body.class.declaration.definition.end.java.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "long", + "color": "#569CD6", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "privateMethod", + "color": "#D4D4D4", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "long", + "color": "#569CD6", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#D4D4D4", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " i ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " i ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "body.class.comparison.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "9", + "color": "#B5CEA8", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " i", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "body.class.increment-decrement.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "System", + "color": "#569CD6", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "out", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.body.class.definition.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.body.class.definition.double.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Hello", + "color": "#CE9178", + "_t": "body.class.double.java.meta.method.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "body.class.definition.double.end.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.body.class.java.keyword.meta.method.method-call.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " i", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "body.class.definition.end.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#608B4E", + "_t": "body.class.comment.java.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "body.class.comment.definition.double-slash.java.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "single line comment", + "color": "#608B4E", + "_t": "body.class.comment.double-slash.java.line.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@Test", + "color": "#569CD6", + "_t": "annotation.body.class.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "someTests", + "color": "#D4D4D4", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " hex ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0x5", + "color": "#B5CEA8", + "_t": "body.class.constant.hex.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Vector", + "color": "#569CD6", + "_t": "body.class.generic.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " v ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "body.class.control.java.keyword.meta.method.new", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Vector", + "color": "#569CD6", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "class.end.java.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "package", + "color": "#0000FF", + "_t": "java.keyword.meta.other.package", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "java.meta.package", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#000000", + "_t": "java.meta.modifier.package.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier.package.java rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "java.meta.package.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "import.java.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "import.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "org", + "color": "#000000", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": "junit", + "color": "#000000", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": "Test", + "color": "#000000", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "import.java.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "import.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "org", + "color": "#000000", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": "junit", + "color": "#000000", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": "runners", + "color": "#000000", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " * Multi line comment", + "color": "#008000", + "_t": "block.comment.java", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.comment.java", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "class.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.identifier.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.identifier.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "TestClass", + "color": "#000000", + "_t": "class.entity.identifier.java.meta.name.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.body.class.java.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "body.class.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "String", + "color": "#0000FF", + "_t": "body.class.java.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " aString", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*", + "color": "#008000", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t * @param args", + "color": "#008000", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t ", + "color": "#008000", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "void", + "color": "#0000FF", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "doSomething", + "color": "#000000", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#000000", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "double", + "color": "#0000FF", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " b ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0.0", + "color": "#09885A", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "double", + "color": "#0000FF", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " c ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10e3", + "color": "#09885A", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "long", + "color": "#0000FF", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " l ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "134l", + "color": "#09885A", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t * multiline comment", + "color": "#008000", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t ", + "color": "#008000", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@SuppressWarnings", + "color": "#0000FF", + "_t": "annotation.body.class.declaration.java.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "annotation.annotation-arguments.begin.body.class.declaration.definition.java.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "value", + "color": "#000000", + "_t": "annotation.body.class.constant.declaration.java.key.meta.other", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "annotation.assignment.body.class.declaration.java.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "annotation.begin.body.class.declaration.definition.double.java.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "aString", + "color": "#A31515", + "_t": "annotation.body.class.declaration.double.java.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "annotation.body.class.declaration.definition.double.end.java.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "annotation.annotation-arguments.body.class.declaration.definition.end.java.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "long", + "color": "#0000FF", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "privateMethod", + "color": "#000000", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "long", + "color": "#0000FF", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#000000", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " (", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " i ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " i ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "body.class.comparison.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "9", + "color": "#09885A", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " i", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++", + "color": "#000000", + "_t": "body.class.increment-decrement.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.body.class.java.meta.method.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "System", + "color": "#0000FF", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "out", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#000000", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.body.class.definition.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.body.class.definition.double.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Hello", + "color": "#A31515", + "_t": "body.class.double.java.meta.method.method-call.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "body.class.definition.double.end.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.body.class.java.keyword.meta.method.method-call.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " i", + "color": "#000000", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "body.class.definition.end.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.body.class.end.java.meta.method.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#008000", + "_t": "body.class.comment.java.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "body.class.comment.definition.double-slash.java.line.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "single line comment", + "color": "#008000", + "_t": "body.class.comment.double-slash.java.line.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@Test", + "color": "#0000FF", + "_t": "annotation.body.class.java.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "void", + "color": "#0000FF", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "someTests", + "color": "#000000", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " hex ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0x5", + "color": "#09885A", + "_t": "body.class.constant.hex.java.meta.method.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Vector", + "color": "#0000FF", + "_t": "body.class.generic.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " v ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "body.class.control.java.keyword.meta.method.new", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Vector", + "color": "#0000FF", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "()", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "class.end.java.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "package", + "color": "#569CD6", + "_t": "java.keyword.meta.other.package", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "java.meta.package", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#D4D4D4", + "_t": "java.meta.modifier.package.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier.package.java rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "java.meta.package.punctuation.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "import.java.keyword.meta.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "import.java.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "org", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": "junit", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": "Test", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "import.java.keyword.meta.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "import.java.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "org", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": "junit", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": "runners", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.java.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " * Multi line comment", + "color": "#7CA668", + "_t": "block.comment.java", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "block.comment.java", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.java.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "class.java.meta.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.java.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.identifier.java.meta.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.identifier.java.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "TestClass", + "color": "#FFFFFF", + "_t": "class.entity.identifier.java.meta.name.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.java.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.body.class.java.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "body.class.java.meta.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "String", + "color": "#569CD6", + "_t": "body.class.java.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " aString", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.punctuation.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*", + "color": "#7CA668", + "_t": "block.body.class.comment.java.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\t * @param args", + "color": "#7CA668", + "_t": "block.body.class.comment.java.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\t ", + "color": "#7CA668", + "_t": "block.body.class.comment.java.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.return-type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "doSomething", + "color": "#FFFFFF", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "body.class.identifier.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.identifier.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FFFFFF", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "body.class.identifier.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "double", + "color": "#569CD6", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " b ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0.0", + "color": "#B5CEA8", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "double", + "color": "#569CD6", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " c ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "10e3", + "color": "#B5CEA8", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "long", + "color": "#569CD6", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " l ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "134l", + "color": "#B5CEA8", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\t * multiline comment", + "color": "#7CA668", + "_t": "block.body.class.comment.java.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\t ", + "color": "#7CA668", + "_t": "block.body.class.comment.java.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@SuppressWarnings", + "color": "#569CD6", + "_t": "annotation.body.class.declaration.java.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "annotation.annotation-arguments.begin.body.class.declaration.definition.java.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "value", + "color": "#FFFFFF", + "_t": "annotation.body.class.constant.declaration.java.key.meta.other", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "annotation.assignment.body.class.declaration.java.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "annotation.begin.body.class.declaration.definition.double.java.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "aString", + "color": "#CE9178", + "_t": "annotation.body.class.declaration.double.java.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "annotation.body.class.declaration.definition.double.end.java.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "annotation.annotation-arguments.body.class.declaration.definition.end.java.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "long", + "color": "#569CD6", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.return-type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "privateMethod", + "color": "#FFFFFF", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "body.class.identifier.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "long", + "color": "#569CD6", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.identifier.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "b", + "color": "#FFFFFF", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "body.class.identifier.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " i ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " i ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "body.class.comparison.java.keyword.meta.method.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "9", + "color": "#B5CEA8", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " i", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "body.class.increment-decrement.java.keyword.meta.method.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.body.class.java.meta.method.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "System", + "color": "#569CD6", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "out", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.body.class.definition.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.body.class.definition.double.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Hello", + "color": "#CE9178", + "_t": "body.class.double.java.meta.method.method-call.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "body.class.definition.double.end.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.body.class.java.keyword.meta.method.method-call.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " i", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "body.class.definition.end.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.body.class.end.java.meta.method.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#7CA668", + "_t": "body.class.comment.java.leading.meta.punctuation.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "body.class.comment.definition.double-slash.java.line.meta.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "single line comment", + "color": "#7CA668", + "_t": "body.class.comment.double-slash.java.line.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@Test", + "color": "#569CD6", + "_t": "annotation.body.class.java.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.return-type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "someTests", + "color": "#FFFFFF", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "body.class.identifier.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " hex ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0x5", + "color": "#B5CEA8", + "_t": "body.class.constant.hex.java.meta.method.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Vector", + "color": "#569CD6", + "_t": "body.class.generic.java.meta.method.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " v ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "body.class.control.java.keyword.meta.method.new", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Vector", + "color": "#569CD6", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "class.end.java.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "package", + "color": "#569CD6", + "_t": "java.keyword.meta.other.package", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "java.meta.package", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#D4D4D4", + "_t": "java.meta.modifier.package.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier.package.java rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "java.meta.package.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "import.java.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "import.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "org", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": "junit", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": "Test", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "import.java.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "import.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "org", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": "junit", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": "runners", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier.import.java rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " * Multi line comment", + "color": "#608B4E", + "_t": "block.comment.java", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.comment.java", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "class.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.identifier.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.identifier.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "TestClass", + "color": "#4EC9B0", + "_t": "class.entity.identifier.java.meta.name.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.body.class.java.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "body.class.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "String", + "color": "#4EC9B0", + "_t": "body.class.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " aString", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*", + "color": "#608B4E", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t * @param args", + "color": "#608B4E", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t ", + "color": "#608B4E", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "void", + "color": "#4EC9B0", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#4EC9B0", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": "doSomething", + "color": "#DCDCAA", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#4EC9B0", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#9CDCFE", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "double", + "color": "#4EC9B0", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " b ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0.0", + "color": "#B5CEA8", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "double", + "color": "#4EC9B0", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " c ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10e3", + "color": "#B5CEA8", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "long", + "color": "#4EC9B0", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " l ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "134l", + "color": "#B5CEA8", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t * multiline comment", + "color": "#608B4E", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t ", + "color": "#608B4E", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@SuppressWarnings", + "color": "#4EC9B0", + "_t": "annotation.body.class.declaration.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "annotation.annotation-arguments.begin.body.class.declaration.definition.java.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "value", + "color": "#D4D4D4", + "_t": "annotation.body.class.constant.declaration.java.key.meta.other", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "annotation.assignment.body.class.declaration.java.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "annotation.begin.body.class.declaration.definition.double.java.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "aString", + "color": "#CE9178", + "_t": "annotation.body.class.declaration.double.java.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "annotation.body.class.declaration.definition.double.end.java.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "annotation.annotation-arguments.body.class.declaration.definition.end.java.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "long", + "color": "#4EC9B0", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#4EC9B0", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": "privateMethod", + "color": "#DCDCAA", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "long", + "color": "#4EC9B0", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#9CDCFE", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#4EC9B0", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " i ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " i ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "body.class.comparison.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "9", + "color": "#B5CEA8", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " i", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "body.class.increment-decrement.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "System", + "color": "#4EC9B0", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "out", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.body.class.definition.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.body.class.definition.double.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Hello", + "color": "#CE9178", + "_t": "body.class.double.java.meta.method.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "body.class.definition.double.end.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.body.class.java.keyword.meta.method.method-call.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " i", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "body.class.definition.end.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#608B4E", + "_t": "body.class.comment.java.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "body.class.comment.definition.double-slash.java.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "single line comment", + "color": "#608B4E", + "_t": "body.class.comment.double-slash.java.line.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@Test", + "color": "#4EC9B0", + "_t": "annotation.body.class.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "void", + "color": "#4EC9B0", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#4EC9B0", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": "someTests", + "color": "#DCDCAA", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#4EC9B0", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " hex ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0x5", + "color": "#B5CEA8", + "_t": "body.class.constant.hex.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Vector", + "color": "#4EC9B0", + "_t": "body.class.generic.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " v ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#C586C0", + "_t": "body.class.control.java.keyword.meta.method.new", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Vector", + "color": "#4EC9B0", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "class.end.java.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "package", + "color": "#0000FF", + "_t": "java.keyword.meta.other.package", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "java.meta.package", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#000000", + "_t": "java.meta.modifier.package.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier.package.java rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "java.meta.package.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "import.java.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "import.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "org", + "color": "#000000", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": "junit", + "color": "#000000", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": "Test", + "color": "#000000", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "import.java.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "import.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "org", + "color": "#000000", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": "junit", + "color": "#000000", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": "runners", + "color": "#000000", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier.import.java rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " * Multi line comment", + "color": "#008000", + "_t": "block.comment.java", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.comment.java", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "class.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.identifier.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.identifier.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "TestClass", + "color": "#267F99", + "_t": "class.entity.identifier.java.meta.name.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.body.class.java.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "body.class.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "String", + "color": "#267F99", + "_t": "body.class.java.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " aString", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*", + "color": "#008000", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t * @param args", + "color": "#008000", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t ", + "color": "#008000", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "void", + "color": "#267F99", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#267F99", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": "doSomething", + "color": "#795E26", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#267F99", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#001080", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "double", + "color": "#267F99", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " b ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0.0", + "color": "#09885A", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "double", + "color": "#267F99", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " c ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10e3", + "color": "#09885A", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "long", + "color": "#267F99", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " l ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "134l", + "color": "#09885A", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t * multiline comment", + "color": "#008000", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t ", + "color": "#008000", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@SuppressWarnings", + "color": "#267F99", + "_t": "annotation.body.class.declaration.java.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": "(", + "color": "#000000", + "_t": "annotation.annotation-arguments.begin.body.class.declaration.definition.java.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "value", + "color": "#000000", + "_t": "annotation.body.class.constant.declaration.java.key.meta.other", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "annotation.assignment.body.class.declaration.java.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "annotation.begin.body.class.declaration.definition.double.java.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "aString", + "color": "#A31515", + "_t": "annotation.body.class.declaration.double.java.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "annotation.body.class.declaration.definition.double.end.java.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "annotation.annotation-arguments.body.class.declaration.definition.end.java.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "long", + "color": "#267F99", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#267F99", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": "privateMethod", + "color": "#795E26", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "long", + "color": "#267F99", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#001080", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " (", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#267F99", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " i ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " i ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "body.class.comparison.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "9", + "color": "#09885A", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " i", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++", + "color": "#000000", + "_t": "body.class.increment-decrement.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.body.class.java.meta.method.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "System", + "color": "#267F99", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": ".", + "color": "#000000", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "out", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#000000", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.body.class.definition.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.body.class.definition.double.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Hello", + "color": "#A31515", + "_t": "body.class.double.java.meta.method.method-call.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "body.class.definition.double.end.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.body.class.java.keyword.meta.method.method-call.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " i", + "color": "#000000", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "body.class.definition.end.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.body.class.end.java.meta.method.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#008000", + "_t": "body.class.comment.java.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "body.class.comment.definition.double-slash.java.line.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "single line comment", + "color": "#008000", + "_t": "body.class.comment.double-slash.java.line.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@Test", + "color": "#267F99", + "_t": "annotation.body.class.java.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "void", + "color": "#267F99", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#267F99", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": "someTests", + "color": "#795E26", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "()", + "color": "#000000", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#267F99", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " hex ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0x5", + "color": "#09885A", + "_t": "body.class.constant.hex.java.meta.method.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Vector", + "color": "#267F99", + "_t": "body.class.generic.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " v ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#AF00DB", + "_t": "body.class.control.java.keyword.meta.method.new", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Vector", + "color": "#267F99", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": "()", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "body.class.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "class.end.java.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "package", + "color": "#98676A", + "_t": "java.keyword.meta.other.package", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "java.meta.package", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#98676A", + "_t": "java.meta.modifier.package.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "java.meta.package.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "import", + "color": "#98676A", + "_t": "import.java.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "import.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "org", + "color": "#98676A", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "junit", + "color": "#98676A", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "Test", + "color": "#98676A", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "import", + "color": "#98676A", + "_t": "import.java.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "import.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "org", + "color": "#98676A", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "junit", + "color": "#98676A", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "runners", + "color": "#98676A", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#98676A", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " * Multi line comment", + "color": "#A57A4C", + "_t": "block.comment.java", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "block.comment.java", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "public", + "color": "#98676A", + "_t": "class.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#98676A", + "_t": "class.identifier.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.identifier.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "TestClass", + "color": "#F06431", + "_t": "class.entity.identifier.java.meta.name.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.body.class.java.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "private", + "color": "#98676A", + "_t": "body.class.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "String", + "color": "#98676A", + "_t": "body.class.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " aString", + "color": "#D3AF86", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "body.class.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "*", + "color": "#A57A4C", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "\t * @param args", + "color": "#A57A4C", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "\t ", + "color": "#A57A4C", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "public", + "color": "#98676A", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "void", + "color": "#98676A", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "doSomething", + "color": "#F06431", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "int", + "color": "#98676A", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "double", + "color": "#98676A", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " b ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0.0", + "color": "#F79A32", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "double", + "color": "#98676A", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " c ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "10e3", + "color": "#F79A32", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "long", + "color": "#98676A", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " l ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "134l", + "color": "#F79A32", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "\t * multiline comment", + "color": "#A57A4C", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "\t ", + "color": "#A57A4C", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@SuppressWarnings", + "color": "#98676A", + "_t": "annotation.body.class.declaration.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "annotation.annotation-arguments.begin.body.class.declaration.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "value", + "color": "#F79A32", + "_t": "annotation.body.class.constant.declaration.java.key.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "annotation.assignment.body.class.declaration.java.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "annotation.begin.body.class.declaration.definition.double.java.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "aString", + "color": "#889B4A", + "_t": "annotation.body.class.declaration.double.java.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "annotation.body.class.declaration.definition.double.end.java.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "annotation.annotation-arguments.body.class.declaration.definition.end.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "private", + "color": "#98676A", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "long", + "color": "#98676A", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "privateMethod", + "color": "#F06431", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "long", + "color": "#98676A", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "b", + "color": "#DC3958", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "int", + "color": "#98676A", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " i ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " i ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "body.class.comparison.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "9", + "color": "#F79A32", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " i", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "++", + "color": "#D3AF86", + "_t": "body.class.increment-decrement.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ") ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.block.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "System", + "color": "#98676A", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "out", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "println", + "color": "#D3AF86", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.body.class.definition.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.body.class.definition.double.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Hello", + "color": "#889B4A", + "_t": "body.class.double.java.meta.method.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "body.class.definition.double.end.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "arithmetic.body.class.java.keyword.meta.method.method-call.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " i", + "color": "#D3AF86", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "body.class.definition.end.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "10", + "color": "#F79A32", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#A57A4C", + "_t": "body.class.comment.java.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "body.class.comment.definition.double-slash.java.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "single line comment", + "color": "#A57A4C", + "_t": "body.class.comment.double-slash.java.line.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@Test", + "color": "#98676A", + "_t": "annotation.body.class.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "public", + "color": "#98676A", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "void", + "color": "#98676A", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "someTests", + "color": "#F06431", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "int", + "color": "#98676A", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " hex ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0x5", + "color": "#F79A32", + "_t": "body.class.constant.hex.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Vector", + "color": "#98676A", + "_t": "body.class.generic.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " v ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "new", + "color": "#98676A", + "_t": "body.class.control.java.keyword.meta.method.new", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Vector", + "color": "#98676A", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "class.end.java.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "package", + "color": "#F92672", + "_t": "java.keyword.meta.other.package", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "java.meta.package", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#F92672", + "_t": "java.meta.modifier.package.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "java.meta.package.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "import", + "color": "#F92672", + "_t": "import.java.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "import.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "org", + "color": "#F92672", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": "junit", + "color": "#F92672", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": "Test", + "color": "#F92672", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "import", + "color": "#F92672", + "_t": "import.java.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "import.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "org", + "color": "#F92672", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": "junit", + "color": "#F92672", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": "runners", + "color": "#F92672", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " * Multi line comment", + "color": "#75715E", + "_t": "block.comment.java", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "block.comment.java", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "public", + "color": "#F92672", + "_t": "class.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#F92672", + "_t": "class.identifier.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.identifier.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "TestClass", + "color": "#A6E22E", + "_t": "class.entity.identifier.java.meta.name.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.body.class.java.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "private", + "color": "#F92672", + "_t": "body.class.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "String", + "color": "#66D9EF", + "_t": "body.class.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " aString", + "color": "#F8F8F2", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "body.class.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*", + "color": "#75715E", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\t * @param args", + "color": "#75715E", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\t ", + "color": "#75715E", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "public", + "color": "#F92672", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "void", + "color": "#66D9EF", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "doSomething", + "color": "#A6E22E", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "int", + "color": "#66D9EF", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#FD971F", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "double", + "color": "#66D9EF", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " b ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0.0", + "color": "#AE81FF", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "double", + "color": "#66D9EF", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " c ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "10e3", + "color": "#AE81FF", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "long", + "color": "#66D9EF", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " l ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "134l", + "color": "#AE81FF", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\t * multiline comment", + "color": "#75715E", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\t ", + "color": "#75715E", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@SuppressWarnings", + "color": "#66D9EF", + "_t": "annotation.body.class.declaration.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "annotation.annotation-arguments.begin.body.class.declaration.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "value", + "color": "#AE81FF", + "_t": "annotation.body.class.constant.declaration.java.key.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "annotation.assignment.body.class.declaration.java.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "annotation.begin.body.class.declaration.definition.double.java.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "aString", + "color": "#E6DB74", + "_t": "annotation.body.class.declaration.double.java.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "annotation.body.class.declaration.definition.double.end.java.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "annotation.annotation-arguments.body.class.declaration.definition.end.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "private", + "color": "#F92672", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "long", + "color": "#66D9EF", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "privateMethod", + "color": "#A6E22E", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "long", + "color": "#66D9EF", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "b", + "color": "#FD971F", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "int", + "color": "#66D9EF", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " i ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " i ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "body.class.comparison.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "9", + "color": "#AE81FF", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " i", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "++", + "color": "#F92672", + "_t": "body.class.increment-decrement.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ") ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "System", + "color": "#66D9EF", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "out", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "println", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.body.class.definition.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.body.class.definition.double.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Hello", + "color": "#E6DB74", + "_t": "body.class.double.java.meta.method.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "body.class.definition.double.end.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arithmetic.body.class.java.keyword.meta.method.method-call.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " i", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "body.class.definition.end.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "10", + "color": "#AE81FF", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "body.class.comment.java.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "body.class.comment.definition.double-slash.java.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "single line comment", + "color": "#75715E", + "_t": "body.class.comment.double-slash.java.line.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@Test", + "color": "#66D9EF", + "_t": "annotation.body.class.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "public", + "color": "#F92672", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "void", + "color": "#66D9EF", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "someTests", + "color": "#A6E22E", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "int", + "color": "#66D9EF", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " hex ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0x5", + "color": "#AE81FF", + "_t": "body.class.constant.hex.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Vector", + "color": "#66D9EF", + "_t": "body.class.generic.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " v ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "new", + "color": "#F92672", + "_t": "body.class.control.java.keyword.meta.method.new", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Vector", + "color": "#66D9EF", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "class.end.java.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "package", + "color": "#676867", + "_t": "java.keyword.meta.other.package", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "java.meta.package", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#9872A2", + "_t": "java.meta.modifier.package.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "java.meta.package.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "import", + "color": "#676867", + "_t": "import.java.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "import.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "org", + "color": "#9872A2", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#9872A2", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "junit", + "color": "#9872A2", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#9872A2", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "Test", + "color": "#9872A2", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "import", + "color": "#676867", + "_t": "import.java.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "import.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "org", + "color": "#9872A2", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#9872A2", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "junit", + "color": "#9872A2", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#9872A2", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "runners", + "color": "#9872A2", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#9872A2", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "*", + "color": "#9872A2", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " * Multi line comment", + "color": "#9A9B99", + "_t": "block.comment.java", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "block.comment.java", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "public", + "color": "#9872A2", + "_t": "class.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "class", + "color": "#9872A2", + "_t": "class.identifier.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.identifier.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "TestClass", + "color": "#9B0000", + "_t": "class.entity.identifier.java.meta.name.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.body.class.java.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "private", + "color": "#9872A2", + "_t": "body.class.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "String", + "color": "#9872A2", + "_t": "body.class.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " aString", + "color": "#C5C8C6", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "body.class.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*", + "color": "#9A9B99", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\t * @param args", + "color": "#9A9B99", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\t ", + "color": "#9A9B99", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "public", + "color": "#9872A2", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "void", + "color": "#9872A2", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "doSomething", + "color": "#CE6700", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "int", + "color": "#9872A2", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "double", + "color": "#9872A2", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " b ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0.0", + "color": "#6089B4", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "double", + "color": "#9872A2", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " c ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "10e3", + "color": "#6089B4", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "long", + "color": "#9872A2", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " l ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "134l", + "color": "#6089B4", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\t * multiline comment", + "color": "#9A9B99", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\t ", + "color": "#9A9B99", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@SuppressWarnings", + "color": "#9872A2", + "_t": "annotation.body.class.declaration.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "annotation.annotation-arguments.begin.body.class.declaration.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "value", + "color": "#8080FF", + "_t": "annotation.body.class.constant.declaration.java.key.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "annotation.assignment.body.class.declaration.java.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "annotation.begin.body.class.declaration.definition.double.java.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "aString", + "color": "#9AA83A", + "_t": "annotation.body.class.declaration.double.java.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "annotation.body.class.declaration.definition.double.end.java.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "annotation.annotation-arguments.body.class.declaration.definition.end.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "private", + "color": "#9872A2", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "long", + "color": "#9872A2", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "privateMethod", + "color": "#CE6700", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "long", + "color": "#9872A2", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "b", + "color": "#6089B4", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "int", + "color": "#9872A2", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " i ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " i ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "body.class.comparison.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "9", + "color": "#6089B4", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " i", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "++", + "color": "#676867", + "_t": "body.class.increment-decrement.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ") ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.block.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "System", + "color": "#9872A2", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#676867", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "out", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "println", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.body.class.definition.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.body.class.definition.double.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Hello", + "color": "#9AA83A", + "_t": "body.class.double.java.meta.method.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "body.class.definition.double.end.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "arithmetic.body.class.java.keyword.meta.method.method-call.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " i", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "body.class.definition.end.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "10", + "color": "#6089B4", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#9A9B99", + "_t": "body.class.comment.java.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "body.class.comment.definition.double-slash.java.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "single line comment", + "color": "#9A9B99", + "_t": "body.class.comment.double-slash.java.line.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@Test", + "color": "#9872A2", + "_t": "annotation.body.class.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "public", + "color": "#9872A2", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "void", + "color": "#9872A2", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "someTests", + "color": "#CE6700", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "int", + "color": "#9872A2", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " hex ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0x5", + "color": "#6089B4", + "_t": "body.class.constant.hex.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Vector", + "color": "#9872A2", + "_t": "body.class.generic.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " v ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "new", + "color": "#9872A2", + "_t": "body.class.control.java.keyword.meta.method.new", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Vector", + "color": "#9872A2", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "class.end.java.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "package", + "color": "#4B83CD", + "_t": "java.keyword.meta.other.package", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "java.meta.package", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo", + "color": "#4B83CD", + "_t": "java.meta.modifier.package.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": ";", + "color": "#777777", + "_t": "java.meta.package.punctuation.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "import", + "color": "#4B83CD", + "_t": "import.java.keyword.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "import.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "org", + "color": "#4B83CD", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": ".", + "color": "#434343", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "junit", + "color": "#4B83CD", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": ".", + "color": "#434343", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "Test", + "color": "#4B83CD", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": ";", + "color": "#777777", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "import", + "color": "#4B83CD", + "_t": "import.java.keyword.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "import.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "org", + "color": "#4B83CD", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": ".", + "color": "#434343", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "junit", + "color": "#4B83CD", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": ".", + "color": "#434343", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "runners", + "color": "#4B83CD", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": ".", + "color": "#434343", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "*", + "color": "#4B83CD", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": ";", + "color": "#777777", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " * Multi line comment", + "color": "#AAAAAA", + "_t": "block.comment.java", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#AAAAAA", + "_t": "block.comment.java", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "public", + "color": "#4B83CD", + "_t": "class.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "class", + "color": "#4B83CD", + "_t": "class.identifier.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.identifier.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "TestClass", + "color": "#7A3E9D", + "_t": "class.entity.identifier.java.meta.name.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.body.class.java.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "private", + "color": "#4B83CD", + "_t": "body.class.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "String", + "color": "#7A3E9D", + "_t": "body.class.java.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " aString", + "color": "#333333", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "body.class.java.meta.punctuation.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "*", + "color": "#AAAAAA", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "\t * @param args", + "color": "#AAAAAA", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "\t ", + "color": "#AAAAAA", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "public", + "color": "#4B83CD", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "void", + "color": "#7A3E9D", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "doSomething", + "color": "#AA3731", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "int", + "color": "#7A3E9D", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "a", + "color": "#7A3E9D", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#333333", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "double", + "color": "#7A3E9D", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " b ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0.0", + "color": "#AB6526", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "double", + "color": "#7A3E9D", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " c ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "10e3", + "color": "#AB6526", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "long", + "color": "#7A3E9D", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " l ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "134l", + "color": "#AB6526", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "\t * multiline comment", + "color": "#AAAAAA", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "\t ", + "color": "#AAAAAA", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@SuppressWarnings", + "color": "#7A3E9D", + "_t": "annotation.body.class.declaration.java.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#777777", + "_t": "annotation.annotation-arguments.begin.body.class.declaration.definition.java.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "value", + "color": "#AB6526", + "_t": "annotation.body.class.constant.declaration.java.key.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "annotation.assignment.body.class.declaration.java.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "annotation.begin.body.class.declaration.definition.double.java.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "aString", + "color": "#448C27", + "_t": "annotation.body.class.declaration.double.java.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "annotation.body.class.declaration.definition.double.end.java.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "annotation.annotation-arguments.body.class.declaration.definition.end.java.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "private", + "color": "#4B83CD", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "long", + "color": "#7A3E9D", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "privateMethod", + "color": "#AA3731", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "long", + "color": "#7A3E9D", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "b", + "color": "#7A3E9D", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#333333", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "int", + "color": "#7A3E9D", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " i ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " i ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "body.class.comparison.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "9", + "color": "#AB6526", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " i", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "++", + "color": "#777777", + "_t": "body.class.increment-decrement.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ") ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.block.body.class.java.meta.method.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "System", + "color": "#7A3E9D", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "out", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "println", + "color": "#333333", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.body.class.definition.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.body.class.definition.double.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Hello", + "color": "#448C27", + "_t": "body.class.double.java.meta.method.method-call.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "body.class.definition.double.end.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#777777", + "_t": "arithmetic.body.class.java.keyword.meta.method.method-call.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " i", + "color": "#333333", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "body.class.definition.end.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#777777", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.body.class.end.java.meta.method.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "10", + "color": "#AB6526", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#777777", + "_t": "body.class.comment.java.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "body.class.comment.definition.double-slash.java.line.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "single line comment", + "color": "#AAAAAA", + "_t": "body.class.comment.double-slash.java.line.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@Test", + "color": "#7A3E9D", + "_t": "annotation.body.class.java.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "public", + "color": "#4B83CD", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "void", + "color": "#7A3E9D", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "someTests", + "color": "#AA3731", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "()", + "color": "#333333", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "int", + "color": "#7A3E9D", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " hex ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0x5", + "color": "#AB6526", + "_t": "body.class.constant.hex.java.meta.method.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Vector", + "color": "#7A3E9D", + "_t": "body.class.generic.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " v ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "new", + "color": "#4B83CD", + "_t": "body.class.control.java.keyword.meta.method.new", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Vector", + "color": "#7A3E9D", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": "()", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "class.end.java.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "package", + "color": "#F12727", + "_t": "java.keyword.meta.other.package", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "java.meta.package", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#FF6262", + "_t": "java.meta.modifier.package.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "java.meta.package.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "import", + "color": "#F12727", + "_t": "import.java.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "import.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "org", + "color": "#FF6262", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": ".", + "color": "#FF6262", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "junit", + "color": "#FF6262", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": ".", + "color": "#FF6262", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "Test", + "color": "#FF6262", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "import", + "color": "#F12727", + "_t": "import.java.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "import.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "org", + "color": "#FF6262", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": ".", + "color": "#FF6262", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "junit", + "color": "#FF6262", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": ".", + "color": "#FF6262", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "runners", + "color": "#FF6262", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": ".", + "color": "#FF6262", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "*", + "color": "#FF6262", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " * Multi line comment", + "color": "#E7C0C0", + "_t": "block.comment.java", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "block.comment.java", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "public", + "color": "#FF6262", + "_t": "class.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "class", + "color": "#FF6262", + "_t": "class.identifier.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.identifier.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "TestClass", + "color": "#FEC758", + "_t": "class.entity.identifier.java.meta.name.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.body.class.java.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "private", + "color": "#FF6262", + "_t": "body.class.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "String", + "color": "#FF6262", + "_t": "body.class.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " aString", + "color": "#F8F8F8", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "body.class.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*", + "color": "#E7C0C0", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\t * @param args", + "color": "#E7C0C0", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\t ", + "color": "#E7C0C0", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "public", + "color": "#FF6262", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "void", + "color": "#FF6262", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "doSomething", + "color": "#FEC758", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "int", + "color": "#FF6262", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#FB9A4B", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "double", + "color": "#FF6262", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " b ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0.0", + "color": "#994646", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "double", + "color": "#FF6262", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " c ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "10e3", + "color": "#994646", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "long", + "color": "#FF6262", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " l ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "134l", + "color": "#994646", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\t * multiline comment", + "color": "#E7C0C0", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\t ", + "color": "#E7C0C0", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@SuppressWarnings", + "color": "#FF6262", + "_t": "annotation.body.class.declaration.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "annotation.annotation-arguments.begin.body.class.declaration.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "value", + "color": "#994646", + "_t": "annotation.body.class.constant.declaration.java.key.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "annotation.assignment.body.class.declaration.java.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "annotation.begin.body.class.declaration.definition.double.java.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "aString", + "color": "#CD8D8D", + "_t": "annotation.body.class.declaration.double.java.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "annotation.body.class.declaration.definition.double.end.java.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "annotation.annotation-arguments.body.class.declaration.definition.end.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "private", + "color": "#FF6262", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "long", + "color": "#FF6262", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "privateMethod", + "color": "#FEC758", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "long", + "color": "#FF6262", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "b", + "color": "#FB9A4B", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "int", + "color": "#FF6262", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " i ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " i ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "body.class.comparison.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "9", + "color": "#994646", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " i", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "++", + "color": "#F12727", + "_t": "body.class.increment-decrement.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ") ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.block.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "System", + "color": "#FF6262", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "out", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "println", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.body.class.definition.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.body.class.definition.double.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Hello", + "color": "#CD8D8D", + "_t": "body.class.double.java.meta.method.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "body.class.definition.double.end.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "arithmetic.body.class.java.keyword.meta.method.method-call.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " i", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "body.class.definition.end.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "10", + "color": "#994646", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#E7C0C0", + "_t": "body.class.comment.java.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "body.class.comment.definition.double-slash.java.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "single line comment", + "color": "#E7C0C0", + "_t": "body.class.comment.double-slash.java.line.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@Test", + "color": "#FF6262", + "_t": "annotation.body.class.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "public", + "color": "#FF6262", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "void", + "color": "#FF6262", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "someTests", + "color": "#FEC758", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "int", + "color": "#FF6262", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " hex ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0x5", + "color": "#994646", + "_t": "body.class.constant.hex.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Vector", + "color": "#FF6262", + "_t": "body.class.generic.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " v ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "new", + "color": "#F12727", + "_t": "body.class.control.java.keyword.meta.method.new", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Vector", + "color": "#FF6262", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "class.end.java.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "package", + "color": "#859900", + "_t": "java.keyword.meta.other.package", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "java.meta.package", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#93A1A1", + "_t": "java.meta.modifier.package.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "java.meta.package.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "import", + "color": "#859900", + "_t": "import.java.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "import.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "org", + "color": "#93A1A1", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "junit", + "color": "#93A1A1", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "Test", + "color": "#93A1A1", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "import", + "color": "#859900", + "_t": "import.java.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "import.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "org", + "color": "#93A1A1", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "junit", + "color": "#93A1A1", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "runners", + "color": "#93A1A1", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#93A1A1", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " * Multi line comment", + "color": "#657B83", + "_t": "block.comment.java", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "block.comment.java", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "public", + "color": "#93A1A1", + "_t": "class.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "class.identifier.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.identifier.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "TestClass", + "color": "#CB4B16", + "_t": "class.entity.identifier.java.meta.name.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.body.class.java.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "private", + "color": "#93A1A1", + "_t": "body.class.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "String", + "color": "#93A1A1", + "_t": "body.class.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " aString", + "color": "#93A1A1", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "body.class.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*", + "color": "#657B83", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\t * @param args", + "color": "#657B83", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\t ", + "color": "#657B83", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "public", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "void", + "color": "#93A1A1", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "doSomething", + "color": "#268BD2", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "int", + "color": "#93A1A1", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#93A1A1", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "double", + "color": "#93A1A1", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " b ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0.0", + "color": "#D33682", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "double", + "color": "#93A1A1", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " c ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "10e3", + "color": "#D33682", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "long", + "color": "#93A1A1", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " l ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "134l", + "color": "#D33682", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\t * multiline comment", + "color": "#657B83", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\t ", + "color": "#657B83", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@SuppressWarnings", + "color": "#93A1A1", + "_t": "annotation.body.class.declaration.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "annotation.annotation-arguments.begin.body.class.declaration.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "value", + "color": "#CB4B16", + "_t": "annotation.body.class.constant.declaration.java.key.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "annotation.assignment.body.class.declaration.java.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "annotation.begin.body.class.declaration.definition.double.java.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "aString", + "color": "#2AA198", + "_t": "annotation.body.class.declaration.double.java.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "annotation.body.class.declaration.definition.double.end.java.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "annotation.annotation-arguments.body.class.declaration.definition.end.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "private", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "long", + "color": "#93A1A1", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "privateMethod", + "color": "#268BD2", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "long", + "color": "#93A1A1", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "b", + "color": "#93A1A1", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "int", + "color": "#93A1A1", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " i ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " i ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "body.class.comparison.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "9", + "color": "#D33682", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " i", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "++", + "color": "#859900", + "_t": "body.class.increment-decrement.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ") ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.block.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "System", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "out", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "println", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.body.class.definition.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.body.class.definition.double.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Hello", + "color": "#2AA198", + "_t": "body.class.double.java.meta.method.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "body.class.definition.double.end.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.body.class.java.keyword.meta.method.method-call.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " i", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "body.class.definition.end.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#657B83", + "_t": "body.class.comment.java.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "body.class.comment.definition.double-slash.java.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "single line comment", + "color": "#657B83", + "_t": "body.class.comment.double-slash.java.line.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@Test", + "color": "#93A1A1", + "_t": "annotation.body.class.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "public", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "void", + "color": "#93A1A1", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "someTests", + "color": "#268BD2", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "int", + "color": "#93A1A1", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " hex ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0x5", + "color": "#D33682", + "_t": "body.class.constant.hex.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Vector", + "color": "#93A1A1", + "_t": "body.class.generic.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " v ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "new", + "color": "#859900", + "_t": "body.class.control.java.keyword.meta.method.new", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Vector", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "class.end.java.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "package", + "color": "#859900", + "_t": "java.keyword.meta.other.package", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "java.meta.package", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#073642", + "_t": "java.meta.modifier.package.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "java.meta.package.punctuation.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "import", + "color": "#859900", + "_t": "import.java.keyword.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "import.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "org", + "color": "#073642", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ".", + "color": "#073642", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "junit", + "color": "#073642", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ".", + "color": "#073642", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "Test", + "color": "#073642", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "import", + "color": "#859900", + "_t": "import.java.keyword.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "import.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "org", + "color": "#073642", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ".", + "color": "#073642", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "junit", + "color": "#073642", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ".", + "color": "#073642", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "runners", + "color": "#073642", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ".", + "color": "#073642", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "*", + "color": "#073642", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " * Multi line comment", + "color": "#93A1A1", + "_t": "block.comment.java", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.comment.java", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "public", + "color": "#073642", + "_t": "class.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#073642", + "_t": "class.identifier.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.identifier.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "TestClass", + "color": "#268BD2", + "_t": "class.entity.identifier.java.meta.name.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.body.class.java.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "private", + "color": "#073642", + "_t": "body.class.java.meta.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "String", + "color": "#073642", + "_t": "body.class.java.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " aString", + "color": "#586E75", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "body.class.java.meta.punctuation.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#93A1A1", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\t * @param args", + "color": "#93A1A1", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\t ", + "color": "#93A1A1", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "public", + "color": "#073642", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "void", + "color": "#073642", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "doSomething", + "color": "#268BD2", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "int", + "color": "#073642", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#586E75", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "double", + "color": "#073642", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " b ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0.0", + "color": "#D33682", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "double", + "color": "#073642", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " c ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "10e3", + "color": "#D33682", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "long", + "color": "#073642", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " l ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "134l", + "color": "#D33682", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\t * multiline comment", + "color": "#93A1A1", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\t ", + "color": "#93A1A1", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@SuppressWarnings", + "color": "#073642", + "_t": "annotation.body.class.declaration.java.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "annotation.annotation-arguments.begin.body.class.declaration.definition.java.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "value", + "color": "#CB4B16", + "_t": "annotation.body.class.constant.declaration.java.key.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "annotation.assignment.body.class.declaration.java.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "annotation.begin.body.class.declaration.definition.double.java.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "aString", + "color": "#2AA198", + "_t": "annotation.body.class.declaration.double.java.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "annotation.body.class.declaration.definition.double.end.java.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "annotation.annotation-arguments.body.class.declaration.definition.end.java.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "private", + "color": "#073642", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "long", + "color": "#073642", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "privateMethod", + "color": "#268BD2", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "long", + "color": "#073642", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "b", + "color": "#586E75", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "int", + "color": "#073642", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " i ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " i ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "body.class.comparison.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "9", + "color": "#D33682", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " i", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "++", + "color": "#859900", + "_t": "body.class.increment-decrement.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ") ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.block.body.class.java.meta.method.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "System", + "color": "#073642", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ".", + "color": "#859900", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "out", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "println", + "color": "#586E75", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.body.class.definition.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.body.class.definition.double.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Hello", + "color": "#2AA198", + "_t": "body.class.double.java.meta.method.method-call.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "body.class.definition.double.end.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.body.class.java.keyword.meta.method.method-call.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " i", + "color": "#586E75", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "body.class.definition.end.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.body.class.end.java.meta.method.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "body.class.comment.java.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "body.class.comment.definition.double-slash.java.line.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "single line comment", + "color": "#93A1A1", + "_t": "body.class.comment.double-slash.java.line.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@Test", + "color": "#073642", + "_t": "annotation.body.class.java.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "body.class.java.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "public", + "color": "#073642", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "void", + "color": "#073642", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "someTests", + "color": "#268BD2", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "int", + "color": "#073642", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " hex ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0x5", + "color": "#D33682", + "_t": "body.class.constant.hex.java.meta.method.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Vector", + "color": "#073642", + "_t": "body.class.generic.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " v ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "new", + "color": "#859900", + "_t": "body.class.control.java.keyword.meta.method.new", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Vector", + "color": "#073642", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "body.class.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "class.end.java.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "package", + "color": "#EBBBFF", + "_t": "java.keyword.meta.other.package", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "java.meta.package", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#EBBBFF", + "_t": "java.meta.modifier.package.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "java.meta.package.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "import", + "color": "#EBBBFF", + "_t": "import.java.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "import.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "org", + "color": "#EBBBFF", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "junit", + "color": "#EBBBFF", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "Test", + "color": "#EBBBFF", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "import", + "color": "#EBBBFF", + "_t": "import.java.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "import.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "org", + "color": "#EBBBFF", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "junit", + "color": "#EBBBFF", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "runners", + "color": "#EBBBFF", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "import.java.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#EBBBFF", + "_t": "import.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "import.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " * Multi line comment", + "color": "#7285B7", + "_t": "block.comment.java", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "block.comment.java", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.java.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "public", + "color": "#EBBBFF", + "_t": "class.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#EBBBFF", + "_t": "class.identifier.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.identifier.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "TestClass", + "color": "#FFEEAD", + "_t": "class.entity.identifier.java.meta.name.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.body.class.java.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#EBBBFF", + "_t": "body.class.java.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "String", + "color": "#EBBBFF", + "_t": "body.class.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " aString", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*", + "color": "#7285B7", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\t * @param args", + "color": "#7285B7", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\t ", + "color": "#7285B7", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#EBBBFF", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#EBBBFF", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "doSomething", + "color": "#BBDAFF", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#EBBBFF", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FFC58F", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "double", + "color": "#EBBBFF", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " b ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0.0", + "color": "#FFC58F", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "double", + "color": "#EBBBFF", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " c ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "10e3", + "color": "#FFC58F", + "_t": "body.class.constant.float.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "long", + "color": "#EBBBFF", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " l ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "134l", + "color": "#FFC58F", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\t * multiline comment", + "color": "#7285B7", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\t ", + "color": "#7285B7", + "_t": "block.body.class.comment.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.body.class.comment.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@SuppressWarnings", + "color": "#EBBBFF", + "_t": "annotation.body.class.declaration.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "annotation.annotation-arguments.begin.body.class.declaration.definition.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "value", + "color": "#FFFFFF", + "_t": "annotation.body.class.constant.declaration.java.key.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "annotation.assignment.body.class.declaration.java.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.body.class.declaration.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "annotation.begin.body.class.declaration.definition.double.java.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "aString", + "color": "#D1F1A9", + "_t": "annotation.body.class.declaration.double.java.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "annotation.body.class.declaration.definition.double.end.java.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "annotation.annotation-arguments.body.class.declaration.definition.end.java.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#EBBBFF", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "long", + "color": "#EBBBFF", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "privateMethod", + "color": "#BBDAFF", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "long", + "color": "#EBBBFF", + "_t": "array.body.class.identifier.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "b", + "color": "#FFC58F", + "_t": "body.class.identifier.java.meta.method.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#EBBBFF", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " i ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " i ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "body.class.comparison.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "9", + "color": "#FFC58F", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " i", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "++", + "color": "#FFFFFF", + "_t": "body.class.increment-decrement.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "System", + "color": "#EBBBFF", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": "out", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "body.class.dereference.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.body.class.definition.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.body.class.definition.double.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Hello", + "color": "#D1F1A9", + "_t": "body.class.double.java.meta.method.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "body.class.definition.double.end.java.meta.method.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#FFFFFF", + "_t": "arithmetic.body.class.java.keyword.meta.method.method-call.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " i", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "body.class.definition.end.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "body.class.control.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#FFC58F", + "_t": "body.class.constant.integer.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#7285B7", + "_t": "body.class.comment.java.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "body.class.comment.definition.double-slash.java.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "single line comment", + "color": "#7285B7", + "_t": "body.class.comment.double-slash.java.line.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@Test", + "color": "#EBBBFF", + "_t": "annotation.body.class.java.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#EBBBFF", + "_t": "body.class.java.meta.method.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#EBBBFF", + "_t": "array.body.class.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "someTests", + "color": "#BBDAFF", + "_t": "body.class.entity.function.identifier.java.meta.method.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "body.class.identifier.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.body.class.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#EBBBFF", + "_t": "array.body.class.java.meta.method.primitive.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " hex ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0x5", + "color": "#FFC58F", + "_t": "body.class.constant.hex.java.meta.method.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Vector", + "color": "#EBBBFF", + "_t": "body.class.generic.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " v ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.body.class.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#EBBBFF", + "_t": "body.class.control.java.keyword.meta.method.new", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Vector", + "color": "#EBBBFF", + "_t": "body.class.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method.punctuation.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "body.class.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "body.class.end.java.meta.method.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "class.end.java.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/basic.java.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/basic.java.result.patch new file mode 100644 index 000000000..799f6c9aa --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/basic.java.result.patch @@ -0,0 +1,199 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [ + { + "index": 7, + "content": ".", + "color": "#D3AF86", + "newColor": "#98676A" + }, + { + "index": 9, + "content": ".", + "color": "#D3AF86", + "newColor": "#98676A" + }, + { + "index": 15, + "content": ".", + "color": "#D3AF86", + "newColor": "#98676A" + }, + { + "index": 17, + "content": ".", + "color": "#D3AF86", + "newColor": "#98676A" + }, + { + "index": 19, + "content": ".", + "color": "#D3AF86", + "newColor": "#98676A" + }, + { + "index": 50, + "content": "doSomething", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 102, + "content": "privateMethod", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 161, + "content": "someTests", + "color": "#F06431", + "newColor": "#8AB1B0" + } + ], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [ + { + "index": 7, + "content": ".", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 9, + "content": ".", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 15, + "content": ".", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 17, + "content": ".", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 19, + "content": ".", + "color": "#434343", + "newColor": "#777777" + } + ], + "red": [], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [ + { + "index": 7, + "content": ".", + "color": "#FFFFFF", + "newColor": "#EBBBFF" + }, + { + "index": 9, + "content": ".", + "color": "#FFFFFF", + "newColor": "#EBBBFF" + }, + { + "index": 15, + "content": ".", + "color": "#FFFFFF", + "newColor": "#EBBBFF" + }, + { + "index": 17, + "content": ".", + "color": "#FFFFFF", + "newColor": "#EBBBFF" + }, + { + "index": 19, + "content": ".", + "color": "#FFFFFF", + "newColor": "#EBBBFF" + }, + { + "index": 61, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 68, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 75, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 91, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 114, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 119, + "content": "<", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 124, + "content": "++", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 129, + "content": ".", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 131, + "content": ".", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 138, + "content": "+", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 168, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 175, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/git-rebase-todo b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/git-rebase-todo new file mode 100644 index 000000000..3b6df1cd4 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/git-rebase-todo @@ -0,0 +1,15 @@ +pick 1fc6c95 Patch A +squash fa39187 Something to add to patch A +pick 7b36971 Something to move before patch B +pick 6b2481b Patch B +fixup c619268 A fix for Patch B +edit dd1475d Something I want to split +reword 4ca2acc i cant' typ goods + +# Commands: +# p, pick = use commit +# r, reword = use commit, but edit the commit message +# e, edit = use commit, but stop for amending +# s, squash = use commit, but meld into previous commit +# f, fixup = like "squash", but discard this commit's log message +# x, exec = run command (the rest of the line) using shell \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/git-rebase-todo.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/git-rebase-todo.result new file mode 100644 index 000000000..2cab7ba4f --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/git-rebase-todo.result @@ -0,0 +1,4146 @@ +{ + "abyss": [ + { + "content": "pick", + "color": "#9966B8", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1fc6c95", + "color": "#6688CC", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Patch A", + "color": "#6688CC", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "squash", + "color": "#9966B8", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fa39187", + "color": "#6688CC", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Something to add to patch A", + "color": "#6688CC", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "pick", + "color": "#9966B8", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "7b36971", + "color": "#6688CC", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Something to move before patch B", + "color": "#6688CC", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "pick", + "color": "#9966B8", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "6b2481b", + "color": "#6688CC", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Patch B", + "color": "#6688CC", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fixup", + "color": "#9966B8", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "c619268", + "color": "#6688CC", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "A fix for Patch B", + "color": "#6688CC", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "edit", + "color": "#9966B8", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "dd1475d", + "color": "#6688CC", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Something I want to split", + "color": "#6688CC", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "reword", + "color": "#9966B8", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "4ca2acc", + "color": "#6688CC", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i cant' typ goods", + "color": "#6688CC", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Commands:", + "color": "#223355", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " p, pick = use commit", + "color": "#223355", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " r, reword = use commit, but edit the commit message", + "color": "#223355", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " e, edit = use commit, but stop for amending", + "color": "#223355", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " s, squash = use commit, but meld into previous commit", + "color": "#223355", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " f, fixup = like \"squash\", but discard this commit's log message", + "color": "#223355", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " x, exec = run command (the rest of the line) using shell", + "color": "#223355", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + } + ], + "dark_vs": [ + { + "content": "pick", + "color": "#9CDCFE", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.function.git-rebase rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1fc6c95", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Patch A", + "color": "#D4D4D4", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "squash", + "color": "#9CDCFE", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.function.git-rebase rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fa39187", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Something to add to patch A", + "color": "#D4D4D4", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pick", + "color": "#9CDCFE", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.function.git-rebase rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "7b36971", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Something to move before patch B", + "color": "#D4D4D4", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pick", + "color": "#9CDCFE", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.function.git-rebase rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "6b2481b", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Patch B", + "color": "#D4D4D4", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fixup", + "color": "#9CDCFE", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.function.git-rebase rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "c619268", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "A fix for Patch B", + "color": "#D4D4D4", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "edit", + "color": "#9CDCFE", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.function.git-rebase rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dd1475d", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Something I want to split", + "color": "#D4D4D4", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "reword", + "color": "#9CDCFE", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.function.git-rebase rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4ca2acc", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i cant' typ goods", + "color": "#D4D4D4", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Commands:", + "color": "#608B4E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " p, pick = use commit", + "color": "#608B4E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " r, reword = use commit, but edit the commit message", + "color": "#608B4E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " e, edit = use commit, but stop for amending", + "color": "#608B4E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " s, squash = use commit, but meld into previous commit", + "color": "#608B4E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " f, fixup = like \"squash\", but discard this commit's log message", + "color": "#608B4E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " x, exec = run command (the rest of the line) using shell", + "color": "#608B4E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + } + ], + "light_vs": [ + { + "content": "pick", + "color": "#0451A5", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.function.git-rebase rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1fc6c95", + "color": "#09885A", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.sha.git-rebase rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Patch A", + "color": "#000000", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "squash", + "color": "#0451A5", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.function.git-rebase rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fa39187", + "color": "#09885A", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.sha.git-rebase rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Something to add to patch A", + "color": "#000000", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pick", + "color": "#0451A5", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.function.git-rebase rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "7b36971", + "color": "#09885A", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.sha.git-rebase rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Something to move before patch B", + "color": "#000000", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pick", + "color": "#0451A5", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.function.git-rebase rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "6b2481b", + "color": "#09885A", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.sha.git-rebase rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Patch B", + "color": "#000000", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fixup", + "color": "#0451A5", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.function.git-rebase rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "c619268", + "color": "#09885A", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.sha.git-rebase rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "A fix for Patch B", + "color": "#000000", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "edit", + "color": "#0451A5", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.function.git-rebase rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dd1475d", + "color": "#09885A", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.sha.git-rebase rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Something I want to split", + "color": "#000000", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "reword", + "color": "#0451A5", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.function.git-rebase rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4ca2acc", + "color": "#09885A", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.sha.git-rebase rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i cant' typ goods", + "color": "#000000", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Commands:", + "color": "#008000", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " p, pick = use commit", + "color": "#008000", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " r, reword = use commit, but edit the commit message", + "color": "#008000", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " e, edit = use commit, but stop for amending", + "color": "#008000", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " s, squash = use commit, but meld into previous commit", + "color": "#008000", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " f, fixup = like \"squash\", but discard this commit's log message", + "color": "#008000", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " x, exec = run command (the rest of the line) using shell", + "color": "#008000", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + } + ], + "hc_black": [ + { + "content": "pick", + "color": "#D4D4D4", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.function.git-rebase rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1fc6c95", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Patch A", + "color": "#FFFFFF", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "squash", + "color": "#D4D4D4", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.function.git-rebase rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fa39187", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Something to add to patch A", + "color": "#FFFFFF", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "pick", + "color": "#D4D4D4", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.function.git-rebase rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "7b36971", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Something to move before patch B", + "color": "#FFFFFF", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "pick", + "color": "#D4D4D4", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.function.git-rebase rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "6b2481b", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Patch B", + "color": "#FFFFFF", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fixup", + "color": "#D4D4D4", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.function.git-rebase rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "c619268", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "A fix for Patch B", + "color": "#FFFFFF", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "edit", + "color": "#D4D4D4", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.function.git-rebase rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "dd1475d", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Something I want to split", + "color": "#FFFFFF", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "reword", + "color": "#D4D4D4", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.function.git-rebase rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "4ca2acc", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i cant' typ goods", + "color": "#FFFFFF", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Commands:", + "color": "#7CA668", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " p, pick = use commit", + "color": "#7CA668", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " r, reword = use commit, but edit the commit message", + "color": "#7CA668", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " e, edit = use commit, but stop for amending", + "color": "#7CA668", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " s, squash = use commit, but meld into previous commit", + "color": "#7CA668", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " f, fixup = like \"squash\", but discard this commit's log message", + "color": "#7CA668", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " x, exec = run command (the rest of the line) using shell", + "color": "#7CA668", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + } + ], + "dark_plus": [ + { + "content": "pick", + "color": "#9CDCFE", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function.git-rebase rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1fc6c95", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Patch A", + "color": "#D4D4D4", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "squash", + "color": "#9CDCFE", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function.git-rebase rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fa39187", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Something to add to patch A", + "color": "#D4D4D4", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pick", + "color": "#9CDCFE", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function.git-rebase rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "7b36971", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Something to move before patch B", + "color": "#D4D4D4", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pick", + "color": "#9CDCFE", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function.git-rebase rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "6b2481b", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Patch B", + "color": "#D4D4D4", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fixup", + "color": "#9CDCFE", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function.git-rebase rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "c619268", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "A fix for Patch B", + "color": "#D4D4D4", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "edit", + "color": "#9CDCFE", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function.git-rebase rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dd1475d", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Something I want to split", + "color": "#D4D4D4", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "reword", + "color": "#9CDCFE", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function.git-rebase rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4ca2acc", + "color": "#B5CEA8", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.sha.git-rebase rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i cant' typ goods", + "color": "#D4D4D4", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Commands:", + "color": "#608B4E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " p, pick = use commit", + "color": "#608B4E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " r, reword = use commit, but edit the commit message", + "color": "#608B4E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " e, edit = use commit, but stop for amending", + "color": "#608B4E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " s, squash = use commit, but meld into previous commit", + "color": "#608B4E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " f, fixup = like \"squash\", but discard this commit's log message", + "color": "#608B4E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " x, exec = run command (the rest of the line) using shell", + "color": "#608B4E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + } + ], + "light_plus": [ + { + "content": "pick", + "color": "#0451A5", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function.git-rebase rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1fc6c95", + "color": "#09885A", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.sha.git-rebase rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Patch A", + "color": "#000000", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "squash", + "color": "#0451A5", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function.git-rebase rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fa39187", + "color": "#09885A", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.sha.git-rebase rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Something to add to patch A", + "color": "#000000", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pick", + "color": "#0451A5", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function.git-rebase rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "7b36971", + "color": "#09885A", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.sha.git-rebase rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Something to move before patch B", + "color": "#000000", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pick", + "color": "#0451A5", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function.git-rebase rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "6b2481b", + "color": "#09885A", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.sha.git-rebase rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Patch B", + "color": "#000000", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fixup", + "color": "#0451A5", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function.git-rebase rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "c619268", + "color": "#09885A", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.sha.git-rebase rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "A fix for Patch B", + "color": "#000000", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "edit", + "color": "#0451A5", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function.git-rebase rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dd1475d", + "color": "#09885A", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.sha.git-rebase rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Something I want to split", + "color": "#000000", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "reword", + "color": "#0451A5", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function.git-rebase rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4ca2acc", + "color": "#09885A", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.sha.git-rebase rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i cant' typ goods", + "color": "#000000", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Commands:", + "color": "#008000", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " p, pick = use commit", + "color": "#008000", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " r, reword = use commit, but edit the commit message", + "color": "#008000", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " e, edit = use commit, but stop for amending", + "color": "#008000", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " s, squash = use commit, but meld into previous commit", + "color": "#008000", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " f, fixup = like \"squash\", but discard this commit's log message", + "color": "#008000", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " x, exec = run command (the rest of the line) using shell", + "color": "#008000", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + } + ], + "kimbie_dark": [ + { + "content": "pick", + "color": "#7E602C", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1fc6c95", + "color": "#F79A32", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Patch A", + "color": "#D3AF86", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "squash", + "color": "#7E602C", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fa39187", + "color": "#F79A32", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Something to add to patch A", + "color": "#D3AF86", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "pick", + "color": "#7E602C", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "7b36971", + "color": "#F79A32", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Something to move before patch B", + "color": "#D3AF86", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "pick", + "color": "#7E602C", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "6b2481b", + "color": "#F79A32", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Patch B", + "color": "#D3AF86", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fixup", + "color": "#7E602C", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "c619268", + "color": "#F79A32", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "A fix for Patch B", + "color": "#D3AF86", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "edit", + "color": "#7E602C", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "dd1475d", + "color": "#F79A32", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Something I want to split", + "color": "#D3AF86", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "reword", + "color": "#7E602C", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "4ca2acc", + "color": "#F79A32", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i cant' typ goods", + "color": "#D3AF86", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Commands:", + "color": "#A57A4C", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " p, pick = use commit", + "color": "#A57A4C", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " r, reword = use commit, but edit the commit message", + "color": "#A57A4C", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " e, edit = use commit, but stop for amending", + "color": "#A57A4C", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " s, squash = use commit, but meld into previous commit", + "color": "#A57A4C", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " f, fixup = like \"squash\", but discard this commit's log message", + "color": "#A57A4C", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " x, exec = run command (the rest of the line) using shell", + "color": "#A57A4C", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + } + ], + "monokai": [ + { + "content": "pick", + "color": "#66D9EF", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1fc6c95", + "color": "#F8F8F2", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Patch A", + "color": "#F8F8F2", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "squash", + "color": "#66D9EF", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fa39187", + "color": "#F8F8F2", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Something to add to patch A", + "color": "#F8F8F2", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "pick", + "color": "#66D9EF", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "7b36971", + "color": "#F8F8F2", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Something to move before patch B", + "color": "#F8F8F2", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "pick", + "color": "#66D9EF", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "6b2481b", + "color": "#F8F8F2", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Patch B", + "color": "#F8F8F2", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fixup", + "color": "#66D9EF", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "c619268", + "color": "#F8F8F2", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "A fix for Patch B", + "color": "#F8F8F2", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "edit", + "color": "#66D9EF", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "dd1475d", + "color": "#F8F8F2", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Something I want to split", + "color": "#F8F8F2", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "reword", + "color": "#66D9EF", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "4ca2acc", + "color": "#F8F8F2", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i cant' typ goods", + "color": "#F8F8F2", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Commands:", + "color": "#75715E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " p, pick = use commit", + "color": "#75715E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " r, reword = use commit, but edit the commit message", + "color": "#75715E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " e, edit = use commit, but stop for amending", + "color": "#75715E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " s, squash = use commit, but meld into previous commit", + "color": "#75715E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " f, fixup = like \"squash\", but discard this commit's log message", + "color": "#75715E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " x, exec = run command (the rest of the line) using shell", + "color": "#75715E", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + } + ], + "monokai_dimmed": [ + { + "content": "pick", + "color": "#9872A2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1fc6c95", + "color": "#C5C8C6", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Patch A", + "color": "#C5C8C6", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "squash", + "color": "#9872A2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "fa39187", + "color": "#C5C8C6", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Something to add to patch A", + "color": "#C5C8C6", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "pick", + "color": "#9872A2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "7b36971", + "color": "#C5C8C6", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Something to move before patch B", + "color": "#C5C8C6", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "pick", + "color": "#9872A2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "6b2481b", + "color": "#C5C8C6", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Patch B", + "color": "#C5C8C6", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "fixup", + "color": "#9872A2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "c619268", + "color": "#C5C8C6", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "A fix for Patch B", + "color": "#C5C8C6", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "edit", + "color": "#9872A2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "dd1475d", + "color": "#C5C8C6", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Something I want to split", + "color": "#C5C8C6", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "reword", + "color": "#9872A2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "4ca2acc", + "color": "#C5C8C6", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i cant' typ goods", + "color": "#C5C8C6", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Commands:", + "color": "#9A9B99", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " p, pick = use commit", + "color": "#9A9B99", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " r, reword = use commit, but edit the commit message", + "color": "#9A9B99", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " e, edit = use commit, but stop for amending", + "color": "#9A9B99", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " s, squash = use commit, but meld into previous commit", + "color": "#9A9B99", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " f, fixup = like \"squash\", but discard this commit's log message", + "color": "#9A9B99", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " x, exec = run command (the rest of the line) using shell", + "color": "#9A9B99", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + } + ], + "quietlight": [ + { + "content": "pick", + "color": "#AA3731", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1fc6c95", + "color": "#AB6526", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Patch A", + "color": "#333333", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "squash", + "color": "#AA3731", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "fa39187", + "color": "#AB6526", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Something to add to patch A", + "color": "#333333", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "pick", + "color": "#AA3731", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "7b36971", + "color": "#AB6526", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Something to move before patch B", + "color": "#333333", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "pick", + "color": "#AA3731", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "6b2481b", + "color": "#AB6526", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Patch B", + "color": "#333333", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "fixup", + "color": "#AA3731", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "c619268", + "color": "#AB6526", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "A fix for Patch B", + "color": "#333333", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "edit", + "color": "#AA3731", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "dd1475d", + "color": "#AB6526", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Something I want to split", + "color": "#333333", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "reword", + "color": "#AA3731", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "4ca2acc", + "color": "#AB6526", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i cant' typ goods", + "color": "#333333", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Commands:", + "color": "#AAAAAA", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " p, pick = use commit", + "color": "#AAAAAA", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " r, reword = use commit, but edit the commit message", + "color": "#AAAAAA", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " e, edit = use commit, but stop for amending", + "color": "#AAAAAA", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " s, squash = use commit, but meld into previous commit", + "color": "#AAAAAA", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " f, fixup = like \"squash\", but discard this commit's log message", + "color": "#AAAAAA", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " x, exec = run command (the rest of the line) using shell", + "color": "#AAAAAA", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + } + ], + "red": [ + { + "content": "pick", + "color": "#FFB454", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1fc6c95", + "color": "#994646", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Patch A", + "color": "#F8F8F8", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "squash", + "color": "#FFB454", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fa39187", + "color": "#994646", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Something to add to patch A", + "color": "#F8F8F8", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "pick", + "color": "#FFB454", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "7b36971", + "color": "#994646", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Something to move before patch B", + "color": "#F8F8F8", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "pick", + "color": "#FFB454", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "6b2481b", + "color": "#994646", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Patch B", + "color": "#F8F8F8", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fixup", + "color": "#FFB454", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "c619268", + "color": "#994646", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "A fix for Patch B", + "color": "#F8F8F8", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "edit", + "color": "#FFB454", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "dd1475d", + "color": "#994646", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Something I want to split", + "color": "#F8F8F8", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "reword", + "color": "#FFB454", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "4ca2acc", + "color": "#994646", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i cant' typ goods", + "color": "#F8F8F8", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Commands:", + "color": "#E7C0C0", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " p, pick = use commit", + "color": "#E7C0C0", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " r, reword = use commit, but edit the commit message", + "color": "#E7C0C0", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " e, edit = use commit, but stop for amending", + "color": "#E7C0C0", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " s, squash = use commit, but meld into previous commit", + "color": "#E7C0C0", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " f, fixup = like \"squash\", but discard this commit's log message", + "color": "#E7C0C0", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " x, exec = run command (the rest of the line) using shell", + "color": "#E7C0C0", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + } + ], + "solarized_dark": [ + { + "content": "pick", + "color": "#268BD2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1fc6c95", + "color": "#93A1A1", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Patch A", + "color": "#93A1A1", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "squash", + "color": "#268BD2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fa39187", + "color": "#93A1A1", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Something to add to patch A", + "color": "#93A1A1", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "pick", + "color": "#268BD2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "7b36971", + "color": "#93A1A1", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Something to move before patch B", + "color": "#93A1A1", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "pick", + "color": "#268BD2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "6b2481b", + "color": "#93A1A1", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Patch B", + "color": "#93A1A1", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fixup", + "color": "#268BD2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "c619268", + "color": "#93A1A1", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "A fix for Patch B", + "color": "#93A1A1", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "edit", + "color": "#268BD2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "dd1475d", + "color": "#93A1A1", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Something I want to split", + "color": "#93A1A1", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "reword", + "color": "#268BD2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "4ca2acc", + "color": "#93A1A1", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i cant' typ goods", + "color": "#93A1A1", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Commands:", + "color": "#657B83", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " p, pick = use commit", + "color": "#657B83", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " r, reword = use commit, but edit the commit message", + "color": "#657B83", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " e, edit = use commit, but stop for amending", + "color": "#657B83", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " s, squash = use commit, but meld into previous commit", + "color": "#657B83", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " f, fixup = like \"squash\", but discard this commit's log message", + "color": "#657B83", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " x, exec = run command (the rest of the line) using shell", + "color": "#657B83", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + } + ], + "solarized_light": [ + { + "content": "pick", + "color": "#268BD2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1fc6c95", + "color": "#586E75", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Patch A", + "color": "#586E75", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "squash", + "color": "#268BD2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fa39187", + "color": "#586E75", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Something to add to patch A", + "color": "#586E75", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "pick", + "color": "#268BD2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "7b36971", + "color": "#586E75", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Something to move before patch B", + "color": "#586E75", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "pick", + "color": "#268BD2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "6b2481b", + "color": "#586E75", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Patch B", + "color": "#586E75", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fixup", + "color": "#268BD2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "c619268", + "color": "#586E75", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "A fix for Patch B", + "color": "#586E75", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "edit", + "color": "#268BD2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "dd1475d", + "color": "#586E75", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Something I want to split", + "color": "#586E75", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "reword", + "color": "#268BD2", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "4ca2acc", + "color": "#586E75", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i cant' typ goods", + "color": "#586E75", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Commands:", + "color": "#93A1A1", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " p, pick = use commit", + "color": "#93A1A1", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " r, reword = use commit, but edit the commit message", + "color": "#93A1A1", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " e, edit = use commit, but stop for amending", + "color": "#93A1A1", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " s, squash = use commit, but meld into previous commit", + "color": "#93A1A1", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " f, fixup = like \"squash\", but discard this commit's log message", + "color": "#93A1A1", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " x, exec = run command (the rest of the line) using shell", + "color": "#93A1A1", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + } + ], + "tomorrow_night_blue": [ + { + "content": "pick", + "color": "#BBDAFF", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1fc6c95", + "color": "#FFFFFF", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Patch A", + "color": "#FFFFFF", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "squash", + "color": "#BBDAFF", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "fa39187", + "color": "#FFFFFF", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Something to add to patch A", + "color": "#FFFFFF", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "pick", + "color": "#BBDAFF", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "7b36971", + "color": "#FFFFFF", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Something to move before patch B", + "color": "#FFFFFF", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "pick", + "color": "#BBDAFF", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "6b2481b", + "color": "#FFFFFF", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Patch B", + "color": "#FFFFFF", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "fixup", + "color": "#BBDAFF", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "c619268", + "color": "#FFFFFF", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "A fix for Patch B", + "color": "#FFFFFF", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "edit", + "color": "#BBDAFF", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "dd1475d", + "color": "#FFFFFF", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Something I want to split", + "color": "#FFFFFF", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "reword", + "color": "#BBDAFF", + "_t": "commit-command.function.git-rebase.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "4ca2acc", + "color": "#FFFFFF", + "_t": "commit-command.constant.git-rebase.meta.sha", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "commit-command.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i cant' typ goods", + "color": "#FFFFFF", + "_t": "commit-command.commit-message.git-rebase.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Commands:", + "color": "#7285B7", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " p, pick = use commit", + "color": "#7285B7", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " r, reword = use commit, but edit the commit message", + "color": "#7285B7", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " e, edit = use commit, but stop for amending", + "color": "#7285B7", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " s, squash = use commit, but meld into previous commit", + "color": "#7285B7", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " f, fixup = like \"squash\", but discard this commit's log message", + "color": "#7285B7", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.git-rebase.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " x, exec = run command (the rest of the line) using shell", + "color": "#7285B7", + "_t": "comment.git-rebase.line.number-sign", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-1550.yaml b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-1550.yaml new file mode 100644 index 000000000..b8a82c8ff --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-1550.yaml @@ -0,0 +1,4 @@ +test1 : dsd +test2 : abc-def +test-3 : abcdef +test-4 : abc-def \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-1550.yaml.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-1550.yaml.result new file mode 100644 index 000000000..fbd187160 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-1550.yaml.result @@ -0,0 +1,1710 @@ +{ + "abyss": [ + { + "content": "test1", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "dsd", + "color": "#22AA44", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "test2", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "abc-def", + "color": "#22AA44", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "test-3", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "abcdef", + "color": "#22AA44", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "test-4", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "abc-def", + "color": "#22AA44", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + } + ], + "dark_vs": [ + { + "content": "test1", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dsd", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "test2", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "abc-def", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "test-3", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "abcdef", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "test-4", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "abc-def", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + } + ], + "light_vs": [ + { + "content": "test1", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dsd", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "test2", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "abc-def", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "test-3", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "abcdef", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "test-4", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "abc-def", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + } + ], + "hc_black": [ + { + "content": "test1", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "dsd", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "test2", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "abc-def", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "test-3", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "abcdef", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "test-4", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "abc-def", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + ], + "dark_plus": [ + { + "content": "test1", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dsd", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "test2", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "abc-def", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "test-3", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "abcdef", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "test-4", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "abc-def", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + } + ], + "light_plus": [ + { + "content": "test1", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dsd", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "test2", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "abc-def", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "test-3", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "abcdef", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "test-4", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "abc-def", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + } + ], + "kimbie_dark": [ + { + "content": "test1", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "dsd", + "color": "#889B4A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "test2", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "abc-def", + "color": "#889B4A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "test-3", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "abcdef", + "color": "#889B4A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "test-4", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "abc-def", + "color": "#889B4A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + } + ], + "monokai": [ + { + "content": "test1", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "dsd", + "color": "#E6DB74", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "test2", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "abc-def", + "color": "#E6DB74", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "test-3", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "abcdef", + "color": "#E6DB74", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "test-4", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "abc-def", + "color": "#E6DB74", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + } + ], + "monokai_dimmed": [ + { + "content": "test1", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "dsd", + "color": "#9AA83A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "test2", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "abc-def", + "color": "#9AA83A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "test-3", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "abcdef", + "color": "#9AA83A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "test-4", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "abc-def", + "color": "#9AA83A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + } + ], + "quietlight": [ + { + "content": "test1", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "dsd", + "color": "#448C27", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "test2", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "abc-def", + "color": "#448C27", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "test-3", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "abcdef", + "color": "#448C27", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "test-4", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "abc-def", + "color": "#448C27", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + } + ], + "red": [ + { + "content": "test1", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "dsd", + "color": "#CD8D8D", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "test2", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "abc-def", + "color": "#CD8D8D", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "test-3", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "abcdef", + "color": "#CD8D8D", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "test-4", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "abc-def", + "color": "#CD8D8D", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + } + ], + "solarized_dark": [ + { + "content": "test1", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "dsd", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "test2", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "abc-def", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "test-3", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "abcdef", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "test-4", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "abc-def", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + } + ], + "solarized_light": [ + { + "content": "test1", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "dsd", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "test2", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "abc-def", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "test-3", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "abcdef", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "test-4", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "abc-def", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + } + ], + "tomorrow_night_blue": [ + { + "content": "test1", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "dsd", + "color": "#D1F1A9", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "test2", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "abc-def", + "color": "#D1F1A9", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "test-3", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "abcdef", + "color": "#D1F1A9", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "test-4", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "abc-def", + "color": "#D1F1A9", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-1550.yaml.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-1550.yaml.result.patch new file mode 100644 index 000000000..51ee719c1 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-1550.yaml.result.patch @@ -0,0 +1,65 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [], + "red": [ + { + "index": 0, + "content": "t", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 0, + "content": "est1", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 5, + "content": "t", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 5, + "content": "est2", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 10, + "content": "t", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 10, + "content": "est-3", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 15, + "content": "t", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 15, + "content": "est-4", + "color": "#CD8D8D", + "newColor": "#FEC758" + } + ], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-4008.yaml b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-4008.yaml new file mode 100644 index 000000000..da02551f2 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-4008.yaml @@ -0,0 +1,4 @@ +- blue: a="brown,not_brown" +- not_blue: foo +- blue: foo="}" +- not_blue: 1 \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-4008.yaml.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-4008.yaml.result new file mode 100644 index 000000000..d6b931f1d --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-4008.yaml.result @@ -0,0 +1,1710 @@ +{ + "abyss": [ + { + "content": "- ", + "color": "#6688CC", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "blue", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a=\"brown,not_brown\"", + "color": "#22AA44", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "- ", + "color": "#6688CC", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "not_blue", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#22AA44", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "- ", + "color": "#6688CC", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "blue", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo=\"}\"", + "color": "#22AA44", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "- ", + "color": "#6688CC", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "not_blue", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + } + ], + "dark_vs": [ + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "blue", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a=\"brown,not_brown\"", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "not_blue", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "blue", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo=\"}\"", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "not_blue", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + } + ], + "light_vs": [ + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "blue", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a=\"brown,not_brown\"", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "not_blue", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "blue", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo=\"}\"", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "not_blue", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + } + ], + "hc_black": [ + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "blue", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "a=\"brown,not_brown\"", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "not_blue", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "blue", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo=\"}\"", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "not_blue", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.integer.numeric.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + } + ], + "dark_plus": [ + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "blue", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a=\"brown,not_brown\"", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "not_blue", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "blue", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo=\"}\"", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "not_blue", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + } + ], + "light_plus": [ + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "blue", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a=\"brown,not_brown\"", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "not_blue", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "blue", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo=\"}\"", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "not_blue", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + } + ], + "kimbie_dark": [ + { + "content": "- ", + "color": "#D3AF86", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "blue", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a=\"brown,not_brown\"", + "color": "#889B4A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "- ", + "color": "#D3AF86", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "not_blue", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#889B4A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "- ", + "color": "#D3AF86", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "blue", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo=\"}\"", + "color": "#889B4A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "- ", + "color": "#D3AF86", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "not_blue", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + } + ], + "monokai": [ + { + "content": "- ", + "color": "#F8F8F2", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "blue", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a=\"brown,not_brown\"", + "color": "#E6DB74", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "- ", + "color": "#F8F8F2", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "not_blue", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#E6DB74", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "- ", + "color": "#F8F8F2", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "blue", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo=\"}\"", + "color": "#E6DB74", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "- ", + "color": "#F8F8F2", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "not_blue", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + } + ], + "monokai_dimmed": [ + { + "content": "- ", + "color": "#C5C8C6", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "blue", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a=\"brown,not_brown\"", + "color": "#9AA83A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "- ", + "color": "#C5C8C6", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "not_blue", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#9AA83A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "- ", + "color": "#C5C8C6", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "blue", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo=\"}\"", + "color": "#9AA83A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "- ", + "color": "#C5C8C6", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "not_blue", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + } + ], + "quietlight": [ + { + "content": "- ", + "color": "#777777", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "blue", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "a=\"brown,not_brown\"", + "color": "#448C27", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "- ", + "color": "#777777", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "not_blue", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo", + "color": "#448C27", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "- ", + "color": "#777777", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "blue", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo=\"}\"", + "color": "#448C27", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "- ", + "color": "#777777", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "not_blue", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + } + ], + "red": [ + { + "content": "- ", + "color": "#F8F8F8", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "blue", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a=\"brown,not_brown\"", + "color": "#CD8D8D", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "- ", + "color": "#F8F8F8", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "not_blue", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#CD8D8D", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "- ", + "color": "#F8F8F8", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "blue", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo=\"}\"", + "color": "#CD8D8D", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "- ", + "color": "#F8F8F8", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "not_blue", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + } + ], + "solarized_dark": [ + { + "content": "- ", + "color": "#93A1A1", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "blue", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a=\"brown,not_brown\"", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "- ", + "color": "#93A1A1", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "not_blue", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "- ", + "color": "#93A1A1", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "blue", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo=\"}\"", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "- ", + "color": "#93A1A1", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "not_blue", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + } + ], + "solarized_light": [ + { + "content": "- ", + "color": "#586E75", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "blue", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a=\"brown,not_brown\"", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "- ", + "color": "#586E75", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "not_blue", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "- ", + "color": "#586E75", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "blue", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo=\"}\"", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "- ", + "color": "#586E75", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "not_blue", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + } + ], + "tomorrow_night_blue": [ + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "blue", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a=\"brown,not_brown\"", + "color": "#D1F1A9", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "not_blue", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#D1F1A9", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "blue", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo=\"}\"", + "color": "#D1F1A9", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "not_blue", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-4008.yaml.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-4008.yaml.result.patch new file mode 100644 index 000000000..c314c539e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-4008.yaml.result.patch @@ -0,0 +1,65 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [], + "red": [ + { + "index": 1, + "content": "b", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 1, + "content": "lue", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 6, + "content": "n", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 6, + "content": "ot_blue", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 11, + "content": "b", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 11, + "content": "lue", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 16, + "content": "n", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 16, + "content": "ot_blue", + "color": "#CD8D8D", + "newColor": "#FEC758" + } + ], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-6303.yaml b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-6303.yaml new file mode 100644 index 000000000..b325af0da --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-6303.yaml @@ -0,0 +1,9 @@ +swagger: '2.0' +info: + description: 'The API Management Service API defines an updated and refined version + of the concepts currently known as Developer, APP, and API Product in Edge. Of + note is the introduction of the API concept, missing previously from Edge + + ' + title: API Management Service API + version: initial \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-6303.yaml.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-6303.yaml.result new file mode 100644 index 000000000..71e4dbd5e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-6303.yaml.result @@ -0,0 +1,2382 @@ +{ + "abyss": [ + { + "content": "swagger", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "2.0", + "color": "#22AA44", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "info", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "description", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "The API Management Service API defines an updated and refined version", + "color": "#22AA44", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " of the concepts currently known as Developer, APP, and API Product in Edge. Of", + "color": "#22AA44", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " note is the introduction of the API concept, missing previously from Edge", + "color": "#22AA44", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#22AA44", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "title", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "API Management Service API", + "color": "#22AA44", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "version", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "initial", + "color": "#22AA44", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + } + ], + "dark_vs": [ + { + "content": "swagger", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "2.0", + "color": "#CE9178", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "info", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "description", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "The API Management Service API defines an updated and refined version", + "color": "#CE9178", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " of the concepts currently known as Developer, APP, and API Product in Edge. Of", + "color": "#CE9178", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " note is the introduction of the API concept, missing previously from Edge", + "color": "#CE9178", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "title", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "API Management Service API", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "version", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "initial", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + } + ], + "light_vs": [ + { + "content": "swagger", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "2.0", + "color": "#0000FF", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "info", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "description", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "The API Management Service API defines an updated and refined version", + "color": "#0000FF", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": " of the concepts currently known as Developer, APP, and API Product in Edge. Of", + "color": "#0000FF", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": " note is the introduction of the API concept, missing previously from Edge", + "color": "#0000FF", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#0000FF", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "title", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "API Management Service API", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "version", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "initial", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + } + ], + "hc_black": [ + { + "content": "swagger", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "2.0", + "color": "#CE9178", + "_t": "quoted.single.string.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "info", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "description", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "The API Management Service API defines an updated and refined version", + "color": "#CE9178", + "_t": "quoted.single.string.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " of the concepts currently known as Developer, APP, and API Product in Edge. Of", + "color": "#CE9178", + "_t": "quoted.single.string.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " note is the introduction of the API concept, missing previously from Edge", + "color": "#CE9178", + "_t": "quoted.single.string.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "quoted.single.string.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "title", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "API Management Service API", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "version", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "initial", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + ], + "dark_plus": [ + { + "content": "swagger", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "2.0", + "color": "#CE9178", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "info", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "description", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "The API Management Service API defines an updated and refined version", + "color": "#CE9178", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " of the concepts currently known as Developer, APP, and API Product in Edge. Of", + "color": "#CE9178", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " note is the introduction of the API concept, missing previously from Edge", + "color": "#CE9178", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "title", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "API Management Service API", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "version", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "initial", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + } + ], + "light_plus": [ + { + "content": "swagger", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "2.0", + "color": "#0000FF", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "info", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "description", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "The API Management Service API defines an updated and refined version", + "color": "#0000FF", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": " of the concepts currently known as Developer, APP, and API Product in Edge. Of", + "color": "#0000FF", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": " note is the introduction of the API concept, missing previously from Edge", + "color": "#0000FF", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#0000FF", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "title", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "API Management Service API", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "version", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "initial", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + } + ], + "kimbie_dark": [ + { + "content": "swagger", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "2.0", + "color": "#889B4A", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "info", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "description", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "The API Management Service API defines an updated and refined version", + "color": "#889B4A", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " of the concepts currently known as Developer, APP, and API Product in Edge. Of", + "color": "#889B4A", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " note is the introduction of the API concept, missing previously from Edge", + "color": "#889B4A", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#889B4A", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "title", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "API Management Service API", + "color": "#889B4A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "version", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "initial", + "color": "#889B4A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + } + ], + "monokai": [ + { + "content": "swagger", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "2.0", + "color": "#E6DB74", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "info", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "description", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "The API Management Service API defines an updated and refined version", + "color": "#E6DB74", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " of the concepts currently known as Developer, APP, and API Product in Edge. Of", + "color": "#E6DB74", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " note is the introduction of the API concept, missing previously from Edge", + "color": "#E6DB74", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "title", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "API Management Service API", + "color": "#E6DB74", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "version", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "initial", + "color": "#E6DB74", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + } + ], + "monokai_dimmed": [ + { + "content": "swagger", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "2.0", + "color": "#9AA83A", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "info", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "description", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "The API Management Service API defines an updated and refined version", + "color": "#9AA83A", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " of the concepts currently known as Developer, APP, and API Product in Edge. Of", + "color": "#9AA83A", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " note is the introduction of the API concept, missing previously from Edge", + "color": "#9AA83A", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "title", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "API Management Service API", + "color": "#9AA83A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "version", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "initial", + "color": "#9AA83A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + } + ], + "quietlight": [ + { + "content": "swagger", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "2.0", + "color": "#448C27", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "info", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "description", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "The API Management Service API defines an updated and refined version", + "color": "#448C27", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " of the concepts currently known as Developer, APP, and API Product in Edge. Of", + "color": "#448C27", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " note is the introduction of the API concept, missing previously from Edge", + "color": "#448C27", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "title", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "API Management Service API", + "color": "#448C27", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "version", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "initial", + "color": "#448C27", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + } + ], + "red": [ + { + "content": "swagger", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "2.0", + "color": "#CD8D8D", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "info", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "description", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "The API Management Service API defines an updated and refined version", + "color": "#CD8D8D", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " of the concepts currently known as Developer, APP, and API Product in Edge. Of", + "color": "#CD8D8D", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " note is the introduction of the API concept, missing previously from Edge", + "color": "#CD8D8D", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#CD8D8D", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "title", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "API Management Service API", + "color": "#CD8D8D", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "version", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "initial", + "color": "#CD8D8D", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + } + ], + "solarized_dark": [ + { + "content": "swagger", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "2.0", + "color": "#2AA198", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "info", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "description", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "The API Management Service API defines an updated and refined version", + "color": "#2AA198", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " of the concepts currently known as Developer, APP, and API Product in Edge. Of", + "color": "#2AA198", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " note is the introduction of the API concept, missing previously from Edge", + "color": "#2AA198", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "title", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "API Management Service API", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "version", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "initial", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + } + ], + "solarized_light": [ + { + "content": "swagger", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "2.0", + "color": "#2AA198", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "info", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "description", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "The API Management Service API defines an updated and refined version", + "color": "#2AA198", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " of the concepts currently known as Developer, APP, and API Product in Edge. Of", + "color": "#2AA198", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " note is the introduction of the API concept, missing previously from Edge", + "color": "#2AA198", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "quoted.single.string.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "title", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "API Management Service API", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "version", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "initial", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + } + ], + "tomorrow_night_blue": [ + { + "content": "swagger", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "2.0", + "color": "#D1F1A9", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "info", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "description", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "The API Management Service API defines an updated and refined version", + "color": "#D1F1A9", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " of the concepts currently known as Developer, APP, and API Product in Edge. Of", + "color": "#D1F1A9", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " note is the introduction of the API concept, missing previously from Edge", + "color": "#D1F1A9", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.quoted.single.string.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "title", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "API Management Service API", + "color": "#D1F1A9", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "version", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "initial", + "color": "#D1F1A9", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-6303.yaml.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-6303.yaml.result.patch new file mode 100644 index 000000000..42fc1086f --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/issue-6303.yaml.result.patch @@ -0,0 +1,77 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [], + "red": [ + { + "index": 0, + "content": "s", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 0, + "content": "wagger", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 6, + "content": "i", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 6, + "content": "nfo", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 9, + "content": "d", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 9, + "content": "escription", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 19, + "content": "t", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 19, + "content": "itle", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 24, + "content": "v", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 24, + "content": "ersion", + "color": "#CD8D8D", + "newColor": "#FEC758" + } + ], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/makefile b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/makefile new file mode 100644 index 000000000..310200553 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/makefile @@ -0,0 +1,31 @@ +all: hello + +hello: main.o factorial.o hello.o + g++ main.o factorial.o hello.o -o hello + +main.o: main.cpp + g++ -c main.cpp + +factorial.o: factorial.cpp + g++ -c factorial.cpp + +hello.o: hello.cpp + g++ -c hello.cpp + +clean: + rm *o hello + +define defined + $(info Checkng existance of $(1)) + $(if ifeq "$(flavor $(1))" "undefined",0,1) +endef + +ifeq ($(call defined,TOP_DIR),0) +TOP_DIR must be set before including paths.mk +endif + +include $(TOP_DIR)3rdparty.mk + +ifeq ($(call defined,CODIT_DIR),0) +CODIT_DIR must be set in $(TOP_DIR)3rdparty.mk +endif \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/makefile.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/makefile.result new file mode 100644 index 000000000..94baf3750 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/makefile.result @@ -0,0 +1,5910 @@ +{ + "abyss": [ + { + "content": "all", + "color": "#DDBB88", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " hello", + "color": "#6688CC", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "hello", + "color": "#DDBB88", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " main.o factorial.o hello.o", + "color": "#6688CC", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " g++ main.o factorial.o hello.o -o hello", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "main.o", + "color": "#DDBB88", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " main.cpp", + "color": "#6688CC", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " g++ -c main.cpp", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "factorial.o", + "color": "#DDBB88", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " factorial.cpp", + "color": "#6688CC", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " g++ -c factorial.cpp", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "hello.o", + "color": "#DDBB88", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " hello.cpp", + "color": "#6688CC", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " g++ -c hello.cpp", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "clean", + "color": "#DDBB88", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " rm *o hello", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "define", + "color": "#225588", + "_t": "conditional.control.define.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "defined", + "color": "#6688CC", + "_t": "conditional.makefile.meta.other.scope.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$(", + "color": "#22AA44", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "info", + "color": "#9966B8", + "_t": "conditional.function.function-call.info.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " Checkng existance of ", + "color": "#22AA44", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$(", + "color": "#22AA44", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "1", + "color": "#22AA44", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#22AA44", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#22AA44", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$(", + "color": "#22AA44", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "if", + "color": "#9966B8", + "_t": "conditional.function.function-call.if.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ifeq \"", + "color": "#22AA44", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$(", + "color": "#22AA44", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "flavor ", + "color": "#22AA44", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$(", + "color": "#22AA44", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "1", + "color": "#22AA44", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#22AA44", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#22AA44", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\" \"undefined\",0,1", + "color": "#22AA44", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#22AA44", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "endef", + "color": "#225588", + "_t": "conditional.control.keyword.makefile.meta.override.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "ifeq", + "color": "#225588", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$(", + "color": "#22AA44", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "call", + "color": "#9966B8", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " defined,TOP_DIR", + "color": "#22AA44", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#22AA44", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",0)", + "color": "#6688CC", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "TOP_DIR must be set before including paths.mk", + "color": "#6688CC", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "endif", + "color": "#225588", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "include", + "color": "#225588", + "_t": "control.include.keyword.makefile", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$(", + "color": "#22AA44", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "TOP_DIR", + "color": "#22AA44", + "_t": "interpolated.makefile.other.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#22AA44", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "3rdparty.mk", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ifeq", + "color": "#225588", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$(", + "color": "#22AA44", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "call", + "color": "#9966B8", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " defined,CODIT_DIR", + "color": "#22AA44", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#22AA44", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",0)", + "color": "#6688CC", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "CODIT_DIR must be set in $(TOP_DIR)3rdparty.mk", + "color": "#6688CC", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "endif", + "color": "#225588", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + } + ], + "dark_vs": [ + { + "content": "all", + "color": "#D4D4D4", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " hello", + "color": "#D4D4D4", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "hello", + "color": "#D4D4D4", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " main.o factorial.o hello.o", + "color": "#D4D4D4", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " g++ main.o factorial.o hello.o -o hello", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "main.o", + "color": "#D4D4D4", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " main.cpp", + "color": "#D4D4D4", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " g++ -c main.cpp", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "factorial.o", + "color": "#D4D4D4", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " factorial.cpp", + "color": "#D4D4D4", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " g++ -c factorial.cpp", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "hello.o", + "color": "#D4D4D4", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " hello.cpp", + "color": "#D4D4D4", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " g++ -c hello.cpp", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "clean", + "color": "#D4D4D4", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " rm *o hello", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "define", + "color": "#569CD6", + "_t": "conditional.control.define.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "defined", + "color": "#D4D4D4", + "_t": "conditional.makefile.meta.other.scope.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "info", + "color": "#CE9178", + "_t": "conditional.function.function-call.info.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " Checkng existance of ", + "color": "#CE9178", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "1", + "color": "#CE9178", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "if", + "color": "#CE9178", + "_t": "conditional.function.function-call.if.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ifeq \"", + "color": "#CE9178", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "flavor ", + "color": "#CE9178", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "1", + "color": "#CE9178", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\" \"undefined\",0,1", + "color": "#CE9178", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "endef", + "color": "#569CD6", + "_t": "conditional.control.keyword.makefile.meta.override.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "ifeq", + "color": "#569CD6", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "call", + "color": "#CE9178", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " defined,TOP_DIR", + "color": "#CE9178", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",0)", + "color": "#D4D4D4", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "TOP_DIR must be set before including paths.mk", + "color": "#D4D4D4", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "endif", + "color": "#569CD6", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "control.include.keyword.makefile", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "TOP_DIR", + "color": "#CE9178", + "_t": "interpolated.makefile.other.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "3rdparty.mk", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ifeq", + "color": "#569CD6", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "call", + "color": "#CE9178", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " defined,CODIT_DIR", + "color": "#CE9178", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",0)", + "color": "#D4D4D4", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "CODIT_DIR must be set in $(TOP_DIR)3rdparty.mk", + "color": "#D4D4D4", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "endif", + "color": "#569CD6", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + } + ], + "light_vs": [ + { + "content": "all", + "color": "#000000", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " hello", + "color": "#000000", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "hello", + "color": "#000000", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " main.o factorial.o hello.o", + "color": "#000000", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " g++ main.o factorial.o hello.o -o hello", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "main.o", + "color": "#000000", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " main.cpp", + "color": "#000000", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " g++ -c main.cpp", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "factorial.o", + "color": "#000000", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " factorial.cpp", + "color": "#000000", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " g++ -c factorial.cpp", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "hello.o", + "color": "#000000", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " hello.cpp", + "color": "#000000", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " g++ -c hello.cpp", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "clean", + "color": "#000000", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " rm *o hello", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "define", + "color": "#0000FF", + "_t": "conditional.control.define.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "defined", + "color": "#000000", + "_t": "conditional.makefile.meta.other.scope.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "info", + "color": "#A31515", + "_t": "conditional.function.function-call.info.interpolated.makefile.meta.scope.string.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " Checkng existance of ", + "color": "#A31515", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "1", + "color": "#A31515", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#A31515", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#A31515", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "if", + "color": "#A31515", + "_t": "conditional.function.function-call.if.interpolated.makefile.meta.scope.string.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ifeq \"", + "color": "#A31515", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "flavor ", + "color": "#A31515", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "1", + "color": "#A31515", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#A31515", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#A31515", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\" \"undefined\",0,1", + "color": "#A31515", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#A31515", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "endef", + "color": "#0000FF", + "_t": "conditional.control.keyword.makefile.meta.override.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "ifeq", + "color": "#0000FF", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " (", + "color": "#000000", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "call", + "color": "#A31515", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " defined,TOP_DIR", + "color": "#A31515", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#A31515", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",0)", + "color": "#000000", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "TOP_DIR must be set before including paths.mk", + "color": "#000000", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "endif", + "color": "#0000FF", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "include", + "color": "#0000FF", + "_t": "control.include.keyword.makefile", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "TOP_DIR", + "color": "#A31515", + "_t": "interpolated.makefile.other.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#A31515", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "3rdparty.mk", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ifeq", + "color": "#0000FF", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " (", + "color": "#000000", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "call", + "color": "#A31515", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " defined,CODIT_DIR", + "color": "#A31515", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#A31515", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",0)", + "color": "#000000", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "CODIT_DIR must be set in $(TOP_DIR)3rdparty.mk", + "color": "#000000", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "endif", + "color": "#0000FF", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + } + ], + "hc_black": [ + { + "content": "all", + "color": "#FFFFFF", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " hello", + "color": "#FFFFFF", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "hello", + "color": "#FFFFFF", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " main.o factorial.o hello.o", + "color": "#FFFFFF", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " g++ main.o factorial.o hello.o -o hello", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "main.o", + "color": "#FFFFFF", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " main.cpp", + "color": "#FFFFFF", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " g++ -c main.cpp", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "factorial.o", + "color": "#FFFFFF", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " factorial.cpp", + "color": "#FFFFFF", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " g++ -c factorial.cpp", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "hello.o", + "color": "#FFFFFF", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " hello.cpp", + "color": "#FFFFFF", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " g++ -c hello.cpp", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "clean", + "color": "#FFFFFF", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " rm *o hello", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "define", + "color": "#569CD6", + "_t": "conditional.control.define.keyword.makefile.meta.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "conditional.makefile.meta.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "defined", + "color": "#FFFFFF", + "_t": "conditional.makefile.meta.other.scope.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "conditional.makefile.meta.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "info", + "color": "#CE9178", + "_t": "conditional.function.function-call.info.interpolated.makefile.meta.scope.string.support", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " Checkng existance of ", + "color": "#CE9178", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "1", + "color": "#CE9178", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "conditional.makefile.meta.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "if", + "color": "#CE9178", + "_t": "conditional.function.function-call.if.interpolated.makefile.meta.scope.string.support", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ifeq \"", + "color": "#CE9178", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "flavor ", + "color": "#CE9178", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "1", + "color": "#CE9178", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\" \"undefined\",0,1", + "color": "#CE9178", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "endef", + "color": "#569CD6", + "_t": "conditional.control.keyword.makefile.meta.override.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "ifeq", + "color": "#569CD6", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "call", + "color": "#CE9178", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " defined,TOP_DIR", + "color": "#CE9178", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",0)", + "color": "#FFFFFF", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "TOP_DIR must be set before including paths.mk", + "color": "#FFFFFF", + "_t": "conditional.makefile.meta.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "endif", + "color": "#569CD6", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "control.include.keyword.makefile", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "TOP_DIR", + "color": "#CE9178", + "_t": "interpolated.makefile.other.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "3rdparty.mk", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "ifeq", + "color": "#569CD6", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "call", + "color": "#CE9178", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " defined,CODIT_DIR", + "color": "#CE9178", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",0)", + "color": "#FFFFFF", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "CODIT_DIR must be set in $(TOP_DIR)3rdparty.mk", + "color": "#FFFFFF", + "_t": "conditional.makefile.meta.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "endif", + "color": "#569CD6", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + } + ], + "dark_plus": [ + { + "content": "all", + "color": "#DCDCAA", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " hello", + "color": "#D4D4D4", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "hello", + "color": "#DCDCAA", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " main.o factorial.o hello.o", + "color": "#D4D4D4", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " g++ main.o factorial.o hello.o -o hello", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "main.o", + "color": "#DCDCAA", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " main.cpp", + "color": "#D4D4D4", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " g++ -c main.cpp", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "factorial.o", + "color": "#DCDCAA", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " factorial.cpp", + "color": "#D4D4D4", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " g++ -c factorial.cpp", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "hello.o", + "color": "#DCDCAA", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " hello.cpp", + "color": "#D4D4D4", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " g++ -c hello.cpp", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "clean", + "color": "#DCDCAA", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " rm *o hello", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "define", + "color": "#C586C0", + "_t": "conditional.control.define.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "defined", + "color": "#9CDCFE", + "_t": "conditional.makefile.meta.other.scope.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$(", + "color": "#9CDCFE", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "info", + "color": "#DCDCAA", + "_t": "conditional.function.function-call.info.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " Checkng existance of ", + "color": "#CE9178", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#9CDCFE", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "1", + "color": "#9CDCFE", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#9CDCFE", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#9CDCFE", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$(", + "color": "#9CDCFE", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "if", + "color": "#DCDCAA", + "_t": "conditional.function.function-call.if.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ifeq \"", + "color": "#CE9178", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#9CDCFE", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "flavor ", + "color": "#CE9178", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#9CDCFE", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "1", + "color": "#9CDCFE", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#9CDCFE", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#9CDCFE", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\" \"undefined\",0,1", + "color": "#CE9178", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#9CDCFE", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "endef", + "color": "#C586C0", + "_t": "conditional.control.keyword.makefile.meta.override.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "ifeq", + "color": "#C586C0", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$(", + "color": "#9CDCFE", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "call", + "color": "#DCDCAA", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " defined,TOP_DIR", + "color": "#CE9178", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#9CDCFE", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",0)", + "color": "#D4D4D4", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "TOP_DIR must be set before including paths.mk", + "color": "#D4D4D4", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "endif", + "color": "#C586C0", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "include", + "color": "#C586C0", + "_t": "control.include.keyword.makefile", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$(", + "color": "#9CDCFE", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "TOP_DIR", + "color": "#9CDCFE", + "_t": "interpolated.makefile.other.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#9CDCFE", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "3rdparty.mk", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ifeq", + "color": "#C586C0", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$(", + "color": "#9CDCFE", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "call", + "color": "#DCDCAA", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " defined,CODIT_DIR", + "color": "#CE9178", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#9CDCFE", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",0)", + "color": "#D4D4D4", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "CODIT_DIR must be set in $(TOP_DIR)3rdparty.mk", + "color": "#D4D4D4", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "endif", + "color": "#C586C0", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + } + ], + "light_plus": [ + { + "content": "all", + "color": "#795E26", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " hello", + "color": "#000000", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "hello", + "color": "#795E26", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " main.o factorial.o hello.o", + "color": "#000000", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " g++ main.o factorial.o hello.o -o hello", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "main.o", + "color": "#795E26", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " main.cpp", + "color": "#000000", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " g++ -c main.cpp", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "factorial.o", + "color": "#795E26", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " factorial.cpp", + "color": "#000000", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " g++ -c factorial.cpp", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "hello.o", + "color": "#795E26", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " hello.cpp", + "color": "#000000", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " g++ -c hello.cpp", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "clean", + "color": "#795E26", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " rm *o hello", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "define", + "color": "#AF00DB", + "_t": "conditional.control.define.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "defined", + "color": "#001080", + "_t": "conditional.makefile.meta.other.scope.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$(", + "color": "#001080", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "info", + "color": "#795E26", + "_t": "conditional.function.function-call.info.interpolated.makefile.meta.scope.string.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " Checkng existance of ", + "color": "#A31515", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$(", + "color": "#001080", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "1", + "color": "#001080", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#001080", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#001080", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$(", + "color": "#001080", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "if", + "color": "#795E26", + "_t": "conditional.function.function-call.if.interpolated.makefile.meta.scope.string.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ifeq \"", + "color": "#A31515", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$(", + "color": "#001080", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "flavor ", + "color": "#A31515", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$(", + "color": "#001080", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "1", + "color": "#001080", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#001080", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#001080", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\" \"undefined\",0,1", + "color": "#A31515", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#001080", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "endef", + "color": "#AF00DB", + "_t": "conditional.control.keyword.makefile.meta.override.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "ifeq", + "color": "#AF00DB", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " (", + "color": "#000000", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$(", + "color": "#001080", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "call", + "color": "#795E26", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " defined,TOP_DIR", + "color": "#A31515", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#001080", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",0)", + "color": "#000000", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "TOP_DIR must be set before including paths.mk", + "color": "#000000", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "endif", + "color": "#AF00DB", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "include", + "color": "#AF00DB", + "_t": "control.include.keyword.makefile", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$(", + "color": "#001080", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "TOP_DIR", + "color": "#001080", + "_t": "interpolated.makefile.other.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#001080", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "3rdparty.mk", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ifeq", + "color": "#AF00DB", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " (", + "color": "#000000", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$(", + "color": "#001080", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "call", + "color": "#795E26", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " defined,CODIT_DIR", + "color": "#A31515", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#001080", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",0)", + "color": "#000000", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "CODIT_DIR must be set in $(TOP_DIR)3rdparty.mk", + "color": "#000000", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "endif", + "color": "#AF00DB", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + } + ], + "kimbie_dark": [ + { + "content": "all", + "color": "#8AB1B0", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " hello", + "color": "#D3AF86", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "hello", + "color": "#8AB1B0", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " main.o factorial.o hello.o", + "color": "#D3AF86", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " g++ main.o factorial.o hello.o -o hello", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "main.o", + "color": "#8AB1B0", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " main.cpp", + "color": "#D3AF86", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " g++ -c main.cpp", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "factorial.o", + "color": "#8AB1B0", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " factorial.cpp", + "color": "#D3AF86", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " g++ -c factorial.cpp", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "hello.o", + "color": "#8AB1B0", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " hello.cpp", + "color": "#D3AF86", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " g++ -c hello.cpp", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "clean", + "color": "#8AB1B0", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " rm *o hello", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "define", + "color": "#98676A", + "_t": "conditional.control.define.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "defined", + "color": "#DC3958", + "_t": "conditional.makefile.meta.other.scope.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$(", + "color": "#D3AF86", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "info", + "color": "#7E602C", + "_t": "conditional.function.function-call.info.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " Checkng existance of ", + "color": "#889B4A", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$(", + "color": "#D3AF86", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#889B4A", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$(", + "color": "#D3AF86", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#7E602C", + "_t": "conditional.function.function-call.if.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ifeq \"", + "color": "#889B4A", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$(", + "color": "#D3AF86", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "flavor ", + "color": "#889B4A", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$(", + "color": "#D3AF86", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#889B4A", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\" \"undefined\",0,1", + "color": "#889B4A", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "endef", + "color": "#98676A", + "_t": "conditional.control.keyword.makefile.meta.override.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "ifeq", + "color": "#98676A", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$(", + "color": "#D3AF86", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "call", + "color": "#7E602C", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " defined,TOP_DIR", + "color": "#889B4A", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",0)", + "color": "#D3AF86", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "TOP_DIR must be set before including paths.mk", + "color": "#D3AF86", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "endif", + "color": "#98676A", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "include", + "color": "#98676A", + "_t": "control.include.keyword.makefile", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$(", + "color": "#D3AF86", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "TOP_DIR", + "color": "#889B4A", + "_t": "interpolated.makefile.other.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "3rdparty.mk", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "ifeq", + "color": "#98676A", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$(", + "color": "#D3AF86", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "call", + "color": "#7E602C", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " defined,CODIT_DIR", + "color": "#889B4A", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",0)", + "color": "#D3AF86", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "CODIT_DIR must be set in $(TOP_DIR)3rdparty.mk", + "color": "#D3AF86", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "endif", + "color": "#98676A", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + } + ], + "monokai": [ + { + "content": "all", + "color": "#A6E22E", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " hello", + "color": "#F8F8F2", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "hello", + "color": "#A6E22E", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " main.o factorial.o hello.o", + "color": "#F8F8F2", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " g++ main.o factorial.o hello.o -o hello", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "main.o", + "color": "#A6E22E", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " main.cpp", + "color": "#F8F8F2", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " g++ -c main.cpp", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "factorial.o", + "color": "#A6E22E", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " factorial.cpp", + "color": "#F8F8F2", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " g++ -c factorial.cpp", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "hello.o", + "color": "#A6E22E", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " hello.cpp", + "color": "#F8F8F2", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " g++ -c hello.cpp", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "clean", + "color": "#A6E22E", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " rm *o hello", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "define", + "color": "#F92672", + "_t": "conditional.control.define.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "defined", + "color": "#F8F8F2", + "_t": "conditional.makefile.meta.other.scope.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$(", + "color": "#E6DB74", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "info", + "color": "#66D9EF", + "_t": "conditional.function.function-call.info.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " Checkng existance of ", + "color": "#E6DB74", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$(", + "color": "#E6DB74", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "1", + "color": "#E6DB74", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#E6DB74", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#E6DB74", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$(", + "color": "#E6DB74", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "if", + "color": "#66D9EF", + "_t": "conditional.function.function-call.if.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ifeq \"", + "color": "#E6DB74", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$(", + "color": "#E6DB74", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "flavor ", + "color": "#E6DB74", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$(", + "color": "#E6DB74", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "1", + "color": "#E6DB74", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#E6DB74", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#E6DB74", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\" \"undefined\",0,1", + "color": "#E6DB74", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#E6DB74", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "endef", + "color": "#F92672", + "_t": "conditional.control.keyword.makefile.meta.override.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "ifeq", + "color": "#F92672", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$(", + "color": "#E6DB74", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "call", + "color": "#66D9EF", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " defined,TOP_DIR", + "color": "#E6DB74", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#E6DB74", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",0)", + "color": "#F8F8F2", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "TOP_DIR must be set before including paths.mk", + "color": "#F8F8F2", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "endif", + "color": "#F92672", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "include", + "color": "#F92672", + "_t": "control.include.keyword.makefile", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$(", + "color": "#E6DB74", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "TOP_DIR", + "color": "#E6DB74", + "_t": "interpolated.makefile.other.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#E6DB74", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "3rdparty.mk", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ifeq", + "color": "#F92672", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$(", + "color": "#E6DB74", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "call", + "color": "#66D9EF", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " defined,CODIT_DIR", + "color": "#E6DB74", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#E6DB74", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",0)", + "color": "#F8F8F2", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "CODIT_DIR must be set in $(TOP_DIR)3rdparty.mk", + "color": "#F8F8F2", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "endif", + "color": "#F92672", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + } + ], + "monokai_dimmed": [ + { + "content": "all", + "color": "#CE6700", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " hello", + "color": "#C5C8C6", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "hello", + "color": "#CE6700", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " main.o factorial.o hello.o", + "color": "#C5C8C6", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " g++ main.o factorial.o hello.o -o hello", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "main.o", + "color": "#CE6700", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " main.cpp", + "color": "#C5C8C6", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " g++ -c main.cpp", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "factorial.o", + "color": "#CE6700", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " factorial.cpp", + "color": "#C5C8C6", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " g++ -c factorial.cpp", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "hello.o", + "color": "#CE6700", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " hello.cpp", + "color": "#C5C8C6", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " g++ -c hello.cpp", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "clean", + "color": "#CE6700", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " rm *o hello", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "define", + "color": "#9872A2", + "_t": "conditional.control.define.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "defined", + "color": "#6089B4", + "_t": "conditional.makefile.meta.other.scope.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$(", + "color": "#9AA83A", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "info", + "color": "#0080FF", + "_t": "conditional.function.function-call.info.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " Checkng existance of ", + "color": "#0080FF", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "$(", + "color": "#0080FF", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "1", + "color": "#0080FF", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#0080FF", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#9AA83A", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$(", + "color": "#9AA83A", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "if", + "color": "#0080FF", + "_t": "conditional.function.function-call.if.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " ifeq \"", + "color": "#0080FF", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "$(", + "color": "#0080FF", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "flavor ", + "color": "#0080FF", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "$(", + "color": "#0080FF", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "1", + "color": "#0080FF", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#0080FF", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#0080FF", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "\" \"undefined\",0,1", + "color": "#0080FF", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#9AA83A", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "endef", + "color": "#9872A2", + "_t": "conditional.control.keyword.makefile.meta.override.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "ifeq", + "color": "#9872A2", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$(", + "color": "#9AA83A", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "call", + "color": "#0080FF", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " defined,TOP_DIR", + "color": "#0080FF", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#9AA83A", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",0)", + "color": "#C5C8C6", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "TOP_DIR must be set before including paths.mk", + "color": "#C5C8C6", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "endif", + "color": "#9872A2", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "include", + "color": "#9872A2", + "_t": "control.include.keyword.makefile", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$(", + "color": "#9AA83A", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "TOP_DIR", + "color": "#6089B4", + "_t": "interpolated.makefile.other.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#9AA83A", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "3rdparty.mk", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "ifeq", + "color": "#9872A2", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$(", + "color": "#9AA83A", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "call", + "color": "#0080FF", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " defined,CODIT_DIR", + "color": "#0080FF", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#9AA83A", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",0)", + "color": "#C5C8C6", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "CODIT_DIR must be set in $(TOP_DIR)3rdparty.mk", + "color": "#C5C8C6", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "endif", + "color": "#9872A2", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + } + ], + "quietlight": [ + { + "content": "all", + "color": "#AA3731", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " hello", + "color": "#333333", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "hello", + "color": "#AA3731", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " main.o factorial.o hello.o", + "color": "#333333", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " g++ main.o factorial.o hello.o -o hello", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "main.o", + "color": "#AA3731", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " main.cpp", + "color": "#333333", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " g++ -c main.cpp", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "factorial.o", + "color": "#AA3731", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " factorial.cpp", + "color": "#333333", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " g++ -c factorial.cpp", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "hello.o", + "color": "#AA3731", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " hello.cpp", + "color": "#333333", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " g++ -c hello.cpp", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "clean", + "color": "#AA3731", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " rm *o hello", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "define", + "color": "#4B83CD", + "_t": "conditional.control.define.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "defined", + "color": "#7A3E9D", + "_t": "conditional.makefile.meta.other.scope.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$(", + "color": "#777777", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "info", + "color": "#AA3731", + "_t": "conditional.function.function-call.info.interpolated.makefile.meta.scope.string.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " Checkng existance of ", + "color": "#448C27", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$(", + "color": "#777777", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#777777", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$(", + "color": "#777777", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "if", + "color": "#AA3731", + "_t": "conditional.function.function-call.if.interpolated.makefile.meta.scope.string.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ifeq \"", + "color": "#448C27", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$(", + "color": "#777777", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "flavor ", + "color": "#448C27", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$(", + "color": "#777777", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#777777", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\" \"undefined\",0,1", + "color": "#448C27", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#777777", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "endef", + "color": "#4B83CD", + "_t": "conditional.control.keyword.makefile.meta.override.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "ifeq", + "color": "#4B83CD", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (", + "color": "#333333", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$(", + "color": "#777777", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "call", + "color": "#AA3731", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " defined,TOP_DIR", + "color": "#448C27", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#777777", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",0)", + "color": "#333333", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "TOP_DIR must be set before including paths.mk", + "color": "#333333", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "endif", + "color": "#4B83CD", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "include", + "color": "#4B83CD", + "_t": "control.include.keyword.makefile", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$(", + "color": "#777777", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "TOP_DIR", + "color": "#448C27", + "_t": "interpolated.makefile.other.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "3rdparty.mk", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "ifeq", + "color": "#4B83CD", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (", + "color": "#333333", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$(", + "color": "#777777", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "call", + "color": "#AA3731", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " defined,CODIT_DIR", + "color": "#448C27", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#777777", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",0)", + "color": "#333333", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "CODIT_DIR must be set in $(TOP_DIR)3rdparty.mk", + "color": "#333333", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "endif", + "color": "#4B83CD", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + } + ], + "red": [ + { + "content": "all", + "color": "#FEC758", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " hello", + "color": "#F8F8F8", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "hello", + "color": "#FEC758", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " main.o factorial.o hello.o", + "color": "#F8F8F8", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " g++ main.o factorial.o hello.o -o hello", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "main.o", + "color": "#FEC758", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " main.cpp", + "color": "#F8F8F8", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " g++ -c main.cpp", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "factorial.o", + "color": "#FEC758", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " factorial.cpp", + "color": "#F8F8F8", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " g++ -c factorial.cpp", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "hello.o", + "color": "#FEC758", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " hello.cpp", + "color": "#F8F8F8", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " g++ -c hello.cpp", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "clean", + "color": "#FEC758", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " rm *o hello", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "define", + "color": "#F12727", + "_t": "conditional.control.define.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "defined", + "color": "#FB9A4B", + "_t": "conditional.makefile.meta.other.scope.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$(", + "color": "#EDEF7D", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "info", + "color": "#FFB454", + "_t": "conditional.function.function-call.info.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " Checkng existance of ", + "color": "#CD8D8D", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$(", + "color": "#EDEF7D", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "1", + "color": "#EDEF7D", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ")", + "color": "#EDEF7D", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ")", + "color": "#EDEF7D", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$(", + "color": "#EDEF7D", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "if", + "color": "#FFB454", + "_t": "conditional.function.function-call.if.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ifeq \"", + "color": "#CD8D8D", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$(", + "color": "#EDEF7D", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "flavor ", + "color": "#CD8D8D", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$(", + "color": "#EDEF7D", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "1", + "color": "#EDEF7D", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ")", + "color": "#EDEF7D", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ")", + "color": "#EDEF7D", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\" \"undefined\",0,1", + "color": "#CD8D8D", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#EDEF7D", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "endef", + "color": "#F12727", + "_t": "conditional.control.keyword.makefile.meta.override.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "ifeq", + "color": "#F12727", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$(", + "color": "#EDEF7D", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "call", + "color": "#FFB454", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " defined,TOP_DIR", + "color": "#CD8D8D", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#EDEF7D", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ",0)", + "color": "#F8F8F8", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "TOP_DIR must be set before including paths.mk", + "color": "#F8F8F8", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "endif", + "color": "#F12727", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "include", + "color": "#F12727", + "_t": "control.include.keyword.makefile", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$(", + "color": "#EDEF7D", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "TOP_DIR", + "color": "#EDEF7D", + "_t": "interpolated.makefile.other.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ")", + "color": "#EDEF7D", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "3rdparty.mk", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "ifeq", + "color": "#F12727", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$(", + "color": "#EDEF7D", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "call", + "color": "#FFB454", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " defined,CODIT_DIR", + "color": "#CD8D8D", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#EDEF7D", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ",0)", + "color": "#F8F8F8", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "CODIT_DIR must be set in $(TOP_DIR)3rdparty.mk", + "color": "#F8F8F8", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "endif", + "color": "#F12727", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + } + ], + "solarized_dark": [ + { + "content": "all", + "color": "#268BD2", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " hello", + "color": "#93A1A1", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "hello", + "color": "#268BD2", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " main.o factorial.o hello.o", + "color": "#93A1A1", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " g++ main.o factorial.o hello.o -o hello", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "main.o", + "color": "#268BD2", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " main.cpp", + "color": "#93A1A1", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " g++ -c main.cpp", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "factorial.o", + "color": "#268BD2", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " factorial.cpp", + "color": "#93A1A1", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " g++ -c factorial.cpp", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "hello.o", + "color": "#268BD2", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " hello.cpp", + "color": "#93A1A1", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " g++ -c hello.cpp", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "clean", + "color": "#268BD2", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " rm *o hello", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "define", + "color": "#859900", + "_t": "conditional.control.define.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "defined", + "color": "#268BD2", + "_t": "conditional.makefile.meta.other.scope.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$(", + "color": "#859900", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "info", + "color": "#268BD2", + "_t": "conditional.function.function-call.info.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " Checkng existance of ", + "color": "#2AA198", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$(", + "color": "#859900", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#268BD2", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#859900", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#859900", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$(", + "color": "#859900", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#268BD2", + "_t": "conditional.function.function-call.if.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ifeq \"", + "color": "#2AA198", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$(", + "color": "#859900", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "flavor ", + "color": "#2AA198", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$(", + "color": "#859900", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#268BD2", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#859900", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#859900", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "\" \"undefined\",0,1", + "color": "#2AA198", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#859900", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "endef", + "color": "#859900", + "_t": "conditional.control.keyword.makefile.meta.override.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "ifeq", + "color": "#859900", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$(", + "color": "#859900", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "call", + "color": "#268BD2", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " defined,TOP_DIR", + "color": "#2AA198", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#859900", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ",0)", + "color": "#93A1A1", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "TOP_DIR must be set before including paths.mk", + "color": "#93A1A1", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "endif", + "color": "#859900", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "include", + "color": "#859900", + "_t": "control.include.keyword.makefile", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$(", + "color": "#859900", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "TOP_DIR", + "color": "#268BD2", + "_t": "interpolated.makefile.other.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#859900", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "3rdparty.mk", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "ifeq", + "color": "#859900", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$(", + "color": "#859900", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "call", + "color": "#268BD2", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " defined,CODIT_DIR", + "color": "#2AA198", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#859900", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ",0)", + "color": "#93A1A1", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "CODIT_DIR must be set in $(TOP_DIR)3rdparty.mk", + "color": "#93A1A1", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "endif", + "color": "#859900", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + } + ], + "solarized_light": [ + { + "content": "all", + "color": "#268BD2", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " hello", + "color": "#586E75", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "hello", + "color": "#268BD2", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " main.o factorial.o hello.o", + "color": "#586E75", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " g++ main.o factorial.o hello.o -o hello", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "main.o", + "color": "#268BD2", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " main.cpp", + "color": "#586E75", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " g++ -c main.cpp", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "factorial.o", + "color": "#268BD2", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " factorial.cpp", + "color": "#586E75", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " g++ -c factorial.cpp", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "hello.o", + "color": "#268BD2", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " hello.cpp", + "color": "#586E75", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " g++ -c hello.cpp", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "clean", + "color": "#268BD2", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " rm *o hello", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "define", + "color": "#859900", + "_t": "conditional.control.define.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "defined", + "color": "#268BD2", + "_t": "conditional.makefile.meta.other.scope.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$(", + "color": "#859900", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "info", + "color": "#268BD2", + "_t": "conditional.function.function-call.info.interpolated.makefile.meta.scope.string.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " Checkng existance of ", + "color": "#2AA198", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$(", + "color": "#859900", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#268BD2", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#859900", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#859900", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$(", + "color": "#859900", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#268BD2", + "_t": "conditional.function.function-call.if.interpolated.makefile.meta.scope.string.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ifeq \"", + "color": "#2AA198", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$(", + "color": "#859900", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "flavor ", + "color": "#2AA198", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$(", + "color": "#859900", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#268BD2", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#859900", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#859900", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "\" \"undefined\",0,1", + "color": "#2AA198", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#859900", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "endef", + "color": "#859900", + "_t": "conditional.control.keyword.makefile.meta.override.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "ifeq", + "color": "#859900", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$(", + "color": "#859900", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "call", + "color": "#268BD2", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " defined,TOP_DIR", + "color": "#2AA198", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#859900", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ",0)", + "color": "#586E75", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "TOP_DIR must be set before including paths.mk", + "color": "#586E75", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "endif", + "color": "#859900", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "include", + "color": "#859900", + "_t": "control.include.keyword.makefile", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$(", + "color": "#859900", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "TOP_DIR", + "color": "#268BD2", + "_t": "interpolated.makefile.other.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#859900", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "3rdparty.mk", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "ifeq", + "color": "#859900", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$(", + "color": "#859900", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "call", + "color": "#268BD2", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " defined,CODIT_DIR", + "color": "#2AA198", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#859900", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ",0)", + "color": "#586E75", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "CODIT_DIR must be set in $(TOP_DIR)3rdparty.mk", + "color": "#586E75", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "endif", + "color": "#859900", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + } + ], + "tomorrow_night_blue": [ + { + "content": "all", + "color": "#BBDAFF", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " hello", + "color": "#FFFFFF", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "hello", + "color": "#BBDAFF", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " main.o factorial.o hello.o", + "color": "#FFFFFF", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " g++ main.o factorial.o hello.o -o hello", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "main.o", + "color": "#BBDAFF", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " main.cpp", + "color": "#FFFFFF", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " g++ -c main.cpp", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "factorial.o", + "color": "#BBDAFF", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " factorial.cpp", + "color": "#FFFFFF", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " g++ -c factorial.cpp", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "hello.o", + "color": "#BBDAFF", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " hello.cpp", + "color": "#FFFFFF", + "_t": "makefile.meta.prerequisites.scope.target", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " g++ -c hello.cpp", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "clean", + "color": "#BBDAFF", + "_t": "entity.function.makefile.meta.name.scope.target", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.makefile.meta.punctuation.scope.separator.target", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " rm *o hello", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "define", + "color": "#EBBBFF", + "_t": "conditional.control.define.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "defined", + "color": "#FF9DA4", + "_t": "conditional.makefile.meta.other.scope.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$(", + "color": "#D1F1A9", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "info", + "color": "#BBDAFF", + "_t": "conditional.function.function-call.info.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " Checkng existance of ", + "color": "#BBDAFF", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "$(", + "color": "#BBDAFF", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "1", + "color": "#BBDAFF", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#BBDAFF", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#D1F1A9", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$(", + "color": "#D1F1A9", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "if", + "color": "#BBDAFF", + "_t": "conditional.function.function-call.if.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ifeq \"", + "color": "#BBDAFF", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "$(", + "color": "#BBDAFF", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "flavor ", + "color": "#BBDAFF", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "$(", + "color": "#BBDAFF", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "1", + "color": "#BBDAFF", + "_t": "conditional.function-call.interpolated.makefile.meta.other.scope.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#BBDAFF", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.other.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#BBDAFF", + "_t": "conditional.definition.function-call.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "\" \"undefined\",0,1", + "color": "#BBDAFF", + "_t": "conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#D1F1A9", + "_t": "conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "endef", + "color": "#EBBBFF", + "_t": "conditional.control.keyword.makefile.meta.override.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "ifeq", + "color": "#EBBBFF", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$(", + "color": "#D1F1A9", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "call", + "color": "#BBDAFF", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " defined,TOP_DIR", + "color": "#BBDAFF", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#D1F1A9", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",0)", + "color": "#FFFFFF", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "TOP_DIR must be set before including paths.mk", + "color": "#FFFFFF", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "endif", + "color": "#EBBBFF", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "include", + "color": "#EBBBFF", + "_t": "control.include.keyword.makefile", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$(", + "color": "#D1F1A9", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "TOP_DIR", + "color": "#D1F1A9", + "_t": "interpolated.makefile.other.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#D1F1A9", + "_t": "definition.interpolated.makefile.punctuation.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "3rdparty.mk", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "ifeq", + "color": "#EBBBFF", + "_t": "conditional.control.ifeq.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$(", + "color": "#D1F1A9", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "call", + "color": "#BBDAFF", + "_t": "call.condition.conditional.function.function-call.interpolated.makefile.meta.scope.string.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " defined,CODIT_DIR", + "color": "#BBDAFF", + "_t": "condition.conditional.function-call.interpolated.makefile.meta.scope.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#D1F1A9", + "_t": "condition.conditional.definition.interpolated.makefile.meta.punctuation.scope.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",0)", + "color": "#FFFFFF", + "_t": "condition.conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "CODIT_DIR must be set in $(TOP_DIR)3rdparty.mk", + "color": "#FFFFFF", + "_t": "conditional.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "endif", + "color": "#EBBBFF", + "_t": "conditional.control.endif.keyword.makefile.meta.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/makefile.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/makefile.result.patch new file mode 100644 index 000000000..6252d85ef --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/makefile.result.patch @@ -0,0 +1,581 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [ + { + "index": 26, + "content": "$(", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 29, + "content": "$(", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 31, + "content": ")", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 32, + "content": ")", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 34, + "content": "$(", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 37, + "content": "$(", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 39, + "content": "$(", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 41, + "content": ")", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 42, + "content": ")", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 44, + "content": ")", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 48, + "content": "$(", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 51, + "content": ")", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 57, + "content": "$(", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 59, + "content": ")", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 63, + "content": "$(", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 66, + "content": ")", + "color": "#9CDCFE", + "newColor": "#CE9178" + } + ], + "light_plus": [ + { + "index": 26, + "content": "$(", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 29, + "content": "$(", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 31, + "content": ")", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 32, + "content": ")", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 34, + "content": "$(", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 37, + "content": "$(", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 39, + "content": "$(", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 41, + "content": ")", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 42, + "content": ")", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 44, + "content": ")", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 48, + "content": "$(", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 51, + "content": ")", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 57, + "content": "$(", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 59, + "content": ")", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 63, + "content": "$(", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 66, + "content": ")", + "color": "#001080", + "newColor": "#A31515" + } + ], + "kimbie_dark": [ + { + "index": 30, + "content": "1", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 40, + "content": "1", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 58, + "content": "TOP_DIR", + "color": "#889B4A", + "newColor": "#DC3958" + } + ], + "monokai": [], + "monokai_dimmed": [ + { + "index": 27, + "content": "info", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 28, + "content": "Checkng existance of ", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 29, + "content": "$(", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 30, + "content": "1", + "color": "#0080FF", + "newColor": "#6089B4" + }, + { + "index": 31, + "content": ")", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 35, + "content": "if", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 36, + "content": "ifeq \"", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 37, + "content": "$(", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 38, + "content": "flavor ", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 39, + "content": "$(", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 40, + "content": "1", + "color": "#0080FF", + "newColor": "#6089B4" + }, + { + "index": 41, + "content": ")", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 42, + "content": ")", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 43, + "content": "\" \"undefined\",0,1", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 49, + "content": "call", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 50, + "content": "defined,TOP_DIR", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 64, + "content": "call", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 65, + "content": "defined,CODIT_DIR", + "color": "#0080FF", + "newColor": "#9AA83A" + } + ], + "quietlight": [ + { + "index": 1, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 4, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 8, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 12, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 16, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 20, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 30, + "content": "1", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 40, + "content": "1", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 58, + "content": "TOP_DIR", + "color": "#448C27", + "newColor": "#7A3E9D" + } + ], + "red": [ + { + "index": 26, + "content": "$(", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 29, + "content": "$(", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 31, + "content": ")", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 32, + "content": ")", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 34, + "content": "$(", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 37, + "content": "$(", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 39, + "content": "$(", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 41, + "content": ")", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 42, + "content": ")", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 44, + "content": ")", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 48, + "content": "$(", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 51, + "content": ")", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 57, + "content": "$(", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 59, + "content": ")", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 63, + "content": "$(", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 66, + "content": ")", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + } + ], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [ + { + "index": 28, + "content": "Checkng existance of ", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 29, + "content": "$(", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 30, + "content": "1", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 31, + "content": ")", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 36, + "content": "ifeq \"", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 37, + "content": "$(", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 38, + "content": "flavor ", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 39, + "content": "$(", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 40, + "content": "1", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 41, + "content": ")", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 42, + "content": ")", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 43, + "content": "\" \"undefined\",0,1", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 50, + "content": "defined,TOP_DIR", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 58, + "content": "TOP_DIR", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 65, + "content": "defined,CODIT_DIR", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-13777.go b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-13777.go new file mode 100644 index 000000000..a14630755 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-13777.go @@ -0,0 +1 @@ +var e [][]*aType // ( bug in highligher?) \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-13777.go.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-13777.go.result new file mode 100644 index 000000000..0b952ad38 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-13777.go.result @@ -0,0 +1,450 @@ +{ + "abyss": [ + { + "content": "var", + "color": "#225588", + "_t": "go.keyword.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " e [][]*aType // ( ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "bug", + "color": "#6688CC", + "_t": "declaration.go.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " in highligher?", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "var", + "color": "#569CD6", + "_t": "go.keyword.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " e [][]*aType // ( ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bug", + "color": "#D4D4D4", + "_t": "declaration.go.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " in highligher?", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "var", + "color": "#0000FF", + "_t": "go.keyword.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " e [][]*aType // ( ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bug", + "color": "#000000", + "_t": "declaration.go.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " in highligher?", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "var", + "color": "#569CD6", + "_t": "go.keyword.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " e [][]*aType // ( ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "bug", + "color": "#FFFFFF", + "_t": "declaration.go.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " in highligher?", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "var", + "color": "#569CD6", + "_t": "go.keyword.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " e [][]*aType // ( ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bug", + "color": "#9CDCFE", + "_t": "declaration.go.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " in highligher?", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "var", + "color": "#0000FF", + "_t": "go.keyword.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " e [][]*aType // ( ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bug", + "color": "#001080", + "_t": "declaration.go.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " in highligher?", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "var", + "color": "#98676A", + "_t": "go.keyword.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " e [][]*aType // ( ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "bug", + "color": "#DC3958", + "_t": "declaration.go.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " in highligher?", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "var", + "color": "#F92672", + "_t": "go.keyword.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " e [][]*aType // ( ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "bug", + "color": "#F8F8F2", + "_t": "declaration.go.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " in highligher?", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "var", + "color": "#676867", + "_t": "go.keyword.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " e [][]*aType // ( ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "bug", + "color": "#6089B4", + "_t": "declaration.go.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " in highligher?", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "var", + "color": "#4B83CD", + "_t": "go.keyword.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " e [][]*aType // ( ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "bug", + "color": "#7A3E9D", + "_t": "declaration.go.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " in highligher?", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "var", + "color": "#F12727", + "_t": "go.keyword.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " e [][]*aType // ( ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "bug", + "color": "#FB9A4B", + "_t": "declaration.go.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " in highligher?", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "var", + "color": "#859900", + "_t": "go.keyword.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " e [][]*aType // ( ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "bug", + "color": "#268BD2", + "_t": "declaration.go.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " in highligher?", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "var", + "color": "#859900", + "_t": "go.keyword.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " e [][]*aType // ( ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "bug", + "color": "#268BD2", + "_t": "declaration.go.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " in highligher?", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "var", + "color": "#EBBBFF", + "_t": "go.keyword.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " e [][]*aType // ( ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "bug", + "color": "#FF9DA4", + "_t": "declaration.go.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " in highligher?", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-4287.jade b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-4287.jade new file mode 100644 index 000000000..8d8c109b5 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-4287.jade @@ -0,0 +1,3 @@ +.ssdsd + + // asdsdas \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-4287.jade.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-4287.jade.result new file mode 100644 index 000000000..1c56896c6 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-4287.jade.result @@ -0,0 +1,198 @@ +{ + "abyss": [ + { + "content": ".ssdsd", + "color": "#F280D0", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": " // asdsdas", + "color": "#22AA44", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + } + ], + "dark_vs": [ + { + "content": ".ssdsd", + "color": "#569CD6", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " // asdsdas", + "color": "#CE9178", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + } + ], + "light_vs": [ + { + "content": ".ssdsd", + "color": "#0000FF", + "_t": "constant.js.language", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " // asdsdas", + "color": "#0000FF", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + } + ], + "hc_black": [ + { + "content": ".ssdsd", + "color": "#569CD6", + "_t": "constant.js.language", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " // asdsdas", + "color": "#CE9178", + "_t": "block.buffered.comment.jade.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + ], + "dark_plus": [ + { + "content": ".ssdsd", + "color": "#569CD6", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " // asdsdas", + "color": "#CE9178", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + } + ], + "light_plus": [ + { + "content": ".ssdsd", + "color": "#0000FF", + "_t": "constant.js.language", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " // asdsdas", + "color": "#0000FF", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + } + ], + "kimbie_dark": [ + { + "content": ".ssdsd", + "color": "#F79A32", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " // asdsdas", + "color": "#889B4A", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + } + ], + "monokai": [ + { + "content": ".ssdsd", + "color": "#AE81FF", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": " // asdsdas", + "color": "#E6DB74", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + } + ], + "monokai_dimmed": [ + { + "content": ".ssdsd", + "color": "#FF0080", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": " // asdsdas", + "color": "#9AA83A", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + } + ], + "quietlight": [ + { + "content": ".ssdsd", + "color": "#AB6526", + "_t": "constant.js.language", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": " // asdsdas", + "color": "#448C27", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + } + ], + "red": [ + { + "content": ".ssdsd", + "color": "#994646", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " // asdsdas", + "color": "#CD8D8D", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + } + ], + "solarized_dark": [ + { + "content": ".ssdsd", + "color": "#B58900", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " // asdsdas", + "color": "#2AA198", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + } + ], + "solarized_light": [ + { + "content": ".ssdsd", + "color": "#B58900", + "_t": "constant.js.language", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " // asdsdas", + "color": "#2AA198", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + } + ], + "tomorrow_night_blue": [ + { + "content": ".ssdsd", + "color": "#FFC58F", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": " // asdsdas", + "color": "#D1F1A9", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-6611.rs b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-6611.rs new file mode 100644 index 000000000..0c59a443c --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-6611.rs @@ -0,0 +1,26 @@ +impl Foo + where A: B +{ } + +impl Foo for C + where A: B +{ } + +impl Foo for C +{ + fn foo -> C + where A: B + { } +} + +fn foo -> C + where A: B +{ } + +struct Foo + where A: B +{ } + +trait Foo : C + where A: B +{ } \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-6611.rs.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-6611.rs.result new file mode 100644 index 000000000..99e389271 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-6611.rs.result @@ -0,0 +1,5154 @@ +{ + "abyss": [ + { + "content": "impl", + "color": "#9966B8", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " Foo", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "where", + "color": "#225588", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " A: B", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{ }", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "impl", + "color": "#9966B8", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " Foo", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#9966B8", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " C", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "where", + "color": "#225588", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " A: B", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{ }", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "impl", + "color": "#9966B8", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " Foo", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#9966B8", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " C", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fn", + "color": "#225588", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#DDBB88", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " -> C", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "where", + "color": "#225588", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " A: B", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " { }", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fn", + "color": "#225588", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#DDBB88", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " -> C", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "where", + "color": "#225588", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " A: B", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{ }", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "struct", + "color": "#9966B8", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Foo", + "color": "#6688CC", + "_t": "entity.name.rust.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "where", + "color": "#225588", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " A: B", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{ }", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "trait", + "color": "#9966B8", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Foo", + "color": "#6688CC", + "_t": "entity.name.rust.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " : C", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "where", + "color": "#225588", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " A: B", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{ }", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "impl", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " Foo", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#D4D4D4", + "_t": "meta.rust.type_params", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "where", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " A: B", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{ }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "impl", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " Foo", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#D4D4D4", + "_t": "meta.rust.type_params", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " C", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "where", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " A: B", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{ }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "impl", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " Foo", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#D4D4D4", + "_t": "meta.rust.type_params", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " C", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fn", + "color": "#569CD6", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#D4D4D4", + "_t": "entity.function.name.rust", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#D4D4D4", + "_t": "meta.rust.type_params", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " -> C", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "where", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " A: B", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " { }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fn", + "color": "#569CD6", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#D4D4D4", + "_t": "entity.function.name.rust", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#D4D4D4", + "_t": "meta.rust.type_params", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " -> C", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "where", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " A: B", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{ }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "struct", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Foo", + "color": "#D4D4D4", + "_t": "entity.name.rust.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#D4D4D4", + "_t": "meta.rust.type_params", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "where", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " A: B", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{ }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "trait", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Foo", + "color": "#D4D4D4", + "_t": "entity.name.rust.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#D4D4D4", + "_t": "meta.rust.type_params", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " : C", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "where", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " A: B", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{ }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "impl", + "color": "#0000FF", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " Foo", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#000000", + "_t": "meta.rust.type_params", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "where", + "color": "#0000FF", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " A: B", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{ }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "impl", + "color": "#0000FF", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " Foo", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#000000", + "_t": "meta.rust.type_params", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " C", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "where", + "color": "#0000FF", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " A: B", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{ }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "impl", + "color": "#0000FF", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " Foo", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#000000", + "_t": "meta.rust.type_params", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " C", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fn", + "color": "#0000FF", + "_t": "fn.keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#000000", + "_t": "entity.function.name.rust", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#000000", + "_t": "meta.rust.type_params", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " -> C", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "where", + "color": "#0000FF", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " A: B", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " { }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fn", + "color": "#0000FF", + "_t": "fn.keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#000000", + "_t": "entity.function.name.rust", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#000000", + "_t": "meta.rust.type_params", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " -> C", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "where", + "color": "#0000FF", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " A: B", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{ }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "struct", + "color": "#0000FF", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Foo", + "color": "#000000", + "_t": "entity.name.rust.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#000000", + "_t": "meta.rust.type_params", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "where", + "color": "#0000FF", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " A: B", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{ }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "trait", + "color": "#0000FF", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Foo", + "color": "#000000", + "_t": "entity.name.rust.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#000000", + "_t": "meta.rust.type_params", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " : C", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "where", + "color": "#0000FF", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " A: B", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{ }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "impl", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " Foo", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FFFFFF", + "_t": "meta.rust.type_params", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "where", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " A: B", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{ }", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "impl", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " Foo", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FFFFFF", + "_t": "meta.rust.type_params", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " C", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "where", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " A: B", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{ }", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "impl", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " Foo", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FFFFFF", + "_t": "meta.rust.type_params", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " C", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fn", + "color": "#569CD6", + "_t": "fn.keyword.other.rust", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "entity.function.name.rust", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FFFFFF", + "_t": "meta.rust.type_params", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " -> C", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "where", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " A: B", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " { }", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fn", + "color": "#569CD6", + "_t": "fn.keyword.other.rust", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "entity.function.name.rust", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FFFFFF", + "_t": "meta.rust.type_params", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " -> C", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "where", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " A: B", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{ }", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "struct", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Foo", + "color": "#FFFFFF", + "_t": "entity.name.rust.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FFFFFF", + "_t": "meta.rust.type_params", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "where", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " A: B", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{ }", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "trait", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Foo", + "color": "#FFFFFF", + "_t": "entity.name.rust.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FFFFFF", + "_t": "meta.rust.type_params", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " : C", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "where", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " A: B", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{ }", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "impl", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " Foo", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#D4D4D4", + "_t": "meta.rust.type_params", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "where", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " A: B", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{ }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "impl", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " Foo", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#D4D4D4", + "_t": "meta.rust.type_params", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " C", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "where", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " A: B", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{ }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "impl", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " Foo", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#D4D4D4", + "_t": "meta.rust.type_params", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " C", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fn", + "color": "#569CD6", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#DCDCAA", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "", + "color": "#D4D4D4", + "_t": "meta.rust.type_params", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " -> C", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "where", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " A: B", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " { }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fn", + "color": "#569CD6", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#DCDCAA", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "", + "color": "#D4D4D4", + "_t": "meta.rust.type_params", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " -> C", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "where", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " A: B", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{ }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "struct", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Foo", + "color": "#4EC9B0", + "_t": "entity.name.rust.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": "", + "color": "#D4D4D4", + "_t": "meta.rust.type_params", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "where", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " A: B", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{ }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "trait", + "color": "#569CD6", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Foo", + "color": "#4EC9B0", + "_t": "entity.name.rust.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": "", + "color": "#D4D4D4", + "_t": "meta.rust.type_params", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " : C", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "where", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " A: B", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{ }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "impl", + "color": "#0000FF", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " Foo", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#000000", + "_t": "meta.rust.type_params", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "where", + "color": "#0000FF", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " A: B", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{ }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "impl", + "color": "#0000FF", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " Foo", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#000000", + "_t": "meta.rust.type_params", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " C", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "where", + "color": "#0000FF", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " A: B", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{ }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "impl", + "color": "#0000FF", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " Foo", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#000000", + "_t": "meta.rust.type_params", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " C", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fn", + "color": "#0000FF", + "_t": "fn.keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#795E26", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "", + "color": "#000000", + "_t": "meta.rust.type_params", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " -> C", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "where", + "color": "#0000FF", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " A: B", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " { }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fn", + "color": "#0000FF", + "_t": "fn.keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#795E26", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "", + "color": "#000000", + "_t": "meta.rust.type_params", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " -> C", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "where", + "color": "#0000FF", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " A: B", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{ }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "struct", + "color": "#0000FF", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Foo", + "color": "#267F99", + "_t": "entity.name.rust.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": "", + "color": "#000000", + "_t": "meta.rust.type_params", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "where", + "color": "#0000FF", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " A: B", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{ }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "trait", + "color": "#0000FF", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Foo", + "color": "#267F99", + "_t": "entity.name.rust.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": "", + "color": "#000000", + "_t": "meta.rust.type_params", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " : C", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "where", + "color": "#0000FF", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " A: B", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{ }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "impl", + "color": "#98676A", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " Foo", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "where", + "color": "#98676A", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " A: B", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{ }", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "impl", + "color": "#98676A", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " Foo", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " C", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "where", + "color": "#98676A", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " A: B", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{ }", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "impl", + "color": "#98676A", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " Foo", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " C", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fn", + "color": "#98676A", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#8AB1B0", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " -> C", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "where", + "color": "#98676A", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " A: B", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " { }", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fn", + "color": "#98676A", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#8AB1B0", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " -> C", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "where", + "color": "#98676A", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " A: B", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{ }", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "struct", + "color": "#98676A", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Foo", + "color": "#D3AF86", + "_t": "entity.name.rust.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "where", + "color": "#98676A", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " A: B", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{ }", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "trait", + "color": "#98676A", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Foo", + "color": "#D3AF86", + "_t": "entity.name.rust.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " : C", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "where", + "color": "#98676A", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " A: B", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{ }", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "impl", + "color": "#66D9EF", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " Foo", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "where", + "color": "#F92672", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " A: B", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{ }", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "impl", + "color": "#66D9EF", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " Foo", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#66D9EF", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " C", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "where", + "color": "#F92672", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " A: B", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{ }", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "impl", + "color": "#66D9EF", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " Foo", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#66D9EF", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " C", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fn", + "color": "#F92672", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#A6E22E", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " -> C", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "where", + "color": "#F92672", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " A: B", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " { }", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fn", + "color": "#F92672", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#A6E22E", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " -> C", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "where", + "color": "#F92672", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " A: B", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{ }", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "struct", + "color": "#66D9EF", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Foo", + "color": "#F8F8F2", + "_t": "entity.name.rust.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "where", + "color": "#F92672", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " A: B", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{ }", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "trait", + "color": "#66D9EF", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Foo", + "color": "#F8F8F2", + "_t": "entity.name.rust.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " : C", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "where", + "color": "#F92672", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " A: B", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{ }", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "impl", + "color": "#9872A2", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " Foo", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#C5C8C6", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "where", + "color": "#676867", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " A: B", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{ }", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "impl", + "color": "#9872A2", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " Foo", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#C5C8C6", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " C", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "where", + "color": "#676867", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " A: B", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{ }", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "impl", + "color": "#9872A2", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " Foo", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#C5C8C6", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " C", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "fn", + "color": "#676867", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#CE6700", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "", + "color": "#C5C8C6", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " -> C", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "where", + "color": "#676867", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " A: B", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " { }", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "fn", + "color": "#676867", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#CE6700", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "", + "color": "#C5C8C6", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " -> C", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "where", + "color": "#676867", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " A: B", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{ }", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "struct", + "color": "#9872A2", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Foo", + "color": "#C5C8C6", + "_t": "entity.name.rust.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#C5C8C6", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "where", + "color": "#676867", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " A: B", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{ }", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "trait", + "color": "#9872A2", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Foo", + "color": "#C5C8C6", + "_t": "entity.name.rust.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#C5C8C6", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " : C", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "where", + "color": "#676867", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " A: B", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{ }", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "impl", + "color": "#7A3E9D", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " Foo", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#333333", + "_t": "meta.rust.type_params", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "where", + "color": "#4B83CD", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " A: B", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{ }", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "impl", + "color": "#7A3E9D", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " Foo", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#333333", + "_t": "meta.rust.type_params", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "for", + "color": "#7A3E9D", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " C", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "where", + "color": "#4B83CD", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " A: B", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{ }", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "impl", + "color": "#7A3E9D", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " Foo", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#333333", + "_t": "meta.rust.type_params", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "for", + "color": "#7A3E9D", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " C", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "fn", + "color": "#4B83CD", + "_t": "fn.keyword.other.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo", + "color": "#AA3731", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "", + "color": "#333333", + "_t": "meta.rust.type_params", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " -> C", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "where", + "color": "#4B83CD", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " A: B", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " { }", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "fn", + "color": "#4B83CD", + "_t": "fn.keyword.other.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo", + "color": "#AA3731", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "", + "color": "#333333", + "_t": "meta.rust.type_params", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " -> C", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "where", + "color": "#4B83CD", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " A: B", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{ }", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "struct", + "color": "#7A3E9D", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Foo", + "color": "#7A3E9D", + "_t": "entity.name.rust.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": "", + "color": "#333333", + "_t": "meta.rust.type_params", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "where", + "color": "#4B83CD", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " A: B", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{ }", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "trait", + "color": "#7A3E9D", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Foo", + "color": "#7A3E9D", + "_t": "entity.name.rust.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": "", + "color": "#333333", + "_t": "meta.rust.type_params", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " : C", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "where", + "color": "#4B83CD", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " A: B", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{ }", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + } + ], + "red": [ + { + "content": "impl", + "color": "#FF6262", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " Foo", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#F8F8F8", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "where", + "color": "#F12727", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " A: B", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{ }", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "impl", + "color": "#FF6262", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " Foo", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#F8F8F8", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#FF6262", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " C", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "where", + "color": "#F12727", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " A: B", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{ }", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "impl", + "color": "#FF6262", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " Foo", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#F8F8F8", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#FF6262", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " C", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fn", + "color": "#F12727", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#FEC758", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "", + "color": "#F8F8F8", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " -> C", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "where", + "color": "#F12727", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " A: B", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " { }", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fn", + "color": "#F12727", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#FEC758", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "", + "color": "#F8F8F8", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " -> C", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "where", + "color": "#F12727", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " A: B", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{ }", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "struct", + "color": "#FF6262", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Foo", + "color": "#FEC758", + "_t": "entity.name.rust.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "", + "color": "#F8F8F8", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "where", + "color": "#F12727", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " A: B", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{ }", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "trait", + "color": "#FF6262", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Foo", + "color": "#FEC758", + "_t": "entity.name.rust.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "", + "color": "#F8F8F8", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " : C", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "where", + "color": "#F12727", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " A: B", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{ }", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "impl", + "color": "#93A1A1", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " Foo", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "where", + "color": "#859900", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " A: B", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{ }", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "impl", + "color": "#93A1A1", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " Foo", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#93A1A1", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " C", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "where", + "color": "#859900", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " A: B", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{ }", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "impl", + "color": "#93A1A1", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " Foo", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#93A1A1", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " C", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fn", + "color": "#859900", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " -> C", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "where", + "color": "#859900", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " A: B", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " { }", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fn", + "color": "#859900", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " -> C", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "where", + "color": "#859900", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " A: B", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{ }", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "struct", + "color": "#93A1A1", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Foo", + "color": "#93A1A1", + "_t": "entity.name.rust.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "where", + "color": "#859900", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " A: B", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{ }", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "trait", + "color": "#93A1A1", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Foo", + "color": "#93A1A1", + "_t": "entity.name.rust.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " : C", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "where", + "color": "#859900", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " A: B", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{ }", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "impl", + "color": "#073642", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " Foo", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "meta.rust.type_params", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "where", + "color": "#859900", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " A: B", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{ }", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "impl", + "color": "#073642", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " Foo", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "meta.rust.type_params", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#073642", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " C", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "where", + "color": "#859900", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " A: B", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{ }", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "impl", + "color": "#073642", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " Foo", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "meta.rust.type_params", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#073642", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " C", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fn", + "color": "#859900", + "_t": "fn.keyword.other.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#586E75", + "_t": "meta.rust.type_params", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " -> C", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "where", + "color": "#859900", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " A: B", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " { }", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fn", + "color": "#859900", + "_t": "fn.keyword.other.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#586E75", + "_t": "meta.rust.type_params", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " -> C", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "where", + "color": "#859900", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " A: B", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{ }", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "struct", + "color": "#073642", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Foo", + "color": "#586E75", + "_t": "entity.name.rust.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "meta.rust.type_params", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "where", + "color": "#859900", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " A: B", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{ }", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "trait", + "color": "#073642", + "_t": "rust.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Foo", + "color": "#586E75", + "_t": "entity.name.rust.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "meta.rust.type_params", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " : C", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "where", + "color": "#859900", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " A: B", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{ }", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "impl", + "color": "#EBBBFF", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " Foo", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FFFFFF", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "where", + "color": "#EBBBFF", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " A: B", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{ }", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "impl", + "color": "#EBBBFF", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " Foo", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FFFFFF", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " C", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "where", + "color": "#EBBBFF", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " A: B", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{ }", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "impl", + "color": "#EBBBFF", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " Foo", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FFFFFF", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " C", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "fn", + "color": "#EBBBFF", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#BBDAFF", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "", + "color": "#FFFFFF", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " -> C", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "where", + "color": "#EBBBFF", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " A: B", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " { }", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "fn", + "color": "#EBBBFF", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#BBDAFF", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "", + "color": "#FFFFFF", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " -> C", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "where", + "color": "#EBBBFF", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " A: B", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{ }", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "struct", + "color": "#EBBBFF", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Foo", + "color": "#FFFFFF", + "_t": "entity.name.rust.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FFFFFF", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "where", + "color": "#EBBBFF", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " A: B", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{ }", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "trait", + "color": "#EBBBFF", + "_t": "rust.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Foo", + "color": "#FFFFFF", + "_t": "entity.name.rust.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FFFFFF", + "_t": "meta.rust.type_params", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " : C", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "where", + "color": "#EBBBFF", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " A: B", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{ }", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-6611.rs.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-6611.rs.result.patch new file mode 100644 index 000000000..681a844af --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-6611.rs.result.patch @@ -0,0 +1,107 @@ +{ + "abyss": [ + { + "index": 46, + "content": "Foo", + "color": "#6688CC", + "newColor": "#FFEEBB" + }, + { + "index": 54, + "content": "Foo", + "color": "#6688CC", + "newColor": "#FFEEBB" + } + ], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [ + { + "index": 46, + "content": "Foo", + "color": "#D3AF86", + "newColor": "#F06431" + }, + { + "index": 54, + "content": "Foo", + "color": "#D3AF86", + "newColor": "#F06431" + } + ], + "monokai": [ + { + "index": 46, + "content": "Foo", + "color": "#F8F8F2", + "newColor": "#A6E22E" + }, + { + "index": 54, + "content": "Foo", + "color": "#F8F8F2", + "newColor": "#A6E22E" + } + ], + "monokai_dimmed": [ + { + "index": 46, + "content": "Foo", + "color": "#C5C8C6", + "newColor": "#9B0000" + }, + { + "index": 54, + "content": "Foo", + "color": "#C5C8C6", + "newColor": "#9B0000" + } + ], + "quietlight": [], + "red": [], + "solarized_dark": [ + { + "index": 46, + "content": "Foo", + "color": "#93A1A1", + "newColor": "#CB4B16" + }, + { + "index": 54, + "content": "Foo", + "color": "#93A1A1", + "newColor": "#CB4B16" + } + ], + "solarized_light": [ + { + "index": 46, + "content": "Foo", + "color": "#586E75", + "newColor": "#268BD2" + }, + { + "index": 54, + "content": "Foo", + "color": "#586E75", + "newColor": "#268BD2" + } + ], + "tomorrow_night_blue": [ + { + "index": 46, + "content": "Foo", + "color": "#FFFFFF", + "newColor": "#FFEEAD" + }, + { + "index": 54, + "content": "Foo", + "color": "#FFFFFF", + "newColor": "#FFEEAD" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-7115.xml b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-7115.xml new file mode 100644 index 000000000..74bf37e90 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-7115.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-7115.xml.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-7115.xml.result new file mode 100644 index 000000000..0ea9a5866 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-7115.xml.result @@ -0,0 +1,4482 @@ +{ + "abyss": [ + { + "content": "", + "color": "#6688CC", + "_t": "definition.meta.preprocessor.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "WorkFine", + "color": "#225588", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "NoColorWithNonLatinCharacters_АБВ", + "color": "#225588", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "NextTagnotWork", + "color": "#DDBB88", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "something", + "color": "#22AA44", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Поле", + "color": "#DDBB88", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "tagnotwork", + "color": "#22AA44", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "WorkFine", + "color": "#225588", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "/>", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Error_АБВГД", + "color": "#225588", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "/>", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "", + "color": "#808080", + "_t": "definition.meta.preprocessor.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "WorkFine", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "NoColorWithNonLatinCharacters_АБВ", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NextTagnotWork", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "something", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Поле", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "tagnotwork", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "WorkFine", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Error_АБВГД", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "light_vs": [ + { + "content": "", + "color": "#800000", + "_t": "definition.meta.preprocessor.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "WorkFine", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "NoColorWithNonLatinCharacters_АБВ", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NextTagnotWork", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "something", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Поле", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "tagnotwork", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "WorkFine", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "/>", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Error_АБВГД", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "/>", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + } + ], + "hc_black": [ + { + "content": "", + "color": "#808080", + "_t": "definition.meta.preprocessor.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "WorkFine", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "NoColorWithNonLatinCharacters_АБВ", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "NextTagnotWork", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "something", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Поле", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "tagnotwork", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "WorkFine", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Error_АБВГД", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "dark_plus": [ + { + "content": "", + "color": "#808080", + "_t": "definition.meta.preprocessor.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "WorkFine", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "NoColorWithNonLatinCharacters_АБВ", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NextTagnotWork", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "something", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Поле", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "tagnotwork", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "WorkFine", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Error_АБВГД", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "light_plus": [ + { + "content": "", + "color": "#800000", + "_t": "definition.meta.preprocessor.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "WorkFine", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "NoColorWithNonLatinCharacters_АБВ", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NextTagnotWork", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "something", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Поле", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "tagnotwork", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "WorkFine", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "/>", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Error_АБВГД", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "/>", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "", + "color": "#D3AF86", + "_t": "definition.meta.preprocessor.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "WorkFine", + "color": "#DC3958", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "NoColorWithNonLatinCharacters_АБВ", + "color": "#DC3958", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "NextTagnotWork", + "color": "#F79A32", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "something", + "color": "#889B4A", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Поле", + "color": "#F79A32", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "tagnotwork", + "color": "#889B4A", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "WorkFine", + "color": "#DC3958", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "/>", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Error_АБВГД", + "color": "#DC3958", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "/>", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "", + "color": "#F8F8F2", + "_t": "definition.meta.preprocessor.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "WorkFine", + "color": "#F92672", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "NoColorWithNonLatinCharacters_АБВ", + "color": "#F92672", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "NextTagnotWork", + "color": "#A6E22E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "something", + "color": "#E6DB74", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Поле", + "color": "#A6E22E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "tagnotwork", + "color": "#E6DB74", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "WorkFine", + "color": "#F92672", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "/>", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Error_АБВГД", + "color": "#F92672", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "/>", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "", + "color": "#D0B344", + "_t": "definition.meta.preprocessor.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "<", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "WorkFine", + "color": "#6089B4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "NoColorWithNonLatinCharacters_АБВ", + "color": "#6089B4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "NextTagnotWork", + "color": "#D0B344", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "something", + "color": "#D0B344", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "Поле", + "color": "#D0B344", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "tagnotwork", + "color": "#D0B344", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": ">", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "WorkFine", + "color": "#6089B4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": "/>", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "Error_АБВГД", + "color": "#6089B4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": "/>", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + } + ], + "quietlight": [ + { + "content": "", + "color": "#91B3E0", + "_t": "definition.meta.preprocessor.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "WorkFine", + "color": "#4B83CD", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "NoColorWithNonLatinCharacters_АБВ", + "color": "#4B83CD", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "NextTagnotWork", + "color": "#91B3E0", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "something", + "color": "#91B3E0", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "Поле", + "color": "#91B3E0", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "tagnotwork", + "color": "#91B3E0", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "WorkFine", + "color": "#4B83CD", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "/>", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "Error_АБВГД", + "color": "#4B83CD", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "/>", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + } + ], + "red": [ + { + "content": "", + "color": "#EC0D1E", + "_t": "definition.meta.preprocessor.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "WorkFine", + "color": "#EC0D1E", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "NoColorWithNonLatinCharacters_АБВ", + "color": "#EC0D1E", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "NextTagnotWork", + "color": "#EC0D1E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "something", + "color": "#EC0D1E", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Поле", + "color": "#EC0D1E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "tagnotwork", + "color": "#EC0D1E", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "WorkFine", + "color": "#EC0D1E", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "/>", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Error_АБВГД", + "color": "#EC0D1E", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "/>", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + } + ], + "solarized_dark": [ + { + "content": "", + "color": "#657B83", + "_t": "definition.meta.preprocessor.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "WorkFine", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "NoColorWithNonLatinCharacters_АБВ", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "NextTagnotWork", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "something", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Поле", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "tagnotwork", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "WorkFine", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "/>", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Error_АБВГД", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "/>", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + } + ], + "solarized_light": [ + { + "content": "", + "color": "#B58900", + "_t": "definition.meta.preprocessor.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "WorkFine", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "NoColorWithNonLatinCharacters_АБВ", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "NextTagnotWork", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "something", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Поле", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "tagnotwork", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "WorkFine", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "/>", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Error_АБВГД", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "/>", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "", + "color": "#FF9DA4", + "_t": "definition.meta.preprocessor.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "WorkFine", + "color": "#FF9DA4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "NoColorWithNonLatinCharacters_АБВ", + "color": "#FF9DA4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "NextTagnotWork", + "color": "#FF9DA4", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "something", + "color": "#FF9DA4", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Поле", + "color": "#FF9DA4", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "tagnotwork", + "color": "#FF9DA4", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "WorkFine", + "color": "#FF9DA4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "/>", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Error_АБВГД", + "color": "#FF9DA4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "/>", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-7115.xml.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-7115.xml.result.patch new file mode 100644 index 000000000..c5c20164b --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-7115.xml.result.patch @@ -0,0 +1,933 @@ +{ + "abyss": [], + "dark_vs": [ + { + "index": 3, + "content": "=", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 8, + "content": "=", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 13, + "content": "=", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 28, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 30, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 34, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 36, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + } + ], + "light_vs": [ + { + "index": 3, + "content": "=", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 4, + "content": "\"", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 5, + "content": "1.0", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 6, + "content": "\"", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 8, + "content": "=", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 9, + "content": "\"", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 10, + "content": "utf-8", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 11, + "content": "\"", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 13, + "content": "=", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 14, + "content": "\"", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 15, + "content": "no", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 16, + "content": "\"", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 28, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 30, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 34, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 36, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + } + ], + "hc_black": [ + { + "index": 3, + "content": "=", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 8, + "content": "=", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 13, + "content": "=", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 28, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 30, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 34, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 36, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + } + ], + "dark_plus": [ + { + "index": 3, + "content": "=", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 8, + "content": "=", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 13, + "content": "=", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 28, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 30, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 34, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 36, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + } + ], + "light_plus": [ + { + "index": 3, + "content": "=", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 4, + "content": "\"", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 5, + "content": "1.0", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 6, + "content": "\"", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 8, + "content": "=", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 9, + "content": "\"", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 10, + "content": "utf-8", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 11, + "content": "\"", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 13, + "content": "=", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 14, + "content": "\"", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 15, + "content": "no", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 16, + "content": "\"", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 28, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 30, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 34, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 36, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + } + ], + "kimbie_dark": [], + "monokai": [], + "monokai_dimmed": [ + { + "index": 5, + "content": "1.0", + "color": "#D0B344", + "newColor": "#9AA83A" + }, + { + "index": 10, + "content": "utf-8", + "color": "#D0B344", + "newColor": "#9AA83A" + }, + { + "index": 15, + "content": "no", + "color": "#D0B344", + "newColor": "#9AA83A" + }, + { + "index": 29, + "content": "something", + "color": "#D0B344", + "newColor": "#9AA83A" + }, + { + "index": 35, + "content": "tagnotwork", + "color": "#D0B344", + "newColor": "#9AA83A" + } + ], + "quietlight": [ + { + "index": 0, + "content": "", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 19, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 21, + "content": ">", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 23, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 28, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 29, + "content": "something", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 30, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 34, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 35, + "content": "tagnotwork", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 36, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 37, + "content": ">", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 39, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 41, + "content": "/>", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 43, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 45, + "content": "/>", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 47, + "content": "", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 50, + "content": "", + "color": "#91B3E0", + "newColor": "#777777" + } + ], + "red": [ + { + "index": 4, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 5, + "content": "1.0", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 6, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 9, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 10, + "content": "utf-8", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 11, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 14, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 15, + "content": "no", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 16, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 28, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 29, + "content": "something", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 30, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 34, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 35, + "content": "tagnotwork", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 36, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + } + ], + "solarized_dark": [ + { + "index": 3, + "content": "=", + "color": "#B58900", + "newColor": "#93A1A1" + }, + { + "index": 4, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 5, + "content": "1.0", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 6, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 8, + "content": "=", + "color": "#B58900", + "newColor": "#93A1A1" + }, + { + "index": 9, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 10, + "content": "utf-8", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 11, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 13, + "content": "=", + "color": "#B58900", + "newColor": "#93A1A1" + }, + { + "index": 14, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 15, + "content": "no", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 16, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 28, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 30, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 34, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 36, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + } + ], + "solarized_light": [ + { + "index": 0, + "content": "", + "color": "#B58900", + "newColor": "#586E75" + }, + { + "index": 28, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 30, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 34, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 36, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + } + ], + "tomorrow_night_blue": [ + { + "index": 4, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 5, + "content": "1.0", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 6, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 9, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 10, + "content": "utf-8", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 11, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 14, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 15, + "content": "no", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 16, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 28, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 29, + "content": "something", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 30, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 34, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 35, + "content": "tagnotwork", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 36, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-brackets.tsx b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-brackets.tsx new file mode 100644 index 000000000..a0ffed64a --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-brackets.tsx @@ -0,0 +1,6 @@ +let a = Array(); // Highlight ok here + +interface egGenericsInArray { + a: Array; +} +let s = "nothing should fail here..."; \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-brackets.tsx.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-brackets.tsx.result new file mode 100644 index 000000000..65268e27b --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-brackets.tsx.result @@ -0,0 +1,3390 @@ +{ + "abyss": [ + { + "content": "let", + "color": "#9966B8", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#6688CC", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Array", + "color": "#9966B8", + "_t": "builtin.class.expr.meta.support.tsx.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "begin.definition.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "number", + "color": "#9966B8", + "_t": "expr.meta.parameters.primitive.support.tsx.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.end.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "brace.expr.meta.round.tsx.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.line.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Highlight ok here", + "color": "#223355", + "_t": "comment.double-slash.line.tsx", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "interface", + "color": "#9966B8", + "_t": "class.interface.meta.storage.tsx.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "egGenericsInArray", + "color": "#FFEEBB", + "_t": "class.entity.meta.name.tsx.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#6688CC", + "_t": "class.declaration.field.meta.object.property.tsx.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.class.declaration.field.keyword.meta.operator.tsx.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.class.declaration.field.meta.tsx.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Array", + "color": "#FFEEBB", + "_t": "annotation.class.declaration.entity.field.meta.name.tsx.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "annotation.begin.class.declaration.definition.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "number", + "color": "#9966B8", + "_t": "annotation.class.declaration.field.meta.parameters.primitive.support.tsx.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "annotation.class.declaration.definition.end.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "class.meta.punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "let", + "color": "#9966B8", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "s", + "color": "#6688CC", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "nothing should fail here...", + "color": "#22AA44", + "_t": "double.expr.meta.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#D4D4D4", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Array", + "color": "#D4D4D4", + "_t": "builtin.class.expr.meta.support.tsx.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "begin.definition.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#D4D4D4", + "_t": "expr.meta.parameters.primitive.support.tsx.type.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "definition.end.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "brace.expr.meta.round.tsx.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.line.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Highlight ok here", + "color": "#608B4E", + "_t": "comment.double-slash.line.tsx", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "interface", + "color": "#569CD6", + "_t": "class.interface.meta.storage.tsx.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.tsx", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "egGenericsInArray", + "color": "#D4D4D4", + "_t": "class.entity.meta.name.tsx.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.tsx", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.tsx", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#D4D4D4", + "_t": "class.declaration.field.meta.object.property.tsx.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.keyword.meta.operator.tsx.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.meta.tsx.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Array", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.entity.field.meta.name.tsx.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "annotation.begin.class.declaration.definition.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.meta.parameters.primitive.support.tsx.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.definition.end.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "class.meta.punctuation.statement.terminator.tsx", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "s", + "color": "#D4D4D4", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "nothing should fail here...", + "color": "#CE9178", + "_t": "double.expr.meta.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "let", + "color": "#0000FF", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.tsx.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#000000", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.tsx.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Array", + "color": "#000000", + "_t": "builtin.class.expr.meta.support.tsx.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "begin.definition.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#000000", + "_t": "expr.meta.parameters.primitive.support.tsx.type.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "definition.end.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "brace.expr.meta.round.tsx.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.line.punctuation.tsx", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Highlight ok here", + "color": "#008000", + "_t": "comment.double-slash.line.tsx", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "interface", + "color": "#0000FF", + "_t": "class.interface.meta.storage.tsx.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.tsx", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "egGenericsInArray", + "color": "#000000", + "_t": "class.entity.meta.name.tsx.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.tsx", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.tsx", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#000000", + "_t": "class.declaration.field.meta.object.property.tsx.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.class.declaration.field.keyword.meta.operator.tsx.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.class.declaration.field.meta.tsx.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Array", + "color": "#000000", + "_t": "annotation.class.declaration.entity.field.meta.name.tsx.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "annotation.begin.class.declaration.definition.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#000000", + "_t": "annotation.class.declaration.field.meta.parameters.primitive.support.tsx.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "annotation.class.declaration.definition.end.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "class.meta.punctuation.statement.terminator.tsx", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "let", + "color": "#0000FF", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.tsx.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "s", + "color": "#000000", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.tsx.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "nothing should fail here...", + "color": "#A31515", + "_t": "double.expr.meta.quoted.string.tsx.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.tsx.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FFFFFF", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.tsx.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Array", + "color": "#FFFFFF", + "_t": "builtin.class.expr.meta.support.tsx.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "begin.definition.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFFFFF", + "_t": "expr.meta.parameters.primitive.support.tsx.type.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "definition.end.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "brace.expr.meta.round.tsx.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.line.punctuation.tsx", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Highlight ok here", + "color": "#7CA668", + "_t": "comment.double-slash.line.tsx", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "interface", + "color": "#569CD6", + "_t": "class.interface.meta.storage.tsx.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.tsx", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "egGenericsInArray", + "color": "#FFFFFF", + "_t": "class.entity.meta.name.tsx.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.tsx", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.tsx", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FFFFFF", + "_t": "class.declaration.field.meta.object.property.tsx.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.keyword.meta.operator.tsx.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.meta.tsx.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Array", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.entity.field.meta.name.tsx.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "annotation.begin.class.declaration.definition.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.meta.parameters.primitive.support.tsx.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.definition.end.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "class.meta.punctuation.statement.terminator.tsx", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.tsx.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "s", + "color": "#FFFFFF", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.tsx.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "nothing should fail here...", + "color": "#CE9178", + "_t": "double.expr.meta.quoted.string.tsx.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#9CDCFE", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Array", + "color": "#4EC9B0", + "_t": "builtin.class.expr.meta.support.tsx.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.class rgb(78, 201, 176)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "begin.definition.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#4EC9B0", + "_t": "expr.meta.parameters.primitive.support.tsx.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "definition.end.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "brace.expr.meta.round.tsx.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.line.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Highlight ok here", + "color": "#608B4E", + "_t": "comment.double-slash.line.tsx", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "interface", + "color": "#569CD6", + "_t": "class.interface.meta.storage.tsx.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.tsx", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "egGenericsInArray", + "color": "#4EC9B0", + "_t": "class.entity.meta.name.tsx.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.tsx", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.tsx", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#9CDCFE", + "_t": "class.declaration.field.meta.object.property.tsx.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.keyword.meta.operator.tsx.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.meta.tsx.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Array", + "color": "#4EC9B0", + "_t": "annotation.class.declaration.entity.field.meta.name.tsx.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "annotation.begin.class.declaration.definition.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#4EC9B0", + "_t": "annotation.class.declaration.field.meta.parameters.primitive.support.tsx.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.definition.end.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "class.meta.punctuation.statement.terminator.tsx", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "s", + "color": "#9CDCFE", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "nothing should fail here...", + "color": "#CE9178", + "_t": "double.expr.meta.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "let", + "color": "#0000FF", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.tsx.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#001080", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.tsx.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Array", + "color": "#267F99", + "_t": "builtin.class.expr.meta.support.tsx.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.class rgb(38, 127, 153)" + }, + { + "content": "<", + "color": "#000000", + "_t": "begin.definition.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#267F99", + "_t": "expr.meta.parameters.primitive.support.tsx.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ">", + "color": "#000000", + "_t": "definition.end.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "brace.expr.meta.round.tsx.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.line.punctuation.tsx", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Highlight ok here", + "color": "#008000", + "_t": "comment.double-slash.line.tsx", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "interface", + "color": "#0000FF", + "_t": "class.interface.meta.storage.tsx.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.tsx", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "egGenericsInArray", + "color": "#267F99", + "_t": "class.entity.meta.name.tsx.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.tsx", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.tsx", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#001080", + "_t": "class.declaration.field.meta.object.property.tsx.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.class.declaration.field.keyword.meta.operator.tsx.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.class.declaration.field.meta.tsx.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Array", + "color": "#267F99", + "_t": "annotation.class.declaration.entity.field.meta.name.tsx.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": "<", + "color": "#000000", + "_t": "annotation.begin.class.declaration.definition.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#267F99", + "_t": "annotation.class.declaration.field.meta.parameters.primitive.support.tsx.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ">", + "color": "#000000", + "_t": "annotation.class.declaration.definition.end.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "class.meta.punctuation.statement.terminator.tsx", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "let", + "color": "#0000FF", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.tsx.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "s", + "color": "#001080", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.tsx.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "nothing should fail here...", + "color": "#A31515", + "_t": "double.expr.meta.quoted.string.tsx.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "let", + "color": "#98676A", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Array", + "color": "#F06431", + "_t": "builtin.class.expr.meta.support.tsx.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "begin.definition.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "number", + "color": "#D3AF86", + "_t": "expr.meta.parameters.primitive.support.tsx.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.end.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "brace.expr.meta.round.tsx.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.line.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Highlight ok here", + "color": "#A57A4C", + "_t": "comment.double-slash.line.tsx", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "interface", + "color": "#98676A", + "_t": "class.interface.meta.storage.tsx.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "egGenericsInArray", + "color": "#F06431", + "_t": "class.entity.meta.name.tsx.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "class.declaration.field.meta.object.property.tsx.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.class.declaration.field.keyword.meta.operator.tsx.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.class.declaration.field.meta.tsx.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Array", + "color": "#F06431", + "_t": "annotation.class.declaration.entity.field.meta.name.tsx.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "annotation.begin.class.declaration.definition.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "number", + "color": "#F06431", + "_t": "annotation.class.declaration.field.meta.parameters.primitive.support.tsx.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "annotation.class.declaration.definition.end.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "class.meta.punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "let", + "color": "#98676A", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "s", + "color": "#DC3958", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "nothing should fail here...", + "color": "#889B4A", + "_t": "double.expr.meta.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "let", + "color": "#66D9EF", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F8F8F2", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Array", + "color": "#66D9EF", + "_t": "builtin.class.expr.meta.support.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "begin.definition.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "number", + "color": "#66D9EF", + "_t": "expr.meta.parameters.primitive.support.tsx.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.end.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "brace.expr.meta.round.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.line.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Highlight ok here", + "color": "#75715E", + "_t": "comment.double-slash.line.tsx", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "interface", + "color": "#66D9EF", + "_t": "class.interface.meta.storage.tsx.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "egGenericsInArray", + "color": "#A6E22E", + "_t": "class.entity.meta.name.tsx.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F8F8F2", + "_t": "class.declaration.field.meta.object.property.tsx.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.class.declaration.field.keyword.meta.operator.tsx.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.class.declaration.field.meta.tsx.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Array", + "color": "#A6E22E", + "_t": "annotation.class.declaration.entity.field.meta.name.tsx.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "annotation.begin.class.declaration.definition.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "number", + "color": "#66D9EF", + "_t": "annotation.class.declaration.field.meta.parameters.primitive.support.tsx.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "annotation.class.declaration.definition.end.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "class.meta.punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "let", + "color": "#66D9EF", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "s", + "color": "#F8F8F2", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "nothing should fail here...", + "color": "#E6DB74", + "_t": "double.expr.meta.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "let", + "color": "#9872A2", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Array", + "color": "#C7444A", + "_t": "builtin.class.expr.meta.support.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "<", + "color": "#C5C8C6", + "_t": "begin.definition.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "number", + "color": "#C7444A", + "_t": "expr.meta.parameters.primitive.support.tsx.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ">", + "color": "#C5C8C6", + "_t": "definition.end.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "brace.expr.meta.round.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.line.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Highlight ok here", + "color": "#9A9B99", + "_t": "comment.double-slash.line.tsx", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "interface", + "color": "#9872A2", + "_t": "class.interface.meta.storage.tsx.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "egGenericsInArray", + "color": "#9B0000", + "_t": "class.entity.meta.name.tsx.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#C5C8C6", + "_t": "class.declaration.field.meta.object.property.tsx.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.class.declaration.field.keyword.meta.operator.tsx.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.class.declaration.field.meta.tsx.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Array", + "color": "#9B0000", + "_t": "annotation.class.declaration.entity.field.meta.name.tsx.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": "<", + "color": "#C5C8C6", + "_t": "annotation.begin.class.declaration.definition.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "number", + "color": "#C7444A", + "_t": "annotation.class.declaration.field.meta.parameters.primitive.support.tsx.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ">", + "color": "#C5C8C6", + "_t": "annotation.class.declaration.definition.end.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "class.meta.punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "let", + "color": "#9872A2", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "s", + "color": "#6089B4", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "nothing should fail here...", + "color": "#9AA83A", + "_t": "double.expr.meta.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "let", + "color": "#7A3E9D", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.tsx.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "a", + "color": "#7A3E9D", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.tsx.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Array", + "color": "#7A3E9D", + "_t": "builtin.class.expr.meta.support.tsx.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": "<", + "color": "#777777", + "_t": "begin.definition.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "number", + "color": "#7A3E9D", + "_t": "expr.meta.parameters.primitive.support.tsx.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type rgb(122, 62, 157)" + }, + { + "content": ">", + "color": "#777777", + "_t": "definition.end.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "()", + "color": "#333333", + "_t": "brace.expr.meta.round.tsx.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.line.punctuation.tsx", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Highlight ok here", + "color": "#AAAAAA", + "_t": "comment.double-slash.line.tsx", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "interface", + "color": "#7A3E9D", + "_t": "class.interface.meta.storage.tsx.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.tsx", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "egGenericsInArray", + "color": "#7A3E9D", + "_t": "class.entity.meta.name.tsx.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.tsx", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.tsx", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "a", + "color": "#7A3E9D", + "_t": "class.declaration.field.meta.object.property.tsx.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.class.declaration.field.keyword.meta.operator.tsx.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.class.declaration.field.meta.tsx.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Array", + "color": "#7A3E9D", + "_t": "annotation.class.declaration.entity.field.meta.name.tsx.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": "<", + "color": "#777777", + "_t": "annotation.begin.class.declaration.definition.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "number", + "color": "#7A3E9D", + "_t": "annotation.class.declaration.field.meta.parameters.primitive.support.tsx.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ">", + "color": "#777777", + "_t": "annotation.class.declaration.definition.end.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#777777", + "_t": "class.meta.punctuation.statement.terminator.tsx", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "let", + "color": "#7A3E9D", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.tsx.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "s", + "color": "#7A3E9D", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.tsx.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "nothing should fail here...", + "color": "#448C27", + "_t": "double.expr.meta.quoted.string.tsx.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "let", + "color": "#FF6262", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#FB9A4B", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Array", + "color": "#9DF39F", + "_t": "builtin.class.expr.meta.support.tsx.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "<", + "color": "#F8F8F8", + "_t": "begin.definition.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "number", + "color": "#9DF39F", + "_t": "expr.meta.parameters.primitive.support.tsx.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ">", + "color": "#F8F8F8", + "_t": "definition.end.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "brace.expr.meta.round.tsx.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.line.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Highlight ok here", + "color": "#E7C0C0", + "_t": "comment.double-slash.line.tsx", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "interface", + "color": "#FF6262", + "_t": "class.interface.meta.storage.tsx.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "egGenericsInArray", + "color": "#FEC758", + "_t": "class.entity.meta.name.tsx.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#FB9A4B", + "_t": "class.declaration.field.meta.object.property.tsx.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.class.declaration.field.keyword.meta.operator.tsx.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.class.declaration.field.meta.tsx.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Array", + "color": "#FEC758", + "_t": "annotation.class.declaration.entity.field.meta.name.tsx.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "<", + "color": "#F8F8F8", + "_t": "annotation.begin.class.declaration.definition.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "number", + "color": "#9DF39F", + "_t": "annotation.class.declaration.field.meta.parameters.primitive.support.tsx.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ">", + "color": "#F8F8F8", + "_t": "annotation.class.declaration.definition.end.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "class.meta.punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "let", + "color": "#FF6262", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "s", + "color": "#FB9A4B", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "nothing should fail here...", + "color": "#CD8D8D", + "_t": "double.expr.meta.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "let", + "color": "#93A1A1", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Array", + "color": "#859900", + "_t": "builtin.class.expr.meta.support.tsx.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "begin.definition.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "number", + "color": "#859900", + "_t": "expr.meta.parameters.primitive.support.tsx.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "definition.end.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "brace.expr.meta.round.tsx.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.line.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Highlight ok here", + "color": "#657B83", + "_t": "comment.double-slash.line.tsx", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "interface", + "color": "#93A1A1", + "_t": "class.interface.meta.storage.tsx.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "egGenericsInArray", + "color": "#CB4B16", + "_t": "class.entity.meta.name.tsx.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#93A1A1", + "_t": "class.declaration.field.meta.object.property.tsx.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.class.declaration.field.keyword.meta.operator.tsx.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.class.declaration.field.meta.tsx.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Array", + "color": "#CB4B16", + "_t": "annotation.class.declaration.entity.field.meta.name.tsx.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "annotation.begin.class.declaration.definition.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.class.declaration.field.meta.parameters.primitive.support.tsx.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "annotation.class.declaration.definition.end.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "class.meta.punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "let", + "color": "#93A1A1", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "s", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "nothing should fail here...", + "color": "#2AA198", + "_t": "double.expr.meta.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "let", + "color": "#073642", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.tsx.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.tsx.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Array", + "color": "#859900", + "_t": "builtin.class.expr.meta.support.tsx.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "begin.definition.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "number", + "color": "#859900", + "_t": "expr.meta.parameters.primitive.support.tsx.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "definition.end.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "brace.expr.meta.round.tsx.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.line.punctuation.tsx", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Highlight ok here", + "color": "#93A1A1", + "_t": "comment.double-slash.line.tsx", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "interface", + "color": "#073642", + "_t": "class.interface.meta.storage.tsx.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.tsx", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "egGenericsInArray", + "color": "#268BD2", + "_t": "class.entity.meta.name.tsx.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.tsx", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.tsx", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#586E75", + "_t": "class.declaration.field.meta.object.property.tsx.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.class.declaration.field.keyword.meta.operator.tsx.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.class.declaration.field.meta.tsx.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Array", + "color": "#268BD2", + "_t": "annotation.class.declaration.entity.field.meta.name.tsx.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "annotation.begin.class.declaration.definition.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.class.declaration.field.meta.parameters.primitive.support.tsx.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "annotation.class.declaration.definition.end.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "class.meta.punctuation.statement.terminator.tsx", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "let", + "color": "#073642", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.tsx.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "s", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.tsx.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "nothing should fail here...", + "color": "#2AA198", + "_t": "double.expr.meta.quoted.string.tsx.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "let", + "color": "#EBBBFF", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FF9DA4", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Array", + "color": "#FFEEAD", + "_t": "builtin.class.expr.meta.support.tsx.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "begin.definition.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFEEAD", + "_t": "expr.meta.parameters.primitive.support.tsx.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "definition.end.expr.meta.parameters.punctuation.tsx.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "brace.expr.meta.round.tsx.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.line.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Highlight ok here", + "color": "#7285B7", + "_t": "comment.double-slash.line.tsx", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "interface", + "color": "#EBBBFF", + "_t": "class.interface.meta.storage.tsx.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "egGenericsInArray", + "color": "#FFEEAD", + "_t": "class.entity.meta.name.tsx.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.tsx", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FF9DA4", + "_t": "class.declaration.field.meta.object.property.tsx.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.keyword.meta.operator.tsx.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.meta.tsx.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Array", + "color": "#FFEEAD", + "_t": "annotation.class.declaration.entity.field.meta.name.tsx.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "annotation.begin.class.declaration.definition.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFEEAD", + "_t": "annotation.class.declaration.field.meta.parameters.primitive.support.tsx.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.definition.end.field.meta.parameters.punctuation.tsx.type.typeparameters", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "class.meta.punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.tsx", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "let", + "color": "#EBBBFF", + "_t": "expr.meta.storage.tsx.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "s", + "color": "#FF9DA4", + "_t": "expr.meta.other.readwrite.tsx.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.tsx.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.keyword.meta.operator.tsx.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.tsx.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "nothing should fail here...", + "color": "#D1F1A9", + "_t": "double.expr.meta.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.expr.meta.punctuation.quoted.string.tsx.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.tsx", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-brackets.tsx.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-brackets.tsx.result.patch new file mode 100644 index 000000000..31312da7a --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-brackets.tsx.result.patch @@ -0,0 +1,30 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [ + { + "index": 26, + "content": "number", + "color": "#F06431", + "newColor": "#D3AF86" + } + ], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [], + "red": [], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [ + { + "index": 22, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.less b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.less new file mode 100644 index 000000000..28f3c7e2a --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.less @@ -0,0 +1,7 @@ +:root { + --spacing-unit: 6px; + --cell-padding: (4 * var(--spacing-unit)); +} +body { + padding-left: calc(4 * var(--spacing-unit, 5px)); +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.less.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.less.result new file mode 100644 index 000000000..5e676d513 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.less.result @@ -0,0 +1,4146 @@ +{ + "abyss": [ + { + "content": ":", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "root", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "--spacing-unit", + "color": "#6688CC", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "6", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "--cell-padding", + "color": "#6688CC", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "4", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#225588", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "--spacing-unit", + "color": "#6688CC", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "))", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "body", + "color": "#225588", + "_t": "css.entity.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "padding-left", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "calc", + "color": "#9966B8", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "4", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#225588", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "--spacing-unit", + "color": "#6688CC", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "))", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "root", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--spacing-unit", + "color": "#D4D4D4", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--cell-padding", + "color": "#D4D4D4", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--spacing-unit", + "color": "#D4D4D4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "body", + "color": "#569CD6", + "_t": "css.entity.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding-left", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "calc", + "color": "#D4D4D4", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--spacing-unit", + "color": "#D4D4D4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "root", + "color": "#800000", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--spacing-unit", + "color": "#000000", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "6", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--cell-padding", + "color": "#000000", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#800000", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--spacing-unit", + "color": "#000000", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "))", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "css.entity.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding-left", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "calc", + "color": "#0451A5", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#800000", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--spacing-unit", + "color": "#000000", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": "))", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "root", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "--spacing-unit", + "color": "#FFFFFF", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "--cell-padding", + "color": "#FFFFFF", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "--spacing-unit", + "color": "#FFFFFF", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "body", + "color": "#569CD6", + "_t": "css.entity.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "padding-left", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "calc", + "color": "#FFFFFF", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "--spacing-unit", + "color": "#FFFFFF", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "root", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--spacing-unit", + "color": "#9CDCFE", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--cell-padding", + "color": "#9CDCFE", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--spacing-unit", + "color": "#9CDCFE", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "body", + "color": "#569CD6", + "_t": "css.entity.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding-left", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "calc", + "color": "#CE9178", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--spacing-unit", + "color": "#9CDCFE", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "root", + "color": "#800000", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--spacing-unit", + "color": "#001080", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "6", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--cell-padding", + "color": "#001080", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#800000", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--spacing-unit", + "color": "#001080", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "))", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "css.entity.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding-left", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "calc", + "color": "#0451A5", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#800000", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--spacing-unit", + "color": "#001080", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": "))", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": ":", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "root", + "color": "#F79A32", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "--spacing-unit", + "color": "#DC3958", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "6", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "--cell-padding", + "color": "#DC3958", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "4", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#DC3958", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "--spacing-unit", + "color": "#DC3958", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "))", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "body", + "color": "#DC3958", + "_t": "css.entity.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "padding-left", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "calc", + "color": "#8AB1B0", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "4", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#DC3958", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "--spacing-unit", + "color": "#DC3958", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": "))", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": ":", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "root", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "--spacing-unit", + "color": "#F8F8F2", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "6", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "--cell-padding", + "color": "#F8F8F2", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "4", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#F92672", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "--spacing-unit", + "color": "#F8F8F2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "))", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "body", + "color": "#F92672", + "_t": "css.entity.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "padding-left", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "calc", + "color": "#66D9EF", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "4", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#F92672", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "--spacing-unit", + "color": "#F8F8F2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "))", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": ":", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "root", + "color": "#D0B344", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "--spacing-unit", + "color": "#6089B4", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "6", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "--cell-padding", + "color": "#6089B4", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "4", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#6089B4", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "--spacing-unit", + "color": "#6089B4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "))", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "body", + "color": "#6089B4", + "_t": "css.entity.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "padding-left", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "calc", + "color": "#9872A2", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "4", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#6089B4", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "--spacing-unit", + "color": "#6089B4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "))", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": ":", + "color": "#AB6526", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "root", + "color": "#333333", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "--spacing-unit", + "color": "#7A3E9D", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "6", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "--cell-padding", + "color": "#7A3E9D", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "4", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "*", + "color": "#448C27", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "--spacing-unit", + "color": "#448C27", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "))", + "color": "#448C27", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "body", + "color": "#7A3E9D", + "_t": "css.entity.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "padding-left", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "calc", + "color": "#448C27", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "4", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "*", + "color": "#448C27", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "--spacing-unit", + "color": "#448C27", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ",", + "color": "#434343", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "5", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "))", + "color": "#448C27", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": ":", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "root", + "color": "#FEC758", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "--spacing-unit", + "color": "#FB9A4B", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "6", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "--cell-padding", + "color": "#FB9A4B", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "4", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#EC0D1E", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "--spacing-unit", + "color": "#FB9A4B", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "))", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "body", + "color": "#FEC758", + "_t": "css.entity.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "padding-left", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "calc", + "color": "#FFB454", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "4", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#EC0D1E", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "--spacing-unit", + "color": "#FB9A4B", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "5", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "))", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "root", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "--spacing-unit", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "6", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "--cell-padding", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#268BD2", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "--spacing-unit", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "))", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "css.entity.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "padding-left", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "calc", + "color": "#268BD2", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#268BD2", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "--spacing-unit", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "))", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "root", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "--spacing-unit", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "6", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "--cell-padding", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#268BD2", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "--spacing-unit", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "))", + "color": "#586E75", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "css.entity.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "padding-left", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "calc", + "color": "#268BD2", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#268BD2", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "--spacing-unit", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "))", + "color": "#586E75", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": ":", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "root", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "--spacing-unit", + "color": "#FF9DA4", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "6", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "--cell-padding", + "color": "#FF9DA4", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "--spacing-unit", + "color": "#FF9DA4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "body", + "color": "#EBBBFF", + "_t": "css.entity.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "padding-left", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "calc", + "color": "#BBDAFF", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.property-list.property-value.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "--spacing-unit", + "color": "#FF9DA4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.less.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.less.result.patch new file mode 100644 index 000000000..535775e53 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.less.result.patch @@ -0,0 +1,177 @@ +{ + "abyss": [], + "dark_vs": [ + { + "index": 20, + "content": "var", + "color": "#569CD6", + "newColor": "#D7BA7D" + }, + { + "index": 26, + "content": "body", + "color": "#569CD6", + "newColor": "#D7BA7D" + }, + { + "index": 39, + "content": "var", + "color": "#569CD6", + "newColor": "#D7BA7D" + } + ], + "light_vs": [], + "hc_black": [ + { + "index": 20, + "content": "var", + "color": "#569CD6", + "newColor": "#D7BA7D" + }, + { + "index": 26, + "content": "body", + "color": "#569CD6", + "newColor": "#D7BA7D" + }, + { + "index": 39, + "content": "var", + "color": "#569CD6", + "newColor": "#D7BA7D" + } + ], + "dark_plus": [ + { + "index": 20, + "content": "var", + "color": "#569CD6", + "newColor": "#D7BA7D" + }, + { + "index": 26, + "content": "body", + "color": "#569CD6", + "newColor": "#D7BA7D" + }, + { + "index": 39, + "content": "var", + "color": "#569CD6", + "newColor": "#D7BA7D" + } + ], + "light_plus": [], + "kimbie_dark": [], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [ + { + "index": 6, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 8, + "content": "6", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 9, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 13, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 16, + "content": "4", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 18, + "content": "*", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 22, + "content": "--spacing-unit", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 31, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 33, + "content": "calc", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 35, + "content": "4", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 37, + "content": "*", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 41, + "content": "--spacing-unit", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 42, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 44, + "content": "5", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 45, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + } + ], + "red": [ + { + "index": 20, + "content": "var", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 39, + "content": "var", + "color": "#EC0D1E", + "newColor": "#FEC758" + } + ], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.scss b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.scss new file mode 100644 index 000000000..28f3c7e2a --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.scss @@ -0,0 +1,7 @@ +:root { + --spacing-unit: 6px; + --cell-padding: (4 * var(--spacing-unit)); +} +body { + padding-left: calc(4 * var(--spacing-unit, 5px)); +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.scss.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.scss.result new file mode 100644 index 000000000..19b90ac9a --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.scss.result @@ -0,0 +1,4146 @@ +{ + "abyss": [ + { + "content": ":", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "root", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "--spacing-unit", + "color": "#F8F8F0", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "6", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "--cell-padding", + "color": "#F8F8F0", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "4", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "--spacing-unit", + "color": "#2277FF", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "body", + "color": "#225588", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "padding-left", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "calc", + "color": "#9966B8", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "4", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "--spacing-unit", + "color": "#2277FF", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "))", + "color": "#6688CC", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "root", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--spacing-unit", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--cell-padding", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#D4D4D4", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--spacing-unit", + "color": "#D4D4D4", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "body", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding-left", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "calc", + "color": "#D4D4D4", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#D4D4D4", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--spacing-unit", + "color": "#D4D4D4", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "root", + "color": "#800000", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--spacing-unit", + "color": "#CD3131", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "6", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--cell-padding", + "color": "#CD3131", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0451A5", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--spacing-unit", + "color": "#000000", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ");", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding-left", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "calc", + "color": "#0451A5", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0451A5", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--spacing-unit", + "color": "#000000", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": "))", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "root", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "--spacing-unit", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "--cell-padding", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#FFFFFF", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "--spacing-unit", + "color": "#FFFFFF", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "body", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "padding-left", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "calc", + "color": "#FFFFFF", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#FFFFFF", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "--spacing-unit", + "color": "#FFFFFF", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "root", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--spacing-unit", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--cell-padding", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#CE9178", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--spacing-unit", + "color": "#9CDCFE", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "body", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding-left", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "calc", + "color": "#CE9178", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#CE9178", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--spacing-unit", + "color": "#9CDCFE", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "root", + "color": "#800000", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--spacing-unit", + "color": "#CD3131", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "6", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--cell-padding", + "color": "#CD3131", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0451A5", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--spacing-unit", + "color": "#001080", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ");", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding-left", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "calc", + "color": "#0451A5", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0451A5", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--spacing-unit", + "color": "#001080", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": "))", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": ":", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "root", + "color": "#F79A32", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "--spacing-unit", + "color": "#DC3958", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.invalid.illegal rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "6", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "--cell-padding", + "color": "#DC3958", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.invalid.illegal rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "4", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#7E602C", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "--spacing-unit", + "color": "#DC3958", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "body", + "color": "#DC3958", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "padding-left", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "calc", + "color": "#7E602C", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "4", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#7E602C", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "--spacing-unit", + "color": "#DC3958", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": "))", + "color": "#D3AF86", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": ":", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "root", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "--spacing-unit", + "color": "#F8F8F0", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "6", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "--cell-padding", + "color": "#F8F8F0", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "4", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "--spacing-unit", + "color": "#FD971F", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "body", + "color": "#F92672", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "padding-left", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "calc", + "color": "#66D9EF", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "4", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "--spacing-unit", + "color": "#FD971F", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "))", + "color": "#F8F8F2", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": ":", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "root", + "color": "#D0B344", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "--spacing-unit", + "color": "#FF0B00", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.invalid rgb(255, 11, 0)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "6", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "--cell-padding", + "color": "#FF0B00", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.invalid rgb(255, 11, 0)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "4", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "--spacing-unit", + "color": "#6089B4", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "body", + "color": "#6089B4", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "padding-left", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "calc", + "color": "#9872A2", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "4", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "--spacing-unit", + "color": "#6089B4", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "))", + "color": "#C5C8C6", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": ":", + "color": "#AB6526", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "root", + "color": "#333333", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "--spacing-unit", + "color": "#AB6526", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "6", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "--cell-padding", + "color": "#AB6526", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "4", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "*", + "color": "#448C27", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "var", + "color": "#448C27", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "--spacing-unit", + "color": "#448C27", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ");", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "body", + "color": "#4B83CD", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "padding-left", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "calc", + "color": "#448C27", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "4", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "*", + "color": "#448C27", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "var", + "color": "#448C27", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "--spacing-unit", + "color": "#448C27", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ",", + "color": "#434343", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "5", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "))", + "color": "#448C27", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": ":", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "root", + "color": "#FEC758", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "--spacing-unit", + "color": "#FFFFFF", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "6", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "--cell-padding", + "color": "#FFFFFF", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "4", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FFB454", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "--spacing-unit", + "color": "#FB9A4B", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "body", + "color": "#FEC758", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "padding-left", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "calc", + "color": "#FFB454", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "4", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FFB454", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "--spacing-unit", + "color": "#FB9A4B", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "5", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "))", + "color": "#F8F8F8", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "root", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "--spacing-unit", + "color": "#93A1A1", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "6", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "--cell-padding", + "color": "#93A1A1", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#268BD2", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "--spacing-unit", + "color": "#93A1A1", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "padding-left", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "calc", + "color": "#268BD2", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#268BD2", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "--spacing-unit", + "color": "#93A1A1", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "))", + "color": "#93A1A1", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "root", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "--spacing-unit", + "color": "#586E75", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "6", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "--cell-padding", + "color": "#586E75", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#268BD2", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "--spacing-unit", + "color": "#586E75", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "padding-left", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "calc", + "color": "#268BD2", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#268BD2", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "--spacing-unit", + "color": "#586E75", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "))", + "color": "#586E75", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": ":", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.other.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "root", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.other.pseudo-class", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "--spacing-unit", + "color": "#FFFFFF", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "6", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "--cell-padding", + "color": "#FFFFFF", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#BBDAFF", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "--spacing-unit", + "color": "#FFC58F", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "body", + "color": "#FF9DA4", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "padding-left", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "calc", + "color": "#BBDAFF", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#BBDAFF", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "--spacing-unit", + "color": "#FFC58F", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.scss.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.scss.result.patch new file mode 100644 index 000000000..098aaaa0e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-cssvariables.scss.result.patch @@ -0,0 +1,167 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [ + { + "index": 5, + "content": "--spacing-unit", + "color": "#AB6526", + "newColor": "#660000" + }, + { + "index": 6, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 8, + "content": "6", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 9, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 12, + "content": "--cell-padding", + "color": "#AB6526", + "newColor": "#660000" + }, + { + "index": 13, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 16, + "content": "4", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 18, + "content": "*", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 20, + "content": "var", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 21, + "content": "(", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 22, + "content": "--spacing-unit", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 23, + "content": ")", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 31, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 33, + "content": "calc", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 34, + "content": "(", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 35, + "content": "4", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 37, + "content": "*", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 39, + "content": "var", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 40, + "content": "(", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 41, + "content": "--spacing-unit", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 42, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 44, + "content": "5", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 45, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 46, + "content": ")", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 46, + "content": ")", + "color": "#448C27", + "newColor": "#777777" + } + ], + "red": [], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-function-inv.ts b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-function-inv.ts new file mode 100644 index 000000000..27b48c026 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-function-inv.ts @@ -0,0 +1 @@ +rowData.push(callback(new Cell(row, col, false))); \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-function-inv.ts.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-function-inv.ts.result new file mode 100644 index 000000000..4a12e3275 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-function-inv.ts.result @@ -0,0 +1,1710 @@ +{ + "abyss": [ + { + "content": "rowData", + "color": "#6688CC", + "_t": "object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "push", + "color": "#9966B8", + "_t": "function.support.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "callback", + "color": "#DDBB88", + "_t": "entity.function.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "new", + "color": "#225588", + "_t": "expr.keyword.new.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Cell", + "color": "#6688CC", + "_t": "entity.expr.name.new.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "false", + "color": "#F280D0", + "_t": "boolean.constant.expr.false.language.new.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "))", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "rowData", + "color": "#D4D4D4", + "_t": "object.other.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "push", + "color": "#D4D4D4", + "_t": "function.support.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "callback", + "color": "#D4D4D4", + "_t": "entity.function.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "expr.keyword.new.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.new.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Cell", + "color": "#D4D4D4", + "_t": "entity.expr.name.new.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.new.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.new.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "boolean.constant.expr.false.language.new.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "rowData", + "color": "#000000", + "_t": "object.other.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "push", + "color": "#000000", + "_t": "function.support.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "callback", + "color": "#000000", + "_t": "entity.function.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "expr.keyword.new.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator.new rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.new.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Cell", + "color": "#000000", + "_t": "entity.expr.name.new.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.new.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.new.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "false", + "color": "#0000FF", + "_t": "boolean.constant.expr.false.language.new.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "))", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "rowData", + "color": "#FFFFFF", + "_t": "object.other.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "push", + "color": "#FFFFFF", + "_t": "function.support.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "callback", + "color": "#FFFFFF", + "_t": "entity.function.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "expr.keyword.new.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.new.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Cell", + "color": "#FFFFFF", + "_t": "entity.expr.name.new.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.new.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.new.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "boolean.constant.expr.false.language.new.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "rowData", + "color": "#9CDCFE", + "_t": "object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "push", + "color": "#DCDCAA", + "_t": "function.support.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "callback", + "color": "#DCDCAA", + "_t": "entity.function.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "expr.keyword.new.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.new.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Cell", + "color": "#4EC9B0", + "_t": "entity.expr.name.new.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.new.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.new.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "boolean.constant.expr.false.language.new.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "rowData", + "color": "#001080", + "_t": "object.other.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "push", + "color": "#795E26", + "_t": "function.support.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "callback", + "color": "#795E26", + "_t": "entity.function.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "expr.keyword.new.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator.new rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.new.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Cell", + "color": "#267F99", + "_t": "entity.expr.name.new.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.new.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.new.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "false", + "color": "#0000FF", + "_t": "boolean.constant.expr.false.language.new.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "))", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "rowData", + "color": "#DC3958", + "_t": "object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "push", + "color": "#7E602C", + "_t": "function.support.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "callback", + "color": "#8AB1B0", + "_t": "entity.function.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "new", + "color": "#D3AF86", + "_t": "expr.keyword.new.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Cell", + "color": "#D3AF86", + "_t": "entity.expr.name.new.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "false", + "color": "#F79A32", + "_t": "boolean.constant.expr.false.language.new.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "))", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "rowData", + "color": "#F8F8F2", + "_t": "object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "push", + "color": "#66D9EF", + "_t": "function.support.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "callback", + "color": "#A6E22E", + "_t": "entity.function.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "new", + "color": "#F92672", + "_t": "expr.keyword.new.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Cell", + "color": "#F8F8F2", + "_t": "entity.expr.name.new.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "false", + "color": "#AE81FF", + "_t": "boolean.constant.expr.false.language.new.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "))", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "rowData", + "color": "#6089B4", + "_t": "object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "push", + "color": "#9872A2", + "_t": "function.support.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "callback", + "color": "#CE6700", + "_t": "entity.function.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "new", + "color": "#676867", + "_t": "expr.keyword.new.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Cell", + "color": "#C5C8C6", + "_t": "entity.expr.name.new.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#6089B4", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "false", + "color": "#FF0080", + "_t": "boolean.constant.expr.false.language.new.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "))", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "rowData", + "color": "#7A3E9D", + "_t": "object.other.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "push", + "color": "#AA3731", + "_t": "function.support.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "callback", + "color": "#AA3731", + "_t": "entity.function.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "new", + "color": "#777777", + "_t": "expr.keyword.new.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.new.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Cell", + "color": "#7A3E9D", + "_t": "entity.expr.name.new.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#777777", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.new.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#777777", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.new.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "false", + "color": "#AB6526", + "_t": "boolean.constant.expr.false.language.new.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "))", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "rowData", + "color": "#FB9A4B", + "_t": "object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "push", + "color": "#FFB454", + "_t": "function.support.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "callback", + "color": "#FEC758", + "_t": "entity.function.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "new", + "color": "#F12727", + "_t": "expr.keyword.new.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Cell", + "color": "#FEC758", + "_t": "entity.expr.name.new.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "false", + "color": "#994646", + "_t": "boolean.constant.expr.false.language.new.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "))", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "rowData", + "color": "#268BD2", + "_t": "object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "push", + "color": "#268BD2", + "_t": "function.support.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "callback", + "color": "#268BD2", + "_t": "entity.function.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "new", + "color": "#859900", + "_t": "expr.keyword.new.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Cell", + "color": "#93A1A1", + "_t": "entity.expr.name.new.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "false", + "color": "#B58900", + "_t": "boolean.constant.expr.false.language.new.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "))", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "rowData", + "color": "#268BD2", + "_t": "object.other.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "push", + "color": "#268BD2", + "_t": "function.support.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "callback", + "color": "#268BD2", + "_t": "entity.function.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "new", + "color": "#859900", + "_t": "expr.keyword.new.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.new.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Cell", + "color": "#586E75", + "_t": "entity.expr.name.new.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.new.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.new.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "false", + "color": "#B58900", + "_t": "boolean.constant.expr.false.language.new.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "))", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "rowData", + "color": "#FF9DA4", + "_t": "object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "push", + "color": "#BBDAFF", + "_t": "function.support.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "callback", + "color": "#BBDAFF", + "_t": "entity.function.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#99FFFF", + "_t": "expr.keyword.new.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Cell", + "color": "#FFFFFF", + "_t": "entity.expr.name.new.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "expr.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.expr.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.new.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "false", + "color": "#FFC58F", + "_t": "boolean.constant.expr.false.language.new.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.meta.new.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-function-inv.ts.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-function-inv.ts.result.patch new file mode 100644 index 000000000..a7a3aa221 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-function-inv.ts.result.patch @@ -0,0 +1,65 @@ +{ + "abyss": [ + { + "index": 8, + "content": "Cell", + "color": "#6688CC", + "newColor": "#FFEEBB" + } + ], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [ + { + "index": 8, + "content": "Cell", + "color": "#D3AF86", + "newColor": "#F06431" + } + ], + "monokai": [ + { + "index": 8, + "content": "Cell", + "color": "#F8F8F2", + "newColor": "#A6E22E" + } + ], + "monokai_dimmed": [ + { + "index": 8, + "content": "Cell", + "color": "#C5C8C6", + "newColor": "#9B0000" + } + ], + "quietlight": [], + "red": [], + "solarized_dark": [ + { + "index": 8, + "content": "Cell", + "color": "#93A1A1", + "newColor": "#CB4B16" + } + ], + "solarized_light": [ + { + "index": 8, + "content": "Cell", + "color": "#586E75", + "newColor": "#268BD2" + } + ], + "tomorrow_night_blue": [ + { + "index": 8, + "content": "Cell", + "color": "#FFFFFF", + "newColor": "#FFEEAD" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue11.ts b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue11.ts new file mode 100644 index 000000000..8e17f24ea --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue11.ts @@ -0,0 +1,17 @@ +let keyCode = 0; +if(!(keyCode === 8 || (keyCode>=48 && keyCode<=57))) {} +for (let i=0; i<5; i++) {} +for (var i=0; i<5; i++) {} +for (let i=0; i<5; i++) {} +for (; i<5;) {} +for (let i=0; 1+( i<<5 ) < 5;i++) {} +var p = 1?2:(3<4?5:6); +class A { } +class A1 string }> { } +class B { } +class C { } +function foo() { return 1;} +let x1: A<(param?: number) => void, B>; +let x2: A; +const t = 1 < (5 > 10 ? 1 : 2); +var f6 = 1 < foo(); \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue11.ts.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue11.ts.result new file mode 100644 index 000000000..5b9b46525 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue11.ts.result @@ -0,0 +1,25986 @@ +{ + "abyss": [ + { + "content": "let", + "color": "#9966B8", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "keyCode", + "color": "#6688CC", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "conditional.control.keyword.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "!", + "color": "#225588", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "keyCode", + "color": "#6688CC", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "===", + "color": "#225588", + "_t": "comparison.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "8", + "color": "#F280D0", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "||", + "color": "#225588", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "keyCode", + "color": "#6688CC", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">=", + "color": "#225588", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "48", + "color": "#F280D0", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "&&", + "color": "#225588", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "keyCode", + "color": "#6688CC", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<=", + "color": "#225588", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "57", + "color": "#F280D0", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")))", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{}", + "color": "#6688CC", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "let", + "color": "#9966B8", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#6688CC", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#6688CC", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#6688CC", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "++", + "color": "#225588", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{}", + "color": "#6688CC", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#6688CC", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#6688CC", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#6688CC", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "++", + "color": "#225588", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{}", + "color": "#6688CC", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "let", + "color": "#9966B8", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#6688CC", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#6688CC", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#6688CC", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "++", + "color": "#225588", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{}", + "color": "#6688CC", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#6688CC", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{}", + "color": "#6688CC", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "let", + "color": "#9966B8", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#6688CC", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arithmetic.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#6688CC", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<<", + "color": "#225588", + "_t": "bitwise.keyword.operator.shift.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#6688CC", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "++", + "color": "#225588", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{}", + "color": "#6688CC", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "p", + "color": "#6688CC", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "?", + "color": "#225588", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ":", + "color": "#225588", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "<", + "color": "#225588", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "4", + "color": "#F280D0", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "?", + "color": "#225588", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ":", + "color": "#225588", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "6", + "color": "#F280D0", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#9966B8", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "A", + "color": "#FFEEBB", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "X", + "color": "#FFEEBB", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "class.comma.meta.parameters.punctuation.separator.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Y", + "color": "#FFEEBB", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#9966B8", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "A1", + "color": "#FFEEBB", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "T", + "color": "#FFEEBB", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "extends", + "color": "#9966B8", + "_t": "class.meta.modifier.parameters.storage.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#FFEEBB", + "_t": "class.declaration.entity.field.function.meta.name.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.class.declaration.field.keyword.meta.object.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "annotation.begin.class.declaration.definition.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "annotation.class.declaration.definition.end.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=>", + "color": "#9966B8", + "_t": "annotation.arrow.class.declaration.field.function.meta.object.parameters.return.storage.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "string", + "color": "#9966B8", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.primitive.return.support.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#9966B8", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "B", + "color": "#FFEEBB", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#9966B8", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "C", + "color": "#FFEEBB", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "function", + "color": "#9966B8", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#DDBB88", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "begin.definition.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "T", + "color": "#DDBB88", + "_t": "entity.function.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.end.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "block.constant.decimal.function.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "let", + "color": "#9966B8", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x1", + "color": "#6688CC", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "A", + "color": "#6688CC", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "annotation.begin.definition.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "param", + "color": "#2277FF", + "_t": "annotation.expr.function.meta.parameter.parameters.ts.type.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "?", + "color": "#225588", + "_t": "annotation.expr.function.keyword.meta.operator.optional.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.expr.function.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.expr.function.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "number", + "color": "#9966B8", + "_t": "annotation.expr.function.meta.parameters.primitive.support.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "annotation.definition.end.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=>", + "color": "#9966B8", + "_t": "annotation.arrow.expr.function.meta.parameters.return.storage.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.expr.function.meta.parameters.return.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "void", + "color": "#9966B8", + "_t": "annotation.expr.function.meta.parameters.primitive.return.support.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "B", + "color": "#6688CC", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "let", + "color": "#9966B8", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x2", + "color": "#6688CC", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "A", + "color": "#6688CC", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "C", + "color": "#6688CC", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "|", + "color": "#225588", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "B", + "color": "#6688CC", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "C", + "color": "#6688CC", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "&", + "color": "#225588", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "B", + "color": "#6688CC", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "const", + "color": "#9966B8", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "t", + "color": "#6688CC", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">", + "color": "#225588", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "10", + "color": "#F280D0", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "?", + "color": "#225588", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "f6", + "color": "#6688CC", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#DDBB88", + "_t": "entity.expr.function.meta.name.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "string", + "color": "#9966B8", + "_t": "expr.meta.parameters.primitive.support.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "keyCode", + "color": "#D4D4D4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "conditional.control.keyword.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "!", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "keyCode", + "color": "#D4D4D4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "===", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "8", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "keyCode", + "color": "#D4D4D4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">=", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "48", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&&", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "keyCode", + "color": "#D4D4D4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "57", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")))", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{}", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{}", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{}", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{}", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{}", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "bitwise.keyword.operator.shift.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{}", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "p", + "color": "#D4D4D4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "A", + "color": "#D4D4D4", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "X", + "color": "#D4D4D4", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "class.comma.meta.parameters.punctuation.separator.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Y", + "color": "#D4D4D4", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "A1", + "color": "#D4D4D4", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "T", + "color": "#D4D4D4", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "extends", + "color": "#569CD6", + "_t": "class.meta.modifier.parameters.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.object.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#D4D4D4", + "_t": "class.declaration.entity.field.function.meta.name.object.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.keyword.meta.object.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "annotation.begin.class.declaration.definition.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.definition.end.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "annotation.arrow.class.declaration.field.function.meta.object.parameters.return.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "string", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.primitive.return.support.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "B", + "color": "#D4D4D4", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "C", + "color": "#D4D4D4", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#D4D4D4", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "T", + "color": "#D4D4D4", + "_t": "entity.function.meta.name.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "block.constant.decimal.function.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x1", + "color": "#D4D4D4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "A", + "color": "#D4D4D4", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "annotation.begin.definition.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "param", + "color": "#D4D4D4", + "_t": "annotation.expr.function.meta.parameter.parameters.ts.type.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "annotation.expr.function.keyword.meta.operator.optional.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.expr.function.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.function.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#D4D4D4", + "_t": "annotation.expr.function.meta.parameters.primitive.support.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "annotation.definition.end.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "annotation.arrow.expr.function.meta.parameters.return.storage.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.function.meta.parameters.return.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "void", + "color": "#D4D4D4", + "_t": "annotation.expr.function.meta.parameters.primitive.return.support.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "B", + "color": "#D4D4D4", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x2", + "color": "#D4D4D4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "A", + "color": "#D4D4D4", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "C", + "color": "#D4D4D4", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "|", + "color": "#D4D4D4", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "B", + "color": "#D4D4D4", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "C", + "color": "#D4D4D4", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#D4D4D4", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "B", + "color": "#D4D4D4", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "const", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "t", + "color": "#D4D4D4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "f6", + "color": "#D4D4D4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#D4D4D4", + "_t": "entity.expr.function.meta.name.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "string", + "color": "#D4D4D4", + "_t": "expr.meta.parameters.primitive.support.ts.type.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "let", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "keyCode", + "color": "#000000", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "conditional.control.keyword.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "!", + "color": "#000000", + "_t": "keyword.logical.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "keyCode", + "color": "#000000", + "_t": "other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "===", + "color": "#000000", + "_t": "comparison.keyword.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "8", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "||", + "color": "#000000", + "_t": "keyword.logical.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "keyCode", + "color": "#000000", + "_t": "other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">=", + "color": "#000000", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "48", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&&", + "color": "#000000", + "_t": "keyword.logical.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "keyCode", + "color": "#000000", + "_t": "other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "57", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")))", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{}", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "let", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++", + "color": "#000000", + "_t": "increment.keyword.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{}", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++", + "color": "#000000", + "_t": "increment.keyword.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{}", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "let", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++", + "color": "#000000", + "_t": "increment.keyword.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{}", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{}", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "let", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.keyword.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<<", + "color": "#000000", + "_t": "bitwise.keyword.operator.shift.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++", + "color": "#000000", + "_t": "increment.keyword.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{}", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "p", + "color": "#000000", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "?", + "color": "#000000", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ":", + "color": "#000000", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "<", + "color": "#000000", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "?", + "color": "#000000", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ":", + "color": "#000000", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "6", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "A", + "color": "#000000", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "X", + "color": "#000000", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "class.comma.meta.parameters.punctuation.separator.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Y", + "color": "#000000", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "A1", + "color": "#000000", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "T", + "color": "#000000", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "extends", + "color": "#0000FF", + "_t": "class.meta.modifier.parameters.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.object.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#000000", + "_t": "class.declaration.entity.field.function.meta.name.object.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.class.declaration.field.keyword.meta.object.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "annotation.begin.class.declaration.definition.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "annotation.class.declaration.definition.end.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=>", + "color": "#0000FF", + "_t": "annotation.arrow.class.declaration.field.function.meta.object.parameters.return.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "string", + "color": "#000000", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.primitive.return.support.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "B", + "color": "#000000", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "C", + "color": "#000000", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "function.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#000000", + "_t": "entity.function.meta.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "T", + "color": "#000000", + "_t": "entity.function.meta.name.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "block.constant.decimal.function.meta.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "let", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x1", + "color": "#000000", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "A", + "color": "#000000", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "annotation.begin.definition.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "param", + "color": "#000000", + "_t": "annotation.expr.function.meta.parameter.parameters.ts.type.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "?", + "color": "#000000", + "_t": "annotation.expr.function.keyword.meta.operator.optional.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.expr.function.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.function.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#000000", + "_t": "annotation.expr.function.meta.parameters.primitive.support.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "annotation.definition.end.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=>", + "color": "#0000FF", + "_t": "annotation.arrow.expr.function.meta.parameters.return.storage.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.function.meta.parameters.return.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "void", + "color": "#000000", + "_t": "annotation.expr.function.meta.parameters.primitive.return.support.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "B", + "color": "#000000", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "let", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x2", + "color": "#000000", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "A", + "color": "#000000", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "C", + "color": "#000000", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "|", + "color": "#000000", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "B", + "color": "#000000", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "C", + "color": "#000000", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#000000", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "B", + "color": "#000000", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "const", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "t", + "color": "#000000", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "?", + "color": "#000000", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "f6", + "color": "#000000", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#000000", + "_t": "entity.expr.function.meta.name.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "string", + "color": "#000000", + "_t": "expr.meta.parameters.primitive.support.ts.type.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "keyCode", + "color": "#FFFFFF", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "conditional.control.keyword.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "!", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "keyCode", + "color": "#FFFFFF", + "_t": "other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "===", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "8", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "keyCode", + "color": "#FFFFFF", + "_t": "other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">=", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "48", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "&&", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "keyCode", + "color": "#FFFFFF", + "_t": "other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "57", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")))", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{}", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.keyword.loop.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "increment.keyword.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{}", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.keyword.loop.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "increment.keyword.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{}", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.keyword.loop.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "increment.keyword.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{}", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.keyword.loop.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{}", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.keyword.loop.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "bitwise.keyword.operator.shift.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "increment.keyword.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{}", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "p", + "color": "#FFFFFF", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.storage.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "A", + "color": "#FFFFFF", + "_t": "class.entity.meta.name.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "X", + "color": "#FFFFFF", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "class.comma.meta.parameters.punctuation.separator.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Y", + "color": "#FFFFFF", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.storage.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "A1", + "color": "#FFFFFF", + "_t": "class.entity.meta.name.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "T", + "color": "#FFFFFF", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "extends", + "color": "#569CD6", + "_t": "class.meta.modifier.parameters.storage.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.object.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FFFFFF", + "_t": "class.declaration.entity.field.function.meta.name.object.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.keyword.meta.object.operator.parameters.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "annotation.begin.class.declaration.definition.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.definition.end.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "annotation.arrow.class.declaration.field.function.meta.object.parameters.return.storage.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "string", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.primitive.return.support.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.storage.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "B", + "color": "#FFFFFF", + "_t": "class.entity.meta.name.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.storage.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "C", + "color": "#FFFFFF", + "_t": "class.entity.meta.name.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.storage.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "entity.function.meta.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "T", + "color": "#FFFFFF", + "_t": "entity.function.meta.name.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "block.constant.decimal.function.meta.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x1", + "color": "#FFFFFF", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "A", + "color": "#FFFFFF", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "annotation.begin.definition.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "param", + "color": "#FFFFFF", + "_t": "annotation.expr.function.meta.parameter.parameters.ts.type.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "annotation.expr.function.keyword.meta.operator.optional.parameters.ts.type.var.var-single-variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.expr.function.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.function.meta.parameters.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFFFFF", + "_t": "annotation.expr.function.meta.parameters.primitive.support.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "annotation.definition.end.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "annotation.arrow.expr.function.meta.parameters.return.storage.ts.type.var.var-single-variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.function.meta.parameters.return.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#FFFFFF", + "_t": "annotation.expr.function.meta.parameters.primitive.return.support.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "B", + "color": "#FFFFFF", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x2", + "color": "#FFFFFF", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "A", + "color": "#FFFFFF", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "C", + "color": "#FFFFFF", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "|", + "color": "#D4D4D4", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "B", + "color": "#FFFFFF", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "C", + "color": "#FFFFFF", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#D4D4D4", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "B", + "color": "#FFFFFF", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "const", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "t", + "color": "#FFFFFF", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "f6", + "color": "#FFFFFF", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "entity.expr.function.meta.name.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "string", + "color": "#FFFFFF", + "_t": "expr.meta.parameters.primitive.support.ts.type.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "keyCode", + "color": "#9CDCFE", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "conditional.control.keyword.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "!", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "keyCode", + "color": "#9CDCFE", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "===", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "8", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "keyCode", + "color": "#9CDCFE", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ">=", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "48", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&&", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "keyCode", + "color": "#9CDCFE", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "57", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")))", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{}", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{}", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{}", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{}", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{}", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "bitwise.keyword.operator.shift.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{}", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "p", + "color": "#9CDCFE", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "A", + "color": "#4EC9B0", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "X", + "color": "#4EC9B0", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "class.comma.meta.parameters.punctuation.separator.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Y", + "color": "#4EC9B0", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "A1", + "color": "#4EC9B0", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "T", + "color": "#4EC9B0", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "extends", + "color": "#569CD6", + "_t": "class.meta.modifier.parameters.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.object.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#4EC9B0", + "_t": "class.declaration.entity.field.function.meta.name.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.keyword.meta.object.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "annotation.begin.class.declaration.definition.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.definition.end.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=>", + "color": "#4EC9B0", + "_t": "annotation.arrow.class.declaration.field.function.meta.object.parameters.return.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#4EC9B0", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return.type rgb(78, 201, 176)" + }, + { + "content": "string", + "color": "#4EC9B0", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.primitive.return.support.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#4EC9B0", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return.type rgb(78, 201, 176)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "B", + "color": "#4EC9B0", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "C", + "color": "#4EC9B0", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#DCDCAA", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "T", + "color": "#4EC9B0", + "_t": "entity.function.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "block.constant.decimal.function.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x1", + "color": "#9CDCFE", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "A", + "color": "#4EC9B0", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "annotation.begin.definition.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "param", + "color": "#9CDCFE", + "_t": "annotation.expr.function.meta.parameter.parameters.ts.type.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "annotation.expr.function.keyword.meta.operator.optional.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.expr.function.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.function.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#4EC9B0", + "_t": "annotation.expr.function.meta.parameters.primitive.support.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "annotation.definition.end.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=>", + "color": "#4EC9B0", + "_t": "annotation.arrow.expr.function.meta.parameters.return.storage.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#4EC9B0", + "_t": "annotation.expr.function.meta.parameters.return.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return.type rgb(78, 201, 176)" + }, + { + "content": "void", + "color": "#4EC9B0", + "_t": "annotation.expr.function.meta.parameters.primitive.return.support.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return.type rgb(78, 201, 176)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "B", + "color": "#4EC9B0", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x2", + "color": "#9CDCFE", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "A", + "color": "#4EC9B0", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "C", + "color": "#4EC9B0", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "|", + "color": "#D4D4D4", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "B", + "color": "#4EC9B0", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "C", + "color": "#4EC9B0", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#D4D4D4", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "B", + "color": "#4EC9B0", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "const", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "t", + "color": "#9CDCFE", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "f6", + "color": "#9CDCFE", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#DCDCAA", + "_t": "entity.expr.function.meta.name.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "string", + "color": "#4EC9B0", + "_t": "expr.meta.parameters.primitive.support.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "let", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "keyCode", + "color": "#001080", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "conditional.control.keyword.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "!", + "color": "#000000", + "_t": "keyword.logical.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "keyCode", + "color": "#001080", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "===", + "color": "#000000", + "_t": "comparison.keyword.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "8", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "||", + "color": "#000000", + "_t": "keyword.logical.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "keyCode", + "color": "#001080", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ">=", + "color": "#000000", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "48", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&&", + "color": "#000000", + "_t": "keyword.logical.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "keyCode", + "color": "#001080", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "57", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")))", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{}", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "let", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "<", + "color": "#000000", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "++", + "color": "#000000", + "_t": "increment.keyword.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{}", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "<", + "color": "#000000", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "++", + "color": "#000000", + "_t": "increment.keyword.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{}", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "let", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "<", + "color": "#000000", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "++", + "color": "#000000", + "_t": "increment.keyword.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{}", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "<", + "color": "#000000", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{}", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "let", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.keyword.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "<<", + "color": "#000000", + "_t": "bitwise.keyword.operator.shift.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "++", + "color": "#000000", + "_t": "increment.keyword.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{}", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "p", + "color": "#001080", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "?", + "color": "#000000", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ":", + "color": "#000000", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "<", + "color": "#000000", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "?", + "color": "#000000", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ":", + "color": "#000000", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "6", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "A", + "color": "#267F99", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": "<", + "color": "#000000", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "X", + "color": "#267F99", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": ",", + "color": "#000000", + "_t": "class.comma.meta.parameters.punctuation.separator.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Y", + "color": "#267F99", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": ">", + "color": "#000000", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "A1", + "color": "#267F99", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": "<", + "color": "#000000", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "T", + "color": "#267F99", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "extends", + "color": "#0000FF", + "_t": "class.meta.modifier.parameters.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.object.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#267F99", + "_t": "class.declaration.entity.field.function.meta.name.object.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.class.declaration.field.keyword.meta.object.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "annotation.begin.class.declaration.definition.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "annotation.class.declaration.definition.end.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=>", + "color": "#267F99", + "_t": "annotation.arrow.class.declaration.field.function.meta.object.parameters.return.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#267F99", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return.type rgb(38, 127, 153)" + }, + { + "content": "string", + "color": "#267F99", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.primitive.return.support.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#267F99", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return.type rgb(38, 127, 153)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "B", + "color": "#267F99", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "C", + "color": "#267F99", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "function.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#795E26", + "_t": "entity.function.meta.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "<", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "T", + "color": "#267F99", + "_t": "entity.function.meta.name.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": ">", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "block.constant.decimal.function.meta.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "let", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x1", + "color": "#001080", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "A", + "color": "#267F99", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": "<", + "color": "#000000", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "annotation.begin.definition.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "param", + "color": "#001080", + "_t": "annotation.expr.function.meta.parameter.parameters.ts.type.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "?", + "color": "#000000", + "_t": "annotation.expr.function.keyword.meta.operator.optional.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.expr.function.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.function.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#267F99", + "_t": "annotation.expr.function.meta.parameters.primitive.support.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ")", + "color": "#000000", + "_t": "annotation.definition.end.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=>", + "color": "#267F99", + "_t": "annotation.arrow.expr.function.meta.parameters.return.storage.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#267F99", + "_t": "annotation.expr.function.meta.parameters.return.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return.type rgb(38, 127, 153)" + }, + { + "content": "void", + "color": "#267F99", + "_t": "annotation.expr.function.meta.parameters.primitive.return.support.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return.type rgb(38, 127, 153)" + }, + { + "content": ",", + "color": "#000000", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "B", + "color": "#267F99", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": ">", + "color": "#000000", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "let", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x2", + "color": "#001080", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "A", + "color": "#267F99", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": "<", + "color": "#000000", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "C", + "color": "#267F99", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "|", + "color": "#000000", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "B", + "color": "#267F99", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": ",", + "color": "#000000", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "C", + "color": "#267F99", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#000000", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "B", + "color": "#267F99", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": ">", + "color": "#000000", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "const", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "t", + "color": "#001080", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "?", + "color": "#000000", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "f6", + "color": "#001080", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#795E26", + "_t": "entity.expr.function.meta.name.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "<", + "color": "#000000", + "_t": "begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "string", + "color": "#267F99", + "_t": "expr.meta.parameters.primitive.support.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ">", + "color": "#000000", + "_t": "definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "let", + "color": "#98676A", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "keyCode", + "color": "#DC3958", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "conditional.control.keyword.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "!", + "color": "#D3AF86", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "keyCode", + "color": "#DC3958", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "===", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "8", + "color": "#F79A32", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "||", + "color": "#D3AF86", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "keyCode", + "color": "#DC3958", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ">=", + "color": "#D3AF86", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "48", + "color": "#F79A32", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "&&", + "color": "#D3AF86", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "keyCode", + "color": "#DC3958", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "<=", + "color": "#D3AF86", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "57", + "color": "#F79A32", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")))", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{}", + "color": "#D3AF86", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "let", + "color": "#98676A", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "++", + "color": "#D3AF86", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{}", + "color": "#D3AF86", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "++", + "color": "#D3AF86", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{}", + "color": "#D3AF86", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "let", + "color": "#98676A", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "++", + "color": "#D3AF86", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{}", + "color": "#D3AF86", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{}", + "color": "#D3AF86", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "let", + "color": "#98676A", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "arithmetic.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "<<", + "color": "#D3AF86", + "_t": "bitwise.keyword.operator.shift.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "++", + "color": "#D3AF86", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{}", + "color": "#D3AF86", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "p", + "color": "#DC3958", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "?", + "color": "#D3AF86", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "4", + "color": "#F79A32", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "?", + "color": "#D3AF86", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "6", + "color": "#F79A32", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#98676A", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "A", + "color": "#F06431", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "X", + "color": "#F06431", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "class.comma.meta.parameters.punctuation.separator.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Y", + "color": "#F06431", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#98676A", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "A1", + "color": "#F06431", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "T", + "color": "#F06431", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "extends", + "color": "#98676A", + "_t": "class.meta.modifier.parameters.storage.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#F06431", + "_t": "class.declaration.entity.field.function.meta.name.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.class.declaration.field.keyword.meta.object.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "annotation.begin.class.declaration.definition.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "annotation.class.declaration.definition.end.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=>", + "color": "#98676A", + "_t": "annotation.arrow.class.declaration.field.function.meta.object.parameters.return.storage.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "string", + "color": "#7E602C", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.primitive.return.support.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#98676A", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "B", + "color": "#F06431", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#98676A", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "C", + "color": "#F06431", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "function", + "color": "#98676A", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#8AB1B0", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "begin.definition.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "T", + "color": "#8AB1B0", + "_t": "entity.function.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.end.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "block.constant.decimal.function.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "let", + "color": "#98676A", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "x1", + "color": "#DC3958", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "A", + "color": "#D3AF86", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "annotation.begin.definition.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "param", + "color": "#D3AF86", + "_t": "annotation.expr.function.meta.parameter.parameters.ts.type.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "?", + "color": "#D3AF86", + "_t": "annotation.expr.function.keyword.meta.operator.optional.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.expr.function.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.expr.function.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "number", + "color": "#7E602C", + "_t": "annotation.expr.function.meta.parameters.primitive.support.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "annotation.definition.end.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=>", + "color": "#98676A", + "_t": "annotation.arrow.expr.function.meta.parameters.return.storage.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.expr.function.meta.parameters.return.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "void", + "color": "#7E602C", + "_t": "annotation.expr.function.meta.parameters.primitive.return.support.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "B", + "color": "#D3AF86", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "let", + "color": "#98676A", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "x2", + "color": "#DC3958", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "A", + "color": "#D3AF86", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "C", + "color": "#D3AF86", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "|", + "color": "#D3AF86", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "B", + "color": "#D3AF86", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "C", + "color": "#D3AF86", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "&", + "color": "#D3AF86", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "B", + "color": "#D3AF86", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "const", + "color": "#98676A", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "t", + "color": "#DC3958", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "10", + "color": "#F79A32", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "?", + "color": "#D3AF86", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "f6", + "color": "#DC3958", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#8AB1B0", + "_t": "entity.expr.function.meta.name.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "string", + "color": "#D3AF86", + "_t": "expr.meta.parameters.primitive.support.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "let", + "color": "#66D9EF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "keyCode", + "color": "#F8F8F2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "conditional.control.keyword.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "!", + "color": "#F92672", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "keyCode", + "color": "#F8F8F2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "===", + "color": "#F92672", + "_t": "comparison.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "8", + "color": "#AE81FF", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "||", + "color": "#F92672", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "keyCode", + "color": "#F8F8F2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">=", + "color": "#F92672", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "48", + "color": "#AE81FF", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "&&", + "color": "#F92672", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "keyCode", + "color": "#F8F8F2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<=", + "color": "#F92672", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "57", + "color": "#AE81FF", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")))", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{}", + "color": "#F8F8F2", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "let", + "color": "#66D9EF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#F8F8F2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#F8F8F2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#F8F8F2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "++", + "color": "#F92672", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{}", + "color": "#F8F8F2", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#F8F8F2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#F8F8F2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#F8F8F2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "++", + "color": "#F92672", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{}", + "color": "#F8F8F2", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "let", + "color": "#66D9EF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#F8F8F2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#F8F8F2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#F8F8F2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "++", + "color": "#F92672", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{}", + "color": "#F8F8F2", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#F8F8F2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{}", + "color": "#F8F8F2", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "let", + "color": "#66D9EF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#F8F8F2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arithmetic.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#F8F8F2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<<", + "color": "#F92672", + "_t": "bitwise.keyword.operator.shift.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#F8F8F2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "++", + "color": "#F92672", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{}", + "color": "#F8F8F2", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "p", + "color": "#F8F8F2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "?", + "color": "#F92672", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "4", + "color": "#AE81FF", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "?", + "color": "#F92672", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "6", + "color": "#AE81FF", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#66D9EF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "A", + "color": "#A6E22E", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "X", + "color": "#A6E22E", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "class.comma.meta.parameters.punctuation.separator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Y", + "color": "#A6E22E", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#66D9EF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "A1", + "color": "#A6E22E", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "T", + "color": "#A6E22E", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "extends", + "color": "#F92672", + "_t": "class.meta.modifier.parameters.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#A6E22E", + "_t": "class.declaration.entity.field.function.meta.name.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.class.declaration.field.keyword.meta.object.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "annotation.begin.class.declaration.definition.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "annotation.class.declaration.definition.end.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=>", + "color": "#66D9EF", + "_t": "annotation.arrow.class.declaration.field.function.meta.object.parameters.return.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "string", + "color": "#66D9EF", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.primitive.return.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#66D9EF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "B", + "color": "#A6E22E", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#66D9EF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "C", + "color": "#A6E22E", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "function", + "color": "#66D9EF", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#A6E22E", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "begin.definition.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "T", + "color": "#A6E22E", + "_t": "entity.function.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.end.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "block.constant.decimal.function.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "let", + "color": "#66D9EF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x1", + "color": "#F8F8F2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "A", + "color": "#F8F8F2", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "annotation.begin.definition.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "param", + "color": "#FD971F", + "_t": "annotation.expr.function.meta.parameter.parameters.ts.type.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "?", + "color": "#F92672", + "_t": "annotation.expr.function.keyword.meta.operator.optional.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.expr.function.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.expr.function.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "number", + "color": "#66D9EF", + "_t": "annotation.expr.function.meta.parameters.primitive.support.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "annotation.definition.end.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=>", + "color": "#66D9EF", + "_t": "annotation.arrow.expr.function.meta.parameters.return.storage.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.expr.function.meta.parameters.return.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "void", + "color": "#66D9EF", + "_t": "annotation.expr.function.meta.parameters.primitive.return.support.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "B", + "color": "#F8F8F2", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "let", + "color": "#66D9EF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x2", + "color": "#F8F8F2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "A", + "color": "#F8F8F2", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "C", + "color": "#F8F8F2", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "|", + "color": "#F92672", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "B", + "color": "#F8F8F2", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "C", + "color": "#F8F8F2", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "&", + "color": "#F92672", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "B", + "color": "#F8F8F2", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "const", + "color": "#66D9EF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "t", + "color": "#F8F8F2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">", + "color": "#F92672", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "10", + "color": "#AE81FF", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "?", + "color": "#F92672", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "f6", + "color": "#F8F8F2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#A6E22E", + "_t": "entity.expr.function.meta.name.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "string", + "color": "#66D9EF", + "_t": "expr.meta.parameters.primitive.support.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "let", + "color": "#9872A2", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "keyCode", + "color": "#6089B4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "conditional.control.keyword.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "!", + "color": "#676867", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "keyCode", + "color": "#6089B4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "===", + "color": "#676867", + "_t": "comparison.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "8", + "color": "#6089B4", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "||", + "color": "#676867", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "keyCode", + "color": "#6089B4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ">=", + "color": "#676867", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "48", + "color": "#6089B4", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "&&", + "color": "#676867", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "keyCode", + "color": "#6089B4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "<=", + "color": "#676867", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "57", + "color": "#6089B4", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")))", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{}", + "color": "#C5C8C6", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "let", + "color": "#9872A2", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#676867", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "++", + "color": "#676867", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{}", + "color": "#C5C8C6", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#676867", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "++", + "color": "#676867", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{}", + "color": "#C5C8C6", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "let", + "color": "#9872A2", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#676867", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "++", + "color": "#676867", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{}", + "color": "#C5C8C6", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#676867", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{}", + "color": "#C5C8C6", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "let", + "color": "#9872A2", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "+", + "color": "#676867", + "_t": "arithmetic.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "<<", + "color": "#676867", + "_t": "bitwise.keyword.operator.shift.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "++", + "color": "#676867", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{}", + "color": "#C5C8C6", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "p", + "color": "#6089B4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "?", + "color": "#676867", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#676867", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#676867", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "4", + "color": "#6089B4", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "?", + "color": "#676867", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#676867", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "6", + "color": "#6089B4", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "class", + "color": "#9872A2", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "A", + "color": "#9B0000", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": "<", + "color": "#C5C8C6", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "X", + "color": "#9B0000", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "class.comma.meta.parameters.punctuation.separator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Y", + "color": "#9B0000", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": ">", + "color": "#C5C8C6", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "class", + "color": "#9872A2", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "A1", + "color": "#9B0000", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": "<", + "color": "#C5C8C6", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "T", + "color": "#9B0000", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "extends", + "color": "#9872A2", + "_t": "class.meta.modifier.parameters.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#9B0000", + "_t": "class.declaration.entity.field.function.meta.name.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.class.declaration.field.keyword.meta.object.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "annotation.begin.class.declaration.definition.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "annotation.class.declaration.definition.end.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=>", + "color": "#9872A2", + "_t": "annotation.arrow.class.declaration.field.function.meta.object.parameters.return.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "string", + "color": "#9872A2", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.primitive.return.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ">", + "color": "#C5C8C6", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "class", + "color": "#9872A2", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "B", + "color": "#9B0000", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "class", + "color": "#9872A2", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "C", + "color": "#9B0000", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "function", + "color": "#9872A2", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#CE6700", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "<", + "color": "#C5C8C6", + "_t": "begin.definition.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "T", + "color": "#CE6700", + "_t": "entity.function.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": ">", + "color": "#C5C8C6", + "_t": "definition.end.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "block.constant.decimal.function.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "let", + "color": "#9872A2", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x1", + "color": "#6089B4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "A", + "color": "#C5C8C6", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#C5C8C6", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "annotation.begin.definition.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "param", + "color": "#6089B4", + "_t": "annotation.expr.function.meta.parameter.parameters.ts.type.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "?", + "color": "#676867", + "_t": "annotation.expr.function.keyword.meta.operator.optional.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.expr.function.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.expr.function.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "number", + "color": "#9872A2", + "_t": "annotation.expr.function.meta.parameters.primitive.support.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "annotation.definition.end.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=>", + "color": "#9872A2", + "_t": "annotation.arrow.expr.function.meta.parameters.return.storage.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.expr.function.meta.parameters.return.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "void", + "color": "#9872A2", + "_t": "annotation.expr.function.meta.parameters.primitive.return.support.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "B", + "color": "#C5C8C6", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ">", + "color": "#C5C8C6", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "let", + "color": "#9872A2", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x2", + "color": "#6089B4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "A", + "color": "#C5C8C6", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#C5C8C6", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "C", + "color": "#C5C8C6", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "|", + "color": "#676867", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "B", + "color": "#C5C8C6", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "C", + "color": "#C5C8C6", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "&", + "color": "#676867", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "B", + "color": "#C5C8C6", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ">", + "color": "#C5C8C6", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "const", + "color": "#9872A2", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "t", + "color": "#6089B4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ">", + "color": "#676867", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "10", + "color": "#6089B4", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "?", + "color": "#676867", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "f6", + "color": "#6089B4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#CE6700", + "_t": "entity.expr.function.meta.name.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "<", + "color": "#C5C8C6", + "_t": "begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "string", + "color": "#C7444A", + "_t": "expr.meta.parameters.primitive.support.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ">", + "color": "#C5C8C6", + "_t": "definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "let", + "color": "#7A3E9D", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "keyCode", + "color": "#7A3E9D", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "conditional.control.keyword.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "!", + "color": "#777777", + "_t": "keyword.logical.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "keyCode", + "color": "#7A3E9D", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "===", + "color": "#777777", + "_t": "comparison.keyword.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "8", + "color": "#AB6526", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "||", + "color": "#777777", + "_t": "keyword.logical.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "keyCode", + "color": "#7A3E9D", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ">=", + "color": "#777777", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "48", + "color": "#AB6526", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "&&", + "color": "#777777", + "_t": "keyword.logical.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "keyCode", + "color": "#7A3E9D", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "<=", + "color": "#777777", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "57", + "color": "#AB6526", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")))", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{}", + "color": "#777777", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "let", + "color": "#7A3E9D", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "<", + "color": "#777777", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "5", + "color": "#AB6526", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "++", + "color": "#777777", + "_t": "increment.keyword.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{}", + "color": "#777777", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "<", + "color": "#777777", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "5", + "color": "#AB6526", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "++", + "color": "#777777", + "_t": "increment.keyword.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{}", + "color": "#777777", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "let", + "color": "#7A3E9D", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "<", + "color": "#777777", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "5", + "color": "#AB6526", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "++", + "color": "#777777", + "_t": "increment.keyword.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{}", + "color": "#777777", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "<", + "color": "#777777", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "5", + "color": "#AB6526", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{}", + "color": "#777777", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "let", + "color": "#7A3E9D", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "+", + "color": "#777777", + "_t": "arithmetic.keyword.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "<<", + "color": "#777777", + "_t": "bitwise.keyword.operator.shift.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "5", + "color": "#AB6526", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "5", + "color": "#AB6526", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "++", + "color": "#777777", + "_t": "increment.keyword.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{}", + "color": "#777777", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "p", + "color": "#7A3E9D", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "?", + "color": "#777777", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#777777", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "3", + "color": "#AB6526", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "<", + "color": "#777777", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "4", + "color": "#AB6526", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "?", + "color": "#777777", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "5", + "color": "#AB6526", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#777777", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "6", + "color": "#AB6526", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "class", + "color": "#7A3E9D", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "A", + "color": "#7A3E9D", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": "<", + "color": "#777777", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "X", + "color": "#7A3E9D", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "class.comma.meta.parameters.punctuation.separator.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Y", + "color": "#7A3E9D", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": ">", + "color": "#777777", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "class", + "color": "#7A3E9D", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "A1", + "color": "#7A3E9D", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": "<", + "color": "#777777", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "T", + "color": "#7A3E9D", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "extends", + "color": "#7A3E9D", + "_t": "class.meta.modifier.parameters.storage.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.object.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "a", + "color": "#7A3E9D", + "_t": "class.declaration.entity.field.function.meta.name.object.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.class.declaration.field.keyword.meta.object.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "annotation.begin.class.declaration.definition.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "annotation.class.declaration.definition.end.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=>", + "color": "#7A3E9D", + "_t": "annotation.arrow.class.declaration.field.function.meta.object.parameters.return.storage.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "string", + "color": "#7A3E9D", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.primitive.return.support.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ">", + "color": "#777777", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "class", + "color": "#7A3E9D", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "B", + "color": "#7A3E9D", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "class", + "color": "#7A3E9D", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "C", + "color": "#7A3E9D", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "function", + "color": "#7A3E9D", + "_t": "function.meta.storage.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo", + "color": "#AA3731", + "_t": "entity.function.meta.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "<", + "color": "#777777", + "_t": "begin.definition.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "T", + "color": "#7A3E9D", + "_t": "entity.function.meta.name.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": ">", + "color": "#777777", + "_t": "definition.end.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "block.constant.decimal.function.meta.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "let", + "color": "#7A3E9D", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "x1", + "color": "#7A3E9D", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "A", + "color": "#7A3E9D", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": "<", + "color": "#777777", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "(", + "color": "#777777", + "_t": "annotation.begin.definition.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "param", + "color": "#7A3E9D", + "_t": "annotation.expr.function.meta.parameter.parameters.ts.type.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "?", + "color": "#777777", + "_t": "annotation.expr.function.keyword.meta.operator.optional.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.expr.function.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.expr.function.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "number", + "color": "#AA3731", + "_t": "annotation.expr.function.meta.parameters.primitive.support.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": ")", + "color": "#777777", + "_t": "annotation.definition.end.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=>", + "color": "#7A3E9D", + "_t": "annotation.arrow.expr.function.meta.parameters.return.storage.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.expr.function.meta.parameters.return.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "void", + "color": "#AA3731", + "_t": "annotation.expr.function.meta.parameters.primitive.return.support.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": ",", + "color": "#434343", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "B", + "color": "#7A3E9D", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": ">", + "color": "#777777", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "let", + "color": "#7A3E9D", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "x2", + "color": "#7A3E9D", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "A", + "color": "#7A3E9D", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": "<", + "color": "#777777", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "C", + "color": "#7A3E9D", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "|", + "color": "#777777", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "B", + "color": "#7A3E9D", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "C", + "color": "#7A3E9D", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "&", + "color": "#777777", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "B", + "color": "#7A3E9D", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": ">", + "color": "#777777", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "const", + "color": "#7A3E9D", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "t", + "color": "#7A3E9D", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "5", + "color": "#AB6526", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ">", + "color": "#777777", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "10", + "color": "#AB6526", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "?", + "color": "#777777", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#777777", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "f6", + "color": "#7A3E9D", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo", + "color": "#AA3731", + "_t": "entity.expr.function.meta.name.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "<", + "color": "#777777", + "_t": "begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "string", + "color": "#7A3E9D", + "_t": "expr.meta.parameters.primitive.support.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type rgb(122, 62, 157)" + }, + { + "content": ">", + "color": "#777777", + "_t": "definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "()", + "color": "#333333", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "let", + "color": "#FF6262", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "keyCode", + "color": "#FB9A4B", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "conditional.control.keyword.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "!", + "color": "#F12727", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "keyCode", + "color": "#FB9A4B", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "===", + "color": "#F12727", + "_t": "comparison.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "8", + "color": "#994646", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "||", + "color": "#F12727", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "keyCode", + "color": "#FB9A4B", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ">=", + "color": "#F12727", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "48", + "color": "#994646", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "&&", + "color": "#F12727", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "keyCode", + "color": "#FB9A4B", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "<=", + "color": "#F12727", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "57", + "color": "#994646", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")))", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{}", + "color": "#F8F8F8", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "let", + "color": "#FF6262", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "5", + "color": "#994646", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "++", + "color": "#F12727", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{}", + "color": "#F8F8F8", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "5", + "color": "#994646", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "++", + "color": "#F12727", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{}", + "color": "#F8F8F8", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "let", + "color": "#FF6262", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "5", + "color": "#994646", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "++", + "color": "#F12727", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{}", + "color": "#F8F8F8", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "5", + "color": "#994646", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{}", + "color": "#F8F8F8", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "let", + "color": "#FF6262", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "arithmetic.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "<<", + "color": "#F12727", + "_t": "bitwise.keyword.operator.shift.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "5", + "color": "#994646", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "5", + "color": "#994646", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "++", + "color": "#F12727", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{}", + "color": "#F8F8F8", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "p", + "color": "#FB9A4B", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "?", + "color": "#F12727", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "2", + "color": "#994646", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3", + "color": "#994646", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "4", + "color": "#994646", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "?", + "color": "#F12727", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "5", + "color": "#994646", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "6", + "color": "#994646", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "class", + "color": "#FF6262", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "A", + "color": "#FEC758", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "<", + "color": "#F8F8F8", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "X", + "color": "#FEC758", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "class.comma.meta.parameters.punctuation.separator.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Y", + "color": "#FEC758", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ">", + "color": "#F8F8F8", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "class", + "color": "#FF6262", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "A1", + "color": "#FEC758", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "<", + "color": "#F8F8F8", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "T", + "color": "#FEC758", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "extends", + "color": "#FF6262", + "_t": "class.meta.modifier.parameters.storage.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#FEC758", + "_t": "class.declaration.entity.field.function.meta.name.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.class.declaration.field.keyword.meta.object.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "annotation.begin.class.declaration.definition.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "annotation.class.declaration.definition.end.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=>", + "color": "#FF6262", + "_t": "annotation.arrow.class.declaration.field.function.meta.object.parameters.return.storage.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "string", + "color": "#FFB454", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.primitive.return.support.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ">", + "color": "#F8F8F8", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "class", + "color": "#FF6262", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "B", + "color": "#FEC758", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "class", + "color": "#FF6262", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "C", + "color": "#FEC758", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "function", + "color": "#FF6262", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#FEC758", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "<", + "color": "#F8F8F8", + "_t": "begin.definition.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "T", + "color": "#FEC758", + "_t": "entity.function.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ">", + "color": "#F8F8F8", + "_t": "definition.end.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "block.constant.decimal.function.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "let", + "color": "#FF6262", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "x1", + "color": "#FB9A4B", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "A", + "color": "#FEC758", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "<", + "color": "#F8F8F8", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "annotation.begin.definition.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "param", + "color": "#FB9A4B", + "_t": "annotation.expr.function.meta.parameter.parameters.ts.type.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "?", + "color": "#F12727", + "_t": "annotation.expr.function.keyword.meta.operator.optional.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.expr.function.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.expr.function.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "number", + "color": "#FFB454", + "_t": "annotation.expr.function.meta.parameters.primitive.support.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "annotation.definition.end.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=>", + "color": "#FF6262", + "_t": "annotation.arrow.expr.function.meta.parameters.return.storage.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.expr.function.meta.parameters.return.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "void", + "color": "#FFB454", + "_t": "annotation.expr.function.meta.parameters.primitive.return.support.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "B", + "color": "#FEC758", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ">", + "color": "#F8F8F8", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "let", + "color": "#FF6262", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "x2", + "color": "#FB9A4B", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "A", + "color": "#FEC758", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "<", + "color": "#F8F8F8", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "C", + "color": "#FEC758", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "|", + "color": "#F12727", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "B", + "color": "#FEC758", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "C", + "color": "#FEC758", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "&", + "color": "#F12727", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "B", + "color": "#FEC758", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ">", + "color": "#F8F8F8", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "const", + "color": "#FF6262", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "t", + "color": "#FB9A4B", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "5", + "color": "#994646", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ">", + "color": "#F12727", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "10", + "color": "#994646", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "?", + "color": "#F12727", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "f6", + "color": "#FB9A4B", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#FEC758", + "_t": "entity.expr.function.meta.name.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "<", + "color": "#F8F8F8", + "_t": "begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "string", + "color": "#9DF39F", + "_t": "expr.meta.parameters.primitive.support.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ">", + "color": "#F8F8F8", + "_t": "definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "let", + "color": "#93A1A1", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "keyCode", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "conditional.control.keyword.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "!", + "color": "#859900", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "keyCode", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "===", + "color": "#859900", + "_t": "comparison.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "8", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "||", + "color": "#859900", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "keyCode", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ">=", + "color": "#859900", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "48", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "&&", + "color": "#859900", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "keyCode", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "57", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")))", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{}", + "color": "#93A1A1", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "let", + "color": "#93A1A1", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "<", + "color": "#859900", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{}", + "color": "#93A1A1", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "<", + "color": "#859900", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{}", + "color": "#93A1A1", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "let", + "color": "#93A1A1", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "<", + "color": "#859900", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{}", + "color": "#93A1A1", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "<", + "color": "#859900", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{}", + "color": "#93A1A1", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "let", + "color": "#93A1A1", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "<<", + "color": "#859900", + "_t": "bitwise.keyword.operator.shift.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{}", + "color": "#93A1A1", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "?", + "color": "#859900", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ":", + "color": "#859900", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "<", + "color": "#859900", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "?", + "color": "#859900", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ":", + "color": "#859900", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "6", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "A", + "color": "#CB4B16", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "X", + "color": "#CB4B16", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "class.comma.meta.parameters.punctuation.separator.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Y", + "color": "#CB4B16", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "A1", + "color": "#CB4B16", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "T", + "color": "#CB4B16", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "extends", + "color": "#93A1A1", + "_t": "class.meta.modifier.parameters.storage.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#CB4B16", + "_t": "class.declaration.entity.field.function.meta.name.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.class.declaration.field.keyword.meta.object.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "annotation.begin.class.declaration.definition.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "annotation.class.declaration.definition.end.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=>", + "color": "#93A1A1", + "_t": "annotation.arrow.class.declaration.field.function.meta.object.parameters.return.storage.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "string", + "color": "#859900", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.primitive.return.support.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "B", + "color": "#CB4B16", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "C", + "color": "#CB4B16", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "function", + "color": "#93A1A1", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "begin.definition.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "T", + "color": "#268BD2", + "_t": "entity.function.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "definition.end.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "block.constant.decimal.function.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "let", + "color": "#93A1A1", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x1", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "A", + "color": "#93A1A1", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "annotation.begin.definition.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "param", + "color": "#93A1A1", + "_t": "annotation.expr.function.meta.parameter.parameters.ts.type.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "?", + "color": "#859900", + "_t": "annotation.expr.function.keyword.meta.operator.optional.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.expr.function.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.expr.function.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.expr.function.meta.parameters.primitive.support.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "annotation.definition.end.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=>", + "color": "#93A1A1", + "_t": "annotation.arrow.expr.function.meta.parameters.return.storage.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.expr.function.meta.parameters.return.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "void", + "color": "#859900", + "_t": "annotation.expr.function.meta.parameters.primitive.return.support.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "B", + "color": "#93A1A1", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "let", + "color": "#93A1A1", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x2", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "A", + "color": "#93A1A1", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "C", + "color": "#93A1A1", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "|", + "color": "#859900", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "B", + "color": "#93A1A1", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "C", + "color": "#93A1A1", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "&", + "color": "#859900", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "B", + "color": "#93A1A1", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "const", + "color": "#93A1A1", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "t", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#859900", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "?", + "color": "#859900", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "f6", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "entity.expr.function.meta.name.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "string", + "color": "#859900", + "_t": "expr.meta.parameters.primitive.support.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "let", + "color": "#073642", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "keyCode", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "conditional.control.keyword.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "!", + "color": "#859900", + "_t": "keyword.logical.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "keyCode", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "===", + "color": "#859900", + "_t": "comparison.keyword.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "8", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "||", + "color": "#859900", + "_t": "keyword.logical.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "keyCode", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ">=", + "color": "#859900", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "48", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "&&", + "color": "#859900", + "_t": "keyword.logical.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "keyCode", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "57", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")))", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{}", + "color": "#586E75", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "let", + "color": "#073642", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "<", + "color": "#859900", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "increment.keyword.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{}", + "color": "#586E75", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "<", + "color": "#859900", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "increment.keyword.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{}", + "color": "#586E75", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "let", + "color": "#073642", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "<", + "color": "#859900", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "increment.keyword.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{}", + "color": "#586E75", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "<", + "color": "#859900", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{}", + "color": "#586E75", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.keyword.loop.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "let", + "color": "#073642", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.keyword.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "<<", + "color": "#859900", + "_t": "bitwise.keyword.operator.shift.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "keyword.operator.relational.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "increment.keyword.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{}", + "color": "#586E75", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "?", + "color": "#859900", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ":", + "color": "#859900", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "<", + "color": "#859900", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "?", + "color": "#859900", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ":", + "color": "#859900", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "6", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#073642", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "A", + "color": "#268BD2", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "X", + "color": "#268BD2", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "class.comma.meta.parameters.punctuation.separator.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Y", + "color": "#268BD2", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#073642", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "A1", + "color": "#268BD2", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "T", + "color": "#268BD2", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "extends", + "color": "#073642", + "_t": "class.meta.modifier.parameters.storage.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.object.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "class.declaration.entity.field.function.meta.name.object.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.class.declaration.field.keyword.meta.object.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "annotation.begin.class.declaration.definition.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "annotation.class.declaration.definition.end.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=>", + "color": "#073642", + "_t": "annotation.arrow.class.declaration.field.function.meta.object.parameters.return.storage.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "string", + "color": "#859900", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.primitive.return.support.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#073642", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "B", + "color": "#268BD2", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#073642", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "C", + "color": "#268BD2", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "function", + "color": "#073642", + "_t": "function.meta.storage.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "entity.function.meta.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "begin.definition.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "T", + "color": "#268BD2", + "_t": "entity.function.meta.name.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "definition.end.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "block.constant.decimal.function.meta.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "let", + "color": "#073642", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x1", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "A", + "color": "#586E75", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "annotation.begin.definition.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "param", + "color": "#586E75", + "_t": "annotation.expr.function.meta.parameter.parameters.ts.type.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "?", + "color": "#859900", + "_t": "annotation.expr.function.keyword.meta.operator.optional.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.expr.function.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.expr.function.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.expr.function.meta.parameters.primitive.support.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "annotation.definition.end.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=>", + "color": "#073642", + "_t": "annotation.arrow.expr.function.meta.parameters.return.storage.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.expr.function.meta.parameters.return.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "void", + "color": "#859900", + "_t": "annotation.expr.function.meta.parameters.primitive.return.support.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "B", + "color": "#586E75", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "let", + "color": "#073642", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x2", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "A", + "color": "#586E75", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "C", + "color": "#586E75", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "|", + "color": "#859900", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "B", + "color": "#586E75", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "C", + "color": "#586E75", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "&", + "color": "#859900", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "B", + "color": "#586E75", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "const", + "color": "#073642", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "t", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ">", + "color": "#859900", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "?", + "color": "#859900", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "f6", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "entity.expr.function.meta.name.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "string", + "color": "#859900", + "_t": "expr.meta.parameters.primitive.support.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "let", + "color": "#EBBBFF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "keyCode", + "color": "#FF9DA4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "conditional.control.keyword.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "!", + "color": "#99FFFF", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "keyCode", + "color": "#FF9DA4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "===", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "8", + "color": "#FFC58F", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "||", + "color": "#99FFFF", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "keyCode", + "color": "#FF9DA4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ">=", + "color": "#99FFFF", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "48", + "color": "#FFC58F", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "&&", + "color": "#99FFFF", + "_t": "keyword.logical.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "keyCode", + "color": "#FF9DA4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "<=", + "color": "#99FFFF", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "57", + "color": "#FFC58F", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")))", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{}", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "let", + "color": "#EBBBFF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "++", + "color": "#99FFFF", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{}", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "++", + "color": "#99FFFF", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{}", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "let", + "color": "#EBBBFF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "++", + "color": "#99FFFF", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{}", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{}", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "control.keyword.loop.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "let", + "color": "#EBBBFF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "arithmetic.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "<<", + "color": "#99FFFF", + "_t": "bitwise.keyword.operator.shift.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "keyword.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "constant.decimal.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "++", + "color": "#99FFFF", + "_t": "increment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{}", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "p", + "color": "#FF9DA4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "?", + "color": "#99FFFF", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ":", + "color": "#99FFFF", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "4", + "color": "#FFC58F", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "?", + "color": "#99FFFF", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ":", + "color": "#99FFFF", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "6", + "color": "#FFC58F", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#EBBBFF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "A", + "color": "#FFEEAD", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "X", + "color": "#FFEEAD", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "class.comma.meta.parameters.punctuation.separator.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Y", + "color": "#FFEEAD", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#EBBBFF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "A1", + "color": "#FFEEAD", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "begin.class.definition.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "T", + "color": "#FFEEAD", + "_t": "class.entity.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "extends", + "color": "#EBBBFF", + "_t": "class.meta.modifier.parameters.storage.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FFEEAD", + "_t": "class.declaration.entity.field.function.meta.name.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.keyword.meta.object.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "annotation.begin.class.declaration.definition.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.definition.end.field.function.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.meta.object.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#EBBBFF", + "_t": "annotation.arrow.class.declaration.field.function.meta.object.parameters.return.storage.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "string", + "color": "#BBDAFF", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.primitive.return.support.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.function.meta.object.parameters.return.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.object.parameters.punctuation.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "class.definition.end.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#EBBBFF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "B", + "color": "#FFEEAD", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#EBBBFF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "C", + "color": "#FFEEAD", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#EBBBFF", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#BBDAFF", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "T", + "color": "#BBDAFF", + "_t": "entity.function.meta.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.ts.type.typeparameters", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "block.constant.decimal.function.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "let", + "color": "#EBBBFF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "x1", + "color": "#FF9DA4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#99FFFF", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "A", + "color": "#FFFFFF", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "annotation.begin.definition.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "param", + "color": "#FFC58F", + "_t": "annotation.expr.function.meta.parameter.parameters.ts.type.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "?", + "color": "#99FFFF", + "_t": "annotation.expr.function.keyword.meta.operator.optional.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": ":", + "color": "#99FFFF", + "_t": "annotation.expr.function.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.function.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#BBDAFF", + "_t": "annotation.expr.function.meta.parameters.primitive.support.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "annotation.definition.end.expr.function.meta.parameters.punctuation.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#EBBBFF", + "_t": "annotation.arrow.expr.function.meta.parameters.return.storage.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.function.meta.parameters.return.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#BBDAFF", + "_t": "annotation.expr.function.meta.parameters.primitive.return.support.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "B", + "color": "#FFFFFF", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "let", + "color": "#EBBBFF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "x2", + "color": "#FF9DA4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#99FFFF", + "_t": "annotation.expr.keyword.meta.operator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.meta.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "A", + "color": "#FFFFFF", + "_t": "annotation.entity.expr.meta.name.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "annotation.begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "C", + "color": "#FFFFFF", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "|", + "color": "#99FFFF", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "B", + "color": "#FFFFFF", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "annotation.comma.expr.meta.parameters.punctuation.separator.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "C", + "color": "#FFFFFF", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#99FFFF", + "_t": "annotation.expr.keyword.meta.operator.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.expr.meta.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "B", + "color": "#FFFFFF", + "_t": "annotation.entity.expr.meta.name.parameters.ts.type.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "annotation.definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "const", + "color": "#EBBBFF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "t", + "color": "#FF9DA4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#99FFFF", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#FFC58F", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "?", + "color": "#99FFFF", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#99FFFF", + "_t": "expr.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "f6", + "color": "#FF9DA4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.decimal.expr.meta.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "expr.keyword.meta.operator.relational.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#BBDAFF", + "_t": "entity.expr.function.meta.name.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "begin.definition.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "string", + "color": "#FFEEAD", + "_t": "expr.meta.parameters.primitive.support.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "definition.end.expr.meta.parameters.punctuation.ts.type.typeparameters.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "brace.expr.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue11.ts.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue11.ts.result.patch new file mode 100644 index 000000000..6509fee0e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue11.ts.result.patch @@ -0,0 +1,549 @@ +{ + "abyss": [ + { + "index": 173, + "content": "extends", + "color": "#9966B8", + "newColor": "#225588" + }, + { + "index": 177, + "content": "a", + "color": "#FFEEBB", + "newColor": "#DDBB88" + }, + { + "index": 211, + "content": "T", + "color": "#DDBB88", + "newColor": "#FFEEBB" + }, + { + "index": 228, + "content": "A", + "color": "#6688CC", + "newColor": "#FFEEBB" + }, + { + "index": 243, + "content": "B", + "color": "#6688CC", + "newColor": "#FFEEBB" + }, + { + "index": 251, + "content": "A", + "color": "#6688CC", + "newColor": "#FFEEBB" + }, + { + "index": 253, + "content": "C", + "color": "#6688CC", + "newColor": "#FFEEBB" + }, + { + "index": 257, + "content": "B", + "color": "#6688CC", + "newColor": "#FFEEBB" + }, + { + "index": 260, + "content": "C", + "color": "#6688CC", + "newColor": "#FFEEBB" + }, + { + "index": 264, + "content": "B", + "color": "#6688CC", + "newColor": "#FFEEBB" + } + ], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [ + { + "index": 177, + "content": "a", + "color": "#4EC9B0", + "newColor": "#DCDCAA" + }, + { + "index": 183, + "content": "=>", + "color": "#4EC9B0", + "newColor": "#569CD6" + }, + { + "index": 238, + "content": "=>", + "color": "#4EC9B0", + "newColor": "#569CD6" + } + ], + "light_plus": [ + { + "index": 177, + "content": "a", + "color": "#267F99", + "newColor": "#795E26" + }, + { + "index": 183, + "content": "=>", + "color": "#267F99", + "newColor": "#0000FF" + }, + { + "index": 238, + "content": "=>", + "color": "#267F99", + "newColor": "#0000FF" + } + ], + "kimbie_dark": [ + { + "index": 177, + "content": "a", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 185, + "content": "string", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 211, + "content": "T", + "color": "#8AB1B0", + "newColor": "#F06431" + }, + { + "index": 228, + "content": "A", + "color": "#D3AF86", + "newColor": "#F06431" + }, + { + "index": 231, + "content": "param", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 235, + "content": "number", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 240, + "content": "void", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 243, + "content": "B", + "color": "#D3AF86", + "newColor": "#F06431" + }, + { + "index": 251, + "content": "A", + "color": "#D3AF86", + "newColor": "#F06431" + }, + { + "index": 253, + "content": "C", + "color": "#D3AF86", + "newColor": "#F06431" + }, + { + "index": 257, + "content": "B", + "color": "#D3AF86", + "newColor": "#F06431" + }, + { + "index": 260, + "content": "C", + "color": "#D3AF86", + "newColor": "#F06431" + }, + { + "index": 264, + "content": "B", + "color": "#D3AF86", + "newColor": "#F06431" + } + ], + "monokai": [ + { + "index": 228, + "content": "A", + "color": "#F8F8F2", + "newColor": "#A6E22E" + }, + { + "index": 243, + "content": "B", + "color": "#F8F8F2", + "newColor": "#A6E22E" + }, + { + "index": 251, + "content": "A", + "color": "#F8F8F2", + "newColor": "#A6E22E" + }, + { + "index": 253, + "content": "C", + "color": "#F8F8F2", + "newColor": "#A6E22E" + }, + { + "index": 257, + "content": "B", + "color": "#F8F8F2", + "newColor": "#A6E22E" + }, + { + "index": 260, + "content": "C", + "color": "#F8F8F2", + "newColor": "#A6E22E" + }, + { + "index": 264, + "content": "B", + "color": "#F8F8F2", + "newColor": "#A6E22E" + } + ], + "monokai_dimmed": [ + { + "index": 177, + "content": "a", + "color": "#9B0000", + "newColor": "#CE6700" + }, + { + "index": 185, + "content": "string", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 211, + "content": "T", + "color": "#CE6700", + "newColor": "#9B0000" + }, + { + "index": 228, + "content": "A", + "color": "#C5C8C6", + "newColor": "#9B0000" + }, + { + "index": 235, + "content": "number", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 240, + "content": "void", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 243, + "content": "B", + "color": "#C5C8C6", + "newColor": "#9B0000" + }, + { + "index": 251, + "content": "A", + "color": "#C5C8C6", + "newColor": "#9B0000" + }, + { + "index": 253, + "content": "C", + "color": "#C5C8C6", + "newColor": "#9B0000" + }, + { + "index": 257, + "content": "B", + "color": "#C5C8C6", + "newColor": "#9B0000" + }, + { + "index": 260, + "content": "C", + "color": "#C5C8C6", + "newColor": "#9B0000" + }, + { + "index": 264, + "content": "B", + "color": "#C5C8C6", + "newColor": "#9B0000" + } + ], + "quietlight": [ + { + "index": 159, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 173, + "content": "extends", + "color": "#7A3E9D", + "newColor": "#4B83CD" + }, + { + "index": 177, + "content": "a", + "color": "#7A3E9D", + "newColor": "#AA3731" + }, + { + "index": 235, + "content": "number", + "color": "#AA3731", + "newColor": "#7A3E9D" + }, + { + "index": 240, + "content": "void", + "color": "#AA3731", + "newColor": "#7A3E9D" + }, + { + "index": 241, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 258, + "content": ",", + "color": "#434343", + "newColor": "#777777" + } + ], + "red": [ + { + "index": 185, + "content": "string", + "color": "#FFB454", + "newColor": "#9DF39F" + }, + { + "index": 235, + "content": "number", + "color": "#FFB454", + "newColor": "#9DF39F" + }, + { + "index": 240, + "content": "void", + "color": "#FFB454", + "newColor": "#9DF39F" + } + ], + "solarized_dark": [ + { + "index": 177, + "content": "a", + "color": "#CB4B16", + "newColor": "#268BD2" + }, + { + "index": 211, + "content": "T", + "color": "#268BD2", + "newColor": "#CB4B16" + }, + { + "index": 228, + "content": "A", + "color": "#93A1A1", + "newColor": "#CB4B16" + }, + { + "index": 243, + "content": "B", + "color": "#93A1A1", + "newColor": "#CB4B16" + }, + { + "index": 251, + "content": "A", + "color": "#93A1A1", + "newColor": "#CB4B16" + }, + { + "index": 253, + "content": "C", + "color": "#93A1A1", + "newColor": "#CB4B16" + }, + { + "index": 257, + "content": "B", + "color": "#93A1A1", + "newColor": "#CB4B16" + }, + { + "index": 260, + "content": "C", + "color": "#93A1A1", + "newColor": "#CB4B16" + }, + { + "index": 264, + "content": "B", + "color": "#93A1A1", + "newColor": "#CB4B16" + } + ], + "solarized_light": [ + { + "index": 228, + "content": "A", + "color": "#586E75", + "newColor": "#268BD2" + }, + { + "index": 243, + "content": "B", + "color": "#586E75", + "newColor": "#268BD2" + }, + { + "index": 251, + "content": "A", + "color": "#586E75", + "newColor": "#268BD2" + }, + { + "index": 253, + "content": "C", + "color": "#586E75", + "newColor": "#268BD2" + }, + { + "index": 257, + "content": "B", + "color": "#586E75", + "newColor": "#268BD2" + }, + { + "index": 260, + "content": "C", + "color": "#586E75", + "newColor": "#268BD2" + }, + { + "index": 264, + "content": "B", + "color": "#586E75", + "newColor": "#268BD2" + } + ], + "tomorrow_night_blue": [ + { + "index": 177, + "content": "a", + "color": "#FFEEAD", + "newColor": "#BBDAFF" + }, + { + "index": 178, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 185, + "content": "string", + "color": "#BBDAFF", + "newColor": "#FFEEAD" + }, + { + "index": 211, + "content": "T", + "color": "#BBDAFF", + "newColor": "#FFEEAD" + }, + { + "index": 228, + "content": "A", + "color": "#FFFFFF", + "newColor": "#FFEEAD" + }, + { + "index": 235, + "content": "number", + "color": "#BBDAFF", + "newColor": "#FFEEAD" + }, + { + "index": 240, + "content": "void", + "color": "#BBDAFF", + "newColor": "#FFEEAD" + }, + { + "index": 243, + "content": "B", + "color": "#FFFFFF", + "newColor": "#FFEEAD" + }, + { + "index": 251, + "content": "A", + "color": "#FFFFFF", + "newColor": "#FFEEAD" + }, + { + "index": 253, + "content": "C", + "color": "#FFFFFF", + "newColor": "#FFEEAD" + }, + { + "index": 257, + "content": "B", + "color": "#FFFFFF", + "newColor": "#FFEEAD" + }, + { + "index": 260, + "content": "C", + "color": "#FFFFFF", + "newColor": "#FFEEAD" + }, + { + "index": 264, + "content": "B", + "color": "#FFFFFF", + "newColor": "#FFEEAD" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5431.ts b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5431.ts new file mode 100644 index 000000000..daa795cc4 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5431.ts @@ -0,0 +1,4 @@ +function foo(isAll, startTime, endTime) { + const timeRange = isAll ? '所有时间' : `${startTime} - ${endTime}`; + return true; +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5431.ts.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5431.ts.result new file mode 100644 index 000000000..c06da129e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5431.ts.result @@ -0,0 +1,3978 @@ +{ + "abyss": [ + { + "content": "function", + "color": "#9966B8", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#DDBB88", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "isAll", + "color": "#2277FF", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.parameters.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "startTime", + "color": "#2277FF", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.parameters.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "endTime", + "color": "#2277FF", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "const", + "color": "#9966B8", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "timeRange", + "color": "#6688CC", + "_t": "block.expr.function.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "isAll", + "color": "#6688CC", + "_t": "block.expr.function.meta.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "?", + "color": "#225588", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.block.definition.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "所有时间", + "color": "#22AA44", + "_t": "block.expr.function.meta.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "block.definition.end.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "`", + "color": "#22AA44", + "_t": "begin.block.definition.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "${", + "color": "#22AA44", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "startTime", + "color": "#22AA44", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#22AA44", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " - ", + "color": "#22AA44", + "_t": "block.expr.function.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "${", + "color": "#22AA44", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "endTime", + "color": "#22AA44", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#22AA44", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "`", + "color": "#22AA44", + "_t": "block.definition.end.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "true", + "color": "#F280D0", + "_t": "block.boolean.constant.function.language.meta.true.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#D4D4D4", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "isAll", + "color": "#D4D4D4", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "startTime", + "color": "#D4D4D4", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "endTime", + "color": "#D4D4D4", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "const", + "color": "#569CD6", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "timeRange", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "isAll", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.other.readwrite.ts.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "所有时间", + "color": "#CE9178", + "_t": "block.expr.function.meta.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "begin.block.definition.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#569CD6", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": "startTime", + "color": "#CE9178", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#569CD6", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": " - ", + "color": "#CE9178", + "_t": "block.expr.function.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#569CD6", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": "endTime", + "color": "#CE9178", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#569CD6", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "block.definition.end.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "block.boolean.constant.function.language.meta.true.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "function", + "color": "#0000FF", + "_t": "function.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#000000", + "_t": "entity.function.meta.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "isAll", + "color": "#000000", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "startTime", + "color": "#000000", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "endTime", + "color": "#000000", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "const", + "color": "#0000FF", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "timeRange", + "color": "#000000", + "_t": "block.expr.function.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "isAll", + "color": "#000000", + "_t": "block.expr.function.meta.other.readwrite.ts.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "?", + "color": "#000000", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "所有时间", + "color": "#A31515", + "_t": "block.expr.function.meta.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "begin.block.definition.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "${", + "color": "#0000FF", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": "startTime", + "color": "#A31515", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#0000FF", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": " - ", + "color": "#A31515", + "_t": "block.expr.function.meta.string.template.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "${", + "color": "#0000FF", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": "endTime", + "color": "#A31515", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#0000FF", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "block.definition.end.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "true", + "color": "#0000FF", + "_t": "block.boolean.constant.function.language.meta.true.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.storage.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "entity.function.meta.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "isAll", + "color": "#FFFFFF", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "startTime", + "color": "#FFFFFF", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "endTime", + "color": "#FFFFFF", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "const", + "color": "#569CD6", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "timeRange", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "isAll", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.other.readwrite.ts.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "所有时间", + "color": "#CE9178", + "_t": "block.expr.function.meta.quoted.single.string.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "begin.block.definition.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#569CD6", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": "startTime", + "color": "#CE9178", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#569CD6", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": " - ", + "color": "#CE9178", + "_t": "block.expr.function.meta.string.template.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#569CD6", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": "endTime", + "color": "#CE9178", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#569CD6", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "block.definition.end.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "block.boolean.constant.function.language.meta.true.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#DCDCAA", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "isAll", + "color": "#9CDCFE", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "startTime", + "color": "#9CDCFE", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "endTime", + "color": "#9CDCFE", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "const", + "color": "#569CD6", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "timeRange", + "color": "#9CDCFE", + "_t": "block.expr.function.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "isAll", + "color": "#9CDCFE", + "_t": "block.expr.function.meta.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "所有时间", + "color": "#CE9178", + "_t": "block.expr.function.meta.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "begin.block.definition.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#569CD6", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": "startTime", + "color": "#9CDCFE", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#569CD6", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": " - ", + "color": "#CE9178", + "_t": "block.expr.function.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#569CD6", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": "endTime", + "color": "#9CDCFE", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#569CD6", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "block.definition.end.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "block.boolean.constant.function.language.meta.true.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "function", + "color": "#0000FF", + "_t": "function.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#795E26", + "_t": "entity.function.meta.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "isAll", + "color": "#001080", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "startTime", + "color": "#001080", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "endTime", + "color": "#001080", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "const", + "color": "#0000FF", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "timeRange", + "color": "#001080", + "_t": "block.expr.function.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "isAll", + "color": "#001080", + "_t": "block.expr.function.meta.other.readwrite.ts.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "?", + "color": "#000000", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "所有时间", + "color": "#A31515", + "_t": "block.expr.function.meta.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "begin.block.definition.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "${", + "color": "#0000FF", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": "startTime", + "color": "#001080", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#0000FF", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": " - ", + "color": "#A31515", + "_t": "block.expr.function.meta.string.template.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "${", + "color": "#0000FF", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": "endTime", + "color": "#001080", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#0000FF", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "block.definition.end.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "true", + "color": "#0000FF", + "_t": "block.boolean.constant.function.language.meta.true.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "function", + "color": "#98676A", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#8AB1B0", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "isAll", + "color": "#D3AF86", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.parameters.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "startTime", + "color": "#D3AF86", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.parameters.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "endTime", + "color": "#D3AF86", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "const", + "color": "#98676A", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "timeRange", + "color": "#DC3958", + "_t": "block.expr.function.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "isAll", + "color": "#DC3958", + "_t": "block.expr.function.meta.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "?", + "color": "#D3AF86", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.block.definition.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "所有时间", + "color": "#889B4A", + "_t": "block.expr.function.meta.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "block.definition.end.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "`", + "color": "#D3AF86", + "_t": "begin.block.definition.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "${", + "color": "#D3AF86", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "startTime", + "color": "#889B4A", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " - ", + "color": "#889B4A", + "_t": "block.expr.function.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "${", + "color": "#D3AF86", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "endTime", + "color": "#889B4A", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "`", + "color": "#D3AF86", + "_t": "block.definition.end.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "true", + "color": "#F79A32", + "_t": "block.boolean.constant.function.language.meta.true.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "function", + "color": "#66D9EF", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#A6E22E", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "isAll", + "color": "#FD971F", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "startTime", + "color": "#FD971F", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "endTime", + "color": "#FD971F", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "const", + "color": "#66D9EF", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "timeRange", + "color": "#F8F8F2", + "_t": "block.expr.function.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "isAll", + "color": "#F8F8F2", + "_t": "block.expr.function.meta.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "?", + "color": "#F92672", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.block.definition.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "所有时间", + "color": "#E6DB74", + "_t": "block.expr.function.meta.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "block.definition.end.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "`", + "color": "#E6DB74", + "_t": "begin.block.definition.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "${", + "color": "#E6DB74", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "startTime", + "color": "#E6DB74", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#E6DB74", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " - ", + "color": "#E6DB74", + "_t": "block.expr.function.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "${", + "color": "#E6DB74", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "endTime", + "color": "#E6DB74", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#E6DB74", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "`", + "color": "#E6DB74", + "_t": "block.definition.end.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "true", + "color": "#AE81FF", + "_t": "block.boolean.constant.function.language.meta.true.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "function", + "color": "#9872A2", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#CE6700", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "isAll", + "color": "#6089B4", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "startTime", + "color": "#6089B4", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "endTime", + "color": "#6089B4", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "const", + "color": "#9872A2", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "timeRange", + "color": "#6089B4", + "_t": "block.expr.function.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "isAll", + "color": "#6089B4", + "_t": "block.expr.function.meta.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "?", + "color": "#676867", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.block.definition.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "所有时间", + "color": "#9AA83A", + "_t": "block.expr.function.meta.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "block.definition.end.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "`", + "color": "#9AA83A", + "_t": "begin.block.definition.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "${", + "color": "#9AA83A", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "startTime", + "color": "#6089B4", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}", + "color": "#9AA83A", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " - ", + "color": "#9AA83A", + "_t": "block.expr.function.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "${", + "color": "#9AA83A", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "endTime", + "color": "#6089B4", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}", + "color": "#9AA83A", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "`", + "color": "#9AA83A", + "_t": "block.definition.end.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "true", + "color": "#FF0080", + "_t": "block.boolean.constant.function.language.meta.true.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "function", + "color": "#7A3E9D", + "_t": "function.meta.storage.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo", + "color": "#AA3731", + "_t": "entity.function.meta.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "isAll", + "color": "#7A3E9D", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.parameters.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "startTime", + "color": "#7A3E9D", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.parameters.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "endTime", + "color": "#7A3E9D", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "const", + "color": "#7A3E9D", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "timeRange", + "color": "#7A3E9D", + "_t": "block.expr.function.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "isAll", + "color": "#7A3E9D", + "_t": "block.expr.function.meta.other.readwrite.ts.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "?", + "color": "#777777", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.block.definition.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "所有时间", + "color": "#448C27", + "_t": "block.expr.function.meta.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "block.definition.end.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#777777", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "`", + "color": "#777777", + "_t": "begin.block.definition.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "${", + "color": "#777777", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "startTime", + "color": "#448C27", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " - ", + "color": "#448C27", + "_t": "block.expr.function.meta.string.template.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "${", + "color": "#777777", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "endTime", + "color": "#448C27", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "`", + "color": "#777777", + "_t": "block.definition.end.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "true", + "color": "#AB6526", + "_t": "block.boolean.constant.function.language.meta.true.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "function", + "color": "#FF6262", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#FEC758", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "isAll", + "color": "#FB9A4B", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.parameters.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "startTime", + "color": "#FB9A4B", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.parameters.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "endTime", + "color": "#FB9A4B", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "const", + "color": "#FF6262", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "timeRange", + "color": "#FB9A4B", + "_t": "block.expr.function.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "isAll", + "color": "#FB9A4B", + "_t": "block.expr.function.meta.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "?", + "color": "#F12727", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.block.definition.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "所有时间", + "color": "#CD8D8D", + "_t": "block.expr.function.meta.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "block.definition.end.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "`", + "color": "#CD8D8D", + "_t": "begin.block.definition.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "${", + "color": "#CD8D8D", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "startTime", + "color": "#EDEF7D", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "}", + "color": "#CD8D8D", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " - ", + "color": "#CD8D8D", + "_t": "block.expr.function.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "${", + "color": "#CD8D8D", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "endTime", + "color": "#EDEF7D", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "}", + "color": "#CD8D8D", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "`", + "color": "#CD8D8D", + "_t": "block.definition.end.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "true", + "color": "#994646", + "_t": "block.boolean.constant.function.language.meta.true.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "function", + "color": "#93A1A1", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "isAll", + "color": "#93A1A1", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.parameters.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "startTime", + "color": "#93A1A1", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.parameters.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "endTime", + "color": "#93A1A1", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "const", + "color": "#93A1A1", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "timeRange", + "color": "#268BD2", + "_t": "block.expr.function.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "isAll", + "color": "#268BD2", + "_t": "block.expr.function.meta.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "?", + "color": "#859900", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "所有时间", + "color": "#2AA198", + "_t": "block.expr.function.meta.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "begin.block.definition.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "${", + "color": "#2AA198", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "startTime", + "color": "#268BD2", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}", + "color": "#2AA198", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " - ", + "color": "#2AA198", + "_t": "block.expr.function.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "${", + "color": "#2AA198", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "endTime", + "color": "#268BD2", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}", + "color": "#2AA198", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "block.definition.end.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "true", + "color": "#B58900", + "_t": "block.boolean.constant.function.language.meta.true.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "function", + "color": "#073642", + "_t": "function.meta.storage.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "entity.function.meta.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "isAll", + "color": "#586E75", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.parameters.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "startTime", + "color": "#586E75", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.parameters.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "endTime", + "color": "#586E75", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "const", + "color": "#073642", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "timeRange", + "color": "#268BD2", + "_t": "block.expr.function.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "isAll", + "color": "#268BD2", + "_t": "block.expr.function.meta.other.readwrite.ts.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "?", + "color": "#859900", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "所有时间", + "color": "#2AA198", + "_t": "block.expr.function.meta.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "begin.block.definition.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "${", + "color": "#2AA198", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "startTime", + "color": "#268BD2", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}", + "color": "#2AA198", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " - ", + "color": "#2AA198", + "_t": "block.expr.function.meta.string.template.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "${", + "color": "#2AA198", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "endTime", + "color": "#268BD2", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}", + "color": "#2AA198", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "block.definition.end.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "true", + "color": "#B58900", + "_t": "block.boolean.constant.function.language.meta.true.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "function", + "color": "#EBBBFF", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#BBDAFF", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "isAll", + "color": "#FFC58F", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "startTime", + "color": "#FFC58F", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "function.meta.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "endTime", + "color": "#FFC58F", + "_t": "function.meta.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "const", + "color": "#EBBBFF", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "timeRange", + "color": "#FF9DA4", + "_t": "block.expr.function.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "isAll", + "color": "#FF9DA4", + "_t": "block.expr.function.meta.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "?", + "color": "#99FFFF", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.block.definition.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "所有时间", + "color": "#D1F1A9", + "_t": "block.expr.function.meta.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "block.definition.end.expr.function.meta.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#99FFFF", + "_t": "block.expr.function.keyword.meta.operator.ternary.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "`", + "color": "#D1F1A9", + "_t": "begin.block.definition.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "${", + "color": "#D1F1A9", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "startTime", + "color": "#D1F1A9", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#D1F1A9", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " - ", + "color": "#D1F1A9", + "_t": "block.expr.function.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "${", + "color": "#D1F1A9", + "_t": "begin.block.definition.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "endTime", + "color": "#D1F1A9", + "_t": "block.expr.expression.function.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#D1F1A9", + "_t": "block.definition.end.expr.expression.function.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "`", + "color": "#D1F1A9", + "_t": "block.definition.end.expr.function.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "true", + "color": "#FFC58F", + "_t": "block.boolean.constant.function.language.meta.true.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5431.ts.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5431.ts.result.patch new file mode 100644 index 000000000..7fc3f1c37 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5431.ts.result.patch @@ -0,0 +1,109 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [ + { + "index": 4, + "content": "isAll", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 7, + "content": "startTime", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 10, + "content": "endTime", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 32, + "content": "${", + "color": "#D3AF86", + "newColor": "#889B4A" + }, + { + "index": 33, + "content": "startTime", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 34, + "content": "}", + "color": "#D3AF86", + "newColor": "#889B4A" + }, + { + "index": 36, + "content": "${", + "color": "#D3AF86", + "newColor": "#889B4A" + }, + { + "index": 37, + "content": "endTime", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 38, + "content": "}", + "color": "#D3AF86", + "newColor": "#889B4A" + } + ], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [ + { + "index": 5, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 8, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 33, + "content": "startTime", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 37, + "content": "endTime", + "color": "#448C27", + "newColor": "#7A3E9D" + } + ], + "red": [], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [ + { + "index": 33, + "content": "startTime", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 37, + "content": "endTime", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5465.ts b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5465.ts new file mode 100644 index 000000000..95d23a2bb --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5465.ts @@ -0,0 +1,4 @@ +function* foo2() { + yield 'bar'; + yield* ['bar']; +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5465.ts.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5465.ts.result new file mode 100644 index 000000000..6ca6346ec --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5465.ts.result @@ -0,0 +1,2214 @@ +{ + "abyss": [ + { + "content": "function", + "color": "#9966B8", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "*", + "color": "#225588", + "_t": "asterisk.function.generator.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo2", + "color": "#DDBB88", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "yield", + "color": "#225588", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.block.definition.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "bar", + "color": "#22AA44", + "_t": "block.function.meta.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "block.definition.end.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "yield", + "color": "#225588", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "*", + "color": "#225588", + "_t": "asterisk.block.function.generator.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "array.begin.block.definition.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "bar", + "color": "#22AA44", + "_t": "array.block.function.literal.meta.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "array.block.definition.end.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "asterisk.function.generator.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo2", + "color": "#D4D4D4", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "yield", + "color": "#569CD6", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "block.function.meta.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "yield", + "color": "#569CD6", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "asterisk.block.function.generator.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "array.begin.block.definition.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "array.block.function.literal.meta.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "array.block.definition.end.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "function", + "color": "#0000FF", + "_t": "function.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "*", + "color": "#0000FF", + "_t": "asterisk.function.generator.keyword.meta.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo2", + "color": "#000000", + "_t": "entity.function.meta.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "yield", + "color": "#0000FF", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "bar", + "color": "#A31515", + "_t": "block.function.meta.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "yield", + "color": "#0000FF", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "*", + "color": "#0000FF", + "_t": "asterisk.block.function.generator.keyword.meta.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "array.begin.block.definition.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "bar", + "color": "#A31515", + "_t": "array.block.function.literal.meta.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "array.block.definition.end.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#000000", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.storage.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "asterisk.function.generator.keyword.meta.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo2", + "color": "#FFFFFF", + "_t": "entity.function.meta.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "yield", + "color": "#569CD6", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.meta.punctuation.quoted.single.string.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "block.function.meta.quoted.single.string.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.meta.punctuation.quoted.single.string.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "yield", + "color": "#569CD6", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "asterisk.block.function.generator.keyword.meta.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "array.begin.block.definition.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "array.block.function.literal.meta.quoted.single.string.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "array.block.definition.end.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "asterisk.function.generator.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo2", + "color": "#DCDCAA", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "yield", + "color": "#C586C0", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "block.function.meta.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "yield", + "color": "#C586C0", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "asterisk.block.function.generator.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "array.begin.block.definition.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "array.block.function.literal.meta.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "array.block.definition.end.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "function", + "color": "#0000FF", + "_t": "function.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "*", + "color": "#0000FF", + "_t": "asterisk.function.generator.keyword.meta.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo2", + "color": "#795E26", + "_t": "entity.function.meta.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "yield", + "color": "#AF00DB", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "bar", + "color": "#A31515", + "_t": "block.function.meta.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "yield", + "color": "#AF00DB", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "*", + "color": "#0000FF", + "_t": "asterisk.block.function.generator.keyword.meta.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "array.begin.block.definition.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "bar", + "color": "#A31515", + "_t": "array.block.function.literal.meta.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "array.block.definition.end.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#000000", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "function", + "color": "#98676A", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "*", + "color": "#98676A", + "_t": "asterisk.function.generator.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo2", + "color": "#8AB1B0", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "yield", + "color": "#98676A", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.block.definition.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "bar", + "color": "#889B4A", + "_t": "block.function.meta.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "block.definition.end.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "yield", + "color": "#98676A", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "*", + "color": "#98676A", + "_t": "asterisk.block.function.generator.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "array.begin.block.definition.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.array rgb(211, 175, 134)" + }, + { + "content": "bar", + "color": "#889B4A", + "_t": "array.block.function.literal.meta.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "array.block.definition.end.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.array rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "function", + "color": "#66D9EF", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "asterisk.function.generator.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo2", + "color": "#A6E22E", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "yield", + "color": "#F92672", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.block.definition.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "bar", + "color": "#E6DB74", + "_t": "block.function.meta.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "block.definition.end.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "yield", + "color": "#F92672", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "asterisk.block.function.generator.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "array.begin.block.definition.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "bar", + "color": "#E6DB74", + "_t": "array.block.function.literal.meta.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "array.block.definition.end.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "function", + "color": "#9872A2", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "*", + "color": "#676867", + "_t": "asterisk.function.generator.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo2", + "color": "#CE6700", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "yield", + "color": "#9872A2", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.block.definition.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "bar", + "color": "#9AA83A", + "_t": "block.function.meta.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "block.definition.end.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "yield", + "color": "#9872A2", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "*", + "color": "#676867", + "_t": "asterisk.block.function.generator.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "array.begin.block.definition.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "bar", + "color": "#9AA83A", + "_t": "array.block.function.literal.meta.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "array.block.definition.end.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "function", + "color": "#7A3E9D", + "_t": "function.meta.storage.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": "*", + "color": "#4B83CD", + "_t": "asterisk.function.generator.keyword.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo2", + "color": "#AA3731", + "_t": "entity.function.meta.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "yield", + "color": "#4B83CD", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.block.definition.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "bar", + "color": "#448C27", + "_t": "block.function.meta.quoted.single.string.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "block.definition.end.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "yield", + "color": "#4B83CD", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "*", + "color": "#4B83CD", + "_t": "asterisk.block.function.generator.keyword.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#333333", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "array.begin.block.definition.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "bar", + "color": "#448C27", + "_t": "array.block.function.literal.meta.quoted.single.string.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "array.block.definition.end.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "]", + "color": "#333333", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "function", + "color": "#FF6262", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "asterisk.function.generator.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo2", + "color": "#FEC758", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "yield", + "color": "#F12727", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.block.definition.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "bar", + "color": "#CD8D8D", + "_t": "block.function.meta.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "block.definition.end.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "yield", + "color": "#F12727", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "asterisk.block.function.generator.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "array.begin.block.definition.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "bar", + "color": "#CD8D8D", + "_t": "array.block.function.literal.meta.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "array.block.definition.end.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "function", + "color": "#93A1A1", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "asterisk.function.generator.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo2", + "color": "#268BD2", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "yield", + "color": "#859900", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "bar", + "color": "#2AA198", + "_t": "block.function.meta.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "yield", + "color": "#859900", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "*", + "color": "#859900", + "_t": "asterisk.block.function.generator.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "array.begin.block.definition.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "bar", + "color": "#2AA198", + "_t": "array.block.function.literal.meta.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "array.block.definition.end.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "function", + "color": "#073642", + "_t": "function.meta.storage.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "*", + "color": "#859900", + "_t": "asterisk.function.generator.keyword.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo2", + "color": "#268BD2", + "_t": "entity.function.meta.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "yield", + "color": "#859900", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "bar", + "color": "#2AA198", + "_t": "block.function.meta.quoted.single.string.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "yield", + "color": "#859900", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "*", + "color": "#859900", + "_t": "asterisk.block.function.generator.keyword.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "array.begin.block.definition.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "bar", + "color": "#2AA198", + "_t": "array.block.function.literal.meta.quoted.single.string.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "array.block.definition.end.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "function", + "color": "#EBBBFF", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "*", + "color": "#EBBBFF", + "_t": "asterisk.function.generator.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo2", + "color": "#BBDAFF", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "yield", + "color": "#EBBBFF", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.block.definition.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "bar", + "color": "#D1F1A9", + "_t": "block.function.meta.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "block.definition.end.function.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "yield", + "color": "#EBBBFF", + "_t": "block.control.flow.function.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "*", + "color": "#EBBBFF", + "_t": "asterisk.block.function.generator.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "array.begin.block.definition.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "bar", + "color": "#D1F1A9", + "_t": "array.block.function.literal.meta.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "array.block.definition.end.function.literal.meta.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "array.block.brace.function.literal.meta.square.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5566.ts b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5566.ts new file mode 100644 index 000000000..55810e678 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5566.ts @@ -0,0 +1,3 @@ +function foo3() { + const foo = (): any => ({ 'bar': 'baz' }) +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5566.ts.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5566.ts.result new file mode 100644 index 000000000..dcb07952e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5566.ts.result @@ -0,0 +1,3138 @@ +{ + "abyss": [ + { + "content": "function", + "color": "#9966B8", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo3", + "color": "#DDBB88", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "const", + "color": "#9966B8", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#DDBB88", + "_t": "block.entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "arrow.begin.block.definition.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "arrow.block.definition.end.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.arrow.block.expr.function.keyword.meta.operator.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "any", + "color": "#9966B8", + "_t": "arrow.block.expr.function.meta.primitive.return.support.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=>", + "color": "#9966B8", + "_t": "arrow.block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.meta.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.block.definition.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "bar", + "color": "#22AA44", + "_t": "block.expr.function.key.member.meta.object.object-literal.objectliteral.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "block.definition.end.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "block.expr.function.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.block.definition.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "baz", + "color": "#22AA44", + "_t": "block.expr.function.member.meta.object.objectliteral.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "block.definition.end.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo3", + "color": "#D4D4D4", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "const", + "color": "#569CD6", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#D4D4D4", + "_t": "block.entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arrow.begin.block.definition.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arrow.block.definition.end.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.arrow.block.expr.function.keyword.meta.operator.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "any", + "color": "#D4D4D4", + "_t": "arrow.block.expr.function.meta.primitive.return.support.ts.type.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "arrow.block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "block.expr.function.key.member.meta.object.object-literal.objectliteral.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "block.expr.function.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "baz", + "color": "#CE9178", + "_t": "block.expr.function.member.meta.object.objectliteral.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "function", + "color": "#0000FF", + "_t": "function.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo3", + "color": "#000000", + "_t": "entity.function.meta.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "const", + "color": "#0000FF", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#000000", + "_t": "block.entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arrow.begin.block.definition.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arrow.block.definition.end.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.arrow.block.expr.function.keyword.meta.operator.return.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "any", + "color": "#000000", + "_t": "arrow.block.expr.function.meta.primitive.return.support.ts.type.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=>", + "color": "#0000FF", + "_t": "arrow.block.expr.function.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "bar", + "color": "#A31515", + "_t": "block.expr.function.key.member.meta.object.object-literal.objectliteral.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ":", + "color": "#000000", + "_t": "block.expr.function.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "baz", + "color": "#A31515", + "_t": "block.expr.function.member.meta.object.objectliteral.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.storage.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo3", + "color": "#FFFFFF", + "_t": "entity.function.meta.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "const", + "color": "#569CD6", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "block.entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arrow.begin.block.definition.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arrow.block.definition.end.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.arrow.block.expr.function.keyword.meta.operator.return.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "any", + "color": "#FFFFFF", + "_t": "arrow.block.expr.function.meta.primitive.return.support.ts.type.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "arrow.block.expr.function.meta.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.objectliteral.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "block.expr.function.key.member.meta.object.object-literal.objectliteral.quoted.single.string.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "block.expr.function.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "baz", + "color": "#CE9178", + "_t": "block.expr.function.member.meta.object.objectliteral.quoted.single.string.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo3", + "color": "#DCDCAA", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.function.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "const", + "color": "#569CD6", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#DCDCAA", + "_t": "block.entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arrow.begin.block.definition.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arrow.block.definition.end.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#4EC9B0", + "_t": "annotation.arrow.block.expr.function.keyword.meta.operator.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#4EC9B0", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return.type rgb(78, 201, 176)" + }, + { + "content": "any", + "color": "#4EC9B0", + "_t": "arrow.block.expr.function.meta.primitive.return.support.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#4EC9B0", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return.type rgb(78, 201, 176)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "arrow.block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.meta.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "begin.block.definition.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": "bar", + "color": "#9CDCFE", + "_t": "block.expr.function.key.member.meta.object.object-literal.objectliteral.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "block.definition.end.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "block.expr.function.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "baz", + "color": "#CE9178", + "_t": "block.expr.function.member.meta.object.objectliteral.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "function", + "color": "#0000FF", + "_t": "function.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo3", + "color": "#795E26", + "_t": "entity.function.meta.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.function.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "const", + "color": "#0000FF", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#795E26", + "_t": "block.entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arrow.begin.block.definition.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arrow.block.definition.end.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#267F99", + "_t": "annotation.arrow.block.expr.function.keyword.meta.operator.return.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#267F99", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return.type rgb(38, 127, 153)" + }, + { + "content": "any", + "color": "#267F99", + "_t": "arrow.block.expr.function.meta.primitive.return.support.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#267F99", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return.type rgb(38, 127, 153)" + }, + { + "content": "=>", + "color": "#0000FF", + "_t": "arrow.block.expr.function.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.meta.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#001080", + "_t": "begin.block.definition.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": "bar", + "color": "#001080", + "_t": "block.expr.function.key.member.meta.object.object-literal.objectliteral.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#001080", + "_t": "block.definition.end.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "block.expr.function.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "baz", + "color": "#A31515", + "_t": "block.expr.function.member.meta.object.objectliteral.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "function", + "color": "#98676A", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo3", + "color": "#8AB1B0", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "const", + "color": "#98676A", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#8AB1B0", + "_t": "block.entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "arrow.begin.block.definition.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "arrow.block.definition.end.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.arrow.block.expr.function.keyword.meta.operator.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "any", + "color": "#7E602C", + "_t": "arrow.block.expr.function.meta.primitive.return.support.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=>", + "color": "#98676A", + "_t": "arrow.block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.meta.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.block.definition.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "bar", + "color": "#889B4A", + "_t": "block.expr.function.key.member.meta.object.object-literal.objectliteral.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "block.definition.end.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "block.expr.function.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.block.definition.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "baz", + "color": "#889B4A", + "_t": "block.expr.function.member.meta.object.objectliteral.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "block.definition.end.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "function", + "color": "#66D9EF", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo3", + "color": "#A6E22E", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "const", + "color": "#66D9EF", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#A6E22E", + "_t": "block.entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "arrow.begin.block.definition.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "arrow.block.definition.end.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.arrow.block.expr.function.keyword.meta.operator.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "any", + "color": "#66D9EF", + "_t": "arrow.block.expr.function.meta.primitive.return.support.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=>", + "color": "#66D9EF", + "_t": "arrow.block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.meta.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.block.definition.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "bar", + "color": "#E6DB74", + "_t": "block.expr.function.key.member.meta.object.object-literal.objectliteral.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "block.definition.end.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "block.expr.function.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.block.definition.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "baz", + "color": "#E6DB74", + "_t": "block.expr.function.member.meta.object.objectliteral.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "block.definition.end.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "function", + "color": "#9872A2", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo3", + "color": "#CE6700", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "const", + "color": "#9872A2", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#CE6700", + "_t": "block.entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "arrow.begin.block.definition.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "arrow.block.definition.end.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.arrow.block.expr.function.keyword.meta.operator.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "any", + "color": "#9872A2", + "_t": "arrow.block.expr.function.meta.primitive.return.support.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=>", + "color": "#9872A2", + "_t": "arrow.block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.meta.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.block.definition.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "bar", + "color": "#9AA83A", + "_t": "block.expr.function.key.member.meta.object.object-literal.objectliteral.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "block.definition.end.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "block.expr.function.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.block.definition.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "baz", + "color": "#9AA83A", + "_t": "block.expr.function.member.meta.object.objectliteral.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "block.definition.end.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "function", + "color": "#7A3E9D", + "_t": "function.meta.storage.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo3", + "color": "#AA3731", + "_t": "entity.function.meta.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "const", + "color": "#7A3E9D", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo", + "color": "#AA3731", + "_t": "block.entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "arrow.begin.block.definition.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "arrow.block.definition.end.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.arrow.block.expr.function.keyword.meta.operator.return.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "any", + "color": "#AA3731", + "_t": "arrow.block.expr.function.meta.primitive.return.support.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=>", + "color": "#7A3E9D", + "_t": "arrow.block.expr.function.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.meta.objectliteral.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.block.definition.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "bar", + "color": "#448C27", + "_t": "block.expr.function.key.member.meta.object.object-literal.objectliteral.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "block.definition.end.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#434343", + "_t": "block.expr.function.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.block.definition.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "baz", + "color": "#448C27", + "_t": "block.expr.function.member.meta.object.objectliteral.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "block.definition.end.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "function", + "color": "#FF6262", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo3", + "color": "#FEC758", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "const", + "color": "#FF6262", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#FEC758", + "_t": "block.entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "arrow.begin.block.definition.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "arrow.block.definition.end.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.arrow.block.expr.function.keyword.meta.operator.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "any", + "color": "#FFB454", + "_t": "arrow.block.expr.function.meta.primitive.return.support.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=>", + "color": "#FF6262", + "_t": "arrow.block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.meta.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.block.definition.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "bar", + "color": "#CD8D8D", + "_t": "block.expr.function.key.member.meta.object.object-literal.objectliteral.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "block.definition.end.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "block.expr.function.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.block.definition.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "baz", + "color": "#CD8D8D", + "_t": "block.expr.function.member.meta.object.objectliteral.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "block.definition.end.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "function", + "color": "#93A1A1", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo3", + "color": "#268BD2", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "const", + "color": "#93A1A1", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "block.entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "arrow.begin.block.definition.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "arrow.block.definition.end.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.arrow.block.expr.function.keyword.meta.operator.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "any", + "color": "#859900", + "_t": "arrow.block.expr.function.meta.primitive.return.support.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=>", + "color": "#93A1A1", + "_t": "arrow.block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.meta.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "bar", + "color": "#2AA198", + "_t": "block.expr.function.key.member.meta.object.object-literal.objectliteral.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "block.expr.function.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "baz", + "color": "#2AA198", + "_t": "block.expr.function.member.meta.object.objectliteral.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "function", + "color": "#073642", + "_t": "function.meta.storage.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo3", + "color": "#268BD2", + "_t": "entity.function.meta.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "block.function.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "const", + "color": "#073642", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "block.entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "arrow.begin.block.definition.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "arrow.block.definition.end.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.arrow.block.expr.function.keyword.meta.operator.return.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "any", + "color": "#859900", + "_t": "arrow.block.expr.function.meta.primitive.return.support.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=>", + "color": "#073642", + "_t": "arrow.block.expr.function.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.meta.objectliteral.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "bar", + "color": "#2AA198", + "_t": "block.expr.function.key.member.meta.object.object-literal.objectliteral.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "block.expr.function.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "baz", + "color": "#2AA198", + "_t": "block.expr.function.member.meta.object.objectliteral.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "function", + "color": "#EBBBFF", + "_t": "function.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo3", + "color": "#BBDAFF", + "_t": "entity.function.meta.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.function.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "const", + "color": "#EBBBFF", + "_t": "block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#BBDAFF", + "_t": "block.entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.expr.function.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arrow.begin.block.definition.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arrow.block.definition.end.expr.function.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#99FFFF", + "_t": "annotation.arrow.block.expr.function.keyword.meta.operator.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "any", + "color": "#BBDAFF", + "_t": "arrow.block.expr.function.meta.primitive.return.support.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.expr.function.meta.return.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#EBBBFF", + "_t": "arrow.block.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.expr.function.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.meta.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.block.definition.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "bar", + "color": "#D1F1A9", + "_t": "block.expr.function.key.member.meta.object.object-literal.objectliteral.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "block.definition.end.expr.function.key.member.meta.object.object-literal.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "block.expr.function.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.block.definition.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "baz", + "color": "#D1F1A9", + "_t": "block.expr.function.member.meta.object.objectliteral.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "block.definition.end.expr.function.member.meta.object.objectliteral.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.meta.round.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5566.ts.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5566.ts.result.patch new file mode 100644 index 000000000..707b8b5ff --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-issue5566.ts.result.patch @@ -0,0 +1,107 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [ + { + "index": 16, + "content": ":", + "color": "#4EC9B0", + "newColor": "#D4D4D4" + }, + { + "index": 25, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 26, + "content": "bar", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 27, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + } + ], + "light_plus": [ + { + "index": 16, + "content": ":", + "color": "#267F99", + "newColor": "#000000" + }, + { + "index": 25, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 26, + "content": "bar", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 27, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + } + ], + "kimbie_dark": [ + { + "index": 18, + "content": "any", + "color": "#7E602C", + "newColor": "#D3AF86" + } + ], + "monokai": [], + "monokai_dimmed": [ + { + "index": 18, + "content": "any", + "color": "#9872A2", + "newColor": "#C7444A" + } + ], + "quietlight": [ + { + "index": 18, + "content": "any", + "color": "#AA3731", + "newColor": "#7A3E9D" + }, + { + "index": 28, + "content": ":", + "color": "#434343", + "newColor": "#777777" + } + ], + "red": [ + { + "index": 18, + "content": "any", + "color": "#FFB454", + "newColor": "#9DF39F" + } + ], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [ + { + "index": 18, + "content": "any", + "color": "#BBDAFF", + "newColor": "#FFEEAD" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-keywords.ts b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-keywords.ts new file mode 100644 index 000000000..227c76bb9 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-keywords.ts @@ -0,0 +1 @@ +export var foo = () => new RegExp(''); diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-keywords.ts.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-keywords.ts.result new file mode 100644 index 000000000..916145532 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-keywords.ts.result @@ -0,0 +1,1794 @@ +{ + "abyss": [ + { + "content": "export", + "color": "#225588", + "_t": "control.export.expr.keyword.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#DDBB88", + "_t": "entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "arrow.begin.definition.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "arrow.definition.end.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=>", + "color": "#9966B8", + "_t": "arrow.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "new", + "color": "#225588", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.new.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "RegExp", + "color": "#6688CC", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "export", + "color": "#569CD6", + "_t": "control.export.expr.keyword.meta.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#D4D4D4", + "_t": "entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arrow.begin.definition.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arrow.definition.end.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "arrow.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.new.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "RegExp", + "color": "#D4D4D4", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "export", + "color": "#0000FF", + "_t": "control.export.expr.keyword.meta.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#000000", + "_t": "entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arrow.begin.definition.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arrow.definition.end.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=>", + "color": "#0000FF", + "_t": "arrow.expr.function.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator.new rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.new.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "RegExp", + "color": "#000000", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "export", + "color": "#569CD6", + "_t": "control.export.expr.keyword.meta.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arrow.begin.definition.expr.meta.parameters.punctuation.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arrow.definition.end.expr.meta.parameters.punctuation.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "arrow.expr.function.meta.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.new.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "RegExp", + "color": "#FFFFFF", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "export", + "color": "#C586C0", + "_t": "control.export.expr.keyword.meta.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#DCDCAA", + "_t": "entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arrow.begin.definition.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arrow.definition.end.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "arrow.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.new.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "RegExp", + "color": "#4EC9B0", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.type.new.expr rgb(78, 201, 176)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "export", + "color": "#AF00DB", + "_t": "control.export.expr.keyword.meta.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#795E26", + "_t": "entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arrow.begin.definition.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arrow.definition.end.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=>", + "color": "#0000FF", + "_t": "arrow.expr.function.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator.new rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.new.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "RegExp", + "color": "#267F99", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.type.new.expr rgb(38, 127, 153)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "export", + "color": "#98676A", + "_t": "control.export.expr.keyword.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#8AB1B0", + "_t": "entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "arrow.begin.definition.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "arrow.definition.end.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=>", + "color": "#98676A", + "_t": "arrow.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "new", + "color": "#D3AF86", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.new.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "RegExp", + "color": "#D3AF86", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "export", + "color": "#F92672", + "_t": "control.export.expr.keyword.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#A6E22E", + "_t": "entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "arrow.begin.definition.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "arrow.definition.end.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=>", + "color": "#66D9EF", + "_t": "arrow.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "new", + "color": "#F92672", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.new.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "RegExp", + "color": "#F8F8F2", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "export", + "color": "#9872A2", + "_t": "control.export.expr.keyword.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#CE6700", + "_t": "entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "arrow.begin.definition.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "arrow.definition.end.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=>", + "color": "#9872A2", + "_t": "arrow.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "new", + "color": "#676867", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.new.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "RegExp", + "color": "#C5C8C6", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "export", + "color": "#4B83CD", + "_t": "control.export.expr.keyword.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo", + "color": "#AA3731", + "_t": "entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "arrow.begin.definition.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "arrow.definition.end.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=>", + "color": "#7A3E9D", + "_t": "arrow.expr.function.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "new", + "color": "#777777", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.new.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "RegExp", + "color": "#7A3E9D", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "export", + "color": "#F12727", + "_t": "control.export.expr.keyword.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#FEC758", + "_t": "entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "arrow.begin.definition.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "arrow.definition.end.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=>", + "color": "#FF6262", + "_t": "arrow.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "new", + "color": "#F12727", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.new.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "RegExp", + "color": "#FEC758", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "export", + "color": "#859900", + "_t": "control.export.expr.keyword.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "arrow.begin.definition.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "arrow.definition.end.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=>", + "color": "#93A1A1", + "_t": "arrow.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "new", + "color": "#859900", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.new.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "RegExp", + "color": "#93A1A1", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "export", + "color": "#859900", + "_t": "control.export.expr.keyword.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "arrow.begin.definition.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "arrow.definition.end.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=>", + "color": "#073642", + "_t": "arrow.expr.function.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "new", + "color": "#859900", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.new.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "RegExp", + "color": "#586E75", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "export", + "color": "#EBBBFF", + "_t": "control.export.expr.keyword.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#BBDAFF", + "_t": "entity.expr.function.meta.name.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arrow.begin.definition.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arrow.definition.end.expr.meta.parameters.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#EBBBFF", + "_t": "arrow.expr.function.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#99FFFF", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.new.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "RegExp", + "color": "#FFFFFF", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.expr.meta.new.punctuation.quoted.single.string.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-keywords.ts.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-keywords.ts.result.patch new file mode 100644 index 000000000..36b47249d --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-keywords.ts.result.patch @@ -0,0 +1,65 @@ +{ + "abyss": [ + { + "index": 15, + "content": "RegExp", + "color": "#6688CC", + "newColor": "#FFEEBB" + } + ], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [ + { + "index": 15, + "content": "RegExp", + "color": "#D3AF86", + "newColor": "#F06431" + } + ], + "monokai": [ + { + "index": 15, + "content": "RegExp", + "color": "#F8F8F2", + "newColor": "#A6E22E" + } + ], + "monokai_dimmed": [ + { + "index": 15, + "content": "RegExp", + "color": "#C5C8C6", + "newColor": "#9B0000" + } + ], + "quietlight": [], + "red": [], + "solarized_dark": [ + { + "index": 15, + "content": "RegExp", + "color": "#93A1A1", + "newColor": "#CB4B16" + } + ], + "solarized_light": [ + { + "index": 15, + "content": "RegExp", + "color": "#586E75", + "newColor": "#268BD2" + } + ], + "tomorrow_night_blue": [ + { + "index": 15, + "content": "RegExp", + "color": "#FFFFFF", + "newColor": "#FFEEAD" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-members.ts b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-members.ts new file mode 100644 index 000000000..c57e1dca3 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-members.ts @@ -0,0 +1,5 @@ +class A2 { + public count: number = 9; + public resolveNextGeneration(cell : A2) { + } +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-members.ts.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-members.ts.result new file mode 100644 index 000000000..6d723dac9 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-members.ts.result @@ -0,0 +1,2802 @@ +{ + "abyss": [ + { + "content": "class", + "color": "#9966B8", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "A2", + "color": "#FFEEBB", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "public", + "color": "#225588", + "_t": "class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "count", + "color": "#6688CC", + "_t": "class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "number", + "color": "#9966B8", + "_t": "annotation.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.class.declaration.field.keyword.meta.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.declaration.field.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "9", + "color": "#F280D0", + "_t": "class.constant.decimal.declaration.field.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "public", + "color": "#225588", + "_t": "class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "resolveNextGeneration", + "color": "#DDBB88", + "_t": "class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#2277FF", + "_t": "class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "A2", + "color": "#FFEEBB", + "_t": "annotation.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "A2", + "color": "#D4D4D4", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "count", + "color": "#D4D4D4", + "_t": "class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.class.declaration.field.keyword.meta.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.declaration.field.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "9", + "color": "#B5CEA8", + "_t": "class.constant.decimal.declaration.field.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "resolveNextGeneration", + "color": "#D4D4D4", + "_t": "class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "A2", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "class", + "color": "#0000FF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "A2", + "color": "#000000", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "count", + "color": "#000000", + "_t": "class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#000000", + "_t": "annotation.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.class.declaration.field.keyword.meta.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.declaration.field.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "9", + "color": "#09885A", + "_t": "class.constant.decimal.declaration.field.meta.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "resolveNextGeneration", + "color": "#000000", + "_t": "class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "A2", + "color": "#000000", + "_t": "annotation.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.storage.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "A2", + "color": "#FFFFFF", + "_t": "class.entity.meta.name.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "class.meta.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "count", + "color": "#FFFFFF", + "_t": "class.declaration.field.meta.object.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.class.declaration.field.keyword.meta.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.declaration.field.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "9", + "color": "#B5CEA8", + "_t": "class.constant.decimal.declaration.field.meta.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "class.meta.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "class.declaration.meta.method.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "resolveNextGeneration", + "color": "#FFFFFF", + "_t": "class.declaration.entity.function.meta.method.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.declaration.meta.method.parameters.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.meta.method.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "A2", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "A2", + "color": "#4EC9B0", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "count", + "color": "#9CDCFE", + "_t": "class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#4EC9B0", + "_t": "annotation.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.class.declaration.field.keyword.meta.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.declaration.field.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "9", + "color": "#B5CEA8", + "_t": "class.constant.decimal.declaration.field.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "resolveNextGeneration", + "color": "#DCDCAA", + "_t": "class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "A2", + "color": "#4EC9B0", + "_t": "annotation.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "class", + "color": "#0000FF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "A2", + "color": "#267F99", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "count", + "color": "#001080", + "_t": "class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#267F99", + "_t": "annotation.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.class.declaration.field.keyword.meta.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.declaration.field.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "9", + "color": "#09885A", + "_t": "class.constant.decimal.declaration.field.meta.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "resolveNextGeneration", + "color": "#795E26", + "_t": "class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "A2", + "color": "#267F99", + "_t": "annotation.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": ")", + "color": "#000000", + "_t": "class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "class", + "color": "#98676A", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "A2", + "color": "#F06431", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "public", + "color": "#98676A", + "_t": "class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "count", + "color": "#DC3958", + "_t": "class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "number", + "color": "#F06431", + "_t": "annotation.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.class.declaration.field.keyword.meta.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.declaration.field.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "9", + "color": "#F79A32", + "_t": "class.constant.decimal.declaration.field.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "public", + "color": "#98676A", + "_t": "class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "resolveNextGeneration", + "color": "#F06431", + "_t": "class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "A2", + "color": "#F06431", + "_t": "annotation.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "class", + "color": "#66D9EF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "A2", + "color": "#A6E22E", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "public", + "color": "#F92672", + "_t": "class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "count", + "color": "#F8F8F2", + "_t": "class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "number", + "color": "#66D9EF", + "_t": "annotation.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.class.declaration.field.keyword.meta.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.declaration.field.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "9", + "color": "#AE81FF", + "_t": "class.constant.decimal.declaration.field.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "public", + "color": "#F92672", + "_t": "class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "resolveNextGeneration", + "color": "#A6E22E", + "_t": "class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#FD971F", + "_t": "class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "A2", + "color": "#A6E22E", + "_t": "annotation.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "class", + "color": "#9872A2", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "A2", + "color": "#9B0000", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "public", + "color": "#9872A2", + "_t": "class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "count", + "color": "#C5C8C6", + "_t": "class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "number", + "color": "#C7444A", + "_t": "annotation.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.class.declaration.field.keyword.meta.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.declaration.field.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "9", + "color": "#6089B4", + "_t": "class.constant.decimal.declaration.field.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "public", + "color": "#9872A2", + "_t": "class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "resolveNextGeneration", + "color": "#CE6700", + "_t": "class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "A2", + "color": "#9B0000", + "_t": "annotation.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "class", + "color": "#7A3E9D", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "A2", + "color": "#7A3E9D", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "public", + "color": "#4B83CD", + "_t": "class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "count", + "color": "#7A3E9D", + "_t": "class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "number", + "color": "#7A3E9D", + "_t": "annotation.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.class.declaration.field.keyword.meta.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.declaration.field.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "9", + "color": "#AB6526", + "_t": "class.constant.decimal.declaration.field.meta.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "public", + "color": "#4B83CD", + "_t": "class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "resolveNextGeneration", + "color": "#AA3731", + "_t": "class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "A2", + "color": "#7A3E9D", + "_t": "annotation.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "class", + "color": "#FF6262", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "A2", + "color": "#FEC758", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "public", + "color": "#FF6262", + "_t": "class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "count", + "color": "#FB9A4B", + "_t": "class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "number", + "color": "#9DF39F", + "_t": "annotation.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.class.declaration.field.keyword.meta.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.declaration.field.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "9", + "color": "#994646", + "_t": "class.constant.decimal.declaration.field.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "public", + "color": "#FF6262", + "_t": "class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "resolveNextGeneration", + "color": "#FEC758", + "_t": "class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "A2", + "color": "#FEC758", + "_t": "annotation.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "class", + "color": "#93A1A1", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "A2", + "color": "#CB4B16", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "public", + "color": "#93A1A1", + "_t": "class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "count", + "color": "#93A1A1", + "_t": "class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.class.declaration.field.keyword.meta.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.declaration.field.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "9", + "color": "#D33682", + "_t": "class.constant.decimal.declaration.field.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "public", + "color": "#93A1A1", + "_t": "class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "resolveNextGeneration", + "color": "#268BD2", + "_t": "class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#93A1A1", + "_t": "class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "A2", + "color": "#CB4B16", + "_t": "annotation.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "class", + "color": "#073642", + "_t": "class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "A2", + "color": "#268BD2", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "public", + "color": "#073642", + "_t": "class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "count", + "color": "#586E75", + "_t": "class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.class.declaration.field.keyword.meta.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.declaration.field.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "9", + "color": "#D33682", + "_t": "class.constant.decimal.declaration.field.meta.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "public", + "color": "#073642", + "_t": "class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "resolveNextGeneration", + "color": "#268BD2", + "_t": "class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#586E75", + "_t": "class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "A2", + "color": "#268BD2", + "_t": "annotation.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "class", + "color": "#EBBBFF", + "_t": "class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "A2", + "color": "#FFEEAD", + "_t": "class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#EBBBFF", + "_t": "class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "count", + "color": "#FF9DA4", + "_t": "class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFEEAD", + "_t": "annotation.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.class.declaration.field.keyword.meta.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.declaration.field.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "9", + "color": "#FFC58F", + "_t": "class.constant.decimal.declaration.field.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#EBBBFF", + "_t": "class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "resolveNextGeneration", + "color": "#BBDAFF", + "_t": "class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFC58F", + "_t": "class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "A2", + "color": "#FFEEAD", + "_t": "annotation.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-members.ts.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-members.ts.result.patch new file mode 100644 index 000000000..f61a71b59 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-members.ts.result.patch @@ -0,0 +1,48 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [ + { + "index": 11, + "content": "number", + "color": "#F06431", + "newColor": "#D3AF86" + }, + { + "index": 20, + "content": "resolveNextGeneration", + "color": "#F06431", + "newColor": "#8AB1B0" + } + ], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [], + "red": [], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [ + { + "index": 9, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 13, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 24, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-object-literals.ts b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-object-literals.ts new file mode 100644 index 000000000..188eeaf5b --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-object-literals.ts @@ -0,0 +1,6 @@ +let s1 = { + k: { + k1: s, + k2: 1 + } +}; \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-object-literals.ts.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-object-literals.ts.result new file mode 100644 index 000000000..6798fc481 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-object-literals.ts.result @@ -0,0 +1,2298 @@ +{ + "abyss": [ + { + "content": "let", + "color": "#9966B8", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "s1", + "color": "#6688CC", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "expr.meta.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "k", + "color": "#6688CC", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "k1", + "color": "#6688CC", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "s", + "color": "#6688CC", + "_t": "expr.member.meta.object.objectliteral.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.expr.member.meta.object.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "k2", + "color": "#6688CC", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.decimal.expr.member.meta.numeric.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "s1", + "color": "#D4D4D4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "expr.meta.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "k", + "color": "#D4D4D4", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "k1", + "color": "#D4D4D4", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "s", + "color": "#D4D4D4", + "_t": "expr.member.meta.object.objectliteral.other.readwrite.ts.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.expr.member.meta.object.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "k2", + "color": "#D4D4D4", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.member.meta.numeric.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "let", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "s1", + "color": "#000000", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "expr.meta.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "k", + "color": "#000000", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "k1", + "color": "#000000", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "s", + "color": "#000000", + "_t": "expr.member.meta.object.objectliteral.other.readwrite.ts.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.expr.member.meta.object.objectliteral.punctuation.separator.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "k2", + "color": "#000000", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.decimal.expr.member.meta.numeric.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "s1", + "color": "#FFFFFF", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "expr.meta.objectliteral.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "k", + "color": "#FFFFFF", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "k1", + "color": "#FFFFFF", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "s", + "color": "#FFFFFF", + "_t": "expr.member.meta.object.objectliteral.other.readwrite.ts.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.expr.member.meta.object.objectliteral.punctuation.separator.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "k2", + "color": "#FFFFFF", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.member.meta.numeric.object.objectliteral.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "let", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "s1", + "color": "#9CDCFE", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "expr.meta.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "k", + "color": "#9CDCFE", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "k1", + "color": "#9CDCFE", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "s", + "color": "#9CDCFE", + "_t": "expr.member.meta.object.objectliteral.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.expr.member.meta.object.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "k2", + "color": "#9CDCFE", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.decimal.expr.member.meta.numeric.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "let", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "s1", + "color": "#001080", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "expr.meta.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "k", + "color": "#001080", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "k1", + "color": "#001080", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "s", + "color": "#001080", + "_t": "expr.member.meta.object.objectliteral.other.readwrite.ts.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.expr.member.meta.object.objectliteral.punctuation.separator.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "k2", + "color": "#001080", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.decimal.expr.member.meta.numeric.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "let", + "color": "#98676A", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "s1", + "color": "#DC3958", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "expr.meta.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "k", + "color": "#D3AF86", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "k1", + "color": "#D3AF86", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "s", + "color": "#DC3958", + "_t": "expr.member.meta.object.objectliteral.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.expr.member.meta.object.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "k2", + "color": "#D3AF86", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.decimal.expr.member.meta.numeric.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "let", + "color": "#66D9EF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "s1", + "color": "#F8F8F2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "expr.meta.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "k", + "color": "#F8F8F2", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "k1", + "color": "#F8F8F2", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "s", + "color": "#F8F8F2", + "_t": "expr.member.meta.object.objectliteral.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.expr.member.meta.object.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "k2", + "color": "#F8F8F2", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.decimal.expr.member.meta.numeric.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "let", + "color": "#9872A2", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "s1", + "color": "#6089B4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "expr.meta.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "k", + "color": "#C5C8C6", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "k1", + "color": "#C5C8C6", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "s", + "color": "#6089B4", + "_t": "expr.member.meta.object.objectliteral.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.expr.member.meta.object.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "k2", + "color": "#C5C8C6", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.decimal.expr.member.meta.numeric.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "let", + "color": "#7A3E9D", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "s1", + "color": "#7A3E9D", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "expr.meta.objectliteral.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "k", + "color": "#333333", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#434343", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "k1", + "color": "#333333", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#434343", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "s", + "color": "#7A3E9D", + "_t": "expr.member.meta.object.objectliteral.other.readwrite.ts.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "comma.expr.member.meta.object.objectliteral.punctuation.separator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "k2", + "color": "#333333", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#434343", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.decimal.expr.member.meta.numeric.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "let", + "color": "#FF6262", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "s1", + "color": "#FB9A4B", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "expr.meta.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "k", + "color": "#F8F8F8", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "k1", + "color": "#F8F8F8", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "s", + "color": "#FB9A4B", + "_t": "expr.member.meta.object.objectliteral.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.expr.member.meta.object.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "k2", + "color": "#F8F8F8", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.decimal.expr.member.meta.numeric.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "let", + "color": "#93A1A1", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "s1", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "expr.meta.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "k", + "color": "#93A1A1", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "k1", + "color": "#93A1A1", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "s", + "color": "#268BD2", + "_t": "expr.member.meta.object.objectliteral.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.expr.member.meta.object.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "k2", + "color": "#93A1A1", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.decimal.expr.member.meta.numeric.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "let", + "color": "#073642", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "s1", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "expr.meta.objectliteral.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "k", + "color": "#586E75", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "k1", + "color": "#586E75", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "s", + "color": "#268BD2", + "_t": "expr.member.meta.object.objectliteral.other.readwrite.ts.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.expr.member.meta.object.objectliteral.punctuation.separator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "k2", + "color": "#586E75", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.decimal.expr.member.meta.numeric.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "let", + "color": "#EBBBFF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "s1", + "color": "#FF9DA4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "expr.meta.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "k", + "color": "#FFFFFF", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "k1", + "color": "#FFFFFF", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "s", + "color": "#FF9DA4", + "_t": "expr.member.meta.object.objectliteral.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.expr.member.meta.object.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "k2", + "color": "#FFFFFF", + "_t": "expr.key.member.meta.object.object-literal.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "expr.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.decimal.expr.member.meta.numeric.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "expr.member.meta.object.objectliteral.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.member.meta.object.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.meta.objectliteral.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-object-literals.ts.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-object-literals.ts.result.patch new file mode 100644 index 000000000..6b617340f --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-object-literals.ts.result.patch @@ -0,0 +1,41 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [ + { + "index": 9, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 14, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 17, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 20, + "content": ":", + "color": "#434343", + "newColor": "#777777" + } + ], + "red": [], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-regex.coffee b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-regex.coffee new file mode 100644 index 000000000..121f78fdd --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-regex.coffee @@ -0,0 +1,15 @@ +regex = /Hello (\d+) #{user}/g +2 / 3 +2/3 + +a = b/c + d/g +someOtherStuff + +name="hello" +test=/// #{name} + +fancyRegExp = /// + (\d+) # numbers + (\w*) # letters + $ # the end +/// \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-regex.coffee.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-regex.coffee.result new file mode 100644 index 000000000..06892773a --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-regex.coffee.result @@ -0,0 +1,5154 @@ +{ + "abyss": [ + { + "content": "regex", + "color": "#6688CC", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#22AA44", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Hello ", + "color": "#22AA44", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "(", + "color": "#22AA44", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\d", + "color": "#F280D0", + "_t": "character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "+", + "color": "#225588", + "_t": "coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#22AA44", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " #{user}", + "color": "#22AA44", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/", + "color": "#22AA44", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "g", + "color": "#22AA44", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#225588", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "/", + "color": "#22AA44", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "3", + "color": "#22AA44", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "a = b/c ", + "color": "#22AA44", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "+", + "color": "#225588", + "_t": "coffee.keyword.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " d", + "color": "#22AA44", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/", + "color": "#22AA44", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "g", + "color": "#22AA44", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "someOtherStuff", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "name", + "color": "#6688CC", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "hello", + "color": "#22AA44", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "test", + "color": "#6688CC", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "///", + "color": "#22AA44", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#22AA44", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "#{", + "color": "#22AA44", + "_t": "begin.block.coffee.embedded.line.meta.punctuation.regexp.section.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "name", + "color": "#22AA44", + "_t": "block.coffee.embedded.line.meta.regexp.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#22AA44", + "_t": "block.coffee.embedded.end.line.meta.punctuation.regexp.section.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "fancyRegExp = ", + "color": "#22AA44", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "///", + "color": "#22AA44", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\\d", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#223355", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " numbers", + "color": "#223355", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\\w", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#223355", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " letters", + "color": "#223355", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\t$\t\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#223355", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " the end", + "color": "#223355", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "///", + "color": "#22AA44", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + } + ], + "dark_vs": [ + { + "content": "regex", + "color": "#D4D4D4", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "Hello ", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d", + "color": "#D16969", + "_t": "character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": " #{user}", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "g", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "3", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "a = b/c ", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " d", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "g", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "someOtherStuff", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#D4D4D4", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hello", + "color": "#CE9178", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "test", + "color": "#D4D4D4", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "///", + "color": "#D16969", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": " ", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "#{", + "color": "#D16969", + "_t": "begin.block.coffee.embedded.line.meta.punctuation.regexp.section.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "name", + "color": "#D16969", + "_t": "block.coffee.embedded.line.meta.regexp.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "}", + "color": "#D16969", + "_t": "block.coffee.embedded.end.line.meta.punctuation.regexp.section.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "fancyRegExp = ", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "///", + "color": "#D16969", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\\d", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " numbers", + "color": "#608B4E", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\\w", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " letters", + "color": "#608B4E", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t$\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " the end", + "color": "#608B4E", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "///", + "color": "#D16969", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + } + ], + "light_vs": [ + { + "content": "regex", + "color": "#000000", + "_t": "assignment.coffee.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "Hello ", + "color": "#811F3F", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "(", + "color": "#811F3F", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\d", + "color": "#811F3F", + "_t": "character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "+", + "color": "#000000", + "_t": "coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#811F3F", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": " #{user}", + "color": "#811F3F", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "g", + "color": "#811F3F", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "3", + "color": "#811F3F", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "a = b/c ", + "color": "#811F3F", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "+", + "color": "#000000", + "_t": "coffee.keyword.operator.quantifier.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " d", + "color": "#811F3F", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "g", + "color": "#811F3F", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "someOtherStuff", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#000000", + "_t": "assignment.coffee.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "hello", + "color": "#A31515", + "_t": "coffee.double.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "test", + "color": "#000000", + "_t": "assignment.coffee.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "///", + "color": "#811F3F", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": " ", + "color": "#811F3F", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "#{", + "color": "#811F3F", + "_t": "begin.block.coffee.embedded.line.meta.punctuation.regexp.section.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "name", + "color": "#811F3F", + "_t": "block.coffee.embedded.line.meta.regexp.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "}", + "color": "#811F3F", + "_t": "block.coffee.embedded.end.line.meta.punctuation.regexp.section.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "fancyRegExp = ", + "color": "#811F3F", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "///", + "color": "#811F3F", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.coffee.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\\d", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.coffee.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " numbers", + "color": "#008000", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.coffee.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\\w", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.coffee.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " letters", + "color": "#008000", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t$\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " the end", + "color": "#008000", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "///", + "color": "#811F3F", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + } + ], + "hc_black": [ + { + "content": "regex", + "color": "#FFFFFF", + "_t": "assignment.coffee.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "Hello ", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d", + "color": "#D16969", + "_t": "character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": " #{user}", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "g", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "coffee.constant.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "coffee.constant.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "coffee.constant.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "3", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "a = b/c ", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator.quantifier.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " d", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "g", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "someOtherStuff", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "name", + "color": "#FFFFFF", + "_t": "assignment.coffee.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hello", + "color": "#CE9178", + "_t": "coffee.double.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "test", + "color": "#FFFFFF", + "_t": "assignment.coffee.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "///", + "color": "#D16969", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": " ", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "#{", + "color": "#D16969", + "_t": "begin.block.coffee.embedded.line.meta.punctuation.regexp.section.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "name", + "color": "#D16969", + "_t": "block.coffee.embedded.line.meta.regexp.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "}", + "color": "#D16969", + "_t": "block.coffee.embedded.end.line.meta.punctuation.regexp.section.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "fancyRegExp = ", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "///", + "color": "#D16969", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\\d", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " numbers", + "color": "#7CA668", + "_t": "coffee.comment.line.number-sign", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\\w", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " letters", + "color": "#7CA668", + "_t": "coffee.comment.line.number-sign", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\t$\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " the end", + "color": "#7CA668", + "_t": "coffee.comment.line.number-sign", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "///", + "color": "#D16969", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + } + ], + "dark_plus": [ + { + "content": "regex", + "color": "#9CDCFE", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "Hello ", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d", + "color": "#D16969", + "_t": "character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": " #{user}", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "g", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "3", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "a = b/c ", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " d", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "g", + "color": "#D16969", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "someOtherStuff", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hello", + "color": "#CE9178", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "test", + "color": "#9CDCFE", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "///", + "color": "#D16969", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": " ", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "#{", + "color": "#D16969", + "_t": "begin.block.coffee.embedded.line.meta.punctuation.regexp.section.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "name", + "color": "#D16969", + "_t": "block.coffee.embedded.line.meta.regexp.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "}", + "color": "#D16969", + "_t": "block.coffee.embedded.end.line.meta.punctuation.regexp.section.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "fancyRegExp = ", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "///", + "color": "#D16969", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\\d", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " numbers", + "color": "#608B4E", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\\w", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " letters", + "color": "#608B4E", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t$\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " the end", + "color": "#608B4E", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "///", + "color": "#D16969", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + } + ], + "light_plus": [ + { + "content": "regex", + "color": "#001080", + "_t": "assignment.coffee.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "Hello ", + "color": "#811F3F", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "(", + "color": "#811F3F", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\d", + "color": "#811F3F", + "_t": "character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "+", + "color": "#000000", + "_t": "coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#811F3F", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": " #{user}", + "color": "#811F3F", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "g", + "color": "#811F3F", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "3", + "color": "#811F3F", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "a = b/c ", + "color": "#811F3F", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "+", + "color": "#000000", + "_t": "coffee.keyword.operator.quantifier.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " d", + "color": "#811F3F", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "g", + "color": "#811F3F", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "someOtherStuff", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#001080", + "_t": "assignment.coffee.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "hello", + "color": "#A31515", + "_t": "coffee.double.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "test", + "color": "#001080", + "_t": "assignment.coffee.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "///", + "color": "#811F3F", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": " ", + "color": "#811F3F", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "#{", + "color": "#811F3F", + "_t": "begin.block.coffee.embedded.line.meta.punctuation.regexp.section.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "name", + "color": "#811F3F", + "_t": "block.coffee.embedded.line.meta.regexp.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "}", + "color": "#811F3F", + "_t": "block.coffee.embedded.end.line.meta.punctuation.regexp.section.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "fancyRegExp = ", + "color": "#811F3F", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "///", + "color": "#811F3F", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.coffee.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\\d", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.coffee.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " numbers", + "color": "#008000", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.coffee.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\\w", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.coffee.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " letters", + "color": "#008000", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t$\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " the end", + "color": "#008000", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "///", + "color": "#811F3F", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + } + ], + "kimbie_dark": [ + { + "content": "regex", + "color": "#DC3958", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Hello ", + "color": "#7E602C", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\\d", + "color": "#7E602C", + "_t": "character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "+", + "color": "#7E602C", + "_t": "coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " #{user}", + "color": "#7E602C", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "g", + "color": "#7E602C", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#7E602C", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "a = b/c ", + "color": "#7E602C", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "+", + "color": "#7E602C", + "_t": "coffee.keyword.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": " d", + "color": "#7E602C", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "g", + "color": "#7E602C", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "someOtherStuff", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "name", + "color": "#DC3958", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "hello", + "color": "#889B4A", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "test", + "color": "#DC3958", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "///", + "color": "#D3AF86", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#7E602C", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "#{", + "color": "#18401E", + "_t": "begin.block.coffee.embedded.line.meta.punctuation.regexp.section.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "name", + "color": "#7E602C", + "_t": "block.coffee.embedded.line.meta.regexp.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "}", + "color": "#18401E", + "_t": "block.coffee.embedded.end.line.meta.punctuation.regexp.section.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "fancyRegExp = ", + "color": "#7E602C", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "///", + "color": "#D3AF86", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\\d", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " numbers", + "color": "#A57A4C", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\\w", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " letters", + "color": "#A57A4C", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "\t$\t\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " the end", + "color": "#A57A4C", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "///", + "color": "#D3AF86", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "regex", + "color": "#F8F8F2", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#E6DB74", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Hello ", + "color": "#E6DB74", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "(", + "color": "#E6DB74", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\d", + "color": "#AE81FF", + "_t": "character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#E6DB74", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " #{user}", + "color": "#E6DB74", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/", + "color": "#E6DB74", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "g", + "color": "#E6DB74", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#F92672", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "/", + "color": "#E6DB74", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "3", + "color": "#E6DB74", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "a = b/c ", + "color": "#E6DB74", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "coffee.keyword.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " d", + "color": "#E6DB74", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/", + "color": "#E6DB74", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "g", + "color": "#E6DB74", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "someOtherStuff", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "name", + "color": "#F8F8F2", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "hello", + "color": "#E6DB74", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "test", + "color": "#F8F8F2", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "///", + "color": "#E6DB74", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "#{", + "color": "#E6DB74", + "_t": "begin.block.coffee.embedded.line.meta.punctuation.regexp.section.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "name", + "color": "#E6DB74", + "_t": "block.coffee.embedded.line.meta.regexp.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#E6DB74", + "_t": "block.coffee.embedded.end.line.meta.punctuation.regexp.section.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "fancyRegExp = ", + "color": "#E6DB74", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "///", + "color": "#E6DB74", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\\d", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " numbers", + "color": "#75715E", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\\w", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " letters", + "color": "#75715E", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\t$\t\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " the end", + "color": "#75715E", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "///", + "color": "#E6DB74", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + } + ], + "monokai_dimmed": [ + { + "content": "regex", + "color": "#6089B4", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/", + "color": "#9AA83A", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Hello ", + "color": "#9AA83A", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "(", + "color": "#9AA83A", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\d", + "color": "#8080FF", + "_t": "character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "+", + "color": "#676867", + "_t": "coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#9AA83A", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " #{user}", + "color": "#9AA83A", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "/", + "color": "#9AA83A", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "g", + "color": "#9AA83A", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/", + "color": "#676867", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "/", + "color": "#9AA83A", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "3", + "color": "#9AA83A", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "a = b/c ", + "color": "#9AA83A", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "+", + "color": "#676867", + "_t": "coffee.keyword.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " d", + "color": "#9AA83A", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "/", + "color": "#9AA83A", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "g", + "color": "#9AA83A", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "someOtherStuff", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "name", + "color": "#6089B4", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "=", + "color": "#676867", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "hello", + "color": "#9AA83A", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "test", + "color": "#6089B4", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "=", + "color": "#676867", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "///", + "color": "#9AA83A", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "#{", + "color": "#9AA83A", + "_t": "begin.block.coffee.embedded.line.meta.punctuation.regexp.section.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "name", + "color": "#D08442", + "_t": "block.coffee.embedded.line.meta.regexp.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "}", + "color": "#D08442", + "_t": "block.coffee.embedded.end.line.meta.punctuation.regexp.section.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "fancyRegExp = ", + "color": "#9AA83A", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "///", + "color": "#9AA83A", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\\d", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " numbers", + "color": "#9A9B99", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\\w", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " letters", + "color": "#9A9B99", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\t$\t\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " the end", + "color": "#9A9B99", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "///", + "color": "#9AA83A", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + } + ], + "quietlight": [ + { + "content": "regex", + "color": "#7A3E9D", + "_t": "assignment.coffee.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/", + "color": "#4B83CD", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "Hello ", + "color": "#4B83CD", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#4B83CD", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\\d", + "color": "#4B83CD", + "_t": "character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "+", + "color": "#4B83CD", + "_t": "coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": ")", + "color": "#4B83CD", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": " #{user}", + "color": "#4B83CD", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "/", + "color": "#4B83CD", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "g", + "color": "#4B83CD", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/", + "color": "#777777", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "3", + "color": "#AB6526", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "/", + "color": "#4B83CD", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "3", + "color": "#4B83CD", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "a = b/c ", + "color": "#4B83CD", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "+", + "color": "#4B83CD", + "_t": "coffee.keyword.operator.quantifier.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": " d", + "color": "#4B83CD", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "/", + "color": "#4B83CD", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "g", + "color": "#4B83CD", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "someOtherStuff", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "name", + "color": "#7A3E9D", + "_t": "assignment.coffee.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "hello", + "color": "#448C27", + "_t": "coffee.double.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "test", + "color": "#7A3E9D", + "_t": "assignment.coffee.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "///", + "color": "#4B83CD", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#4B83CD", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "#{", + "color": "#4B83CD", + "_t": "begin.block.coffee.embedded.line.meta.punctuation.regexp.section.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "name", + "color": "#4B83CD", + "_t": "block.coffee.embedded.line.meta.regexp.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "}", + "color": "#4B83CD", + "_t": "block.coffee.embedded.end.line.meta.punctuation.regexp.section.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "fancyRegExp = ", + "color": "#4B83CD", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "///", + "color": "#4B83CD", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.coffee.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\\d", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#777777", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.coffee.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " numbers", + "color": "#AAAAAA", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.coffee.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\\w", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.coffee.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " letters", + "color": "#AAAAAA", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "\t$\t\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " the end", + "color": "#AAAAAA", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "///", + "color": "#4B83CD", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + } + ], + "red": [ + { + "content": "regex", + "color": "#FB9A4B", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/", + "color": "#FFB454", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "Hello ", + "color": "#FFB454", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#FFB454", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\\d", + "color": "#FFB454", + "_t": "character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "+", + "color": "#FFB454", + "_t": "coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": ")", + "color": "#FFB454", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": " #{user}", + "color": "#FFB454", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "/", + "color": "#FFB454", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "g", + "color": "#FFB454", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "2", + "color": "#994646", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/", + "color": "#F12727", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3", + "color": "#994646", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "2", + "color": "#994646", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "/", + "color": "#FFB454", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "3", + "color": "#FFB454", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "a = b/c ", + "color": "#FFB454", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "+", + "color": "#FFB454", + "_t": "coffee.keyword.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": " d", + "color": "#FFB454", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "/", + "color": "#FFB454", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "g", + "color": "#FFB454", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "someOtherStuff", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "name", + "color": "#FB9A4B", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "hello", + "color": "#CD8D8D", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "test", + "color": "#FB9A4B", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "///", + "color": "#FFB454", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#FFB454", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "#{", + "color": "#FFB454", + "_t": "begin.block.coffee.embedded.line.meta.punctuation.regexp.section.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "name", + "color": "#FFB454", + "_t": "block.coffee.embedded.line.meta.regexp.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "}", + "color": "#FFB454", + "_t": "block.coffee.embedded.end.line.meta.punctuation.regexp.section.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "fancyRegExp = ", + "color": "#FFB454", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "///", + "color": "#FFB454", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\\d", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " numbers", + "color": "#E7C0C0", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\\w", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " letters", + "color": "#E7C0C0", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\t$\t\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " the end", + "color": "#E7C0C0", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "///", + "color": "#FFB454", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + } + ], + "solarized_dark": [ + { + "content": "regex", + "color": "#268BD2", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "Hello ", + "color": "#D30102", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "(", + "color": "#D30102", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\d", + "color": "#CB4B16", + "_t": "character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "+", + "color": "#D30102", + "_t": "coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ")", + "color": "#D30102", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": " #{user}", + "color": "#D30102", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "g", + "color": "#D30102", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "3", + "color": "#D30102", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "a = b/c ", + "color": "#D30102", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "+", + "color": "#D30102", + "_t": "coffee.keyword.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": " d", + "color": "#D30102", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "g", + "color": "#D30102", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "someOtherStuff", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "name", + "color": "#268BD2", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "hello", + "color": "#2AA198", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "test", + "color": "#268BD2", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "///", + "color": "#D30102", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": " ", + "color": "#D30102", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "#{", + "color": "#D30102", + "_t": "begin.block.coffee.embedded.line.meta.punctuation.regexp.section.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "name", + "color": "#D30102", + "_t": "block.coffee.embedded.line.meta.regexp.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "block.coffee.embedded.end.line.meta.punctuation.regexp.section.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "fancyRegExp = ", + "color": "#D30102", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "///", + "color": "#D30102", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\\d", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " numbers", + "color": "#657B83", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\\w", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " letters", + "color": "#657B83", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\t$\t\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " the end", + "color": "#657B83", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "///", + "color": "#D30102", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + } + ], + "solarized_light": [ + { + "content": "regex", + "color": "#268BD2", + "_t": "assignment.coffee.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "Hello ", + "color": "#D30102", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "(", + "color": "#D30102", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\d", + "color": "#CB4B16", + "_t": "character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "+", + "color": "#D30102", + "_t": "coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ")", + "color": "#D30102", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": " #{user}", + "color": "#D30102", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "g", + "color": "#D30102", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "3", + "color": "#D30102", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "a = b/c ", + "color": "#D30102", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "+", + "color": "#D30102", + "_t": "coffee.keyword.operator.quantifier.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": " d", + "color": "#D30102", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "g", + "color": "#D30102", + "_t": "coffee.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "someOtherStuff", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "name", + "color": "#268BD2", + "_t": "assignment.coffee.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "hello", + "color": "#2AA198", + "_t": "coffee.double.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "test", + "color": "#268BD2", + "_t": "assignment.coffee.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "///", + "color": "#D30102", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": " ", + "color": "#D30102", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "#{", + "color": "#D30102", + "_t": "begin.block.coffee.embedded.line.meta.punctuation.regexp.section.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "name", + "color": "#D30102", + "_t": "block.coffee.embedded.line.meta.regexp.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "block.coffee.embedded.end.line.meta.punctuation.regexp.section.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "fancyRegExp = ", + "color": "#D30102", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "///", + "color": "#D30102", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.coffee.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\\d", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.coffee.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " numbers", + "color": "#93A1A1", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.coffee.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\\w", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.coffee.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " letters", + "color": "#93A1A1", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\t$\t\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " the end", + "color": "#93A1A1", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "///", + "color": "#D30102", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + } + ], + "tomorrow_night_blue": [ + { + "content": "regex", + "color": "#FF9DA4", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "Hello ", + "color": "#FF9DA4", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "(", + "color": "#FF9DA4", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\\d", + "color": "#FFC58F", + "_t": "character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": ")", + "color": "#FF9DA4", + "_t": "coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": " #{user}", + "color": "#FF9DA4", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "g", + "color": "#FF9DA4", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#99FFFF", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "begin.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "3", + "color": "#FF9DA4", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "a = b/c ", + "color": "#FF9DA4", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "coffee.keyword.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " d", + "color": "#FF9DA4", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "g", + "color": "#FF9DA4", + "_t": "coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "someOtherStuff", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "name", + "color": "#FF9DA4", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "hello", + "color": "#D1F1A9", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "test", + "color": "#FF9DA4", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "///", + "color": "#FF9DA4", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "#{", + "color": "#FFC58F", + "_t": "begin.block.coffee.embedded.line.meta.punctuation.regexp.section.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "name", + "color": "#FF9DA4", + "_t": "block.coffee.embedded.line.meta.regexp.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FFC58F", + "_t": "block.coffee.embedded.end.line.meta.punctuation.regexp.section.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "fancyRegExp = ", + "color": "#FF9DA4", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "///", + "color": "#FF9DA4", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\\d", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " numbers", + "color": "#7285B7", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\\w", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " letters", + "color": "#7285B7", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\t$\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "coffee.comment.definition.line.number-sign.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " the end", + "color": "#7285B7", + "_t": "coffee.comment.line.number-sign", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "///", + "color": "#FF9DA4", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-regex.coffee.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-regex.coffee.result.patch new file mode 100644 index 000000000..f06e9c6a9 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-regex.coffee.result.patch @@ -0,0 +1,177 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [ + { + "index": 6, + "content": "(", + "color": "#D3AF86", + "newColor": "#7E602C" + }, + { + "index": 7, + "content": "\\d", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 8, + "content": "+", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 9, + "content": ")", + "color": "#D3AF86", + "newColor": "#7E602C" + }, + { + "index": 22, + "content": "+", + "color": "#7E602C", + "newColor": "#D3AF86" + } + ], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [ + { + "index": 4, + "content": "/", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 6, + "content": "(", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 7, + "content": "\\d", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 8, + "content": "+", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 9, + "content": ")", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 11, + "content": "/", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 19, + "content": "/", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 22, + "content": "+", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 24, + "content": "/", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 34, + "content": "///", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 36, + "content": "#{", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 38, + "content": "}", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 40, + "content": "///", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 60, + "content": "///", + "color": "#4B83CD", + "newColor": "#777777" + } + ], + "red": [ + { + "index": 7, + "content": "\\d", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 8, + "content": "+", + "color": "#FFB454", + "newColor": "#F12727" + }, + { + "index": 22, + "content": "+", + "color": "#FFB454", + "newColor": "#F12727" + } + ], + "solarized_dark": [ + { + "index": 8, + "content": "+", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 22, + "content": "+", + "color": "#D30102", + "newColor": "#859900" + } + ], + "solarized_light": [ + { + "index": 8, + "content": "+", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 22, + "content": "+", + "color": "#D30102", + "newColor": "#859900" + } + ], + "tomorrow_night_blue": [] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-strings.ts b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-strings.ts new file mode 100644 index 000000000..de369bf2e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-strings.ts @@ -0,0 +1,4 @@ +var x = `Hello ${foo}!`; +console.log(`string text line 1 +string text line 2`); +x = tag`Hello ${ a + b } world ${ a * b }`; \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-strings.ts.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-strings.ts.result new file mode 100644 index 000000000..82749938f --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-strings.ts.result @@ -0,0 +1,4398 @@ +{ + "abyss": [ + { + "content": "var", + "color": "#9966B8", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x", + "color": "#6688CC", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "`", + "color": "#22AA44", + "_t": "begin.definition.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Hello ", + "color": "#22AA44", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "${", + "color": "#22AA44", + "_t": "begin.definition.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "foo", + "color": "#22AA44", + "_t": "expr.expression.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#22AA44", + "_t": "definition.end.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "!", + "color": "#22AA44", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "`", + "color": "#22AA44", + "_t": "definition.end.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "console", + "color": "#9966B8", + "_t": "class.console.support.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "log", + "color": "#9966B8", + "_t": "console.function.support.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "`", + "color": "#22AA44", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "string text line 1", + "color": "#22AA44", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "string text line 2", + "color": "#22AA44", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "`", + "color": "#22AA44", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x", + "color": "#6688CC", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "tag", + "color": "#DDBB88", + "_t": "entity.function.name.string.tagged-template.template.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "`", + "color": "#22AA44", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Hello ", + "color": "#22AA44", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "${", + "color": "#22AA44", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#22AA44", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "a", + "color": "#22AA44", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#22AA44", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#22AA44", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "b", + "color": "#22AA44", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#22AA44", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#22AA44", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " world ", + "color": "#22AA44", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "${", + "color": "#22AA44", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#22AA44", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "a", + "color": "#22AA44", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#22AA44", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "*", + "color": "#225588", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#22AA44", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "b", + "color": "#22AA44", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#22AA44", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#22AA44", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "`", + "color": "#22AA44", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "var", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#D4D4D4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "begin.definition.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Hello ", + "color": "#CE9178", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#569CD6", + "_t": "begin.definition.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": "foo", + "color": "#CE9178", + "_t": "expr.expression.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#569CD6", + "_t": "definition.end.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": "!", + "color": "#CE9178", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "definition.end.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "console", + "color": "#D4D4D4", + "_t": "class.console.support.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "log", + "color": "#D4D4D4", + "_t": "console.function.support.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "string text line 1", + "color": "#CE9178", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "string text line 2", + "color": "#CE9178", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#D4D4D4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "tag", + "color": "#CE9178", + "_t": "entity.function.name.string.tagged-template.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Hello ", + "color": "#CE9178", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#569CD6", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "a", + "color": "#CE9178", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "+", + "color": "#569CD6", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator.expression rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "b", + "color": "#CE9178", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#569CD6", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": " world ", + "color": "#CE9178", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#569CD6", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "a", + "color": "#CE9178", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator.expression rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "b", + "color": "#CE9178", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#569CD6", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "var", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#000000", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "begin.definition.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Hello ", + "color": "#A31515", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "${", + "color": "#0000FF", + "_t": "begin.definition.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": "foo", + "color": "#A31515", + "_t": "expr.expression.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#0000FF", + "_t": "definition.end.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": "!", + "color": "#A31515", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "definition.end.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "console", + "color": "#000000", + "_t": "class.console.support.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "log", + "color": "#000000", + "_t": "console.function.support.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "string text line 1", + "color": "#A31515", + "_t": "string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "string text line 2", + "color": "#A31515", + "_t": "string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#000000", + "_t": "other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "tag", + "color": "#A31515", + "_t": "entity.function.name.string.tagged-template.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Hello ", + "color": "#A31515", + "_t": "string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "${", + "color": "#0000FF", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "a", + "color": "#A31515", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "+", + "color": "#0000FF", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator.expression rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "b", + "color": "#A31515", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#0000FF", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": " world ", + "color": "#A31515", + "_t": "string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "${", + "color": "#0000FF", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "a", + "color": "#A31515", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "*", + "color": "#0000FF", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator.expression rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "b", + "color": "#A31515", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#0000FF", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "var", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FFFFFF", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "begin.definition.expr.meta.punctuation.string.template.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Hello ", + "color": "#CE9178", + "_t": "expr.meta.string.template.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#569CD6", + "_t": "begin.definition.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": "foo", + "color": "#CE9178", + "_t": "expr.expression.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#569CD6", + "_t": "definition.end.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": "!", + "color": "#CE9178", + "_t": "expr.meta.string.template.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "definition.end.expr.meta.punctuation.string.template.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "console", + "color": "#FFFFFF", + "_t": "class.console.support.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "log", + "color": "#FFFFFF", + "_t": "console.function.support.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "string text line 1", + "color": "#CE9178", + "_t": "string.template.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "string text line 2", + "color": "#CE9178", + "_t": "string.template.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FFFFFF", + "_t": "other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "tag", + "color": "#CE9178", + "_t": "entity.function.name.string.tagged-template.template.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Hello ", + "color": "#CE9178", + "_t": "string.template.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#569CD6", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "a", + "color": "#CE9178", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "+", + "color": "#569CD6", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator.expression rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "b", + "color": "#CE9178", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#569CD6", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": " world ", + "color": "#CE9178", + "_t": "string.template.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#569CD6", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "a", + "color": "#CE9178", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator.expression rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "b", + "color": "#CE9178", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#569CD6", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "var", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#9CDCFE", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "begin.definition.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Hello ", + "color": "#CE9178", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#569CD6", + "_t": "begin.definition.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": "foo", + "color": "#9CDCFE", + "_t": "expr.expression.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#569CD6", + "_t": "definition.end.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": "!", + "color": "#CE9178", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "definition.end.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "console", + "color": "#4EC9B0", + "_t": "class.console.support.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.class rgb(78, 201, 176)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "log", + "color": "#DCDCAA", + "_t": "console.function.support.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "string text line 1", + "color": "#CE9178", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "string text line 2", + "color": "#CE9178", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#9CDCFE", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "tag", + "color": "#DCDCAA", + "_t": "entity.function.name.string.tagged-template.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Hello ", + "color": "#CE9178", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#569CD6", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "a", + "color": "#9CDCFE", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "+", + "color": "#569CD6", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator.expression rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "b", + "color": "#9CDCFE", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#569CD6", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": " world ", + "color": "#CE9178", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#569CD6", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "a", + "color": "#9CDCFE", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator.expression rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "b", + "color": "#9CDCFE", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#569CD6", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.template-expression rgb(86, 156, 214)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "var", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#001080", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "begin.definition.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Hello ", + "color": "#A31515", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "${", + "color": "#0000FF", + "_t": "begin.definition.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": "foo", + "color": "#001080", + "_t": "expr.expression.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#0000FF", + "_t": "definition.end.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": "!", + "color": "#A31515", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "definition.end.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "console", + "color": "#267F99", + "_t": "class.console.support.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.class rgb(38, 127, 153)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "log", + "color": "#795E26", + "_t": "console.function.support.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "string text line 1", + "color": "#A31515", + "_t": "string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "string text line 2", + "color": "#A31515", + "_t": "string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.meta.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#001080", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "tag", + "color": "#795E26", + "_t": "entity.function.name.string.tagged-template.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Hello ", + "color": "#A31515", + "_t": "string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "${", + "color": "#0000FF", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "a", + "color": "#001080", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "+", + "color": "#0000FF", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator.expression rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "b", + "color": "#001080", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#0000FF", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": " world ", + "color": "#A31515", + "_t": "string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "${", + "color": "#0000FF", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "a", + "color": "#001080", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "*", + "color": "#0000FF", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator.expression rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "b", + "color": "#001080", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#0000FF", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.template-expression rgb(0, 0, 255)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "var", + "color": "#98676A", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "x", + "color": "#DC3958", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "`", + "color": "#D3AF86", + "_t": "begin.definition.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Hello ", + "color": "#889B4A", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "${", + "color": "#D3AF86", + "_t": "begin.definition.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#889B4A", + "_t": "expr.expression.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "definition.end.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "!", + "color": "#889B4A", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "`", + "color": "#D3AF86", + "_t": "definition.end.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "console", + "color": "#F06431", + "_t": "class.console.support.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "log", + "color": "#7E602C", + "_t": "console.function.support.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "`", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "string text line 1", + "color": "#889B4A", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "string text line 2", + "color": "#889B4A", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "`", + "color": "#D3AF86", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "x", + "color": "#DC3958", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "tag", + "color": "#8AB1B0", + "_t": "entity.function.name.string.tagged-template.template.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "`", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Hello ", + "color": "#889B4A", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "${", + "color": "#D3AF86", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#889B4A", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "a", + "color": "#889B4A", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#889B4A", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#889B4A", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "b", + "color": "#889B4A", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#889B4A", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " world ", + "color": "#889B4A", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "${", + "color": "#D3AF86", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#889B4A", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "a", + "color": "#889B4A", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#889B4A", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#889B4A", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "b", + "color": "#889B4A", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#889B4A", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "`", + "color": "#D3AF86", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "var", + "color": "#66D9EF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x", + "color": "#F8F8F2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "`", + "color": "#E6DB74", + "_t": "begin.definition.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Hello ", + "color": "#E6DB74", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "${", + "color": "#E6DB74", + "_t": "begin.definition.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "foo", + "color": "#E6DB74", + "_t": "expr.expression.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#E6DB74", + "_t": "definition.end.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "!", + "color": "#E6DB74", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "`", + "color": "#E6DB74", + "_t": "definition.end.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "console", + "color": "#66D9EF", + "_t": "class.console.support.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "log", + "color": "#66D9EF", + "_t": "console.function.support.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "`", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "string text line 1", + "color": "#E6DB74", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "string text line 2", + "color": "#E6DB74", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "`", + "color": "#E6DB74", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x", + "color": "#F8F8F2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "tag", + "color": "#A6E22E", + "_t": "entity.function.name.string.tagged-template.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "`", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Hello ", + "color": "#E6DB74", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "${", + "color": "#E6DB74", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "a", + "color": "#E6DB74", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "b", + "color": "#E6DB74", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#E6DB74", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " world ", + "color": "#E6DB74", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "${", + "color": "#E6DB74", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "a", + "color": "#E6DB74", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "b", + "color": "#E6DB74", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#E6DB74", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "`", + "color": "#E6DB74", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "var", + "color": "#9872A2", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x", + "color": "#6089B4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "`", + "color": "#9AA83A", + "_t": "begin.definition.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Hello ", + "color": "#9AA83A", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "${", + "color": "#9AA83A", + "_t": "begin.definition.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "foo", + "color": "#6089B4", + "_t": "expr.expression.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}", + "color": "#9AA83A", + "_t": "definition.end.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "!", + "color": "#9AA83A", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "`", + "color": "#9AA83A", + "_t": "definition.end.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "console", + "color": "#C7444A", + "_t": "class.console.support.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "log", + "color": "#9872A2", + "_t": "console.function.support.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "`", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "string text line 1", + "color": "#9AA83A", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "string text line 2", + "color": "#9AA83A", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "`", + "color": "#9AA83A", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x", + "color": "#6089B4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "tag", + "color": "#CE6700", + "_t": "entity.function.name.string.tagged-template.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "`", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Hello ", + "color": "#9AA83A", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "${", + "color": "#9AA83A", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "+", + "color": "#676867", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "b", + "color": "#6089B4", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "}", + "color": "#9AA83A", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " world ", + "color": "#9AA83A", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "${", + "color": "#9AA83A", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "*", + "color": "#676867", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "b", + "color": "#6089B4", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "}", + "color": "#9AA83A", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "`", + "color": "#9AA83A", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "var", + "color": "#7A3E9D", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "x", + "color": "#7A3E9D", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "`", + "color": "#777777", + "_t": "begin.definition.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Hello ", + "color": "#448C27", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "${", + "color": "#777777", + "_t": "begin.definition.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "foo", + "color": "#448C27", + "_t": "expr.expression.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "definition.end.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "!", + "color": "#448C27", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "`", + "color": "#777777", + "_t": "definition.end.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "console", + "color": "#7A3E9D", + "_t": "class.console.support.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "log", + "color": "#AA3731", + "_t": "console.function.support.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "`", + "color": "#777777", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "string text line 1", + "color": "#448C27", + "_t": "string.template.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "string text line 2", + "color": "#448C27", + "_t": "string.template.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "`", + "color": "#777777", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "x", + "color": "#7A3E9D", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "tag", + "color": "#AA3731", + "_t": "entity.function.name.string.tagged-template.template.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "`", + "color": "#777777", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Hello ", + "color": "#448C27", + "_t": "string.template.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "${", + "color": "#777777", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "a", + "color": "#448C27", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "+", + "color": "#777777", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "b", + "color": "#448C27", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " world ", + "color": "#448C27", + "_t": "string.template.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "${", + "color": "#777777", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "a", + "color": "#448C27", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "*", + "color": "#777777", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "b", + "color": "#448C27", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "`", + "color": "#777777", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "var", + "color": "#FF6262", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "x", + "color": "#FB9A4B", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "`", + "color": "#CD8D8D", + "_t": "begin.definition.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Hello ", + "color": "#CD8D8D", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "${", + "color": "#CD8D8D", + "_t": "begin.definition.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "foo", + "color": "#EDEF7D", + "_t": "expr.expression.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "}", + "color": "#CD8D8D", + "_t": "definition.end.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "!", + "color": "#CD8D8D", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "`", + "color": "#CD8D8D", + "_t": "definition.end.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "console", + "color": "#9DF39F", + "_t": "class.console.support.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "log", + "color": "#FFB454", + "_t": "console.function.support.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "`", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "string text line 1", + "color": "#CD8D8D", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "string text line 2", + "color": "#CD8D8D", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "`", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "x", + "color": "#FB9A4B", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "tag", + "color": "#CD8D8D", + "_t": "entity.function.name.string.tagged-template.template.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "`", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Hello ", + "color": "#CD8D8D", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "${", + "color": "#CD8D8D", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#CD8D8D", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "a", + "color": "#EDEF7D", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": " ", + "color": "#CD8D8D", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "+", + "color": "#CD8D8D", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#CD8D8D", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "b", + "color": "#EDEF7D", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": " ", + "color": "#CD8D8D", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "}", + "color": "#CD8D8D", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " world ", + "color": "#CD8D8D", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "${", + "color": "#CD8D8D", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#CD8D8D", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "a", + "color": "#EDEF7D", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": " ", + "color": "#CD8D8D", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "*", + "color": "#CD8D8D", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#CD8D8D", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "b", + "color": "#EDEF7D", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": " ", + "color": "#CD8D8D", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "}", + "color": "#CD8D8D", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "`", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "var", + "color": "#93A1A1", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "begin.definition.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Hello ", + "color": "#2AA198", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "${", + "color": "#2AA198", + "_t": "begin.definition.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "expr.expression.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}", + "color": "#2AA198", + "_t": "definition.end.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "!", + "color": "#2AA198", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "definition.end.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "console", + "color": "#859900", + "_t": "class.console.support.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "log", + "color": "#268BD2", + "_t": "console.function.support.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "string text line 1", + "color": "#2AA198", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "string text line 2", + "color": "#2AA198", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "tag", + "color": "#268BD2", + "_t": "entity.function.name.string.tagged-template.template.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Hello ", + "color": "#2AA198", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "${", + "color": "#2AA198", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "b", + "color": "#268BD2", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#2AA198", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " world ", + "color": "#2AA198", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "${", + "color": "#2AA198", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "b", + "color": "#268BD2", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#2AA198", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "var", + "color": "#073642", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "begin.definition.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Hello ", + "color": "#2AA198", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "${", + "color": "#2AA198", + "_t": "begin.definition.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "expr.expression.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}", + "color": "#2AA198", + "_t": "definition.end.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "!", + "color": "#2AA198", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "definition.end.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "console", + "color": "#859900", + "_t": "class.console.support.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "log", + "color": "#268BD2", + "_t": "console.function.support.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "string text line 1", + "color": "#2AA198", + "_t": "string.template.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "string text line 2", + "color": "#2AA198", + "_t": "string.template.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.meta.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x", + "color": "#268BD2", + "_t": "other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "tag", + "color": "#268BD2", + "_t": "entity.function.name.string.tagged-template.template.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Hello ", + "color": "#2AA198", + "_t": "string.template.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "${", + "color": "#2AA198", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "b", + "color": "#268BD2", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#2AA198", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " world ", + "color": "#2AA198", + "_t": "string.template.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "${", + "color": "#2AA198", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "b", + "color": "#268BD2", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "expression.meta.string.template.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#2AA198", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "var", + "color": "#EBBBFF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FF9DA4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "`", + "color": "#D1F1A9", + "_t": "begin.definition.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Hello ", + "color": "#D1F1A9", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "${", + "color": "#D1F1A9", + "_t": "begin.definition.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "foo", + "color": "#D1F1A9", + "_t": "expr.expression.meta.other.readwrite.string.template.ts.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#D1F1A9", + "_t": "definition.end.expr.expression.meta.punctuation.string.template.template-expression.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "!", + "color": "#D1F1A9", + "_t": "expr.meta.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "`", + "color": "#D1F1A9", + "_t": "definition.end.expr.meta.punctuation.string.template.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "console", + "color": "#FFEEAD", + "_t": "class.console.support.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "log", + "color": "#BBDAFF", + "_t": "console.function.support.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "`", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "string text line 1", + "color": "#D1F1A9", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "string text line 2", + "color": "#D1F1A9", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "`", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.meta.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FF9DA4", + "_t": "other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "tag", + "color": "#BBDAFF", + "_t": "entity.function.name.string.tagged-template.template.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "`", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Hello ", + "color": "#D1F1A9", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "${", + "color": "#D1F1A9", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "a", + "color": "#D1F1A9", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "b", + "color": "#D1F1A9", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#D1F1A9", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " world ", + "color": "#D1F1A9", + "_t": "string.template.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "${", + "color": "#D1F1A9", + "_t": "begin.definition.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "a", + "color": "#D1F1A9", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "arithmetic.expression.keyword.meta.operator.string.template.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "b", + "color": "#D1F1A9", + "_t": "expression.meta.other.readwrite.string.template.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "expression.meta.string.template.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#D1F1A9", + "_t": "definition.end.expression.meta.punctuation.string.template.template-expression.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "`", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.string.template.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-strings.ts.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-strings.ts.result.patch new file mode 100644 index 000000000..829371c32 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-strings.ts.result.patch @@ -0,0 +1,229 @@ +{ + "abyss": [], + "dark_vs": [ + { + "index": 35, + "content": "+", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 45, + "content": "*", + "color": "#569CD6", + "newColor": "#D4D4D4" + } + ], + "light_vs": [ + { + "index": 35, + "content": "+", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 45, + "content": "*", + "color": "#0000FF", + "newColor": "#000000" + } + ], + "hc_black": [ + { + "index": 35, + "content": "+", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 45, + "content": "*", + "color": "#569CD6", + "newColor": "#D4D4D4" + } + ], + "dark_plus": [ + { + "index": 35, + "content": "+", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 45, + "content": "*", + "color": "#569CD6", + "newColor": "#D4D4D4" + } + ], + "light_plus": [ + { + "index": 35, + "content": "+", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 45, + "content": "*", + "color": "#0000FF", + "newColor": "#000000" + } + ], + "kimbie_dark": [ + { + "index": 8, + "content": "${", + "color": "#D3AF86", + "newColor": "#889B4A" + }, + { + "index": 9, + "content": "foo", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 10, + "content": "}", + "color": "#D3AF86", + "newColor": "#889B4A" + }, + { + "index": 31, + "content": "${", + "color": "#D3AF86", + "newColor": "#889B4A" + }, + { + "index": 33, + "content": "a", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 37, + "content": "b", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 39, + "content": "}", + "color": "#D3AF86", + "newColor": "#889B4A" + }, + { + "index": 41, + "content": "${", + "color": "#D3AF86", + "newColor": "#889B4A" + }, + { + "index": 43, + "content": "a", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 47, + "content": "b", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 49, + "content": "}", + "color": "#D3AF86", + "newColor": "#889B4A" + } + ], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [ + { + "index": 9, + "content": "foo", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 33, + "content": "a", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 37, + "content": "b", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 43, + "content": "a", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 47, + "content": "b", + "color": "#448C27", + "newColor": "#7A3E9D" + } + ], + "red": [ + { + "index": 28, + "content": "tag", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 35, + "content": "+", + "color": "#CD8D8D", + "newColor": "#F12727" + }, + { + "index": 45, + "content": "*", + "color": "#CD8D8D", + "newColor": "#F12727" + } + ], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [ + { + "index": 9, + "content": "foo", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 33, + "content": "a", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 37, + "content": "b", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 43, + "content": "a", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 47, + "content": "b", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-this.ts b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-this.ts new file mode 100644 index 000000000..5c5e7deca --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-this.ts @@ -0,0 +1,3 @@ +{ + this.foo = 9; +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-this.ts.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-this.ts.result new file mode 100644 index 000000000..6e2d372d5 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-this.ts.result @@ -0,0 +1,954 @@ +{ + "abyss": [ + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.language.meta.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#6688CC", + "_t": "block.meta.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.keyword.meta.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "9", + "color": "#F280D0", + "_t": "block.constant.decimal.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.language.meta.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#D4D4D4", + "_t": "block.meta.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.keyword.meta.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "9", + "color": "#B5CEA8", + "_t": "block.constant.decimal.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "{", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.language.meta.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#000000", + "_t": "block.meta.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.keyword.meta.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "9", + "color": "#09885A", + "_t": "block.constant.decimal.meta.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.language.meta.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "block.meta.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.keyword.meta.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "9", + "color": "#B5CEA8", + "_t": "block.constant.decimal.meta.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.meta.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.language.meta.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#9CDCFE", + "_t": "block.meta.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.keyword.meta.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "9", + "color": "#B5CEA8", + "_t": "block.constant.decimal.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "{", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.language.meta.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#001080", + "_t": "block.meta.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.keyword.meta.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "9", + "color": "#09885A", + "_t": "block.constant.decimal.meta.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.language.meta.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#DC3958", + "_t": "block.meta.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.keyword.meta.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "9", + "color": "#F79A32", + "_t": "block.constant.decimal.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.language.meta.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#F8F8F2", + "_t": "block.meta.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.keyword.meta.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "9", + "color": "#AE81FF", + "_t": "block.constant.decimal.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.language.meta.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#9872A2", + "_t": "block.meta.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.keyword.meta.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "9", + "color": "#6089B4", + "_t": "block.constant.decimal.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "{", + "color": "#777777", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "block.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.language.meta.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "foo", + "color": "#7A3E9D", + "_t": "block.meta.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.keyword.meta.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "9", + "color": "#AB6526", + "_t": "block.constant.decimal.meta.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.language.meta.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#FB9A4B", + "_t": "block.meta.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.keyword.meta.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "9", + "color": "#994646", + "_t": "block.constant.decimal.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.language.meta.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "block.meta.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.keyword.meta.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "9", + "color": "#D33682", + "_t": "block.constant.decimal.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "block.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.language.meta.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "block.meta.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.keyword.meta.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "9", + "color": "#D33682", + "_t": "block.constant.decimal.meta.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.language.meta.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FF9DA4", + "_t": "block.meta.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.keyword.meta.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "9", + "color": "#FFC58F", + "_t": "block.constant.decimal.meta.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-variables.css b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-variables.css new file mode 100644 index 000000000..28f3c7e2a --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-variables.css @@ -0,0 +1,7 @@ +:root { + --spacing-unit: 6px; + --cell-padding: (4 * var(--spacing-unit)); +} +body { + padding-left: calc(4 * var(--spacing-unit, 5px)); +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-variables.css.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-variables.css.result new file mode 100644 index 000000000..a3479ea74 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-variables.css.result @@ -0,0 +1,3474 @@ +{ + "abyss": [ + { + "content": ":", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "root", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "--spacing-unit", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "6", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "--cell-padding", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "4", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " * ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "--spacing-unit", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "body", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "padding-left", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " calc(", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "4", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " * ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "--spacing-unit", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ", 5px", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "root", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--spacing-unit", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--cell-padding", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " * ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#D4D4D4", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--spacing-unit", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "body", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding-left", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " calc(", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " * ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#D4D4D4", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--spacing-unit", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ", 5px", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "root", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--spacing-unit", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "6", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--cell-padding", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " (", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " * ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0451A5", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--spacing-unit", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding-left", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " calc(", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " * ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0451A5", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--spacing-unit", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ", 5px", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "root", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "--spacing-unit", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "--cell-padding", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " * ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#FFFFFF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "--spacing-unit", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "body", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "padding-left", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " calc(", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " * ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#FFFFFF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "--spacing-unit", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ", 5px", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "root", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--spacing-unit", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--cell-padding", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " * ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#CE9178", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--spacing-unit", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "body", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding-left", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " calc(", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " * ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#CE9178", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--spacing-unit", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ", 5px", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "root", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--spacing-unit", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "6", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--cell-padding", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " (", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " * ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0451A5", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--spacing-unit", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding-left", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " calc(", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " * ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0451A5", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--spacing-unit", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ", 5px", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": ":", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "root", + "color": "#F79A32", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "--spacing-unit", + "color": "#DC3958", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "6", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "--cell-padding", + "color": "#DC3958", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "4", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " * ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#7E602C", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "--spacing-unit", + "color": "#DC3958", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "body", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "padding-left", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " calc(", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "4", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " * ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#7E602C", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "--spacing-unit", + "color": "#DC3958", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ", 5px", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": ":", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "root", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "--spacing-unit", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "6", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "--cell-padding", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "4", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " * ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "--spacing-unit", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "body", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "padding-left", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " calc(", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "4", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " * ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "--spacing-unit", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ", 5px", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": ":", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "root", + "color": "#D0B344", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "--spacing-unit", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "6", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "--cell-padding", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "4", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " * ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "--spacing-unit", + "color": "#676867", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "body", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "padding-left", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " calc(", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "4", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " * ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "--spacing-unit", + "color": "#676867", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ", 5px", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": ":", + "color": "#7A3E9D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "root", + "color": "#7A3E9D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "--spacing-unit", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "6", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "--cell-padding", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " (", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "4", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " * ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "var", + "color": "#448C27", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "--spacing-unit", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "body", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "padding-left", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " calc(", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "4", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " * ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "var", + "color": "#448C27", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "--spacing-unit", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ", 5px", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": ":", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "root", + "color": "#FEC758", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "--spacing-unit", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "6", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "--cell-padding", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "4", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " * ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FFB454", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "--spacing-unit", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "body", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "padding-left", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " calc(", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "4", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " * ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FFB454", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "--spacing-unit", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ", 5px", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "root", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "--spacing-unit", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "6", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "--cell-padding", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " * ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#268BD2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "--spacing-unit", + "color": "#859900", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "padding-left", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " calc(", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " * ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#268BD2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "--spacing-unit", + "color": "#859900", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ", 5px", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "root", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "--spacing-unit", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "6", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "--cell-padding", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " * ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#268BD2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "--spacing-unit", + "color": "#859900", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "padding-left", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " calc(", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " * ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#268BD2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "--spacing-unit", + "color": "#859900", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ", 5px", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": ":", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "root", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "--spacing-unit", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "6", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "--cell-padding", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " * ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#BBDAFF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "--spacing-unit", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "body", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "padding-left", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " calc(", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " * ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#BBDAFF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "--spacing-unit", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.property-value.support.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ", 5px", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-variables.css.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-variables.css.result.patch new file mode 100644 index 000000000..34b89be0a --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test-variables.css.result.patch @@ -0,0 +1,234 @@ +{ + "abyss": [ + { + "index": 9, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + } + ], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [ + { + "index": 5, + "content": "--spacing-unit", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 12, + "content": "--cell-padding", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 19, + "content": "--spacing-unit", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 35, + "content": "--spacing-unit", + "color": "#DC3958", + "newColor": "#D3AF86" + } + ], + "monokai": [ + { + "index": 9, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + } + ], + "monokai_dimmed": [ + { + "index": 5, + "content": "--spacing-unit", + "color": "#676867", + "newColor": "#C7444A" + }, + { + "index": 9, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 12, + "content": "--cell-padding", + "color": "#676867", + "newColor": "#C7444A" + }, + { + "index": 19, + "content": "--spacing-unit", + "color": "#676867", + "newColor": "#C7444A" + }, + { + "index": 35, + "content": "--spacing-unit", + "color": "#676867", + "newColor": "#C7444A" + } + ], + "quietlight": [ + { + "index": 0, + "content": ":", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 6, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 8, + "content": "6", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 9, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 10, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 13, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 15, + "content": "4", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 17, + "content": "var", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 18, + "content": "(", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 20, + "content": ")", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 22, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 29, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 31, + "content": "4", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 33, + "content": "var", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 34, + "content": "(", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 37, + "content": ")", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 39, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + } + ], + "red": [ + { + "index": 5, + "content": "--spacing-unit", + "color": "#96DD3B", + "newColor": "#9DF39F" + }, + { + "index": 9, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 12, + "content": "--cell-padding", + "color": "#96DD3B", + "newColor": "#9DF39F" + }, + { + "index": 19, + "content": "--spacing-unit", + "color": "#96DD3B", + "newColor": "#9DF39F" + }, + { + "index": 35, + "content": "--spacing-unit", + "color": "#96DD3B", + "newColor": "#9DF39F" + } + ], + "solarized_dark": [ + { + "index": 9, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + } + ], + "solarized_light": [ + { + "index": 9, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + } + ], + "tomorrow_night_blue": [] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.bat b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.bat new file mode 100644 index 000000000..f5ae5d251 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.bat @@ -0,0 +1,28 @@ +@echo off +setlocal + +title VSCode Dev + +pushd %~dp0\.. + +:: Node modules +if not exist node_modules call .\scripts\npm.bat install + +:: Get electron +node .\node_modules\gulp\bin\gulp.js electron + +:: Build +if not exist out node .\node_modules\gulp\bin\gulp.js compile + +:: Configuration +set NODE_ENV=development +set VSCODE_DEV=1 +set ELECTRON_DEFAULT_ERROR_MODE=1 +set ELECTRON_ENABLE_LOGGING=1 +set ELECTRON_ENABLE_STACK_DUMPING=1 + +:: Launch Code +.\.build\electron\electron.exe . %* +popd + +endlocal \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.bat.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.bat.result new file mode 100644 index 000000000..6af2a22b7 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.bat.result @@ -0,0 +1,3054 @@ +{ + "abyss": [ + { + "content": "@", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "echo", + "color": "#225588", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " off", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "setlocal", + "color": "#225588", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "title", + "color": "#225588", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " VSCode Dev", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "pushd", + "color": "#225588", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "%", + "color": "#2277FF", + "_t": "begin.dosbatch.function.parameter.shell.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "~dp0", + "color": "#2277FF", + "_t": "dosbatch.function.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "\\..", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":: Node modules", + "color": "#223355", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "if not exist", + "color": "#225588", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " node_modules ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "call", + "color": "#225588", + "_t": "control.dosbatch.keyword.statement", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " .\\scripts\\npm.bat install", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":: Get electron", + "color": "#223355", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "node .\\node_modules\\gulp\\bin\\gulp.js electron", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":: Build", + "color": "#223355", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "if not exist", + "color": "#225588", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " out node .\\node_modules\\gulp\\bin\\gulp.js compile", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":: Configuration", + "color": "#223355", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "set", + "color": "#225588", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " NODE_ENV=development", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "set", + "color": "#225588", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " VSCODE_DEV=1", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "set", + "color": "#225588", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ELECTRON_DEFAULT_ERROR_MODE=1", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "set", + "color": "#225588", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ELECTRON_ENABLE_LOGGING=1", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "set", + "color": "#225588", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ELECTRON_ENABLE_STACK_DUMPING=1", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":: Launch Code", + "color": "#223355", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": ".\\.build\\electron\\electron.exe . %*", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "popd", + "color": "#225588", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "endlocal", + "color": "#225588", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + } + ], + "dark_vs": [ + { + "content": "@", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "echo", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " off", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "setlocal", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "title", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " VSCode Dev", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pushd", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "%", + "color": "#D4D4D4", + "_t": "begin.dosbatch.function.parameter.shell.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "~dp0", + "color": "#D4D4D4", + "_t": "dosbatch.function.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\\..", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":: Node modules", + "color": "#608B4E", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "if not exist", + "color": "#569CD6", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " node_modules ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "call", + "color": "#569CD6", + "_t": "control.dosbatch.keyword.statement", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " .\\scripts\\npm.bat install", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":: Get electron", + "color": "#608B4E", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "node .\\node_modules\\gulp\\bin\\gulp.js electron", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":: Build", + "color": "#608B4E", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "if not exist", + "color": "#569CD6", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " out node .\\node_modules\\gulp\\bin\\gulp.js compile", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":: Configuration", + "color": "#608B4E", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "set", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " NODE_ENV=development", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "set", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " VSCODE_DEV=1", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "set", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ELECTRON_DEFAULT_ERROR_MODE=1", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "set", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ELECTRON_ENABLE_LOGGING=1", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "set", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ELECTRON_ENABLE_STACK_DUMPING=1", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":: Launch Code", + "color": "#608B4E", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": ".\\.build\\electron\\electron.exe . %*", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "popd", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "endlocal", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + } + ], + "light_vs": [ + { + "content": "@", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "echo", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " off", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "setlocal", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "title", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " VSCode Dev", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pushd", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "%", + "color": "#000000", + "_t": "begin.dosbatch.function.parameter.shell.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "~dp0", + "color": "#000000", + "_t": "dosbatch.function.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\\..", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":: Node modules", + "color": "#008000", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "if not exist", + "color": "#0000FF", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " node_modules ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "call", + "color": "#0000FF", + "_t": "control.dosbatch.keyword.statement", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " .\\scripts\\npm.bat install", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":: Get electron", + "color": "#008000", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "node .\\node_modules\\gulp\\bin\\gulp.js electron", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":: Build", + "color": "#008000", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "if not exist", + "color": "#0000FF", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " out node .\\node_modules\\gulp\\bin\\gulp.js compile", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":: Configuration", + "color": "#008000", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "set", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " NODE_ENV=development", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "set", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " VSCODE_DEV=1", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "set", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ELECTRON_DEFAULT_ERROR_MODE=1", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "set", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ELECTRON_ENABLE_LOGGING=1", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "set", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ELECTRON_ENABLE_STACK_DUMPING=1", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":: Launch Code", + "color": "#008000", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": ".\\.build\\electron\\electron.exe . %*", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "popd", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "endlocal", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + } + ], + "hc_black": [ + { + "content": "@", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "echo", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " off", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "setlocal", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "title", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " VSCode Dev", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "pushd", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "%", + "color": "#FFFFFF", + "_t": "begin.dosbatch.function.parameter.shell.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "~dp0", + "color": "#FFFFFF", + "_t": "dosbatch.function.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\\..", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":: Node modules", + "color": "#7CA668", + "_t": "colons.comment.dosbatch.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "if not exist", + "color": "#569CD6", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " node_modules ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "call", + "color": "#569CD6", + "_t": "control.dosbatch.keyword.statement", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " .\\scripts\\npm.bat install", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":: Get electron", + "color": "#7CA668", + "_t": "colons.comment.dosbatch.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "node .\\node_modules\\gulp\\bin\\gulp.js electron", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":: Build", + "color": "#7CA668", + "_t": "colons.comment.dosbatch.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "if not exist", + "color": "#569CD6", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " out node .\\node_modules\\gulp\\bin\\gulp.js compile", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":: Configuration", + "color": "#7CA668", + "_t": "colons.comment.dosbatch.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "set", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " NODE_ENV=development", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "set", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " VSCODE_DEV=1", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "set", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ELECTRON_DEFAULT_ERROR_MODE=1", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "set", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ELECTRON_ENABLE_LOGGING=1", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "set", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ELECTRON_ENABLE_STACK_DUMPING=1", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":: Launch Code", + "color": "#7CA668", + "_t": "colons.comment.dosbatch.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": ".\\.build\\electron\\electron.exe . %*", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "popd", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "endlocal", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + } + ], + "dark_plus": [ + { + "content": "@", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "echo", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " off", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "setlocal", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "title", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " VSCode Dev", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pushd", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "%", + "color": "#9CDCFE", + "_t": "begin.dosbatch.function.parameter.shell.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "~dp0", + "color": "#9CDCFE", + "_t": "dosbatch.function.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "\\..", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":: Node modules", + "color": "#608B4E", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "if not exist", + "color": "#C586C0", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " node_modules ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "call", + "color": "#C586C0", + "_t": "control.dosbatch.keyword.statement", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " .\\scripts\\npm.bat install", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":: Get electron", + "color": "#608B4E", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "node .\\node_modules\\gulp\\bin\\gulp.js electron", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":: Build", + "color": "#608B4E", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "if not exist", + "color": "#C586C0", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " out node .\\node_modules\\gulp\\bin\\gulp.js compile", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":: Configuration", + "color": "#608B4E", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "set", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " NODE_ENV=development", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "set", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " VSCODE_DEV=1", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "set", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ELECTRON_DEFAULT_ERROR_MODE=1", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "set", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ELECTRON_ENABLE_LOGGING=1", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "set", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ELECTRON_ENABLE_STACK_DUMPING=1", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":: Launch Code", + "color": "#608B4E", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": ".\\.build\\electron\\electron.exe . %*", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "popd", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "endlocal", + "color": "#569CD6", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + } + ], + "light_plus": [ + { + "content": "@", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "echo", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " off", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "setlocal", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "title", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " VSCode Dev", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pushd", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "%", + "color": "#001080", + "_t": "begin.dosbatch.function.parameter.shell.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "~dp0", + "color": "#001080", + "_t": "dosbatch.function.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "\\..", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":: Node modules", + "color": "#008000", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "if not exist", + "color": "#AF00DB", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " node_modules ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "call", + "color": "#AF00DB", + "_t": "control.dosbatch.keyword.statement", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " .\\scripts\\npm.bat install", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":: Get electron", + "color": "#008000", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "node .\\node_modules\\gulp\\bin\\gulp.js electron", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":: Build", + "color": "#008000", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "if not exist", + "color": "#AF00DB", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " out node .\\node_modules\\gulp\\bin\\gulp.js compile", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":: Configuration", + "color": "#008000", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "set", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " NODE_ENV=development", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "set", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " VSCODE_DEV=1", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "set", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ELECTRON_DEFAULT_ERROR_MODE=1", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "set", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ELECTRON_ENABLE_LOGGING=1", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "set", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ELECTRON_ENABLE_STACK_DUMPING=1", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":: Launch Code", + "color": "#008000", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": ".\\.build\\electron\\electron.exe . %*", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "popd", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "endlocal", + "color": "#0000FF", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + } + ], + "kimbie_dark": [ + { + "content": "@", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "echo", + "color": "#98676A", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " off", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "setlocal", + "color": "#98676A", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "title", + "color": "#98676A", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " VSCode Dev", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "pushd", + "color": "#98676A", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "%", + "color": "#D3AF86", + "_t": "begin.dosbatch.function.parameter.shell.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "~dp0", + "color": "#D3AF86", + "_t": "dosbatch.function.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "\\..", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":: Node modules", + "color": "#A57A4C", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "if not exist", + "color": "#98676A", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " node_modules ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "call", + "color": "#98676A", + "_t": "control.dosbatch.keyword.statement", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " .\\scripts\\npm.bat install", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":: Get electron", + "color": "#A57A4C", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "node .\\node_modules\\gulp\\bin\\gulp.js electron", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":: Build", + "color": "#A57A4C", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "if not exist", + "color": "#98676A", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " out node .\\node_modules\\gulp\\bin\\gulp.js compile", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":: Configuration", + "color": "#A57A4C", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "set", + "color": "#98676A", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " NODE_ENV=development", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "set", + "color": "#98676A", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " VSCODE_DEV=1", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "set", + "color": "#98676A", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ELECTRON_DEFAULT_ERROR_MODE=1", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "set", + "color": "#98676A", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ELECTRON_ENABLE_LOGGING=1", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "set", + "color": "#98676A", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ELECTRON_ENABLE_STACK_DUMPING=1", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":: Launch Code", + "color": "#A57A4C", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": ".\\.build\\electron\\electron.exe . %*", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "popd", + "color": "#98676A", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "endlocal", + "color": "#98676A", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + } + ], + "monokai": [ + { + "content": "@", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "echo", + "color": "#F92672", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " off", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "setlocal", + "color": "#F92672", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "title", + "color": "#F92672", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " VSCode Dev", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "pushd", + "color": "#F92672", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "%", + "color": "#FD971F", + "_t": "begin.dosbatch.function.parameter.shell.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "~dp0", + "color": "#FD971F", + "_t": "dosbatch.function.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "\\..", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":: Node modules", + "color": "#75715E", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "if not exist", + "color": "#F92672", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " node_modules ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "call", + "color": "#F92672", + "_t": "control.dosbatch.keyword.statement", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " .\\scripts\\npm.bat install", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":: Get electron", + "color": "#75715E", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "node .\\node_modules\\gulp\\bin\\gulp.js electron", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":: Build", + "color": "#75715E", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "if not exist", + "color": "#F92672", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " out node .\\node_modules\\gulp\\bin\\gulp.js compile", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":: Configuration", + "color": "#75715E", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "set", + "color": "#F92672", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " NODE_ENV=development", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "set", + "color": "#F92672", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " VSCODE_DEV=1", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "set", + "color": "#F92672", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ELECTRON_DEFAULT_ERROR_MODE=1", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "set", + "color": "#F92672", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ELECTRON_ENABLE_LOGGING=1", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "set", + "color": "#F92672", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ELECTRON_ENABLE_STACK_DUMPING=1", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":: Launch Code", + "color": "#75715E", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": ".\\.build\\electron\\electron.exe . %*", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "popd", + "color": "#F92672", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "endlocal", + "color": "#F92672", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + } + ], + "monokai_dimmed": [ + { + "content": "@", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "echo", + "color": "#676867", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " off", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "setlocal", + "color": "#676867", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "title", + "color": "#676867", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " VSCode Dev", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "pushd", + "color": "#676867", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "%", + "color": "#6089B4", + "_t": "begin.dosbatch.function.parameter.shell.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "~dp0", + "color": "#6089B4", + "_t": "dosbatch.function.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "\\..", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":: Node modules", + "color": "#9A9B99", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "if not exist", + "color": "#9872A2", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " node_modules ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "call", + "color": "#9872A2", + "_t": "control.dosbatch.keyword.statement", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " .\\scripts\\npm.bat install", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":: Get electron", + "color": "#9A9B99", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "node .\\node_modules\\gulp\\bin\\gulp.js electron", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":: Build", + "color": "#9A9B99", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "if not exist", + "color": "#9872A2", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " out node .\\node_modules\\gulp\\bin\\gulp.js compile", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":: Configuration", + "color": "#9A9B99", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "set", + "color": "#676867", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " NODE_ENV=development", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "set", + "color": "#676867", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " VSCODE_DEV=1", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "set", + "color": "#676867", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ELECTRON_DEFAULT_ERROR_MODE=1", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "set", + "color": "#676867", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ELECTRON_ENABLE_LOGGING=1", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "set", + "color": "#676867", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ELECTRON_ENABLE_STACK_DUMPING=1", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":: Launch Code", + "color": "#9A9B99", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": ".\\.build\\electron\\electron.exe . %*", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "popd", + "color": "#676867", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "endlocal", + "color": "#676867", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + } + ], + "quietlight": [ + { + "content": "@", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "echo", + "color": "#4B83CD", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " off", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "setlocal", + "color": "#4B83CD", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "title", + "color": "#4B83CD", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " VSCode Dev", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "pushd", + "color": "#4B83CD", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "%", + "color": "#7A3E9D", + "_t": "begin.dosbatch.function.parameter.shell.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "~dp0", + "color": "#7A3E9D", + "_t": "dosbatch.function.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "\\..", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":: Node modules", + "color": "#AAAAAA", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "if not exist", + "color": "#4B83CD", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " node_modules ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "call", + "color": "#4B83CD", + "_t": "control.dosbatch.keyword.statement", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " .\\scripts\\npm.bat install", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":: Get electron", + "color": "#AAAAAA", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "node .\\node_modules\\gulp\\bin\\gulp.js electron", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":: Build", + "color": "#AAAAAA", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "if not exist", + "color": "#4B83CD", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " out node .\\node_modules\\gulp\\bin\\gulp.js compile", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":: Configuration", + "color": "#AAAAAA", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "set", + "color": "#4B83CD", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " NODE_ENV=development", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "set", + "color": "#4B83CD", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " VSCODE_DEV=1", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "set", + "color": "#4B83CD", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ELECTRON_DEFAULT_ERROR_MODE=1", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "set", + "color": "#4B83CD", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ELECTRON_ENABLE_LOGGING=1", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "set", + "color": "#4B83CD", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ELECTRON_ENABLE_STACK_DUMPING=1", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":: Launch Code", + "color": "#AAAAAA", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": ".\\.build\\electron\\electron.exe . %*", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "popd", + "color": "#4B83CD", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "endlocal", + "color": "#4B83CD", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + } + ], + "red": [ + { + "content": "@", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "echo", + "color": "#F12727", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " off", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "setlocal", + "color": "#F12727", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "title", + "color": "#F12727", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " VSCode Dev", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "pushd", + "color": "#F12727", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "%", + "color": "#FB9A4B", + "_t": "begin.dosbatch.function.parameter.shell.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "~dp0", + "color": "#FB9A4B", + "_t": "dosbatch.function.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "\\..", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":: Node modules", + "color": "#E7C0C0", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "if not exist", + "color": "#F12727", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " node_modules ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "call", + "color": "#F12727", + "_t": "control.dosbatch.keyword.statement", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " .\\scripts\\npm.bat install", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":: Get electron", + "color": "#E7C0C0", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "node .\\node_modules\\gulp\\bin\\gulp.js electron", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":: Build", + "color": "#E7C0C0", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "if not exist", + "color": "#F12727", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " out node .\\node_modules\\gulp\\bin\\gulp.js compile", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":: Configuration", + "color": "#E7C0C0", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "set", + "color": "#F12727", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " NODE_ENV=development", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "set", + "color": "#F12727", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " VSCODE_DEV=1", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "set", + "color": "#F12727", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ELECTRON_DEFAULT_ERROR_MODE=1", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "set", + "color": "#F12727", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ELECTRON_ENABLE_LOGGING=1", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "set", + "color": "#F12727", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ELECTRON_ENABLE_STACK_DUMPING=1", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":: Launch Code", + "color": "#E7C0C0", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": ".\\.build\\electron\\electron.exe . %*", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "popd", + "color": "#F12727", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "endlocal", + "color": "#F12727", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + } + ], + "solarized_dark": [ + { + "content": "@", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "echo", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " off", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "setlocal", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "title", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " VSCode Dev", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "pushd", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "%", + "color": "#93A1A1", + "_t": "begin.dosbatch.function.parameter.shell.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "~dp0", + "color": "#93A1A1", + "_t": "dosbatch.function.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\\..", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":: Node modules", + "color": "#657B83", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "if not exist", + "color": "#859900", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " node_modules ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "call", + "color": "#859900", + "_t": "control.dosbatch.keyword.statement", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " .\\scripts\\npm.bat install", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":: Get electron", + "color": "#657B83", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "node .\\node_modules\\gulp\\bin\\gulp.js electron", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":: Build", + "color": "#657B83", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "if not exist", + "color": "#859900", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " out node .\\node_modules\\gulp\\bin\\gulp.js compile", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":: Configuration", + "color": "#657B83", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "set", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " NODE_ENV=development", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "set", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " VSCODE_DEV=1", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "set", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ELECTRON_DEFAULT_ERROR_MODE=1", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "set", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ELECTRON_ENABLE_LOGGING=1", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "set", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ELECTRON_ENABLE_STACK_DUMPING=1", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":: Launch Code", + "color": "#657B83", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": ".\\.build\\electron\\electron.exe . %*", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "popd", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "endlocal", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + } + ], + "solarized_light": [ + { + "content": "@", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "echo", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " off", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "setlocal", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "title", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " VSCode Dev", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "pushd", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "%", + "color": "#586E75", + "_t": "begin.dosbatch.function.parameter.shell.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "~dp0", + "color": "#586E75", + "_t": "dosbatch.function.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\\..", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":: Node modules", + "color": "#93A1A1", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "if not exist", + "color": "#859900", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " node_modules ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "call", + "color": "#859900", + "_t": "control.dosbatch.keyword.statement", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " .\\scripts\\npm.bat install", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":: Get electron", + "color": "#93A1A1", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "node .\\node_modules\\gulp\\bin\\gulp.js electron", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":: Build", + "color": "#93A1A1", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "if not exist", + "color": "#859900", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " out node .\\node_modules\\gulp\\bin\\gulp.js compile", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":: Configuration", + "color": "#93A1A1", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "set", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " NODE_ENV=development", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "set", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " VSCODE_DEV=1", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "set", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ELECTRON_DEFAULT_ERROR_MODE=1", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "set", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ELECTRON_ENABLE_LOGGING=1", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "set", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ELECTRON_ENABLE_STACK_DUMPING=1", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":: Launch Code", + "color": "#93A1A1", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": ".\\.build\\electron\\electron.exe . %*", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "popd", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "endlocal", + "color": "#859900", + "_t": "command.dosbatch.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + } + ], + "tomorrow_night_blue": [ + { + "content": "@", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "echo", + "color": "#EBBBFF", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " off", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "setlocal", + "color": "#EBBBFF", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "title", + "color": "#EBBBFF", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " VSCode Dev", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "pushd", + "color": "#EBBBFF", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "%", + "color": "#FFC58F", + "_t": "begin.dosbatch.function.parameter.shell.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "~dp0", + "color": "#FFC58F", + "_t": "dosbatch.function.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "\\..", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":: Node modules", + "color": "#7285B7", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "if not exist", + "color": "#EBBBFF", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " node_modules ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "call", + "color": "#EBBBFF", + "_t": "control.dosbatch.keyword.statement", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " .\\scripts\\npm.bat install", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":: Get electron", + "color": "#7285B7", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "node .\\node_modules\\gulp\\bin\\gulp.js electron", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":: Build", + "color": "#7285B7", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "if not exist", + "color": "#EBBBFF", + "_t": "conditional.control.dosbatch.if.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " out node .\\node_modules\\gulp\\bin\\gulp.js compile", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":: Configuration", + "color": "#7285B7", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "set", + "color": "#EBBBFF", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " NODE_ENV=development", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "set", + "color": "#EBBBFF", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " VSCODE_DEV=1", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "set", + "color": "#EBBBFF", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ELECTRON_DEFAULT_ERROR_MODE=1", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "set", + "color": "#EBBBFF", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ELECTRON_ENABLE_LOGGING=1", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "set", + "color": "#EBBBFF", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ELECTRON_ENABLE_STACK_DUMPING=1", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":: Launch Code", + "color": "#7285B7", + "_t": "colons.comment.dosbatch.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": ".\\.build\\electron\\electron.exe . %*", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "popd", + "color": "#EBBBFF", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "endlocal", + "color": "#EBBBFF", + "_t": "command.dosbatch.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.c b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.c new file mode 100644 index 000000000..1fead1785 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.c @@ -0,0 +1,30 @@ +/* C Program to find roots of a quadratic equation when coefficients are entered by user. */ +/* Library function sqrt() computes the square root. */ + +#include +#include /* This is needed to use sqrt() function.*/ +int main() +{ + float a, b, c, determinant, r1,r2, real, imag; + printf("Enter coefficients a, b and c: "); + scanf("%f%f%f",&a,&b,&c); + determinant=b*b-4*a*c; + if (determinant>0) + { + r1= (-b+sqrt(determinant))/(2*a); + r2= (-b-sqrt(determinant))/(2*a); + printf("Roots are: %.2f and %.2f",r1 , r2); + } + else if (determinant==0) + { + r1 = r2 = -b/(2*a); + printf("Roots are: %.2f and %.2f", r1, r2); + } + else + { + real= -b/(2*a); + imag = sqrt(-determinant)/(2*a); + printf("Roots are: %.2f+%.2fi and %.2f-%.2fi", real, imag, real, imag); + } + return 0; +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.c.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.c.result new file mode 100644 index 000000000..97484c8ab --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.c.result @@ -0,0 +1,16074 @@ +{ + "abyss": [ + { + "content": "/*", + "color": "#223355", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " C Program to find roots of a quadratic equation when coefficients are entered by user. ", + "color": "#223355", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Library function sqrt() computes the square root. ", + "color": "#223355", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#225588", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "include", + "color": "#225588", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#22AA44", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "stdio.h", + "color": "#22AA44", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#22AA44", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "#", + "color": "#225588", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "include", + "color": "#225588", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#22AA44", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "math.h", + "color": "#22AA44", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#22AA44", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " This is needed to use sqrt() function.", + "color": "#223355", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "int", + "color": "#9966B8", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "main", + "color": "#DDBB88", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "float", + "color": "#9966B8", + "_t": "block.c.function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " a, b, c, determinant, r1,r2, real, imag;", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#9966B8", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "printf", + "color": "#9966B8", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Enter coefficients a, b and c: ", + "color": "#22AA44", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#9966B8", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "scanf", + "color": "#9966B8", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "%f%f%f", + "color": "#F280D0", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "&", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "a,", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "&", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "b,", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "&", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "c);", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " determinant", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "b", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "b", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "4", + "color": "#F280D0", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "*", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "a", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "c;", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (determinant", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">", + "color": "#225588", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " r1", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "b", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "sqrt", + "color": "#9966B8", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(determinant))", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "*", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "a);", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " r2", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "b", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "sqrt", + "color": "#9966B8", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(determinant))", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "*", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "a);", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#9966B8", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "printf", + "color": "#9966B8", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Roots are: ", + "color": "#22AA44", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "%.2f", + "color": "#F280D0", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " and ", + "color": "#22AA44", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "%.2f", + "color": "#F280D0", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",r1 , r2);", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "else", + "color": "#225588", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (determinant", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "==", + "color": "#225588", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " r1 ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " r2 ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "b", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "*", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "a);", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#9966B8", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "printf", + "color": "#9966B8", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Roots are: ", + "color": "#22AA44", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "%.2f", + "color": "#F280D0", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " and ", + "color": "#22AA44", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "%.2f", + "color": "#F280D0", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", r1, r2);", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "else", + "color": "#225588", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " real", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "b", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "*", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "a);", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " imag ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#9966B8", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "sqrt", + "color": "#9966B8", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "determinant)", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "*", + "color": "#225588", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "a);", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#9966B8", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "printf", + "color": "#9966B8", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Roots are: ", + "color": "#22AA44", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "%.2f", + "color": "#F280D0", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "+", + "color": "#22AA44", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "%.2f", + "color": "#F280D0", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "i and ", + "color": "#22AA44", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "%.2f", + "color": "#F280D0", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "-", + "color": "#22AA44", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "%.2f", + "color": "#F280D0", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "i", + "color": "#22AA44", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", real, imag, real, imag);", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "/*", + "color": "#608B4E", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " C Program to find roots of a quadratic equation when coefficients are entered by user. ", + "color": "#608B4E", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Library function sqrt() computes the square root. ", + "color": "#608B4E", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#569CD6", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": "<", + "color": "#CE9178", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "stdio.h", + "color": "#CE9178", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#CE9178", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "#", + "color": "#569CD6", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": "<", + "color": "#CE9178", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "math.h", + "color": "#CE9178", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#CE9178", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " This is needed to use sqrt() function.", + "color": "#608B4E", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "main", + "color": "#D4D4D4", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "float", + "color": "#569CD6", + "_t": "block.c.function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " a, b, c, determinant, r1,r2, real, imag;", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "printf", + "color": "#D4D4D4", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Enter coefficients a, b and c: ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "scanf", + "color": "#D4D4D4", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%f%f%f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a,", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b,", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "c);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " determinant", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "c;", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (determinant", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " r1", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "sqrt", + "color": "#D4D4D4", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(determinant))", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " r2", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "sqrt", + "color": "#D4D4D4", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(determinant))", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "printf", + "color": "#D4D4D4", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Roots are: ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " and ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",r1 , r2);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (determinant", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " r1 ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " r2 ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "printf", + "color": "#D4D4D4", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Roots are: ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " and ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", r1, r2);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " real", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " imag ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sqrt", + "color": "#D4D4D4", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "determinant)", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "printf", + "color": "#D4D4D4", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Roots are: ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "+", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "i and ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "-", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "i", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", real, imag, real, imag);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "/*", + "color": "#008000", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " C Program to find roots of a quadratic equation when coefficients are entered by user. ", + "color": "#008000", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Library function sqrt() computes the square root. ", + "color": "#008000", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#0000FF", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "include", + "color": "#0000FF", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#0000FF", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor rgb(0, 0, 255)" + }, + { + "content": "<", + "color": "#A31515", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "stdio.h", + "color": "#A31515", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": ">", + "color": "#A31515", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "#", + "color": "#0000FF", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "include", + "color": "#0000FF", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#0000FF", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor rgb(0, 0, 255)" + }, + { + "content": "<", + "color": "#A31515", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "math.h", + "color": "#A31515", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": ">", + "color": "#A31515", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#0000FF", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor rgb(0, 0, 255)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " This is needed to use sqrt() function.", + "color": "#008000", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "main", + "color": "#000000", + "_t": "c.entity.function.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "float", + "color": "#0000FF", + "_t": "block.c.function.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " a, b, c, determinant, r1,r2, real, imag;", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "printf", + "color": "#000000", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Enter coefficients a, b and c: ", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "scanf", + "color": "#000000", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%f%f%f", + "color": "#A31515", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "a,", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "b,", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "c);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " determinant", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "c;", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " (determinant", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " r1", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " (", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "sqrt", + "color": "#000000", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(determinant))", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "a);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " r2", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " (", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "sqrt", + "color": "#000000", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(determinant))", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "a);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "printf", + "color": "#000000", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Roots are: ", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%.2f", + "color": "#A31515", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " and ", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%.2f", + "color": "#A31515", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",r1 , r2);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#0000FF", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " (determinant", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " r1 ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " r2 ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "a);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "printf", + "color": "#000000", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Roots are: ", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%.2f", + "color": "#A31515", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " and ", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%.2f", + "color": "#A31515", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", r1, r2);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#0000FF", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " real", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "a);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " imag ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sqrt", + "color": "#000000", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "determinant)", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "a);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "printf", + "color": "#000000", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Roots are: ", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%.2f", + "color": "#A31515", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "+", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%.2f", + "color": "#A31515", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "i and ", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%.2f", + "color": "#A31515", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "-", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%.2f", + "color": "#A31515", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "i", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", real, imag, real, imag);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "/*", + "color": "#7CA668", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " C Program to find roots of a quadratic equation when coefficients are entered by user. ", + "color": "#7CA668", + "_t": "block.c.comment", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Library function sqrt() computes the square root. ", + "color": "#7CA668", + "_t": "block.c.comment", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#569CD6", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "c.include.meta.preprocessor", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": "<", + "color": "#CE9178", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "stdio.h", + "color": "#CE9178", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#CE9178", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "#", + "color": "#569CD6", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "c.include.meta.preprocessor", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": "<", + "color": "#CE9178", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "math.h", + "color": "#CE9178", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#CE9178", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "c.include.meta.preprocessor", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " This is needed to use sqrt() function.", + "color": "#7CA668", + "_t": "block.c.comment", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "main", + "color": "#FFFFFF", + "_t": "c.entity.function.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "float", + "color": "#569CD6", + "_t": "block.c.function.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " a, b, c, determinant, r1,r2, real, imag;", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "printf", + "color": "#FFFFFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Enter coefficients a, b and c: ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "scanf", + "color": "#FFFFFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%f%f%f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a,", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b,", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "c);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " determinant", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "c;", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.c.control.function.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (determinant", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " r1", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "sqrt", + "color": "#FFFFFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(determinant))", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " r2", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "sqrt", + "color": "#FFFFFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(determinant))", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "printf", + "color": "#FFFFFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Roots are: ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " and ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",r1 , r2);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "block.c.control.function.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.c.control.function.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (determinant", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " r1 ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " r2 ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "printf", + "color": "#FFFFFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Roots are: ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " and ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", r1, r2);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "block.c.control.function.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " real", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " imag ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sqrt", + "color": "#FFFFFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "determinant)", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "printf", + "color": "#FFFFFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Roots are: ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "+", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "i and ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "-", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "i", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", real, imag, real, imag);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.c.control.function.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "/*", + "color": "#608B4E", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " C Program to find roots of a quadratic equation when coefficients are entered by user. ", + "color": "#608B4E", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Library function sqrt() computes the square root. ", + "color": "#608B4E", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#C586C0", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "include", + "color": "#C586C0", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": "<", + "color": "#CE9178", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "stdio.h", + "color": "#CE9178", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#CE9178", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "#", + "color": "#C586C0", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "include", + "color": "#C586C0", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": "<", + "color": "#CE9178", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "math.h", + "color": "#CE9178", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#CE9178", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " This is needed to use sqrt() function.", + "color": "#608B4E", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "main", + "color": "#DCDCAA", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "float", + "color": "#569CD6", + "_t": "block.c.function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " a, b, c, determinant, r1,r2, real, imag;", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#DCDCAA", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "printf", + "color": "#DCDCAA", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Enter coefficients a, b and c: ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#DCDCAA", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "scanf", + "color": "#DCDCAA", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%f%f%f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a,", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b,", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "c);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " determinant", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "c;", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " (determinant", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " r1", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "sqrt", + "color": "#DCDCAA", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(determinant))", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " r2", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "sqrt", + "color": "#DCDCAA", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(determinant))", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#DCDCAA", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "printf", + "color": "#DCDCAA", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Roots are: ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " and ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",r1 , r2);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#C586C0", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " (determinant", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " r1 ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " r2 ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#DCDCAA", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "printf", + "color": "#DCDCAA", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Roots are: ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " and ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", r1, r2);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#C586C0", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " real", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " imag ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#DCDCAA", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "sqrt", + "color": "#DCDCAA", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "determinant)", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "a);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#DCDCAA", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "printf", + "color": "#DCDCAA", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Roots are: ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "+", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "i and ", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "-", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%.2f", + "color": "#CE9178", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "i", + "color": "#CE9178", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", real, imag, real, imag);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "/*", + "color": "#008000", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " C Program to find roots of a quadratic equation when coefficients are entered by user. ", + "color": "#008000", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Library function sqrt() computes the square root. ", + "color": "#008000", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#AF00DB", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "include", + "color": "#AF00DB", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#0000FF", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor rgb(0, 0, 255)" + }, + { + "content": "<", + "color": "#A31515", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "stdio.h", + "color": "#A31515", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": ">", + "color": "#A31515", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "#", + "color": "#AF00DB", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "include", + "color": "#AF00DB", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#0000FF", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor rgb(0, 0, 255)" + }, + { + "content": "<", + "color": "#A31515", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "math.h", + "color": "#A31515", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": ">", + "color": "#A31515", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#0000FF", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor rgb(0, 0, 255)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " This is needed to use sqrt() function.", + "color": "#008000", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "main", + "color": "#795E26", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "float", + "color": "#0000FF", + "_t": "block.c.function.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " a, b, c, determinant, r1,r2, real, imag;", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#795E26", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "printf", + "color": "#795E26", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Enter coefficients a, b and c: ", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#795E26", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "scanf", + "color": "#795E26", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%f%f%f", + "color": "#A31515", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "a,", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "b,", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "c);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " determinant", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "c;", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " (determinant", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " r1", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " (", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "sqrt", + "color": "#795E26", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(determinant))", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "a);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " r2", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " (", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "sqrt", + "color": "#795E26", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(determinant))", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "a);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#795E26", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "printf", + "color": "#795E26", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Roots are: ", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%.2f", + "color": "#A31515", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " and ", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%.2f", + "color": "#A31515", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",r1 , r2);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#AF00DB", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " (determinant", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " r1 ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " r2 ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "a);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#795E26", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "printf", + "color": "#795E26", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Roots are: ", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%.2f", + "color": "#A31515", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " and ", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%.2f", + "color": "#A31515", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", r1, r2);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#AF00DB", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " real", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "a);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " imag ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#795E26", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "sqrt", + "color": "#795E26", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "determinant)", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "a);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#795E26", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "printf", + "color": "#795E26", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Roots are: ", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%.2f", + "color": "#A31515", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "+", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%.2f", + "color": "#A31515", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "i and ", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%.2f", + "color": "#A31515", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "-", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%.2f", + "color": "#A31515", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "i", + "color": "#A31515", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", real, imag, real, imag);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "/*", + "color": "#A57A4C", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " C Program to find roots of a quadratic equation when coefficients are entered by user. ", + "color": "#A57A4C", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Library function sqrt() computes the square root. ", + "color": "#A57A4C", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#98676A", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "include", + "color": "#98676A", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "stdio.h", + "color": "#889B4A", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#98676A", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "include", + "color": "#98676A", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "math.h", + "color": "#889B4A", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " This is needed to use sqrt() function.", + "color": "#A57A4C", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "int", + "color": "#98676A", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "main", + "color": "#8AB1B0", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "float", + "color": "#98676A", + "_t": "block.c.function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " a, b, c, determinant, r1,r2, real, imag;", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#7E602C", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "printf", + "color": "#7E602C", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Enter coefficients a, b and c: ", + "color": "#889B4A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#7E602C", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "scanf", + "color": "#7E602C", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "%f%f%f", + "color": "#F79A32", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "&", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "a,", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "&", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "b,", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "&", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "c);", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " determinant", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "b", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "b", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "4", + "color": "#F79A32", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "c;", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " (determinant", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " r1", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "b", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "sqrt", + "color": "#7E602C", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(determinant))", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "a);", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " r2", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "b", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "sqrt", + "color": "#7E602C", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(determinant))", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "a);", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#7E602C", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "printf", + "color": "#7E602C", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Roots are: ", + "color": "#889B4A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "%.2f", + "color": "#F79A32", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " and ", + "color": "#889B4A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "%.2f", + "color": "#F79A32", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",r1 , r2);", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "else", + "color": "#98676A", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " (determinant", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "==", + "color": "#D3AF86", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " r1 ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " r2 ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "b", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "a);", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#7E602C", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "printf", + "color": "#7E602C", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Roots are: ", + "color": "#889B4A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "%.2f", + "color": "#F79A32", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " and ", + "color": "#889B4A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "%.2f", + "color": "#F79A32", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ", r1, r2);", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "else", + "color": "#98676A", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " real", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "b", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "a);", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " imag ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#7E602C", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "sqrt", + "color": "#7E602C", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "determinant)", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "a);", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#7E602C", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "printf", + "color": "#7E602C", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Roots are: ", + "color": "#889B4A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "%.2f", + "color": "#F79A32", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "+", + "color": "#889B4A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "%.2f", + "color": "#F79A32", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "i and ", + "color": "#889B4A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "%.2f", + "color": "#F79A32", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "-", + "color": "#889B4A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "%.2f", + "color": "#F79A32", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "i", + "color": "#889B4A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ", real, imag, real, imag);", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "/*", + "color": "#75715E", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " C Program to find roots of a quadratic equation when coefficients are entered by user. ", + "color": "#75715E", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Library function sqrt() computes the square root. ", + "color": "#75715E", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#F92672", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "include", + "color": "#F92672", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#E6DB74", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "stdio.h", + "color": "#E6DB74", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#E6DB74", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "#", + "color": "#F92672", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "include", + "color": "#F92672", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#E6DB74", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "math.h", + "color": "#E6DB74", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#E6DB74", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " This is needed to use sqrt() function.", + "color": "#75715E", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "int", + "color": "#66D9EF", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "main", + "color": "#A6E22E", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "float", + "color": "#66D9EF", + "_t": "block.c.function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " a, b, c, determinant, r1,r2, real, imag;", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#66D9EF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "printf", + "color": "#66D9EF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Enter coefficients a, b and c: ", + "color": "#E6DB74", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#66D9EF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "scanf", + "color": "#66D9EF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "%f%f%f", + "color": "#AE81FF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "&", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "a,", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "&", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "b,", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "&", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "c);", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " determinant", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "b", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "b", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "4", + "color": "#AE81FF", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "a", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "c;", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (determinant", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">", + "color": "#F92672", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " r1", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "b", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "sqrt", + "color": "#66D9EF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(determinant))", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "a);", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " r2", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "b", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "sqrt", + "color": "#66D9EF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(determinant))", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "a);", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#66D9EF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "printf", + "color": "#66D9EF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Roots are: ", + "color": "#E6DB74", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "%.2f", + "color": "#AE81FF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " and ", + "color": "#E6DB74", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "%.2f", + "color": "#AE81FF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",r1 , r2);", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "else", + "color": "#F92672", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (determinant", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "==", + "color": "#F92672", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " r1 ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " r2 ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "b", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "a);", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#66D9EF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "printf", + "color": "#66D9EF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Roots are: ", + "color": "#E6DB74", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "%.2f", + "color": "#AE81FF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " and ", + "color": "#E6DB74", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "%.2f", + "color": "#AE81FF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", r1, r2);", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "else", + "color": "#F92672", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " real", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "b", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "a);", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " imag ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#66D9EF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "sqrt", + "color": "#66D9EF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "determinant)", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "a);", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#66D9EF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "printf", + "color": "#66D9EF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Roots are: ", + "color": "#E6DB74", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "%.2f", + "color": "#AE81FF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "+", + "color": "#E6DB74", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "%.2f", + "color": "#AE81FF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "i and ", + "color": "#E6DB74", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "%.2f", + "color": "#AE81FF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "-", + "color": "#E6DB74", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "%.2f", + "color": "#AE81FF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "i", + "color": "#E6DB74", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", real, imag, real, imag);", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "/*", + "color": "#9A9B99", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " C Program to find roots of a quadratic equation when coefficients are entered by user. ", + "color": "#9A9B99", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Library function sqrt() computes the square root. ", + "color": "#9A9B99", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9872A2", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "include", + "color": "#9872A2", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#9AA83A", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "stdio.h", + "color": "#9AA83A", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#9AA83A", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "#", + "color": "#9872A2", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "include", + "color": "#9872A2", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#9AA83A", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "math.h", + "color": "#9AA83A", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#9AA83A", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " This is needed to use sqrt() function.", + "color": "#9A9B99", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "int", + "color": "#9872A2", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "main", + "color": "#CE6700", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "float", + "color": "#9872A2", + "_t": "block.c.function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " a, b, c, determinant, r1,r2, real, imag;", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#9872A2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "printf", + "color": "#9872A2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Enter coefficients a, b and c: ", + "color": "#9AA83A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#9872A2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "scanf", + "color": "#9872A2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "%f%f%f", + "color": "#8080FF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "&", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "a,", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "&", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "b,", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "&", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "c);", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " determinant", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "b", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "b", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "4", + "color": "#6089B4", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "*", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "a", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "c;", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " (determinant", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ">", + "color": "#676867", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " r1", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "b", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "sqrt", + "color": "#9872A2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(determinant))", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "*", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "a);", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " r2", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "b", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "sqrt", + "color": "#9872A2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(determinant))", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "*", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "a);", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#9872A2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "printf", + "color": "#9872A2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Roots are: ", + "color": "#9AA83A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "%.2f", + "color": "#8080FF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": " and ", + "color": "#9AA83A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "%.2f", + "color": "#8080FF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",r1 , r2);", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "else", + "color": "#9872A2", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " (determinant", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "==", + "color": "#676867", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " r1 ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " r2 ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "b", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "*", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "a);", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#9872A2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "printf", + "color": "#9872A2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Roots are: ", + "color": "#9AA83A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "%.2f", + "color": "#8080FF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": " and ", + "color": "#9AA83A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "%.2f", + "color": "#8080FF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ", r1, r2);", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "else", + "color": "#9872A2", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " real", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "b", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "*", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "a);", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " imag ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#9872A2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "sqrt", + "color": "#9872A2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "determinant)", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "*", + "color": "#676867", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "a);", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#9872A2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "printf", + "color": "#9872A2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Roots are: ", + "color": "#9AA83A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "%.2f", + "color": "#8080FF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "+", + "color": "#9AA83A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "%.2f", + "color": "#8080FF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "i and ", + "color": "#9AA83A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "%.2f", + "color": "#8080FF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "-", + "color": "#9AA83A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "%.2f", + "color": "#8080FF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "i", + "color": "#9AA83A", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ", real, imag, real, imag);", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "/*", + "color": "#AAAAAA", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " C Program to find roots of a quadratic equation when coefficients are entered by user. ", + "color": "#AAAAAA", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Library function sqrt() computes the square root. ", + "color": "#AAAAAA", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#777777", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "include", + "color": "#4B83CD", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "stdio.h", + "color": "#448C27", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ">", + "color": "#777777", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#777777", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "include", + "color": "#4B83CD", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "math.h", + "color": "#448C27", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ">", + "color": "#777777", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " This is needed to use sqrt() function.", + "color": "#AAAAAA", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "int", + "color": "#7A3E9D", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#777777", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "main", + "color": "#AA3731", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "float", + "color": "#7A3E9D", + "_t": "block.c.function.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " a, b, c, determinant, r1,r2, real, imag;", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "printf", + "color": "#AA3731", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Enter coefficients a, b and c: ", + "color": "#448C27", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ");", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "scanf", + "color": "#AA3731", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "%f%f%f", + "color": "#448C27", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "&", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "a,", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "&", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "b,", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "&", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "c);", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " determinant", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "b", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "b", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "4", + "color": "#AB6526", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "*", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "a", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "c;", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (determinant", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ">", + "color": "#777777", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " r1", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " (", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "b", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "sqrt", + "color": "#AA3731", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(determinant))", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "*", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "a);", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " r2", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " (", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "b", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "sqrt", + "color": "#AA3731", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(determinant))", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "*", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "a);", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "printf", + "color": "#AA3731", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Roots are: ", + "color": "#448C27", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "%.2f", + "color": "#448C27", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " and ", + "color": "#448C27", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "%.2f", + "color": "#448C27", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",r1 , r2);", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "else", + "color": "#4B83CD", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (determinant", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "==", + "color": "#777777", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " r1 ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " r2 ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "b", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "*", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "a);", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "printf", + "color": "#AA3731", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Roots are: ", + "color": "#448C27", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "%.2f", + "color": "#448C27", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " and ", + "color": "#448C27", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "%.2f", + "color": "#448C27", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ", r1, r2);", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "else", + "color": "#4B83CD", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " real", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "b", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "*", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "a);", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " imag ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "sqrt", + "color": "#AA3731", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "determinant)", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "*", + "color": "#777777", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "a);", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "printf", + "color": "#AA3731", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Roots are: ", + "color": "#448C27", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "%.2f", + "color": "#448C27", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "+", + "color": "#448C27", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "%.2f", + "color": "#448C27", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "i and ", + "color": "#448C27", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "%.2f", + "color": "#448C27", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "-", + "color": "#448C27", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "%.2f", + "color": "#448C27", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "i", + "color": "#448C27", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ", real, imag, real, imag);", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "/*", + "color": "#E7C0C0", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " C Program to find roots of a quadratic equation when coefficients are entered by user. ", + "color": "#E7C0C0", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Library function sqrt() computes the square root. ", + "color": "#E7C0C0", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#F12727", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "include", + "color": "#F12727", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#CD8D8D", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "stdio.h", + "color": "#CD8D8D", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ">", + "color": "#CD8D8D", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "#", + "color": "#F12727", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "include", + "color": "#F12727", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#CD8D8D", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "math.h", + "color": "#CD8D8D", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ">", + "color": "#CD8D8D", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " This is needed to use sqrt() function.", + "color": "#E7C0C0", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "int", + "color": "#FF6262", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "main", + "color": "#FEC758", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "float", + "color": "#FF6262", + "_t": "block.c.function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " a, b, c, determinant, r1,r2, real, imag;", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#FFB454", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "printf", + "color": "#FFB454", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Enter coefficients a, b and c: ", + "color": "#CD8D8D", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#FFB454", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "scanf", + "color": "#FFB454", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "%f%f%f", + "color": "#FFE862", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.constant rgb(255, 232, 98)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "&", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "a,", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "&", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "b,", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "&", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "c);", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " determinant", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "b", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "b", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "4", + "color": "#994646", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "a", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "c;", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (determinant", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ">", + "color": "#F12727", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "0", + "color": "#994646", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " r1", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "b", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "sqrt", + "color": "#FFB454", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(determinant))", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "a);", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " r2", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "b", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "sqrt", + "color": "#FFB454", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(determinant))", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "a);", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#FFB454", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "printf", + "color": "#FFB454", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Roots are: ", + "color": "#CD8D8D", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "%.2f", + "color": "#FFE862", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.constant rgb(255, 232, 98)" + }, + { + "content": " and ", + "color": "#CD8D8D", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "%.2f", + "color": "#FFE862", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.constant rgb(255, 232, 98)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",r1 , r2);", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "else", + "color": "#F12727", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (determinant", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "==", + "color": "#F12727", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "0", + "color": "#994646", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " r1 ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " r2 ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "b", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "a);", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#FFB454", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "printf", + "color": "#FFB454", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Roots are: ", + "color": "#CD8D8D", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "%.2f", + "color": "#FFE862", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.constant rgb(255, 232, 98)" + }, + { + "content": " and ", + "color": "#CD8D8D", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "%.2f", + "color": "#FFE862", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.constant rgb(255, 232, 98)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ", r1, r2);", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "else", + "color": "#F12727", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " real", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "b", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "a);", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " imag ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#FFB454", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "sqrt", + "color": "#FFB454", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "determinant)", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "a);", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#FFB454", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "printf", + "color": "#FFB454", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Roots are: ", + "color": "#CD8D8D", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "%.2f", + "color": "#FFE862", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.constant rgb(255, 232, 98)" + }, + { + "content": "+", + "color": "#CD8D8D", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "%.2f", + "color": "#FFE862", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.constant rgb(255, 232, 98)" + }, + { + "content": "i and ", + "color": "#CD8D8D", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "%.2f", + "color": "#FFE862", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.constant rgb(255, 232, 98)" + }, + { + "content": "-", + "color": "#CD8D8D", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "%.2f", + "color": "#FFE862", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.constant rgb(255, 232, 98)" + }, + { + "content": "i", + "color": "#CD8D8D", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ", real, imag, real, imag);", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "/*", + "color": "#657B83", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " C Program to find roots of a quadratic equation when coefficients are entered by user. ", + "color": "#657B83", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Library function sqrt() computes the square root. ", + "color": "#657B83", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#B58900", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "include", + "color": "#B58900", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "<", + "color": "#B58900", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "stdio.h", + "color": "#B58900", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": ">", + "color": "#B58900", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "#", + "color": "#B58900", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "include", + "color": "#B58900", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "<", + "color": "#B58900", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "math.h", + "color": "#B58900", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": ">", + "color": "#B58900", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " This is needed to use sqrt() function.", + "color": "#657B83", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "int", + "color": "#93A1A1", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "main", + "color": "#268BD2", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "float", + "color": "#93A1A1", + "_t": "block.c.function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " a, b, c, determinant, r1,r2, real, imag;", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "printf", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Enter coefficients a, b and c: ", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "scanf", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%f%f%f", + "color": "#CB4B16", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "&", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "a,", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "&", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "b,", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "&", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "c);", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " determinant", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "b", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "b", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "a", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "c;", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (determinant", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#859900", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " r1", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "b", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "sqrt", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(determinant))", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "a);", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " r2", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "b", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "sqrt", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(determinant))", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "a);", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "printf", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Roots are: ", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%.2f", + "color": "#CB4B16", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " and ", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%.2f", + "color": "#CB4B16", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",r1 , r2);", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "else", + "color": "#859900", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (determinant", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "==", + "color": "#859900", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " r1 ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " r2 ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "b", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "a);", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "printf", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Roots are: ", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%.2f", + "color": "#CB4B16", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " and ", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%.2f", + "color": "#CB4B16", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", r1, r2);", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "else", + "color": "#859900", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " real", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "b", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "a);", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " imag ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "sqrt", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "determinant)", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "a);", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "printf", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Roots are: ", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%.2f", + "color": "#CB4B16", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "+", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%.2f", + "color": "#CB4B16", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "i and ", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%.2f", + "color": "#CB4B16", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "-", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%.2f", + "color": "#CB4B16", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "i", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", real, imag, real, imag);", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "/*", + "color": "#93A1A1", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " C Program to find roots of a quadratic equation when coefficients are entered by user. ", + "color": "#93A1A1", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Library function sqrt() computes the square root. ", + "color": "#93A1A1", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#B58900", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "include", + "color": "#B58900", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "<", + "color": "#B58900", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "stdio.h", + "color": "#B58900", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": ">", + "color": "#B58900", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "#", + "color": "#B58900", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "include", + "color": "#B58900", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "<", + "color": "#B58900", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "math.h", + "color": "#B58900", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": ">", + "color": "#B58900", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " This is needed to use sqrt() function.", + "color": "#93A1A1", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "int", + "color": "#073642", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "main", + "color": "#268BD2", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "float", + "color": "#073642", + "_t": "block.c.function.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " a, b, c, determinant, r1,r2, real, imag;", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "printf", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Enter coefficients a, b and c: ", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "scanf", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%f%f%f", + "color": "#CB4B16", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "&", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "a,", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "&", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "b,", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "&", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "c);", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " determinant", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "b", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "b", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "a", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "c;", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (determinant", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ">", + "color": "#859900", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " r1", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "b", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "sqrt", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(determinant))", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "a);", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " r2", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "b", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "sqrt", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(determinant))", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "a);", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "printf", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Roots are: ", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%.2f", + "color": "#CB4B16", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " and ", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%.2f", + "color": "#CB4B16", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",r1 , r2);", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "else", + "color": "#859900", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (determinant", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "==", + "color": "#859900", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " r1 ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " r2 ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "b", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "a);", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "printf", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Roots are: ", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%.2f", + "color": "#CB4B16", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " and ", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%.2f", + "color": "#CB4B16", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", r1, r2);", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "else", + "color": "#859900", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " real", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "b", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "a);", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " imag ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "sqrt", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "determinant)", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "a);", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "printf", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Roots are: ", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%.2f", + "color": "#CB4B16", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "+", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%.2f", + "color": "#CB4B16", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "i and ", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%.2f", + "color": "#CB4B16", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "-", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%.2f", + "color": "#CB4B16", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "i", + "color": "#2AA198", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", real, imag, real, imag);", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "/*", + "color": "#7285B7", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " C Program to find roots of a quadratic equation when coefficients are entered by user. ", + "color": "#7285B7", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Library function sqrt() computes the square root. ", + "color": "#7285B7", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#EBBBFF", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "include", + "color": "#EBBBFF", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D1F1A9", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "stdio.h", + "color": "#D1F1A9", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ">", + "color": "#D1F1A9", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "#", + "color": "#EBBBFF", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "include", + "color": "#EBBBFF", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D1F1A9", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "math.h", + "color": "#D1F1A9", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ">", + "color": "#D1F1A9", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " This is needed to use sqrt() function.", + "color": "#7285B7", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "int", + "color": "#EBBBFF", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "main", + "color": "#BBDAFF", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "float", + "color": "#EBBBFF", + "_t": "block.c.function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " a, b, c, determinant, r1,r2, real, imag;", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "printf", + "color": "#BBDAFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Enter coefficients a, b and c: ", + "color": "#D1F1A9", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "scanf", + "color": "#BBDAFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "%f%f%f", + "color": "#FFFFFF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "a,", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "b,", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "c);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " determinant", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "b", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "b", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "4", + "color": "#FFC58F", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "a", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "c;", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " (determinant", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#99FFFF", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " r1", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "b", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "sqrt", + "color": "#BBDAFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(determinant))", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "a);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " r2", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "b", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "sqrt", + "color": "#BBDAFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(determinant))", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "a);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "printf", + "color": "#BBDAFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Roots are: ", + "color": "#D1F1A9", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "%.2f", + "color": "#FFFFFF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": " and ", + "color": "#D1F1A9", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "%.2f", + "color": "#FFFFFF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",r1 , r2);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#EBBBFF", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " (determinant", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#99FFFF", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " r1 ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " r2 ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "b", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "a);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "printf", + "color": "#BBDAFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Roots are: ", + "color": "#D1F1A9", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "%.2f", + "color": "#FFFFFF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": " and ", + "color": "#D1F1A9", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "%.2f", + "color": "#FFFFFF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ", r1, r2);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#EBBBFF", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " real", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "b", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "a);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " imag ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "sqrt", + "color": "#BBDAFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "determinant)", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "a);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "printf", + "color": "#BBDAFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.block.c.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Roots are: ", + "color": "#D1F1A9", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "%.2f", + "color": "#FFFFFF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D1F1A9", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "%.2f", + "color": "#FFFFFF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": "i and ", + "color": "#D1F1A9", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "%.2f", + "color": "#FFFFFF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D1F1A9", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "%.2f", + "color": "#FFFFFF", + "_t": "block.c.constant.double.function.meta.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#D1F1A9", + "_t": "block.c.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "block.c.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ", real, imag, real, imag);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.c.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.c.result.patch new file mode 100644 index 000000000..b4734ba37 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.c.result.patch @@ -0,0 +1,205 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [ + { + "index": 42, + "content": "%f", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 42, + "content": "%f", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 42, + "content": "%f", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 101, + "content": "%.2f", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 103, + "content": "%.2f", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 135, + "content": "%.2f", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 137, + "content": "%.2f", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 173, + "content": "%.2f", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 175, + "content": "%.2f", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 177, + "content": "%.2f", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 179, + "content": "%.2f", + "color": "#448C27", + "newColor": "#AB6526" + } + ], + "red": [], + "solarized_dark": [ + { + "index": 6, + "content": "#", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 7, + "content": "include", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 9, + "content": "<", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 10, + "content": "stdio.h", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 11, + "content": ">", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 12, + "content": "#", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 13, + "content": "include", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 15, + "content": "<", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 16, + "content": "math.h", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 17, + "content": ">", + "color": "#B58900", + "newColor": "#2AA198" + } + ], + "solarized_light": [ + { + "index": 6, + "content": "#", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 7, + "content": "include", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 9, + "content": "<", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 10, + "content": "stdio.h", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 11, + "content": ">", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 12, + "content": "#", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 13, + "content": "include", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 15, + "content": "<", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 16, + "content": "math.h", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 17, + "content": ">", + "color": "#B58900", + "newColor": "#2AA198" + } + ], + "tomorrow_night_blue": [] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cc b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cc new file mode 100644 index 000000000..578c2e446 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cc @@ -0,0 +1,27 @@ +#if B4G_DEBUG_CHECK + fprintf(stderr,"num_candidate_ret=%d:", num_candidate); + for(int i=0;i o(new O); + // sadness. + + sprintf(options, "STYLE=Keramik;TITLE=%s;THEME=%s", ...); +} + + +int main2() { + printf(";"); + // the rest of + asm("movw $0x38, %ax; ltr %ax"); + fn("{};"); + + // the rest of +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cc.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cc.result new file mode 100644 index 000000000..ca9213123 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cc.result @@ -0,0 +1,11958 @@ +{ + "abyss": [ + { + "content": "#", + "color": "#225588", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "if", + "color": "#225588", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " B4G_DEBUG_CHECK", + "color": "#6688CC", + "_t": "c.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fprintf", + "color": "#DDBB88", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "stderr,", + "color": "#6688CC", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "num_candidate_ret=%d:", + "color": "#22AA44", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", num_candidate", + "color": "#6688CC", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "c.control.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "int", + "color": "#9966B8", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " i", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.c.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "c.constant.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";i", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "c.comparison.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "num_candidate;", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "++", + "color": "#225588", + "_t": "c.increment.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "i)", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fprintf", + "color": "#DDBB88", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "stderr,", + "color": "#6688CC", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "%d,", + "color": "#22AA44", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",user_candidate[i]", + "color": "#6688CC", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fprintf", + "color": "#DDBB88", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "stderr,", + "color": "#6688CC", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#22AA44", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#225588", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "endif", + "color": "#225588", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "void", + "color": "#9966B8", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "main", + "color": "#DDBB88", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "O obj", + "color": "#6688CC", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "LOG_INFO", + "color": "#9966B8", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "not hilighted as string", + "color": "#22AA44", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "LOG_INFO", + "color": "#9966B8", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "obj ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<<", + "color": "#225588", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", even worse; ", + "color": "#22AA44", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<<", + "color": "#225588", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " obj", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "block.c.dot-access.function.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x", + "color": "#6688CC", + "_t": "block.c.function.member.meta.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<<", + "color": "#225588", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " check this out.", + "color": "#22AA44", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#223355", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " everything from this point on is interpeted as a string literal...", + "color": "#223355", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " O x;", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " std::unique_ptr", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "O", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">", + "color": "#225588", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "o", + "color": "#9966B8", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "new", + "color": "#225588", + "_t": "block.c.control.cpp.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " O);", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#223355", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " sadness.", + "color": "#223355", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#9966B8", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "sprintf", + "color": "#9966B8", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(options, ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "STYLE=Keramik;TITLE=%s;THEME=%s", + "color": "#22AA44", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", ...);", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "int", + "color": "#9966B8", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "main2", + "color": "#DDBB88", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#9966B8", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "printf", + "color": "#9966B8", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#22AA44", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#223355", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " the rest of", + "color": "#223355", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "asm", + "color": "#9966B8", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "movw $0x38, %ax; ltr %ax", + "color": "#22AA44", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fn", + "color": "#9966B8", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "{};", + "color": "#22AA44", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#223355", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " the rest of", + "color": "#223355", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "#", + "color": "#569CD6", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " B4G_DEBUG_CHECK", + "color": "#569CD6", + "_t": "c.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fprintf", + "color": "#D4D4D4", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "stderr,", + "color": "#D4D4D4", + "_t": "c.function.meta.parens", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "num_candidate_ret=%d:", + "color": "#CE9178", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", num_candidate", + "color": "#D4D4D4", + "_t": "c.function.meta.parens", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "c.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " i", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.c.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "c.constant.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";i", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "c.comparison.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "num_candidate;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "c.increment.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "i)", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fprintf", + "color": "#D4D4D4", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "stderr,", + "color": "#D4D4D4", + "_t": "c.function.meta.parens", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%d,", + "color": "#CE9178", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",user_candidate[i]", + "color": "#D4D4D4", + "_t": "c.function.meta.parens", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fprintf", + "color": "#D4D4D4", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "stderr,", + "color": "#D4D4D4", + "_t": "c.function.meta.parens", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#CE9178", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#569CD6", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "endif", + "color": "#569CD6", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "main", + "color": "#D4D4D4", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "O obj", + "color": "#D4D4D4", + "_t": "c.function.meta.parens", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "LOG_INFO", + "color": "#D4D4D4", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "not hilighted as string", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "LOG_INFO", + "color": "#D4D4D4", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "obj ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", even worse; ", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " obj", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "block.c.dot-access.function.meta.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#D4D4D4", + "_t": "block.c.function.member.meta.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " check this out.", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " everything from this point on is interpeted as a string literal...", + "color": "#608B4E", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " O x;", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " std::unique_ptr", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "O", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "o", + "color": "#D4D4D4", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "block.c.control.cpp.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " O);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " sadness.", + "color": "#608B4E", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sprintf", + "color": "#D4D4D4", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(options, ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "STYLE=Keramik;TITLE=%s;THEME=%s", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ...);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "main2", + "color": "#D4D4D4", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "printf", + "color": "#D4D4D4", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " the rest of", + "color": "#608B4E", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "asm", + "color": "#D4D4D4", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "movw $0x38, %ax; ltr %ax", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fn", + "color": "#D4D4D4", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "{};", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " the rest of", + "color": "#608B4E", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "#", + "color": "#0000FF", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " B4G_DEBUG_CHECK", + "color": "#0000FF", + "_t": "c.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fprintf", + "color": "#000000", + "_t": "c.entity.function.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "stderr,", + "color": "#000000", + "_t": "c.function.meta.parens", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "num_candidate_ret=%d:", + "color": "#A31515", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", num_candidate", + "color": "#000000", + "_t": "c.function.meta.parens", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "c.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " i", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.c.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "c.constant.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";i", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "c.comparison.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "num_candidate;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++", + "color": "#000000", + "_t": "c.increment.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "i)", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fprintf", + "color": "#000000", + "_t": "c.entity.function.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "stderr,", + "color": "#000000", + "_t": "c.function.meta.parens", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%d,", + "color": "#A31515", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",user_candidate[i]", + "color": "#000000", + "_t": "c.function.meta.parens", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fprintf", + "color": "#000000", + "_t": "c.entity.function.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "stderr,", + "color": "#000000", + "_t": "c.function.meta.parens", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#A31515", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#0000FF", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "endif", + "color": "#0000FF", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "void", + "color": "#0000FF", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "main", + "color": "#000000", + "_t": "c.entity.function.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "O obj", + "color": "#000000", + "_t": "c.function.meta.parens", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "LOG_INFO", + "color": "#000000", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "not hilighted as string", + "color": "#A31515", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "LOG_INFO", + "color": "#000000", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "obj ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<<", + "color": "#000000", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", even worse; ", + "color": "#A31515", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<<", + "color": "#000000", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " obj", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "block.c.dot-access.function.meta.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#000000", + "_t": "block.c.function.member.meta.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<<", + "color": "#000000", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " check this out.", + "color": "#A31515", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " everything from this point on is interpeted as a string literal...", + "color": "#008000", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " O x;", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " std::unique_ptr", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "O", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "o", + "color": "#000000", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "block.c.control.cpp.function.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " O);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " sadness.", + "color": "#008000", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sprintf", + "color": "#000000", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(options, ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "STYLE=Keramik;TITLE=%s;THEME=%s", + "color": "#A31515", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ...);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "main2", + "color": "#000000", + "_t": "c.entity.function.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "printf", + "color": "#000000", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#A31515", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " the rest of", + "color": "#008000", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "asm", + "color": "#000000", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "movw $0x38, %ax; ltr %ax", + "color": "#A31515", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fn", + "color": "#000000", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "{};", + "color": "#A31515", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " the rest of", + "color": "#008000", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "#", + "color": "#569CD6", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " B4G_DEBUG_CHECK", + "color": "#569CD6", + "_t": "c.meta.preprocessor", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fprintf", + "color": "#FFFFFF", + "_t": "c.entity.function.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "stderr,", + "color": "#FFFFFF", + "_t": "c.function.meta.parens", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "num_candidate_ret=%d:", + "color": "#CE9178", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", num_candidate", + "color": "#FFFFFF", + "_t": "c.function.meta.parens", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "c.control.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " i", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.c.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "c.constant.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";i", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "c.comparison.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "num_candidate;", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "c.increment.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "i)", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fprintf", + "color": "#FFFFFF", + "_t": "c.entity.function.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "stderr,", + "color": "#FFFFFF", + "_t": "c.function.meta.parens", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%d,", + "color": "#CE9178", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",user_candidate[i]", + "color": "#FFFFFF", + "_t": "c.function.meta.parens", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fprintf", + "color": "#FFFFFF", + "_t": "c.entity.function.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "stderr,", + "color": "#FFFFFF", + "_t": "c.function.meta.parens", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#CE9178", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#569CD6", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "endif", + "color": "#569CD6", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "c.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "main", + "color": "#FFFFFF", + "_t": "c.entity.function.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "O obj", + "color": "#FFFFFF", + "_t": "c.function.meta.parens", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "LOG_INFO", + "color": "#FFFFFF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "not hilighted as string", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "LOG_INFO", + "color": "#FFFFFF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "obj ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", even worse; ", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " obj", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "block.c.dot-access.function.meta.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FFFFFF", + "_t": "block.c.function.member.meta.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " check this out.", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " everything from this point on is interpeted as a string literal...", + "color": "#7CA668", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " O x;", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " std::unique_ptr", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "O", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "o", + "color": "#FFFFFF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "block.c.control.cpp.function.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " O);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " sadness.", + "color": "#7CA668", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sprintf", + "color": "#FFFFFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(options, ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "STYLE=Keramik;TITLE=%s;THEME=%s", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ...);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "main2", + "color": "#FFFFFF", + "_t": "c.entity.function.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "printf", + "color": "#FFFFFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " the rest of", + "color": "#7CA668", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "asm", + "color": "#FFFFFF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "movw $0x38, %ax; ltr %ax", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fn", + "color": "#FFFFFF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "{};", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " the rest of", + "color": "#7CA668", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "#", + "color": "#C586C0", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " B4G_DEBUG_CHECK", + "color": "#569CD6", + "_t": "c.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fprintf", + "color": "#DCDCAA", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "stderr,", + "color": "#D4D4D4", + "_t": "c.function.meta.parens", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "num_candidate_ret=%d:", + "color": "#CE9178", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", num_candidate", + "color": "#D4D4D4", + "_t": "c.function.meta.parens", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "c.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " i", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.c.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "c.constant.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";i", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "c.comparison.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "num_candidate;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "c.increment.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "i)", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fprintf", + "color": "#DCDCAA", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "stderr,", + "color": "#D4D4D4", + "_t": "c.function.meta.parens", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%d,", + "color": "#CE9178", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",user_candidate[i]", + "color": "#D4D4D4", + "_t": "c.function.meta.parens", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fprintf", + "color": "#DCDCAA", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "stderr,", + "color": "#D4D4D4", + "_t": "c.function.meta.parens", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#CE9178", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#C586C0", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "endif", + "color": "#C586C0", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "main", + "color": "#DCDCAA", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "O obj", + "color": "#D4D4D4", + "_t": "c.function.meta.parens", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "LOG_INFO", + "color": "#DCDCAA", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "not hilighted as string", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "LOG_INFO", + "color": "#DCDCAA", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "obj ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", even worse; ", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " obj", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "block.c.dot-access.function.meta.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#9CDCFE", + "_t": "block.c.function.member.meta.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " check this out.", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " everything from this point on is interpeted as a string literal...", + "color": "#608B4E", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " O x;", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " std::unique_ptr", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "O", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "o", + "color": "#DCDCAA", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#C586C0", + "_t": "block.c.control.cpp.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " O);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " sadness.", + "color": "#608B4E", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#DCDCAA", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "sprintf", + "color": "#DCDCAA", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(options, ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "STYLE=Keramik;TITLE=%s;THEME=%s", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ...);", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "main2", + "color": "#DCDCAA", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#DCDCAA", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "printf", + "color": "#DCDCAA", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " the rest of", + "color": "#608B4E", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "asm", + "color": "#DCDCAA", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "movw $0x38, %ax; ltr %ax", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fn", + "color": "#DCDCAA", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "{};", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " the rest of", + "color": "#608B4E", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "#", + "color": "#AF00DB", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " B4G_DEBUG_CHECK", + "color": "#0000FF", + "_t": "c.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fprintf", + "color": "#795E26", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "stderr,", + "color": "#000000", + "_t": "c.function.meta.parens", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "num_candidate_ret=%d:", + "color": "#A31515", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", num_candidate", + "color": "#000000", + "_t": "c.function.meta.parens", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "c.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " i", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.c.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "c.constant.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";i", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "c.comparison.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "num_candidate;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++", + "color": "#000000", + "_t": "c.increment.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "i)", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fprintf", + "color": "#795E26", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "stderr,", + "color": "#000000", + "_t": "c.function.meta.parens", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%d,", + "color": "#A31515", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",user_candidate[i]", + "color": "#000000", + "_t": "c.function.meta.parens", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fprintf", + "color": "#795E26", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "stderr,", + "color": "#000000", + "_t": "c.function.meta.parens", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#A31515", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#AF00DB", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "endif", + "color": "#AF00DB", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "void", + "color": "#0000FF", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "main", + "color": "#795E26", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "O obj", + "color": "#000000", + "_t": "c.function.meta.parens", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "LOG_INFO", + "color": "#795E26", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "not hilighted as string", + "color": "#A31515", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "LOG_INFO", + "color": "#795E26", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "obj ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<<", + "color": "#000000", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", even worse; ", + "color": "#A31515", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<<", + "color": "#000000", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " obj", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "block.c.dot-access.function.meta.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#001080", + "_t": "block.c.function.member.meta.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<<", + "color": "#000000", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " check this out.", + "color": "#A31515", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " everything from this point on is interpeted as a string literal...", + "color": "#008000", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " O x;", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " std::unique_ptr", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "O", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "o", + "color": "#795E26", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#AF00DB", + "_t": "block.c.control.cpp.function.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " O);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " sadness.", + "color": "#008000", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#795E26", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "sprintf", + "color": "#795E26", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(options, ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "STYLE=Keramik;TITLE=%s;THEME=%s", + "color": "#A31515", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ...);", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "main2", + "color": "#795E26", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#795E26", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "printf", + "color": "#795E26", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#A31515", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " the rest of", + "color": "#008000", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "asm", + "color": "#795E26", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "movw $0x38, %ax; ltr %ax", + "color": "#A31515", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fn", + "color": "#795E26", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "{};", + "color": "#A31515", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " the rest of", + "color": "#008000", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "#", + "color": "#98676A", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " B4G_DEBUG_CHECK", + "color": "#D3AF86", + "_t": "c.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fprintf", + "color": "#8AB1B0", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "stderr,", + "color": "#D3AF86", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "num_candidate_ret=%d:", + "color": "#889B4A", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ", num_candidate", + "color": "#D3AF86", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "c.control.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "int", + "color": "#98676A", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " i", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.c.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "c.constant.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";i", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "c.comparison.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "num_candidate;", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "++", + "color": "#D3AF86", + "_t": "c.increment.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "i)", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fprintf", + "color": "#8AB1B0", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "stderr,", + "color": "#D3AF86", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "%d,", + "color": "#889B4A", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",user_candidate[i]", + "color": "#D3AF86", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fprintf", + "color": "#8AB1B0", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "stderr,", + "color": "#D3AF86", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#889B4A", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#98676A", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "endif", + "color": "#98676A", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "void", + "color": "#98676A", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "main", + "color": "#8AB1B0", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "O obj", + "color": "#D3AF86", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "LOG_INFO", + "color": "#8AB1B0", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "not hilighted as string", + "color": "#889B4A", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "LOG_INFO", + "color": "#8AB1B0", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "obj ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<<", + "color": "#D3AF86", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ", even worse; ", + "color": "#889B4A", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<<", + "color": "#D3AF86", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " obj", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "block.c.dot-access.function.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "x", + "color": "#DC3958", + "_t": "block.c.function.member.meta.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<<", + "color": "#D3AF86", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " check this out.", + "color": "#889B4A", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " everything from this point on is interpeted as a string literal...", + "color": "#A57A4C", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " O x;", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " std::unique_ptr", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "O", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "o", + "color": "#8AB1B0", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "new", + "color": "#98676A", + "_t": "block.c.control.cpp.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " O);", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " sadness.", + "color": "#A57A4C", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#7E602C", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "sprintf", + "color": "#7E602C", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(options, ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "STYLE=Keramik;TITLE=%s;THEME=%s", + "color": "#889B4A", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ", ...);", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "int", + "color": "#98676A", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "main2", + "color": "#8AB1B0", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#7E602C", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "printf", + "color": "#7E602C", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#889B4A", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " the rest of", + "color": "#A57A4C", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "asm", + "color": "#8AB1B0", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "movw $0x38, %ax; ltr %ax", + "color": "#889B4A", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fn", + "color": "#8AB1B0", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "{};", + "color": "#889B4A", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " the rest of", + "color": "#A57A4C", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "#", + "color": "#F92672", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " B4G_DEBUG_CHECK", + "color": "#F8F8F2", + "_t": "c.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fprintf", + "color": "#A6E22E", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "stderr,", + "color": "#F8F8F2", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "num_candidate_ret=%d:", + "color": "#E6DB74", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", num_candidate", + "color": "#F8F8F2", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "c.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "int", + "color": "#66D9EF", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " i", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.c.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "c.constant.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";i", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "c.comparison.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "num_candidate;", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "++", + "color": "#F92672", + "_t": "c.increment.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "i)", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fprintf", + "color": "#A6E22E", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "stderr,", + "color": "#F8F8F2", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "%d,", + "color": "#E6DB74", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",user_candidate[i]", + "color": "#F8F8F2", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fprintf", + "color": "#A6E22E", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "stderr,", + "color": "#F8F8F2", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#E6DB74", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#F92672", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "endif", + "color": "#F92672", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "void", + "color": "#66D9EF", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "main", + "color": "#A6E22E", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "O obj", + "color": "#F8F8F2", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "LOG_INFO", + "color": "#66D9EF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "not hilighted as string", + "color": "#E6DB74", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "LOG_INFO", + "color": "#66D9EF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "obj ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<<", + "color": "#F92672", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", even worse; ", + "color": "#E6DB74", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<<", + "color": "#F92672", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " obj", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "block.c.dot-access.function.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x", + "color": "#F8F8F2", + "_t": "block.c.function.member.meta.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<<", + "color": "#F92672", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " check this out.", + "color": "#E6DB74", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " everything from this point on is interpeted as a string literal...", + "color": "#75715E", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " O x;", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " std::unique_ptr", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "O", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">", + "color": "#F92672", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "o", + "color": "#66D9EF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "new", + "color": "#F92672", + "_t": "block.c.control.cpp.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " O);", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " sadness.", + "color": "#75715E", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#66D9EF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "sprintf", + "color": "#66D9EF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(options, ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "STYLE=Keramik;TITLE=%s;THEME=%s", + "color": "#E6DB74", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", ...);", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "int", + "color": "#66D9EF", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "main2", + "color": "#A6E22E", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#66D9EF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "printf", + "color": "#66D9EF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#E6DB74", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " the rest of", + "color": "#75715E", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "asm", + "color": "#66D9EF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "movw $0x38, %ax; ltr %ax", + "color": "#E6DB74", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fn", + "color": "#66D9EF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "{};", + "color": "#E6DB74", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " the rest of", + "color": "#75715E", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "#", + "color": "#9872A2", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " B4G_DEBUG_CHECK", + "color": "#C5C8C6", + "_t": "c.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "fprintf", + "color": "#CE6700", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "stderr,", + "color": "#C5C8C6", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "num_candidate_ret=%d:", + "color": "#9AA83A", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ", num_candidate", + "color": "#C5C8C6", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "c.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "int", + "color": "#9872A2", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " i", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.c.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "c.constant.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";i", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "c.comparison.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "num_candidate;", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "++", + "color": "#676867", + "_t": "c.increment.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "i)", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "fprintf", + "color": "#CE6700", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "stderr,", + "color": "#C5C8C6", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "%d,", + "color": "#9AA83A", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",user_candidate[i]", + "color": "#C5C8C6", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "fprintf", + "color": "#CE6700", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "stderr,", + "color": "#C5C8C6", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#9AA83A", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9872A2", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "endif", + "color": "#9872A2", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "void", + "color": "#9872A2", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "main", + "color": "#CE6700", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "O obj", + "color": "#C5C8C6", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#0080FF", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "LOG_INFO", + "color": "#0080FF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "not hilighted as string", + "color": "#9AA83A", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#0080FF", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "LOG_INFO", + "color": "#0080FF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "obj ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<<", + "color": "#676867", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ", even worse; ", + "color": "#9AA83A", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<<", + "color": "#676867", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " obj", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "block.c.dot-access.function.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x", + "color": "#6089B4", + "_t": "block.c.function.member.meta.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<<", + "color": "#676867", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " check this out.", + "color": "#9AA83A", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " everything from this point on is interpeted as a string literal...", + "color": "#9A9B99", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " O x;", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " std::unique_ptr", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "O", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ">", + "color": "#676867", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#0080FF", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "o", + "color": "#0080FF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "new", + "color": "#9872A2", + "_t": "block.c.control.cpp.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " O);", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " sadness.", + "color": "#9A9B99", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#9872A2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "sprintf", + "color": "#9872A2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(options, ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "STYLE=Keramik;TITLE=%s;THEME=%s", + "color": "#9AA83A", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ", ...);", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "int", + "color": "#9872A2", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "main2", + "color": "#CE6700", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#9872A2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "printf", + "color": "#9872A2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#9AA83A", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " the rest of", + "color": "#9A9B99", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#0080FF", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "asm", + "color": "#0080FF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "movw $0x38, %ax; ltr %ax", + "color": "#9AA83A", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#0080FF", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "fn", + "color": "#0080FF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "{};", + "color": "#9AA83A", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " the rest of", + "color": "#9A9B99", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "#", + "color": "#777777", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " B4G_DEBUG_CHECK", + "color": "#333333", + "_t": "c.meta.preprocessor", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#777777", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "fprintf", + "color": "#AA3731", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "stderr,", + "color": "#333333", + "_t": "c.function.meta.parens", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "num_candidate_ret=%d:", + "color": "#448C27", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ", num_candidate", + "color": "#333333", + "_t": "c.function.meta.parens", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "c.control.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "int", + "color": "#7A3E9D", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " i", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.c.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "c.constant.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";i", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "c.comparison.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "num_candidate;", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "++", + "color": "#777777", + "_t": "c.increment.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "i)", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#777777", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "fprintf", + "color": "#AA3731", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "stderr,", + "color": "#333333", + "_t": "c.function.meta.parens", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "%d,", + "color": "#448C27", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",user_candidate[i]", + "color": "#333333", + "_t": "c.function.meta.parens", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#777777", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "fprintf", + "color": "#AA3731", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "stderr,", + "color": "#333333", + "_t": "c.function.meta.parens", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#777777", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "endif", + "color": "#4B83CD", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "void", + "color": "#7A3E9D", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#777777", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "main", + "color": "#AA3731", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "O obj", + "color": "#333333", + "_t": "c.function.meta.parens", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#777777", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "LOG_INFO", + "color": "#AA3731", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "not hilighted as string", + "color": "#448C27", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ");", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#777777", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "LOG_INFO", + "color": "#AA3731", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "obj ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<<", + "color": "#777777", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ", even worse; ", + "color": "#448C27", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<<", + "color": "#777777", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " obj", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#434343", + "_t": "block.c.dot-access.function.meta.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "x", + "color": "#7A3E9D", + "_t": "block.c.function.member.meta.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<<", + "color": "#777777", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " check this out.", + "color": "#448C27", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ");", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#777777", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " everything from this point on is interpeted as a string literal...", + "color": "#AAAAAA", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " O x;", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " std::unique_ptr", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "O", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ">", + "color": "#777777", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#777777", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "o", + "color": "#AA3731", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "new", + "color": "#4B83CD", + "_t": "block.c.control.cpp.function.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " O);", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#777777", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " sadness.", + "color": "#AAAAAA", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "sprintf", + "color": "#AA3731", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(options, ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "STYLE=Keramik;TITLE=%s;THEME=%s", + "color": "#448C27", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ", ...);", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "int", + "color": "#7A3E9D", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#777777", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "main2", + "color": "#AA3731", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "printf", + "color": "#AA3731", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ");", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#777777", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " the rest of", + "color": "#AAAAAA", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#777777", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "asm", + "color": "#AA3731", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "movw $0x38, %ax; ltr %ax", + "color": "#448C27", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ");", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#777777", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "fn", + "color": "#AA3731", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "{};", + "color": "#448C27", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ");", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#777777", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " the rest of", + "color": "#AAAAAA", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "#", + "color": "#F12727", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " B4G_DEBUG_CHECK", + "color": "#F8F8F8", + "_t": "c.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fprintf", + "color": "#FEC758", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "stderr,", + "color": "#F8F8F8", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "num_candidate_ret=%d:", + "color": "#CD8D8D", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ", num_candidate", + "color": "#F8F8F8", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "c.control.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "int", + "color": "#FF6262", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " i", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.c.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "0", + "color": "#994646", + "_t": "c.constant.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";i", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "c.comparison.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "num_candidate;", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "++", + "color": "#F12727", + "_t": "c.increment.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "i)", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fprintf", + "color": "#FEC758", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "stderr,", + "color": "#F8F8F8", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "%d,", + "color": "#CD8D8D", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",user_candidate[i]", + "color": "#F8F8F8", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fprintf", + "color": "#FEC758", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "stderr,", + "color": "#F8F8F8", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#CD8D8D", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#F12727", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "endif", + "color": "#F12727", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "void", + "color": "#FF6262", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "main", + "color": "#FEC758", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "O obj", + "color": "#F8F8F8", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "LOG_INFO", + "color": "#FFB454", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "not hilighted as string", + "color": "#CD8D8D", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "LOG_INFO", + "color": "#FFB454", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "obj ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<<", + "color": "#F12727", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ", even worse; ", + "color": "#CD8D8D", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<<", + "color": "#F12727", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " obj", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "block.c.dot-access.function.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "x", + "color": "#FB9A4B", + "_t": "block.c.function.member.meta.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<<", + "color": "#F12727", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " check this out.", + "color": "#CD8D8D", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " everything from this point on is interpeted as a string literal...", + "color": "#E7C0C0", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " O x;", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " std::unique_ptr", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "O", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ">", + "color": "#F12727", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "o", + "color": "#FFB454", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "new", + "color": "#F12727", + "_t": "block.c.control.cpp.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " O);", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " sadness.", + "color": "#E7C0C0", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#FFB454", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "sprintf", + "color": "#FFB454", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(options, ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "STYLE=Keramik;TITLE=%s;THEME=%s", + "color": "#CD8D8D", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ", ...);", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "int", + "color": "#FF6262", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "main2", + "color": "#FEC758", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#FFB454", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "printf", + "color": "#FFB454", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#CD8D8D", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " the rest of", + "color": "#E7C0C0", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "asm", + "color": "#FFB454", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "movw $0x38, %ax; ltr %ax", + "color": "#CD8D8D", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fn", + "color": "#FFB454", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "{};", + "color": "#CD8D8D", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " the rest of", + "color": "#E7C0C0", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "#", + "color": "#B58900", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "if", + "color": "#B58900", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": " B4G_DEBUG_CHECK", + "color": "#B58900", + "_t": "c.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fprintf", + "color": "#268BD2", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "stderr,", + "color": "#93A1A1", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "num_candidate_ret=%d:", + "color": "#2AA198", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", num_candidate", + "color": "#93A1A1", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "c.control.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "int", + "color": "#93A1A1", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " i", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.c.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "c.constant.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";i", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "c.comparison.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "num_candidate;", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "++", + "color": "#859900", + "_t": "c.increment.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "i)", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fprintf", + "color": "#268BD2", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "stderr,", + "color": "#93A1A1", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%d,", + "color": "#2AA198", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",user_candidate[i]", + "color": "#93A1A1", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fprintf", + "color": "#268BD2", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "stderr,", + "color": "#93A1A1", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#2AA198", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#B58900", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "endif", + "color": "#B58900", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "void", + "color": "#93A1A1", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "main", + "color": "#268BD2", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "O obj", + "color": "#93A1A1", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "LOG_INFO", + "color": "#268BD2", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "not hilighted as string", + "color": "#2AA198", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "LOG_INFO", + "color": "#268BD2", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "obj ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<<", + "color": "#859900", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", even worse; ", + "color": "#2AA198", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<<", + "color": "#859900", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " obj", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "block.c.dot-access.function.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x", + "color": "#268BD2", + "_t": "block.c.function.member.meta.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<<", + "color": "#859900", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " check this out.", + "color": "#2AA198", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " everything from this point on is interpeted as a string literal...", + "color": "#657B83", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " O x;", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " std::unique_ptr", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "O", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#859900", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "o", + "color": "#268BD2", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "new", + "color": "#859900", + "_t": "block.c.control.cpp.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " O);", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " sadness.", + "color": "#657B83", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "sprintf", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(options, ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "STYLE=Keramik;TITLE=%s;THEME=%s", + "color": "#2AA198", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ...);", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "int", + "color": "#93A1A1", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "main2", + "color": "#268BD2", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "printf", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#2AA198", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " the rest of", + "color": "#657B83", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "asm", + "color": "#268BD2", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "movw $0x38, %ax; ltr %ax", + "color": "#2AA198", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "{};", + "color": "#2AA198", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " the rest of", + "color": "#657B83", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "#", + "color": "#B58900", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "if", + "color": "#B58900", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": " B4G_DEBUG_CHECK", + "color": "#B58900", + "_t": "c.meta.preprocessor", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fprintf", + "color": "#268BD2", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "stderr,", + "color": "#586E75", + "_t": "c.function.meta.parens", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "num_candidate_ret=%d:", + "color": "#2AA198", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", num_candidate", + "color": "#586E75", + "_t": "c.function.meta.parens", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "c.control.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "int", + "color": "#073642", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " i", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.c.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "c.constant.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";i", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "c.comparison.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "num_candidate;", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "++", + "color": "#859900", + "_t": "c.increment.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "i)", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fprintf", + "color": "#268BD2", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "stderr,", + "color": "#586E75", + "_t": "c.function.meta.parens", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%d,", + "color": "#2AA198", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",user_candidate[i]", + "color": "#586E75", + "_t": "c.function.meta.parens", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fprintf", + "color": "#268BD2", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "stderr,", + "color": "#586E75", + "_t": "c.function.meta.parens", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#2AA198", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#B58900", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "endif", + "color": "#B58900", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "void", + "color": "#073642", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "main", + "color": "#268BD2", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "O obj", + "color": "#586E75", + "_t": "c.function.meta.parens", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "LOG_INFO", + "color": "#268BD2", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "not hilighted as string", + "color": "#2AA198", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "LOG_INFO", + "color": "#268BD2", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "obj ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<<", + "color": "#859900", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", even worse; ", + "color": "#2AA198", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<<", + "color": "#859900", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " obj", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "block.c.dot-access.function.meta.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x", + "color": "#268BD2", + "_t": "block.c.function.member.meta.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<<", + "color": "#859900", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " check this out.", + "color": "#2AA198", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " everything from this point on is interpeted as a string literal...", + "color": "#93A1A1", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " O x;", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " std::unique_ptr", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "O", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ">", + "color": "#859900", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "o", + "color": "#268BD2", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "new", + "color": "#859900", + "_t": "block.c.control.cpp.function.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " O);", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " sadness.", + "color": "#93A1A1", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "sprintf", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(options, ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "STYLE=Keramik;TITLE=%s;THEME=%s", + "color": "#2AA198", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ...);", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "int", + "color": "#073642", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "main2", + "color": "#268BD2", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "printf", + "color": "#268BD2", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#2AA198", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " the rest of", + "color": "#93A1A1", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "asm", + "color": "#268BD2", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "movw $0x38, %ax; ltr %ax", + "color": "#2AA198", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "{};", + "color": "#2AA198", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " the rest of", + "color": "#93A1A1", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "#", + "color": "#EBBBFF", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " B4G_DEBUG_CHECK", + "color": "#FFFFFF", + "_t": "c.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "fprintf", + "color": "#BBDAFF", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "stderr,", + "color": "#FFFFFF", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "num_candidate_ret=%d:", + "color": "#D1F1A9", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ", num_candidate", + "color": "#FFFFFF", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "c.control.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#EBBBFF", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " i", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.c.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "c.constant.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";i", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "c.comparison.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "num_candidate;", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "++", + "color": "#99FFFF", + "_t": "c.increment.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "i)", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "fprintf", + "color": "#BBDAFF", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "stderr,", + "color": "#FFFFFF", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "%d,", + "color": "#D1F1A9", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",user_candidate[i]", + "color": "#FFFFFF", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "fprintf", + "color": "#BBDAFF", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "stderr,", + "color": "#FFFFFF", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.c.cpp.definition.double.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#D1F1A9", + "_t": "c.cpp.double.function.meta.parens.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "c.cpp.definition.double.end.function.meta.parens.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#EBBBFF", + "_t": "c.conditional.control.definition.directive.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "endif", + "color": "#EBBBFF", + "_t": "c.conditional.control.directive.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#EBBBFF", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "main", + "color": "#BBDAFF", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "O obj", + "color": "#FFFFFF", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "LOG_INFO", + "color": "#BBDAFF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#BBDAFF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "not hilighted as string", + "color": "#D1F1A9", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "LOG_INFO", + "color": "#BBDAFF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#BBDAFF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "obj ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<<", + "color": "#99FFFF", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ", even worse; ", + "color": "#D1F1A9", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<<", + "color": "#99FFFF", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " obj", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "block.c.dot-access.function.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FF9DA4", + "_t": "block.c.function.member.meta.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<<", + "color": "#99FFFF", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " check this out.", + "color": "#D1F1A9", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " everything from this point on is interpeted as a string literal...", + "color": "#7285B7", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " O x;", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " std::unique_ptr", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "O", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#99FFFF", + "_t": "block.c.comparison.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "o", + "color": "#BBDAFF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#BBDAFF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "new", + "color": "#EBBBFF", + "_t": "block.c.control.cpp.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " O);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " sadness.", + "color": "#7285B7", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "sprintf", + "color": "#BBDAFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(options, ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "STYLE=Keramik;TITLE=%s;THEME=%s", + "color": "#D1F1A9", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ", ...);", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#EBBBFF", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "main2", + "color": "#BBDAFF", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.c.function.leading.meta.punctuation.support.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "printf", + "color": "#BBDAFF", + "_t": "C99.block.c.function.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#D1F1A9", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " the rest of", + "color": "#7285B7", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "asm", + "color": "#BBDAFF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#BBDAFF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "movw $0x38, %ax; ltr %ax", + "color": "#D1F1A9", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.c.function.function-call.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "fn", + "color": "#BBDAFF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#BBDAFF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "{};", + "color": "#D1F1A9", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "block.c.comment.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "block.c.comment.cpp.definition.double-slash.function.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " the rest of", + "color": "#7285B7", + "_t": "block.c.comment.cpp.double-slash.function.line.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cc.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cc.result.patch new file mode 100644 index 000000000..a9e7bec5b --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cc.result.patch @@ -0,0 +1,104 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [], + "monokai": [], + "monokai_dimmed": [ + { + "index": 56, + "content": "LOG_INFO", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 63, + "content": "LOG_INFO", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 92, + "content": "o", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 125, + "content": "asm", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 132, + "content": "fn", + "color": "#0080FF", + "newColor": "#9872A2" + } + ], + "quietlight": [ + { + "index": 74, + "content": ".", + "color": "#434343", + "newColor": "#777777" + } + ], + "red": [], + "solarized_dark": [ + { + "index": 0, + "content": "#", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 1, + "content": "if", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 44, + "content": "#", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 45, + "content": "endif", + "color": "#B58900", + "newColor": "#859900" + } + ], + "solarized_light": [ + { + "index": 0, + "content": "#", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 1, + "content": "if", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 44, + "content": "#", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 45, + "content": "endif", + "color": "#B58900", + "newColor": "#859900" + } + ], + "tomorrow_night_blue": [] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.clj b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.clj new file mode 100644 index 000000000..4abe930a2 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.clj @@ -0,0 +1,52 @@ +;; from http://clojure-doc.org/articles/tutorials/introduction.html + +(require '[clojure.string :as str]) +(def the-answer 42) +[1 2 3] ; A vector +[1 :two "three"] +{:a 1 :b 2} +#{:a :b :c} +'(1 2 3) +(def my-stuff ["shirt" "coat" "hat"]) ; this is more typical usage. + +(my-func (my-func2 arg1 + arg2) + (other-func arg-a + (foo-bar arg-x + arg-y + (+ arg-xx + arg-yy + arg-zz)) + arg-b)) +'(+ 1 2 3) +;; ⇒ (+ 1 2 3) +(let [width 10 + height 20 + thickness 2] + (println "hello from inside the `let`.") + (* width + height + thickness)) + +;; Vectors +(def v [:a :b :c]) +(def li '(:a :b :c)) +(conj v :d) ; ⇒ [:a :b :c :d] +(conj li :d) ; ⇒ (:d :a :b :c) + +v ; ⇒ is still [:a :b :c] +li ; ⇒ is still (:a :b :c) + +;; Maps +(def m {:a 1 :b 2}) +(assoc m :c 3) ; ⇒ {:a 1 :c 3 :b 2} +(dissoc m :b) ; ⇒ {:a 1} + +(def my-atom (atom {:foo 1})) +;; ⇒ #'user/my-atom +@my-atom +;; ⇒ {:foo 1} +(swap! my-atom update-in [:foo] inc) +;; ⇒ {:foo 2} +@my-atom +;; ⇒ {:foo 2} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.clj.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.clj.result new file mode 100644 index 000000000..aa688d30d --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.clj.result @@ -0,0 +1,26658 @@ +{ + "abyss": [ + { + "content": ";", + "color": "#223355", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "; from http://clojure-doc.org/articles/tutorials/introduction.html", + "color": "#223355", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "require", + "color": "#225588", + "_t": "clojure.control.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " '", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "clojure", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "string", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":as", + "color": "#225588", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "str", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#225588", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "the-answer", + "color": "#6688CC", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "42", + "color": "#F280D0", + "_t": "clojure.constant.decimal.definition.expression.global.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#223355", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " A vector", + "color": "#223355", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":two", + "color": "#225588", + "_t": "clojure.constant.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.clojure.definition.double.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "three", + "color": "#22AA44", + "_t": "clojure.double.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "clojure.definition.double.end.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":a", + "color": "#225588", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":b", + "color": "#225588", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#{", + "color": "#6688CC", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":a", + "color": "#225588", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":b", + "color": "#225588", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":c", + "color": "#225588", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#225588", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "my-stuff", + "color": "#6688CC", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "shirt", + "color": "#22AA44", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "coat", + "color": "#22AA44", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "hat", + "color": "#22AA44", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#223355", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " this is more typical usage.", + "color": "#223355", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "my", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "func", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "my", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "func2", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "arg1", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "arg2", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "other", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "func", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "arg", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-a", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "bar", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "arg", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-x", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "arg", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-y", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+ ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "arg", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "xx", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "arg", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "yy", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "arg", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "zz", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "))", + "color": "#6688CC", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "arg", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-b", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "))", + "color": "#6688CC", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+ ", + "color": "#6688CC", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#223355", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "; ⇒ (+ 1 2 3)", + "color": "#223355", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "let", + "color": "#225588", + "_t": "clojure.control.expression.meta.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "width", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "10", + "color": "#F280D0", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "height", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "20", + "color": "#F280D0", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "thickness", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "println", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.clojure.definition.double.expression.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "hello from inside the `let`.", + "color": "#22AA44", + "_t": "clojure.double.expression.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "clojure.definition.double.end.expression.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "* ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "width", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "height", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "thickness", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "))", + "color": "#6688CC", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#223355", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "; Vectors", + "color": "#223355", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#225588", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "v", + "color": "#6688CC", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":a", + "color": "#225588", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":b", + "color": "#225588", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":c", + "color": "#225588", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#225588", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "li", + "color": "#6688CC", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'(", + "color": "#6688CC", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":a", + "color": "#225588", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":b", + "color": "#225588", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":c", + "color": "#225588", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "clojure.definition.end.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "conj", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " v ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":d", + "color": "#225588", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#223355", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ⇒ [:a :b :c :d]", + "color": "#223355", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "conj", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "li", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":d", + "color": "#225588", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#223355", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ⇒ (:d :a :b :c)", + "color": "#223355", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "v ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#223355", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ⇒ is still [:a :b :c]", + "color": "#223355", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "li", + "color": "#6688CC", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#223355", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ⇒ is still (:a :b :c)", + "color": "#223355", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": ";", + "color": "#223355", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "; Maps", + "color": "#223355", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#225588", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "m", + "color": "#6688CC", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":a", + "color": "#225588", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":b", + "color": "#225588", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "assoc", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " m ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":c", + "color": "#225588", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "clojure.constant.decimal.expression.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#223355", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ⇒ {:a 1 :c 3 :b 2}", + "color": "#223355", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "dissoc", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " m ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":b", + "color": "#225588", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#223355", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ⇒ {:a 1}", + "color": "#223355", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#225588", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "my-atom", + "color": "#6688CC", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "atom", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":foo", + "color": "#225588", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "clojure.definition.end.expression.global.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#223355", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "; ⇒ #'user/my-atom", + "color": "#223355", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "@", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "my", + "color": "#6688CC", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "atom", + "color": "#6688CC", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#223355", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "; ⇒ {:foo 1}", + "color": "#223355", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "swap", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "! ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "my", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "atom", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "update", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "in", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":foo", + "color": "#225588", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "inc", + "color": "#6688CC", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#223355", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#223355", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "@", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "my", + "color": "#6688CC", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "atom", + "color": "#6688CC", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#223355", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#223355", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + } + ], + "dark_vs": [ + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "; from http://clojure-doc.org/articles/tutorials/introduction.html", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "require", + "color": "#569CD6", + "_t": "clojure.control.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " '", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "clojure", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "string", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":as", + "color": "#569CD6", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "str", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "the-answer", + "color": "#D4D4D4", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "42", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.definition.expression.global.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "clojure.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "clojure.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " A vector", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "clojure.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":two", + "color": "#569CD6", + "_t": "clojure.constant.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.clojure.definition.double.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "three", + "color": "#CE9178", + "_t": "clojure.double.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "clojure.definition.double.end.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "clojure.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "clojure.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":a", + "color": "#569CD6", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":b", + "color": "#569CD6", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "clojure.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#{", + "color": "#D4D4D4", + "_t": "clojure.meta.set", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":a", + "color": "#569CD6", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.set", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":b", + "color": "#569CD6", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.set", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":c", + "color": "#569CD6", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "clojure.meta.set", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my-stuff", + "color": "#D4D4D4", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "shirt", + "color": "#CE9178", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "coat", + "color": "#CE9178", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hat", + "color": "#CE9178", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " this is more typical usage.", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "func", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "func2", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arg1", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arg2", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "other", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "func", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arg", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-a", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bar", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arg", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-x", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arg", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-y", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+ ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arg", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "xx", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arg", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "yy", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arg", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "zz", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arg", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-b", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+ ", + "color": "#D4D4D4", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "; ⇒ (+ 1 2 3)", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "clojure.control.expression.meta.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "height", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "thickness", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.clojure.definition.double.expression.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hello from inside the `let`.", + "color": "#CE9178", + "_t": "clojure.double.expression.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "clojure.definition.double.end.expression.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "* ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "height", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "thickness", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "; Vectors", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "v", + "color": "#D4D4D4", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":a", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":b", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":c", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "li", + "color": "#D4D4D4", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'(", + "color": "#D4D4D4", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":a", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":b", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":c", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.definition.end.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "conj", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " v ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":d", + "color": "#569CD6", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ⇒ [:a :b :c :d]", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "conj", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "li", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":d", + "color": "#569CD6", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ⇒ (:d :a :b :c)", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "v ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ⇒ is still [:a :b :c]", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "li", + "color": "#D4D4D4", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ⇒ is still (:a :b :c)", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "; Maps", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "m", + "color": "#D4D4D4", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":a", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":b", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "assoc", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " m ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":c", + "color": "#569CD6", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.expression.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ⇒ {:a 1 :c 3 :b 2}", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dissoc", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " m ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":b", + "color": "#569CD6", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ⇒ {:a 1}", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my-atom", + "color": "#D4D4D4", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "atom", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":foo", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.definition.end.expression.global.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "; ⇒ #'user/my-atom", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#D4D4D4", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "atom", + "color": "#D4D4D4", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "; ⇒ {:foo 1}", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "swap", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "! ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "atom", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "update", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":foo", + "color": "#569CD6", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "inc", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#D4D4D4", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "atom", + "color": "#D4D4D4", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + } + ], + "light_vs": [ + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "; from http://clojure-doc.org/articles/tutorials/introduction.html", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "require", + "color": "#0000FF", + "_t": "clojure.control.expression.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " '", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "clojure", + "color": "#000000", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "string", + "color": "#000000", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":as", + "color": "#0000FF", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "str", + "color": "#000000", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "the-answer", + "color": "#000000", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "42", + "color": "#09885A", + "_t": "clojure.constant.decimal.definition.expression.global.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "clojure.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#000000", + "_t": "clojure.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " A vector", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "clojure.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":two", + "color": "#0000FF", + "_t": "clojure.constant.keyword.meta.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.clojure.definition.double.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "three", + "color": "#A31515", + "_t": "clojure.double.meta.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "clojure.definition.double.end.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#000000", + "_t": "clojure.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "clojure.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":a", + "color": "#0000FF", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":b", + "color": "#0000FF", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "}", + "color": "#000000", + "_t": "clojure.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#{", + "color": "#000000", + "_t": "clojure.meta.set", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":a", + "color": "#0000FF", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.set", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":b", + "color": "#0000FF", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.set", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":c", + "color": "#0000FF", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "}", + "color": "#000000", + "_t": "clojure.meta.set", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my-stuff", + "color": "#000000", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "shirt", + "color": "#A31515", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "coat", + "color": "#A31515", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "hat", + "color": "#A31515", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " this is more typical usage.", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "func", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "func2", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arg1", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arg2", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "other", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "func", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arg", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-a", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bar", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arg", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-x", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arg", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-y", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+ ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arg", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "xx", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arg", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "yy", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arg", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "zz", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "))", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arg", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-b", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "))", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+ ", + "color": "#000000", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "; ⇒ (+ 1 2 3)", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "let", + "color": "#0000FF", + "_t": "clojure.control.expression.meta.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#000000", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "height", + "color": "#000000", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "20", + "color": "#09885A", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "thickness", + "color": "#000000", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.clojure.definition.double.expression.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "hello from inside the `let`.", + "color": "#A31515", + "_t": "clojure.double.expression.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "clojure.definition.double.end.expression.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "* ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "height", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "thickness", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "))", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "; Vectors", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "v", + "color": "#000000", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":a", + "color": "#0000FF", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":b", + "color": "#0000FF", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":c", + "color": "#0000FF", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "]", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "li", + "color": "#000000", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'(", + "color": "#000000", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":a", + "color": "#0000FF", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":b", + "color": "#0000FF", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":c", + "color": "#0000FF", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.definition.end.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "conj", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " v ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":d", + "color": "#0000FF", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ⇒ [:a :b :c :d]", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "conj", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "li", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":d", + "color": "#0000FF", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ⇒ (:d :a :b :c)", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "v ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ⇒ is still [:a :b :c]", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "li", + "color": "#000000", + "_t": "clojure.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ⇒ is still (:a :b :c)", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "; Maps", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "m", + "color": "#000000", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":a", + "color": "#0000FF", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":b", + "color": "#0000FF", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "}", + "color": "#000000", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "assoc", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " m ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":c", + "color": "#0000FF", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "clojure.constant.decimal.expression.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ⇒ {:a 1 :c 3 :b 2}", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dissoc", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " m ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":b", + "color": "#0000FF", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ⇒ {:a 1}", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my-atom", + "color": "#000000", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "atom", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":foo", + "color": "#0000FF", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "}", + "color": "#000000", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.definition.end.expression.global.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "; ⇒ #'user/my-atom", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#000000", + "_t": "clojure.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "atom", + "color": "#000000", + "_t": "clojure.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "; ⇒ {:foo 1}", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "swap", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "! ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "atom", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "update", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":foo", + "color": "#0000FF", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "]", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "inc", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#000000", + "_t": "clojure.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "atom", + "color": "#000000", + "_t": "clojure.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + } + ], + "hc_black": [ + { + "content": ";", + "color": "#7CA668", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "; from http://clojure-doc.org/articles/tutorials/introduction.html", + "color": "#7CA668", + "_t": "clojure.comment.line.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "require", + "color": "#569CD6", + "_t": "clojure.control.expression.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " '", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "clojure", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "string", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":as", + "color": "#569CD6", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "str", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "the-answer", + "color": "#FFFFFF", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "42", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.definition.expression.global.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "clojure.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "clojure.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7CA668", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " A vector", + "color": "#7CA668", + "_t": "clojure.comment.line.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "clojure.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":two", + "color": "#569CD6", + "_t": "clojure.constant.keyword.meta.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.clojure.definition.double.meta.punctuation.quoted.string.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "three", + "color": "#CE9178", + "_t": "clojure.double.meta.quoted.string.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "clojure.definition.double.end.meta.punctuation.quoted.string.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "clojure.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "clojure.map.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":a", + "color": "#569CD6", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.map.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.map.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":b", + "color": "#569CD6", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.map.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "clojure.map.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#FFFFFF", + "_t": "clojure.meta.set", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":a", + "color": "#569CD6", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.set", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":b", + "color": "#569CD6", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.set", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":c", + "color": "#569CD6", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "clojure.meta.set", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.qouted-expression", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.qouted-expression", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "my-stuff", + "color": "#FFFFFF", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "shirt", + "color": "#CE9178", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "coat", + "color": "#CE9178", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hat", + "color": "#CE9178", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7CA668", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " this is more typical usage.", + "color": "#7CA668", + "_t": "clojure.comment.line.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "func", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "func2", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "arg1", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "arg2", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "other", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "func", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "arg", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-a", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "bar", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "arg", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-x", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "arg", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-y", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+ ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "arg", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "xx", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "arg", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "yy", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "arg", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "zz", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "arg", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-b", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+ ", + "color": "#FFFFFF", + "_t": "clojure.meta.qouted-expression", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.qouted-expression", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.qouted-expression", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7CA668", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "; ⇒ (+ 1 2 3)", + "color": "#7CA668", + "_t": "clojure.comment.line.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "clojure.control.expression.meta.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "height", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "thickness", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.clojure.definition.double.expression.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hello from inside the `let`.", + "color": "#CE9178", + "_t": "clojure.double.expression.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "clojure.definition.double.end.expression.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "* ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "height", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "thickness", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7CA668", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "; Vectors", + "color": "#7CA668", + "_t": "clojure.comment.line.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "v", + "color": "#FFFFFF", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":a", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":b", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":c", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "li", + "color": "#FFFFFF", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'(", + "color": "#FFFFFF", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":a", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":b", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":c", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.definition.end.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "conj", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " v ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":d", + "color": "#569CD6", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7CA668", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ⇒ [:a :b :c :d]", + "color": "#7CA668", + "_t": "clojure.comment.line.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "conj", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "li", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":d", + "color": "#569CD6", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7CA668", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ⇒ (:d :a :b :c)", + "color": "#7CA668", + "_t": "clojure.comment.line.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "v ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7CA668", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ⇒ is still [:a :b :c]", + "color": "#7CA668", + "_t": "clojure.comment.line.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "li", + "color": "#FFFFFF", + "_t": "clojure.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7CA668", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ⇒ is still (:a :b :c)", + "color": "#7CA668", + "_t": "clojure.comment.line.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": ";", + "color": "#7CA668", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "; Maps", + "color": "#7CA668", + "_t": "clojure.comment.line.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "m", + "color": "#FFFFFF", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":a", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":b", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "assoc", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " m ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":c", + "color": "#569CD6", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.expression.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7CA668", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ⇒ {:a 1 :c 3 :b 2}", + "color": "#7CA668", + "_t": "clojure.comment.line.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "dissoc", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " m ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":b", + "color": "#569CD6", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7CA668", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ⇒ {:a 1}", + "color": "#7CA668", + "_t": "clojure.comment.line.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "my-atom", + "color": "#FFFFFF", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "atom", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":foo", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.definition.end.expression.global.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7CA668", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "; ⇒ #'user/my-atom", + "color": "#7CA668", + "_t": "clojure.comment.line.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "@", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#FFFFFF", + "_t": "clojure.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "atom", + "color": "#FFFFFF", + "_t": "clojure.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7CA668", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "; ⇒ {:foo 1}", + "color": "#7CA668", + "_t": "clojure.comment.line.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "swap", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "! ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "atom", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "update", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":foo", + "color": "#569CD6", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "inc", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7CA668", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#7CA668", + "_t": "clojure.comment.line.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "@", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#FFFFFF", + "_t": "clojure.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "atom", + "color": "#FFFFFF", + "_t": "clojure.meta.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7CA668", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#7CA668", + "_t": "clojure.comment.line.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + } + ], + "dark_plus": [ + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "; from http://clojure-doc.org/articles/tutorials/introduction.html", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "require", + "color": "#C586C0", + "_t": "clojure.control.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " '", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "clojure", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "string", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":as", + "color": "#569CD6", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "str", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#C586C0", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "the-answer", + "color": "#D4D4D4", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "42", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.definition.expression.global.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "clojure.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "clojure.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " A vector", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "clojure.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":two", + "color": "#569CD6", + "_t": "clojure.constant.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.clojure.definition.double.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "three", + "color": "#CE9178", + "_t": "clojure.double.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "clojure.definition.double.end.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "clojure.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "clojure.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":a", + "color": "#569CD6", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":b", + "color": "#569CD6", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "clojure.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#{", + "color": "#D4D4D4", + "_t": "clojure.meta.set", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":a", + "color": "#569CD6", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.set", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":b", + "color": "#569CD6", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.set", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":c", + "color": "#569CD6", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "clojure.meta.set", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#C586C0", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my-stuff", + "color": "#D4D4D4", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "shirt", + "color": "#CE9178", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "coat", + "color": "#CE9178", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hat", + "color": "#CE9178", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " this is more typical usage.", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "func", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "func2", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arg1", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arg2", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "other", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "func", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arg", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-a", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bar", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arg", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-x", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arg", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-y", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+ ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arg", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "xx", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arg", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "yy", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arg", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "zz", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arg", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-b", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+ ", + "color": "#D4D4D4", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "; ⇒ (+ 1 2 3)", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "clojure.control.expression.meta.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "height", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "thickness", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.clojure.definition.double.expression.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hello from inside the `let`.", + "color": "#CE9178", + "_t": "clojure.double.expression.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "clojure.definition.double.end.expression.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "* ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "height", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "thickness", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "; Vectors", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#C586C0", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "v", + "color": "#D4D4D4", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":a", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":b", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":c", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#C586C0", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "li", + "color": "#D4D4D4", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'(", + "color": "#D4D4D4", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":a", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":b", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":c", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.definition.end.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "conj", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " v ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":d", + "color": "#569CD6", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ⇒ [:a :b :c :d]", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "conj", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "li", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":d", + "color": "#569CD6", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ⇒ (:d :a :b :c)", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "v ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ⇒ is still [:a :b :c]", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "li", + "color": "#D4D4D4", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ⇒ is still (:a :b :c)", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "; Maps", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#C586C0", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "m", + "color": "#D4D4D4", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":a", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":b", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "assoc", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " m ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":c", + "color": "#569CD6", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.expression.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ⇒ {:a 1 :c 3 :b 2}", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dissoc", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " m ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":b", + "color": "#569CD6", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ⇒ {:a 1}", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#C586C0", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my-atom", + "color": "#D4D4D4", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "atom", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":foo", + "color": "#569CD6", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.definition.end.expression.global.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "; ⇒ #'user/my-atom", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#D4D4D4", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "atom", + "color": "#D4D4D4", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "; ⇒ {:foo 1}", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "swap", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "! ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "atom", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "update", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":foo", + "color": "#569CD6", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "clojure.expression.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "inc", + "color": "#D4D4D4", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#D4D4D4", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "atom", + "color": "#D4D4D4", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#608B4E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + } + ], + "light_plus": [ + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "; from http://clojure-doc.org/articles/tutorials/introduction.html", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "require", + "color": "#AF00DB", + "_t": "clojure.control.expression.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " '", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "clojure", + "color": "#000000", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "string", + "color": "#000000", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":as", + "color": "#0000FF", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "str", + "color": "#000000", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#AF00DB", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "the-answer", + "color": "#000000", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "42", + "color": "#09885A", + "_t": "clojure.constant.decimal.definition.expression.global.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "clojure.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#000000", + "_t": "clojure.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " A vector", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "clojure.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":two", + "color": "#0000FF", + "_t": "clojure.constant.keyword.meta.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.clojure.definition.double.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "three", + "color": "#A31515", + "_t": "clojure.double.meta.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "clojure.definition.double.end.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#000000", + "_t": "clojure.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "clojure.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":a", + "color": "#0000FF", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":b", + "color": "#0000FF", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "}", + "color": "#000000", + "_t": "clojure.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#{", + "color": "#000000", + "_t": "clojure.meta.set", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":a", + "color": "#0000FF", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.set", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":b", + "color": "#0000FF", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.set", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":c", + "color": "#0000FF", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "}", + "color": "#000000", + "_t": "clojure.meta.set", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#AF00DB", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my-stuff", + "color": "#000000", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "shirt", + "color": "#A31515", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "coat", + "color": "#A31515", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "hat", + "color": "#A31515", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " this is more typical usage.", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "func", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "func2", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arg1", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arg2", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "other", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "func", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arg", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-a", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bar", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arg", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-x", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arg", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-y", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+ ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arg", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "xx", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arg", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "yy", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arg", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "zz", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "))", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arg", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-b", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "))", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+ ", + "color": "#000000", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "; ⇒ (+ 1 2 3)", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "let", + "color": "#0000FF", + "_t": "clojure.control.expression.meta.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#000000", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "height", + "color": "#000000", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "20", + "color": "#09885A", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "thickness", + "color": "#000000", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.clojure.definition.double.expression.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "hello from inside the `let`.", + "color": "#A31515", + "_t": "clojure.double.expression.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "clojure.definition.double.end.expression.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "* ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "height", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "thickness", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "))", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "; Vectors", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#AF00DB", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "v", + "color": "#000000", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":a", + "color": "#0000FF", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":b", + "color": "#0000FF", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":c", + "color": "#0000FF", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "]", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#AF00DB", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "li", + "color": "#000000", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'(", + "color": "#000000", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":a", + "color": "#0000FF", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":b", + "color": "#0000FF", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":c", + "color": "#0000FF", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.definition.end.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "conj", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " v ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":d", + "color": "#0000FF", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ⇒ [:a :b :c :d]", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "conj", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "li", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":d", + "color": "#0000FF", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ⇒ (:d :a :b :c)", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "v ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ⇒ is still [:a :b :c]", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "li", + "color": "#000000", + "_t": "clojure.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ⇒ is still (:a :b :c)", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "; Maps", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#AF00DB", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "m", + "color": "#000000", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":a", + "color": "#0000FF", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":b", + "color": "#0000FF", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "}", + "color": "#000000", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "assoc", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " m ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":c", + "color": "#0000FF", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "clojure.constant.decimal.expression.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ⇒ {:a 1 :c 3 :b 2}", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dissoc", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " m ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":b", + "color": "#0000FF", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ⇒ {:a 1}", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#AF00DB", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my-atom", + "color": "#000000", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "atom", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":foo", + "color": "#0000FF", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "}", + "color": "#000000", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.definition.end.expression.global.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "; ⇒ #'user/my-atom", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#000000", + "_t": "clojure.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "atom", + "color": "#000000", + "_t": "clojure.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "; ⇒ {:foo 1}", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "swap", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "! ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "atom", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "update", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":foo", + "color": "#0000FF", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "]", + "color": "#000000", + "_t": "clojure.expression.meta.vector", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "clojure.expression.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "inc", + "color": "#000000", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#000000", + "_t": "clojure.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "atom", + "color": "#000000", + "_t": "clojure.meta.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#008000", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + } + ], + "kimbie_dark": [ + { + "content": ";", + "color": "#A57A4C", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "; from http://clojure-doc.org/articles/tutorials/introduction.html", + "color": "#A57A4C", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "require", + "color": "#98676A", + "_t": "clojure.control.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " '", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "clojure", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "string", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":as", + "color": "#F79A32", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "str", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "the-answer", + "color": "#D3AF86", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "42", + "color": "#F79A32", + "_t": "clojure.constant.decimal.definition.expression.global.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#A57A4C", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " A vector", + "color": "#A57A4C", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":two", + "color": "#F79A32", + "_t": "clojure.constant.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.clojure.definition.double.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "three", + "color": "#889B4A", + "_t": "clojure.double.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "clojure.definition.double.end.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":a", + "color": "#F79A32", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":b", + "color": "#F79A32", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#{", + "color": "#D3AF86", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":a", + "color": "#F79A32", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":b", + "color": "#F79A32", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":c", + "color": "#F79A32", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "my-stuff", + "color": "#D3AF86", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "shirt", + "color": "#889B4A", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "coat", + "color": "#889B4A", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "hat", + "color": "#889B4A", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#A57A4C", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " this is more typical usage.", + "color": "#A57A4C", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "my", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "func", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "my", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "func2", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "arg1", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "arg2", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "other", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "func", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "arg", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-a", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "bar", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "arg", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-x", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "arg", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-y", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+ ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "arg", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "xx", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "arg", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "yy", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "arg", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "zz", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "))", + "color": "#D3AF86", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "arg", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-b", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "))", + "color": "#D3AF86", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+ ", + "color": "#D3AF86", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#A57A4C", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "; ⇒ (+ 1 2 3)", + "color": "#A57A4C", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "let", + "color": "#98676A", + "_t": "clojure.control.expression.meta.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "width", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "10", + "color": "#F79A32", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "height", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "20", + "color": "#F79A32", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "thickness", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "println", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.clojure.definition.double.expression.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "hello from inside the `let`.", + "color": "#889B4A", + "_t": "clojure.double.expression.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "clojure.definition.double.end.expression.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "* ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "width", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "height", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "thickness", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "))", + "color": "#D3AF86", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#A57A4C", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "; Vectors", + "color": "#A57A4C", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "v", + "color": "#D3AF86", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":a", + "color": "#F79A32", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":b", + "color": "#F79A32", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":c", + "color": "#F79A32", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "li", + "color": "#D3AF86", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'(", + "color": "#D3AF86", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":a", + "color": "#F79A32", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":b", + "color": "#F79A32", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":c", + "color": "#F79A32", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "clojure.definition.end.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "conj", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " v ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":d", + "color": "#F79A32", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#A57A4C", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " ⇒ [:a :b :c :d]", + "color": "#A57A4C", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "conj", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "li", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":d", + "color": "#F79A32", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#A57A4C", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " ⇒ (:d :a :b :c)", + "color": "#A57A4C", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "v ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#A57A4C", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " ⇒ is still [:a :b :c]", + "color": "#A57A4C", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "li", + "color": "#D3AF86", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#A57A4C", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " ⇒ is still (:a :b :c)", + "color": "#A57A4C", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": ";", + "color": "#A57A4C", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "; Maps", + "color": "#A57A4C", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "m", + "color": "#D3AF86", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":a", + "color": "#F79A32", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":b", + "color": "#F79A32", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "assoc", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " m ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":c", + "color": "#F79A32", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "clojure.constant.decimal.expression.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#A57A4C", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " ⇒ {:a 1 :c 3 :b 2}", + "color": "#A57A4C", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "dissoc", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " m ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":b", + "color": "#F79A32", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#A57A4C", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " ⇒ {:a 1}", + "color": "#A57A4C", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "my-atom", + "color": "#D3AF86", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "atom", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":foo", + "color": "#F79A32", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "clojure.definition.end.expression.global.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#A57A4C", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "; ⇒ #'user/my-atom", + "color": "#A57A4C", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "@", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "my", + "color": "#D3AF86", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "atom", + "color": "#D3AF86", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#A57A4C", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "; ⇒ {:foo 1}", + "color": "#A57A4C", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "swap", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "! ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "my", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "atom", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "update", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "in", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":foo", + "color": "#F79A32", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "inc", + "color": "#D3AF86", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#A57A4C", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#A57A4C", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "@", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "my", + "color": "#D3AF86", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "atom", + "color": "#D3AF86", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#A57A4C", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#A57A4C", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + } + ], + "monokai": [ + { + "content": ";", + "color": "#75715E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "; from http://clojure-doc.org/articles/tutorials/introduction.html", + "color": "#75715E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "require", + "color": "#F92672", + "_t": "clojure.control.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " '", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "clojure", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "string", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":as", + "color": "#F92672", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "str", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#F92672", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "the-answer", + "color": "#F8F8F2", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "42", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.definition.expression.global.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#75715E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " A vector", + "color": "#75715E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":two", + "color": "#F92672", + "_t": "clojure.constant.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.clojure.definition.double.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "three", + "color": "#E6DB74", + "_t": "clojure.double.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "clojure.definition.double.end.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":a", + "color": "#F92672", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":b", + "color": "#F92672", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#{", + "color": "#F8F8F2", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":a", + "color": "#F92672", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":b", + "color": "#F92672", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":c", + "color": "#F92672", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#F92672", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "my-stuff", + "color": "#F8F8F2", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "shirt", + "color": "#E6DB74", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "coat", + "color": "#E6DB74", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "hat", + "color": "#E6DB74", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#75715E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " this is more typical usage.", + "color": "#75715E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "my", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "func", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "my", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "func2", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "arg1", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "arg2", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "other", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "func", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "arg", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-a", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "bar", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "arg", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-x", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "arg", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-y", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+ ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "arg", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "xx", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "arg", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "yy", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "arg", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "zz", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "))", + "color": "#F8F8F2", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "arg", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-b", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "))", + "color": "#F8F8F2", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+ ", + "color": "#F8F8F2", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#75715E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "; ⇒ (+ 1 2 3)", + "color": "#75715E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "let", + "color": "#F92672", + "_t": "clojure.control.expression.meta.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "width", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "10", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "height", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "20", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "thickness", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "println", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.clojure.definition.double.expression.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "hello from inside the `let`.", + "color": "#E6DB74", + "_t": "clojure.double.expression.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "clojure.definition.double.end.expression.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "* ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "width", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "height", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "thickness", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "))", + "color": "#F8F8F2", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#75715E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "; Vectors", + "color": "#75715E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#F92672", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "v", + "color": "#F8F8F2", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":a", + "color": "#F92672", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":b", + "color": "#F92672", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":c", + "color": "#F92672", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#F92672", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "li", + "color": "#F8F8F2", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'(", + "color": "#F8F8F2", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":a", + "color": "#F92672", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":b", + "color": "#F92672", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":c", + "color": "#F92672", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "clojure.definition.end.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "conj", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " v ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":d", + "color": "#F92672", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#75715E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ⇒ [:a :b :c :d]", + "color": "#75715E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "conj", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "li", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":d", + "color": "#F92672", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#75715E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ⇒ (:d :a :b :c)", + "color": "#75715E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "v ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#75715E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ⇒ is still [:a :b :c]", + "color": "#75715E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "li", + "color": "#F8F8F2", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#75715E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ⇒ is still (:a :b :c)", + "color": "#75715E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": ";", + "color": "#75715E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "; Maps", + "color": "#75715E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#F92672", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "m", + "color": "#F8F8F2", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":a", + "color": "#F92672", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":b", + "color": "#F92672", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "assoc", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " m ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":c", + "color": "#F92672", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.expression.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#75715E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ⇒ {:a 1 :c 3 :b 2}", + "color": "#75715E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "dissoc", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " m ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":b", + "color": "#F92672", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#75715E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ⇒ {:a 1}", + "color": "#75715E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#F92672", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "my-atom", + "color": "#F8F8F2", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "atom", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":foo", + "color": "#F92672", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "clojure.definition.end.expression.global.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#75715E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "; ⇒ #'user/my-atom", + "color": "#75715E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "@", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "my", + "color": "#F8F8F2", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "atom", + "color": "#F8F8F2", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#75715E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "; ⇒ {:foo 1}", + "color": "#75715E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "swap", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "! ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "my", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "atom", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "update", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "in", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":foo", + "color": "#F92672", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "inc", + "color": "#F8F8F2", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#75715E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#75715E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "@", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "my", + "color": "#F8F8F2", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "atom", + "color": "#F8F8F2", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#75715E", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#75715E", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + } + ], + "monokai_dimmed": [ + { + "content": ";", + "color": "#9A9B99", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "; from http://clojure-doc.org/articles/tutorials/introduction.html", + "color": "#9A9B99", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "require", + "color": "#9872A2", + "_t": "clojure.control.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " '", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "clojure", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "string", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":as", + "color": "#676867", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "str", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "the-answer", + "color": "#C5C8C6", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "42", + "color": "#6089B4", + "_t": "clojure.constant.decimal.definition.expression.global.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#9A9B99", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " A vector", + "color": "#9A9B99", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":two", + "color": "#676867", + "_t": "clojure.constant.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.clojure.definition.double.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "three", + "color": "#9AA83A", + "_t": "clojure.double.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "clojure.definition.double.end.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":a", + "color": "#676867", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":b", + "color": "#676867", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#{", + "color": "#C5C8C6", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":a", + "color": "#676867", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":b", + "color": "#676867", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":c", + "color": "#676867", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "my-stuff", + "color": "#C5C8C6", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "shirt", + "color": "#9AA83A", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "coat", + "color": "#9AA83A", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "hat", + "color": "#9AA83A", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#9A9B99", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " this is more typical usage.", + "color": "#9A9B99", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "my", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "func", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "my", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "func2", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "arg1", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "arg2", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "other", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "func", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "arg", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-a", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "bar", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "arg", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-x", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "arg", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-y", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+ ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "arg", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "xx", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "arg", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "yy", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "arg", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "zz", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "))", + "color": "#C5C8C6", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "arg", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-b", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "))", + "color": "#C5C8C6", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+ ", + "color": "#C5C8C6", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#9A9B99", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "; ⇒ (+ 1 2 3)", + "color": "#9A9B99", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "let", + "color": "#9872A2", + "_t": "clojure.control.expression.meta.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "width", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "10", + "color": "#6089B4", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "height", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "20", + "color": "#6089B4", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "thickness", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "println", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.clojure.definition.double.expression.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "hello from inside the `let`.", + "color": "#9AA83A", + "_t": "clojure.double.expression.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "clojure.definition.double.end.expression.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "* ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "width", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "height", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "thickness", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "))", + "color": "#C5C8C6", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#9A9B99", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "; Vectors", + "color": "#9A9B99", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "v", + "color": "#C5C8C6", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":a", + "color": "#676867", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":b", + "color": "#676867", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":c", + "color": "#676867", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "li", + "color": "#C5C8C6", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'(", + "color": "#C5C8C6", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":a", + "color": "#676867", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":b", + "color": "#676867", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":c", + "color": "#676867", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "clojure.definition.end.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "conj", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " v ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":d", + "color": "#676867", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#9A9B99", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ⇒ [:a :b :c :d]", + "color": "#9A9B99", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "conj", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "li", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":d", + "color": "#676867", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#9A9B99", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ⇒ (:d :a :b :c)", + "color": "#9A9B99", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "v ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#9A9B99", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ⇒ is still [:a :b :c]", + "color": "#9A9B99", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "li", + "color": "#C5C8C6", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#9A9B99", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ⇒ is still (:a :b :c)", + "color": "#9A9B99", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": ";", + "color": "#9A9B99", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "; Maps", + "color": "#9A9B99", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "m", + "color": "#C5C8C6", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":a", + "color": "#676867", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":b", + "color": "#676867", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "assoc", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " m ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":c", + "color": "#676867", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "clojure.constant.decimal.expression.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#9A9B99", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ⇒ {:a 1 :c 3 :b 2}", + "color": "#9A9B99", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "dissoc", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " m ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":b", + "color": "#676867", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#9A9B99", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ⇒ {:a 1}", + "color": "#9A9B99", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "my-atom", + "color": "#C5C8C6", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "atom", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":foo", + "color": "#676867", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "clojure.definition.end.expression.global.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#9A9B99", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "; ⇒ #'user/my-atom", + "color": "#9A9B99", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "@", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "my", + "color": "#C5C8C6", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "atom", + "color": "#C5C8C6", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#9A9B99", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "; ⇒ {:foo 1}", + "color": "#9A9B99", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "swap", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "! ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "my", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "atom", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "update", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "in", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":foo", + "color": "#676867", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "inc", + "color": "#C5C8C6", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#9A9B99", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#9A9B99", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "@", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "my", + "color": "#C5C8C6", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "atom", + "color": "#C5C8C6", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#9A9B99", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#9A9B99", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + } + ], + "quietlight": [ + { + "content": ";", + "color": "#AAAAAA", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "; from http://clojure-doc.org/articles/tutorials/introduction.html", + "color": "#AAAAAA", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "require", + "color": "#4B83CD", + "_t": "clojure.control.expression.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " '", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#333333", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "clojure", + "color": "#333333", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#333333", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "string", + "color": "#333333", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":as", + "color": "#AB6526", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "str", + "color": "#333333", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "]", + "color": "#333333", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "def", + "color": "#4B83CD", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "the-answer", + "color": "#333333", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "42", + "color": "#AB6526", + "_t": "clojure.constant.decimal.definition.expression.global.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "[", + "color": "#333333", + "_t": "clojure.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "3", + "color": "#AB6526", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "]", + "color": "#333333", + "_t": "clojure.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#AAAAAA", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " A vector", + "color": "#AAAAAA", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "[", + "color": "#333333", + "_t": "clojure.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":two", + "color": "#AB6526", + "_t": "clojure.constant.keyword.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.clojure.definition.double.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "three", + "color": "#448C27", + "_t": "clojure.double.meta.quoted.string.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "clojure.definition.double.end.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "]", + "color": "#333333", + "_t": "clojure.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#333333", + "_t": "clojure.map.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":a", + "color": "#AB6526", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.map.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.map.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":b", + "color": "#AB6526", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.map.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "}", + "color": "#333333", + "_t": "clojure.map.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#{", + "color": "#333333", + "_t": "clojure.meta.set", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":a", + "color": "#AB6526", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.meta.set", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":b", + "color": "#AB6526", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.meta.set", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":c", + "color": "#AB6526", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": "}", + "color": "#333333", + "_t": "clojure.meta.set", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "3", + "color": "#AB6526", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "def", + "color": "#4B83CD", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "my-stuff", + "color": "#333333", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "shirt", + "color": "#448C27", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "coat", + "color": "#448C27", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "hat", + "color": "#448C27", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "]", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#AAAAAA", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " this is more typical usage.", + "color": "#AAAAAA", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "my", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "func", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "my", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "func2", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "arg1", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "arg2", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "other", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "func", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "arg", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-a", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "foo", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "bar", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "arg", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-x", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "arg", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-y", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "+ ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "arg", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "xx", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "arg", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "yy", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "arg", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "zz", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "))", + "color": "#777777", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "arg", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-b", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "))", + "color": "#777777", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "'(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "+ ", + "color": "#333333", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "3", + "color": "#AB6526", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#AAAAAA", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "; ⇒ (+ 1 2 3)", + "color": "#AAAAAA", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "let", + "color": "#4B83CD", + "_t": "clojure.control.expression.meta.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#333333", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "width", + "color": "#333333", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "10", + "color": "#AB6526", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "height", + "color": "#333333", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "20", + "color": "#AB6526", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "thickness", + "color": "#333333", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "]", + "color": "#333333", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "println", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.clojure.definition.double.expression.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "hello from inside the `let`.", + "color": "#448C27", + "_t": "clojure.double.expression.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "clojure.definition.double.end.expression.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "* ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "width", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "height", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "thickness", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "))", + "color": "#777777", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#AAAAAA", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "; Vectors", + "color": "#AAAAAA", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "def", + "color": "#4B83CD", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "v", + "color": "#333333", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":a", + "color": "#AB6526", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":b", + "color": "#AB6526", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":c", + "color": "#AB6526", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": "]", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "def", + "color": "#4B83CD", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "li", + "color": "#333333", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'(", + "color": "#777777", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":a", + "color": "#AB6526", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":b", + "color": "#AB6526", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":c", + "color": "#AB6526", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "clojure.definition.end.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "conj", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " v ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":d", + "color": "#AB6526", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#AAAAAA", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " ⇒ [:a :b :c :d]", + "color": "#AAAAAA", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "conj", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "li", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":d", + "color": "#AB6526", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#AAAAAA", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " ⇒ (:d :a :b :c)", + "color": "#AAAAAA", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "v ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#AAAAAA", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " ⇒ is still [:a :b :c]", + "color": "#AAAAAA", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "li", + "color": "#333333", + "_t": "clojure.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#AAAAAA", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " ⇒ is still (:a :b :c)", + "color": "#AAAAAA", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": ";", + "color": "#AAAAAA", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "; Maps", + "color": "#AAAAAA", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "def", + "color": "#4B83CD", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "m", + "color": "#333333", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#333333", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":a", + "color": "#AB6526", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":b", + "color": "#AB6526", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "}", + "color": "#333333", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "assoc", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " m ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":c", + "color": "#AB6526", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "3", + "color": "#AB6526", + "_t": "clojure.constant.decimal.expression.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#AAAAAA", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " ⇒ {:a 1 :c 3 :b 2}", + "color": "#AAAAAA", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "dissoc", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " m ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":b", + "color": "#AB6526", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#AAAAAA", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " ⇒ {:a 1}", + "color": "#AAAAAA", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "def", + "color": "#4B83CD", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "my-atom", + "color": "#333333", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "atom", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#333333", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":foo", + "color": "#AB6526", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "}", + "color": "#333333", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "clojure.definition.end.expression.global.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#AAAAAA", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "; ⇒ #'user/my-atom", + "color": "#AAAAAA", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "@", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "my", + "color": "#333333", + "_t": "clojure.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "atom", + "color": "#333333", + "_t": "clojure.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#AAAAAA", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "; ⇒ {:foo 1}", + "color": "#AAAAAA", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "swap", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "! ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "my", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "atom", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "update", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "in", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#333333", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":foo", + "color": "#AB6526", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": "]", + "color": "#333333", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "inc", + "color": "#333333", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#AAAAAA", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#AAAAAA", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "@", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "my", + "color": "#333333", + "_t": "clojure.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "atom", + "color": "#333333", + "_t": "clojure.meta.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#AAAAAA", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#AAAAAA", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + } + ], + "red": [ + { + "content": ";", + "color": "#E7C0C0", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "; from http://clojure-doc.org/articles/tutorials/introduction.html", + "color": "#E7C0C0", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "require", + "color": "#F12727", + "_t": "clojure.control.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " '", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "clojure", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "string", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":as", + "color": "#F12727", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "str", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#F12727", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "the-answer", + "color": "#FEC758", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "42", + "color": "#994646", + "_t": "clojure.constant.decimal.definition.expression.global.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3", + "color": "#994646", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#E7C0C0", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " A vector", + "color": "#E7C0C0", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":two", + "color": "#F12727", + "_t": "clojure.constant.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.clojure.definition.double.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "three", + "color": "#CD8D8D", + "_t": "clojure.double.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "clojure.definition.double.end.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":a", + "color": "#F12727", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":b", + "color": "#F12727", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#{", + "color": "#F8F8F8", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":a", + "color": "#F12727", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":b", + "color": "#F12727", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":c", + "color": "#F12727", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3", + "color": "#994646", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#F12727", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "my-stuff", + "color": "#FEC758", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "shirt", + "color": "#CD8D8D", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "coat", + "color": "#CD8D8D", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "hat", + "color": "#CD8D8D", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#E7C0C0", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " this is more typical usage.", + "color": "#E7C0C0", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "my", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "func", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "my", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "func2", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "arg1", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "arg2", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "other", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "func", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "arg", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-a", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "bar", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "arg", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-x", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "arg", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-y", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+ ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "arg", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "xx", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "arg", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "yy", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "arg", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "zz", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "))", + "color": "#F8F8F8", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "arg", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-b", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "))", + "color": "#F8F8F8", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+ ", + "color": "#F8F8F8", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3", + "color": "#994646", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#E7C0C0", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "; ⇒ (+ 1 2 3)", + "color": "#E7C0C0", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "let", + "color": "#FF6262", + "_t": "clojure.control.expression.meta.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "width", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "10", + "color": "#994646", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "height", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "20", + "color": "#994646", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "thickness", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "println", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.clojure.definition.double.expression.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "hello from inside the `let`.", + "color": "#CD8D8D", + "_t": "clojure.double.expression.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "clojure.definition.double.end.expression.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "* ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "width", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "height", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "thickness", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "))", + "color": "#F8F8F8", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#E7C0C0", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "; Vectors", + "color": "#E7C0C0", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#F12727", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "v", + "color": "#FEC758", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":a", + "color": "#F12727", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":b", + "color": "#F12727", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":c", + "color": "#F12727", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#F12727", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "li", + "color": "#FEC758", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'(", + "color": "#F8F8F8", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":a", + "color": "#F12727", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":b", + "color": "#F12727", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":c", + "color": "#F12727", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "clojure.definition.end.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "conj", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " v ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":d", + "color": "#F12727", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#E7C0C0", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ⇒ [:a :b :c :d]", + "color": "#E7C0C0", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "conj", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "li", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":d", + "color": "#F12727", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#E7C0C0", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ⇒ (:d :a :b :c)", + "color": "#E7C0C0", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "v ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#E7C0C0", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ⇒ is still [:a :b :c]", + "color": "#E7C0C0", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "li", + "color": "#F8F8F8", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#E7C0C0", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ⇒ is still (:a :b :c)", + "color": "#E7C0C0", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": ";", + "color": "#E7C0C0", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "; Maps", + "color": "#E7C0C0", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#F12727", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "m", + "color": "#FEC758", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":a", + "color": "#F12727", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":b", + "color": "#F12727", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "assoc", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " m ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":c", + "color": "#F12727", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3", + "color": "#994646", + "_t": "clojure.constant.decimal.expression.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#E7C0C0", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ⇒ {:a 1 :c 3 :b 2}", + "color": "#E7C0C0", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "dissoc", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " m ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":b", + "color": "#F12727", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#E7C0C0", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ⇒ {:a 1}", + "color": "#E7C0C0", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#F12727", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "my-atom", + "color": "#FEC758", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "atom", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":foo", + "color": "#F12727", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "clojure.definition.end.expression.global.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#E7C0C0", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "; ⇒ #'user/my-atom", + "color": "#E7C0C0", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "@", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "my", + "color": "#F8F8F8", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "atom", + "color": "#F8F8F8", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#E7C0C0", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "; ⇒ {:foo 1}", + "color": "#E7C0C0", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "swap", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "! ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "my", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "atom", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "update", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "in", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":foo", + "color": "#F12727", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "inc", + "color": "#F8F8F8", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#E7C0C0", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#E7C0C0", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "@", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "my", + "color": "#F8F8F8", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "atom", + "color": "#F8F8F8", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#E7C0C0", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#E7C0C0", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + } + ], + "solarized_dark": [ + { + "content": ";", + "color": "#657B83", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "; from http://clojure-doc.org/articles/tutorials/introduction.html", + "color": "#657B83", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "require", + "color": "#859900", + "_t": "clojure.control.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " '", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "clojure", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "string", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":as", + "color": "#859900", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "str", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#859900", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "the-answer", + "color": "#93A1A1", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "42", + "color": "#D33682", + "_t": "clojure.constant.decimal.definition.expression.global.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#657B83", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " A vector", + "color": "#657B83", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":two", + "color": "#859900", + "_t": "clojure.constant.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.clojure.definition.double.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "three", + "color": "#2AA198", + "_t": "clojure.double.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "clojure.definition.double.end.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":a", + "color": "#859900", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":b", + "color": "#859900", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#93A1A1", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":a", + "color": "#859900", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":b", + "color": "#859900", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":c", + "color": "#859900", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#859900", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "my-stuff", + "color": "#93A1A1", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "shirt", + "color": "#2AA198", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "coat", + "color": "#2AA198", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "hat", + "color": "#2AA198", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#657B83", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " this is more typical usage.", + "color": "#657B83", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "my", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "func", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "my", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "func2", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "arg1", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "arg2", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "other", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "func", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "arg", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-a", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "bar", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "arg", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-x", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "arg", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-y", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+ ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "arg", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "xx", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "arg", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "yy", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "arg", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "zz", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "))", + "color": "#93A1A1", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "arg", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-b", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "))", + "color": "#93A1A1", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+ ", + "color": "#93A1A1", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#657B83", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "; ⇒ (+ 1 2 3)", + "color": "#657B83", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "let", + "color": "#93A1A1", + "_t": "clojure.control.expression.meta.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "width", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "height", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "20", + "color": "#D33682", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "thickness", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "println", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.clojure.definition.double.expression.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "hello from inside the `let`.", + "color": "#2AA198", + "_t": "clojure.double.expression.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "clojure.definition.double.end.expression.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "* ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "width", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "height", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "thickness", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "))", + "color": "#93A1A1", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#657B83", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "; Vectors", + "color": "#657B83", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#859900", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "v", + "color": "#93A1A1", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":a", + "color": "#859900", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":b", + "color": "#859900", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":c", + "color": "#859900", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#859900", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "li", + "color": "#93A1A1", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'(", + "color": "#93A1A1", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":a", + "color": "#859900", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":b", + "color": "#859900", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":c", + "color": "#859900", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "clojure.definition.end.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "conj", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " v ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":d", + "color": "#859900", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#657B83", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ⇒ [:a :b :c :d]", + "color": "#657B83", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "conj", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "li", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":d", + "color": "#859900", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#657B83", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ⇒ (:d :a :b :c)", + "color": "#657B83", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "v ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#657B83", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ⇒ is still [:a :b :c]", + "color": "#657B83", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "li", + "color": "#93A1A1", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#657B83", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ⇒ is still (:a :b :c)", + "color": "#657B83", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": ";", + "color": "#657B83", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "; Maps", + "color": "#657B83", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#859900", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "m", + "color": "#93A1A1", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":a", + "color": "#859900", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":b", + "color": "#859900", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "assoc", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " m ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":c", + "color": "#859900", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "clojure.constant.decimal.expression.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#657B83", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ⇒ {:a 1 :c 3 :b 2}", + "color": "#657B83", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "dissoc", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " m ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":b", + "color": "#859900", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#657B83", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ⇒ {:a 1}", + "color": "#657B83", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#859900", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "my-atom", + "color": "#93A1A1", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "atom", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":foo", + "color": "#859900", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "clojure.definition.end.expression.global.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#657B83", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "; ⇒ #'user/my-atom", + "color": "#657B83", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "@", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "my", + "color": "#93A1A1", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "atom", + "color": "#93A1A1", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#657B83", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "; ⇒ {:foo 1}", + "color": "#657B83", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "swap", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "! ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "my", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "atom", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "update", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "in", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":foo", + "color": "#859900", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "inc", + "color": "#93A1A1", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#657B83", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#657B83", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "@", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "my", + "color": "#93A1A1", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "atom", + "color": "#93A1A1", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#657B83", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#657B83", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + } + ], + "solarized_light": [ + { + "content": ";", + "color": "#93A1A1", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "; from http://clojure-doc.org/articles/tutorials/introduction.html", + "color": "#93A1A1", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "require", + "color": "#859900", + "_t": "clojure.control.expression.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " '", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "clojure", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "string", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":as", + "color": "#859900", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "str", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#859900", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "the-answer", + "color": "#586E75", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "42", + "color": "#D33682", + "_t": "clojure.constant.decimal.definition.expression.global.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "clojure.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "clojure.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " A vector", + "color": "#93A1A1", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "clojure.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":two", + "color": "#859900", + "_t": "clojure.constant.keyword.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.clojure.definition.double.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "three", + "color": "#2AA198", + "_t": "clojure.double.meta.quoted.string.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "clojure.definition.double.end.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "clojure.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "clojure.map.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":a", + "color": "#859900", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.map.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.map.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":b", + "color": "#859900", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.map.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "clojure.map.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#{", + "color": "#586E75", + "_t": "clojure.meta.set", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":a", + "color": "#859900", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.meta.set", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":b", + "color": "#859900", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.meta.set", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":c", + "color": "#859900", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "clojure.meta.set", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#859900", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "my-stuff", + "color": "#586E75", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "shirt", + "color": "#2AA198", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "coat", + "color": "#2AA198", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "hat", + "color": "#2AA198", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " this is more typical usage.", + "color": "#93A1A1", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "my", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "func", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "my", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "func2", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "arg1", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "arg2", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "other", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "func", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "arg", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-a", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "bar", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "arg", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-x", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "arg", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-y", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+ ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "arg", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "xx", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "arg", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "yy", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "arg", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "zz", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "))", + "color": "#586E75", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "arg", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-b", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "))", + "color": "#586E75", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+ ", + "color": "#586E75", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "; ⇒ (+ 1 2 3)", + "color": "#93A1A1", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "let", + "color": "#073642", + "_t": "clojure.control.expression.meta.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "width", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "height", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "20", + "color": "#D33682", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "thickness", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "println", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.clojure.definition.double.expression.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "hello from inside the `let`.", + "color": "#2AA198", + "_t": "clojure.double.expression.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "clojure.definition.double.end.expression.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "* ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "width", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "height", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "thickness", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "))", + "color": "#586E75", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "; Vectors", + "color": "#93A1A1", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#859900", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "v", + "color": "#586E75", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":a", + "color": "#859900", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":b", + "color": "#859900", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":c", + "color": "#859900", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#859900", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "li", + "color": "#586E75", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'(", + "color": "#586E75", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":a", + "color": "#859900", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":b", + "color": "#859900", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":c", + "color": "#859900", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "clojure.definition.end.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "conj", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " v ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":d", + "color": "#859900", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ⇒ [:a :b :c :d]", + "color": "#93A1A1", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "conj", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "li", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":d", + "color": "#859900", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ⇒ (:d :a :b :c)", + "color": "#93A1A1", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "v ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ⇒ is still [:a :b :c]", + "color": "#93A1A1", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "li", + "color": "#586E75", + "_t": "clojure.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ⇒ is still (:a :b :c)", + "color": "#93A1A1", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "; Maps", + "color": "#93A1A1", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#859900", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "m", + "color": "#586E75", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":a", + "color": "#859900", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":b", + "color": "#859900", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "assoc", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " m ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":c", + "color": "#859900", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "clojure.constant.decimal.expression.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ⇒ {:a 1 :c 3 :b 2}", + "color": "#93A1A1", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "dissoc", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " m ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":b", + "color": "#859900", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ⇒ {:a 1}", + "color": "#93A1A1", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#859900", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "my-atom", + "color": "#586E75", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "atom", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":foo", + "color": "#859900", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "clojure.definition.end.expression.global.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "; ⇒ #'user/my-atom", + "color": "#93A1A1", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "my", + "color": "#586E75", + "_t": "clojure.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "atom", + "color": "#586E75", + "_t": "clojure.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "; ⇒ {:foo 1}", + "color": "#93A1A1", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "swap", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "! ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "my", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "atom", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "update", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "in", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":foo", + "color": "#859900", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "clojure.expression.meta.vector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "clojure.expression.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "inc", + "color": "#586E75", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#93A1A1", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "my", + "color": "#586E75", + "_t": "clojure.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "atom", + "color": "#586E75", + "_t": "clojure.meta.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#93A1A1", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + } + ], + "tomorrow_night_blue": [ + { + "content": ";", + "color": "#7285B7", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "; from http://clojure-doc.org/articles/tutorials/introduction.html", + "color": "#7285B7", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "require", + "color": "#EBBBFF", + "_t": "clojure.control.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " '", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "clojure", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "string", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":as", + "color": "#EBBBFF", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "str", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "the-answer", + "color": "#FFFFFF", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "42", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.definition.expression.global.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7285B7", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " A vector", + "color": "#7285B7", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":two", + "color": "#EBBBFF", + "_t": "clojure.constant.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.clojure.definition.double.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "three", + "color": "#D1F1A9", + "_t": "clojure.double.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "clojure.definition.double.end.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "clojure.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":a", + "color": "#EBBBFF", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":b", + "color": "#EBBBFF", + "_t": "clojure.constant.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "clojure.map.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#FFFFFF", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":a", + "color": "#EBBBFF", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":b", + "color": "#EBBBFF", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":c", + "color": "#EBBBFF", + "_t": "clojure.constant.keyword.meta.set", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "clojure.meta.set", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "my-stuff", + "color": "#FFFFFF", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "shirt", + "color": "#D1F1A9", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "coat", + "color": "#D1F1A9", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.clojure.definition.double.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "hat", + "color": "#D1F1A9", + "_t": "clojure.definition.double.expression.global.meta.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "clojure.definition.double.end.expression.global.meta.punctuation.quoted.string.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7285B7", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " this is more typical usage.", + "color": "#7285B7", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "func", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "func2", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "arg1", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "arg2", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "other", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "func", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "arg", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-a", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "bar", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "arg", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-x", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "arg", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-y", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+ ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "arg", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "xx", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "arg", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "yy", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "arg", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "zz", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "arg", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-b", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+ ", + "color": "#FFFFFF", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.meta.numeric.qouted-expression", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7285B7", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "; ⇒ (+ 1 2 3)", + "color": "#7285B7", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "let", + "color": "#EBBBFF", + "_t": "clojure.control.expression.meta.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "height", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "20", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "thickness", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.expression.meta.numeric.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.clojure.definition.double.expression.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "hello from inside the `let`.", + "color": "#D1F1A9", + "_t": "clojure.double.expression.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "clojure.definition.double.end.expression.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "* ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "height", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "thickness", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7285B7", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "; Vectors", + "color": "#7285B7", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "v", + "color": "#FFFFFF", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":a", + "color": "#EBBBFF", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":b", + "color": "#EBBBFF", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":c", + "color": "#EBBBFF", + "_t": "clojure.constant.definition.expression.global.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "li", + "color": "#FFFFFF", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'(", + "color": "#FFFFFF", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":a", + "color": "#EBBBFF", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":b", + "color": "#EBBBFF", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":c", + "color": "#EBBBFF", + "_t": "clojure.constant.definition.expression.global.keyword.meta.qouted-expression", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.definition.end.expression.global.meta.punctuation.qouted-expression.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "conj", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " v ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":d", + "color": "#EBBBFF", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7285B7", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ⇒ [:a :b :c :d]", + "color": "#7285B7", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "conj", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "li", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":d", + "color": "#EBBBFF", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7285B7", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ⇒ (:d :a :b :c)", + "color": "#7285B7", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "v ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7285B7", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ⇒ is still [:a :b :c]", + "color": "#7285B7", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "li", + "color": "#FFFFFF", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7285B7", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ⇒ is still (:a :b :c)", + "color": "#7285B7", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": ";", + "color": "#7285B7", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "; Maps", + "color": "#7285B7", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "m", + "color": "#FFFFFF", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":a", + "color": "#EBBBFF", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":b", + "color": "#EBBBFF", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "assoc", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " m ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":c", + "color": "#EBBBFF", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.expression.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7285B7", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ⇒ {:a 1 :c 3 :b 2}", + "color": "#7285B7", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "dissoc", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " m ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":b", + "color": "#EBBBFF", + "_t": "clojure.constant.expression.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7285B7", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ⇒ {:a 1}", + "color": "#7285B7", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "clojure.control.definition.expression.global.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "my-atom", + "color": "#FFFFFF", + "_t": "clojure.definition.entity.expression.global.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.definition.expression.global.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "atom", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":foo", + "color": "#EBBBFF", + "_t": "clojure.constant.definition.expression.global.keyword.map.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "clojure.constant.decimal.definition.expression.global.map.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "clojure.definition.expression.global.map.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.definition.end.expression.global.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7285B7", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "; ⇒ #'user/my-atom", + "color": "#7285B7", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "@", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#FFFFFF", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "atom", + "color": "#FFFFFF", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7285B7", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "; ⇒ {:foo 1}", + "color": "#7285B7", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.clojure.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "swap", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "! ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "atom", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "update", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":foo", + "color": "#EBBBFF", + "_t": "clojure.constant.expression.keyword.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.vector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "clojure.expression.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "inc", + "color": "#FFFFFF", + "_t": "clojure.expression.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "clojure.end.expression.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7285B7", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#7285B7", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "@", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#FFFFFF", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "atom", + "color": "#FFFFFF", + "_t": "clojure.meta.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7285B7", + "_t": "clojure.comment.definition.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "; ⇒ {:foo 2}", + "color": "#7285B7", + "_t": "clojure.comment.line.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.clj.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.clj.result.patch new file mode 100644 index 000000000..f6d0a10c1 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.clj.result.patch @@ -0,0 +1,1540 @@ +{ + "abyss": [ + { + "index": 10, + "content": ":as", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 35, + "content": ":two", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 42, + "content": ":a", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 46, + "content": ":b", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 51, + "content": ":a", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 53, + "content": ":b", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 55, + "content": ":c", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 189, + "content": ":a", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 191, + "content": ":b", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 193, + "content": ":c", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 202, + "content": ":a", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 204, + "content": ":b", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 206, + "content": ":c", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 212, + "content": ":d", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 222, + "content": ":d", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 242, + "content": ":a", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 246, + "content": ":b", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 254, + "content": ":c", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 264, + "content": ":b", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 278, + "content": ":foo", + "color": "#225588", + "newColor": "#6688CC" + }, + { + "index": 304, + "content": ":foo", + "color": "#225588", + "newColor": "#6688CC" + } + ], + "dark_vs": [ + { + "index": 10, + "content": ":as", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 35, + "content": ":two", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 42, + "content": ":a", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 46, + "content": ":b", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 51, + "content": ":a", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 53, + "content": ":b", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 55, + "content": ":c", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 189, + "content": ":a", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 191, + "content": ":b", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 193, + "content": ":c", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 202, + "content": ":a", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 204, + "content": ":b", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 206, + "content": ":c", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 212, + "content": ":d", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 222, + "content": ":d", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 242, + "content": ":a", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 246, + "content": ":b", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 254, + "content": ":c", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 264, + "content": ":b", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 278, + "content": ":foo", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 304, + "content": ":foo", + "color": "#569CD6", + "newColor": "#D4D4D4" + } + ], + "light_vs": [ + { + "index": 10, + "content": ":as", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 35, + "content": ":two", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 42, + "content": ":a", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 46, + "content": ":b", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 51, + "content": ":a", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 53, + "content": ":b", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 55, + "content": ":c", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 189, + "content": ":a", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 191, + "content": ":b", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 193, + "content": ":c", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 202, + "content": ":a", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 204, + "content": ":b", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 206, + "content": ":c", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 212, + "content": ":d", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 222, + "content": ":d", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 242, + "content": ":a", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 246, + "content": ":b", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 254, + "content": ":c", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 264, + "content": ":b", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 278, + "content": ":foo", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 304, + "content": ":foo", + "color": "#0000FF", + "newColor": "#000000" + } + ], + "hc_black": [ + { + "index": 10, + "content": ":as", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 35, + "content": ":two", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 42, + "content": ":a", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 46, + "content": ":b", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 51, + "content": ":a", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 53, + "content": ":b", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 55, + "content": ":c", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 189, + "content": ":a", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 191, + "content": ":b", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 193, + "content": ":c", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 202, + "content": ":a", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 204, + "content": ":b", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 206, + "content": ":c", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 212, + "content": ":d", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 222, + "content": ":d", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 242, + "content": ":a", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 246, + "content": ":b", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 254, + "content": ":c", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 264, + "content": ":b", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 278, + "content": ":foo", + "color": "#569CD6", + "newColor": "#FFFFFF" + }, + { + "index": 304, + "content": ":foo", + "color": "#569CD6", + "newColor": "#FFFFFF" + } + ], + "dark_plus": [ + { + "index": 10, + "content": ":as", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 35, + "content": ":two", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 42, + "content": ":a", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 46, + "content": ":b", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 51, + "content": ":a", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 53, + "content": ":b", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 55, + "content": ":c", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 189, + "content": ":a", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 191, + "content": ":b", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 193, + "content": ":c", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 202, + "content": ":a", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 204, + "content": ":b", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 206, + "content": ":c", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 212, + "content": ":d", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 222, + "content": ":d", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 242, + "content": ":a", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 246, + "content": ":b", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 254, + "content": ":c", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 264, + "content": ":b", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 278, + "content": ":foo", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 304, + "content": ":foo", + "color": "#569CD6", + "newColor": "#D4D4D4" + } + ], + "light_plus": [ + { + "index": 10, + "content": ":as", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 35, + "content": ":two", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 42, + "content": ":a", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 46, + "content": ":b", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 51, + "content": ":a", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 53, + "content": ":b", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 55, + "content": ":c", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 189, + "content": ":a", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 191, + "content": ":b", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 193, + "content": ":c", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 202, + "content": ":a", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 204, + "content": ":b", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 206, + "content": ":c", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 212, + "content": ":d", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 222, + "content": ":d", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 242, + "content": ":a", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 246, + "content": ":b", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 254, + "content": ":c", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 264, + "content": ":b", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 278, + "content": ":foo", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 304, + "content": ":foo", + "color": "#0000FF", + "newColor": "#000000" + } + ], + "kimbie_dark": [], + "monokai": [ + { + "index": 10, + "content": ":as", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 35, + "content": ":two", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 42, + "content": ":a", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 46, + "content": ":b", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 51, + "content": ":a", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 53, + "content": ":b", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 55, + "content": ":c", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 189, + "content": ":a", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 191, + "content": ":b", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 193, + "content": ":c", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 202, + "content": ":a", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 204, + "content": ":b", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 206, + "content": ":c", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 212, + "content": ":d", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 222, + "content": ":d", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 242, + "content": ":a", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 246, + "content": ":b", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 254, + "content": ":c", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 264, + "content": ":b", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 278, + "content": ":foo", + "color": "#F92672", + "newColor": "#F8F8F2" + }, + { + "index": 304, + "content": ":foo", + "color": "#F92672", + "newColor": "#F8F8F2" + } + ], + "monokai_dimmed": [ + { + "index": 10, + "content": ":as", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 35, + "content": ":two", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 42, + "content": ":a", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 46, + "content": ":b", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 51, + "content": ":a", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 53, + "content": ":b", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 55, + "content": ":c", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 189, + "content": ":a", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 191, + "content": ":b", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 193, + "content": ":c", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 202, + "content": ":a", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 204, + "content": ":b", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 206, + "content": ":c", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 212, + "content": ":d", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 222, + "content": ":d", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 242, + "content": ":a", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 246, + "content": ":b", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 254, + "content": ":c", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 264, + "content": ":b", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 278, + "content": ":foo", + "color": "#676867", + "newColor": "#C5C8C6" + }, + { + "index": 304, + "content": ":foo", + "color": "#676867", + "newColor": "#C5C8C6" + } + ], + "quietlight": [], + "red": [ + { + "index": 10, + "content": ":as", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 35, + "content": ":two", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 42, + "content": ":a", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 46, + "content": ":b", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 51, + "content": ":a", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 53, + "content": ":b", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 55, + "content": ":c", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 189, + "content": ":a", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 191, + "content": ":b", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 193, + "content": ":c", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 202, + "content": ":a", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 204, + "content": ":b", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 206, + "content": ":c", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 212, + "content": ":d", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 222, + "content": ":d", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 242, + "content": ":a", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 246, + "content": ":b", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 254, + "content": ":c", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 264, + "content": ":b", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 278, + "content": ":foo", + "color": "#F12727", + "newColor": "#994646" + }, + { + "index": 304, + "content": ":foo", + "color": "#F12727", + "newColor": "#994646" + } + ], + "solarized_dark": [ + { + "index": 10, + "content": ":as", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 35, + "content": ":two", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 42, + "content": ":a", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 46, + "content": ":b", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 51, + "content": ":a", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 53, + "content": ":b", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 55, + "content": ":c", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 189, + "content": ":a", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 191, + "content": ":b", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 193, + "content": ":c", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 202, + "content": ":a", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 204, + "content": ":b", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 206, + "content": ":c", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 212, + "content": ":d", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 222, + "content": ":d", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 242, + "content": ":a", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 246, + "content": ":b", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 254, + "content": ":c", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 264, + "content": ":b", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 278, + "content": ":foo", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 304, + "content": ":foo", + "color": "#859900", + "newColor": "#93A1A1" + } + ], + "solarized_light": [ + { + "index": 10, + "content": ":as", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 35, + "content": ":two", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 42, + "content": ":a", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 46, + "content": ":b", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 51, + "content": ":a", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 53, + "content": ":b", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 55, + "content": ":c", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 189, + "content": ":a", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 191, + "content": ":b", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 193, + "content": ":c", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 202, + "content": ":a", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 204, + "content": ":b", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 206, + "content": ":c", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 212, + "content": ":d", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 222, + "content": ":d", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 242, + "content": ":a", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 246, + "content": ":b", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 254, + "content": ":c", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 264, + "content": ":b", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 278, + "content": ":foo", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 304, + "content": ":foo", + "color": "#859900", + "newColor": "#586E75" + } + ], + "tomorrow_night_blue": [ + { + "index": 10, + "content": ":as", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 35, + "content": ":two", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 42, + "content": ":a", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 46, + "content": ":b", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 51, + "content": ":a", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 53, + "content": ":b", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 55, + "content": ":c", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 189, + "content": ":a", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 191, + "content": ":b", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 193, + "content": ":c", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 202, + "content": ":a", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 204, + "content": ":b", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 206, + "content": ":c", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 212, + "content": ":d", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 222, + "content": ":d", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 242, + "content": ":a", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 246, + "content": ":b", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 254, + "content": ":c", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 264, + "content": ":b", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 278, + "content": ":foo", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + }, + { + "index": 304, + "content": ":foo", + "color": "#EBBBFF", + "newColor": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.coffee b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.coffee new file mode 100644 index 000000000..f9ac12603 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.coffee @@ -0,0 +1,28 @@ +""" +A CoffeeScript sample. +""" + +class Vehicle + constructor: (@name) => + + drive: () => + alert "Drive #{@name}" + +class Car extends Vehicle + drive: () => + alert "Driving #{@name}" + +c = new Car "Volvo" + +while onTheRoad() + c.drive() + +vehicles = (new Car for i in [1..100]) + +startRace = (vehicles) -> [vehicle.drive() for vehicle in vehicles] + +fancyRegExp = /// + (\d+) # numbers + (\w*) # letters + $ # the end +/// diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.coffee.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.coffee.result new file mode 100644 index 000000000..5eb3f5c55 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.coffee.result @@ -0,0 +1,11874 @@ +{ + "abyss": [ + { + "content": "\"\"\"", + "color": "#22AA44", + "_t": "begin.coffee.definition.double.heredoc.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "A CoffeeScript sample.", + "color": "#22AA44", + "_t": "coffee.double.heredoc.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"\"\"", + "color": "#22AA44", + "_t": "coffee.definition.double.end.heredoc.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "class", + "color": "#9966B8", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Vehicle", + "color": "#FFEEBB", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "constructor", + "color": "#DDBB88", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": ":", + "color": "#225588", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@name", + "color": "#2277FF", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=>", + "color": "#9966B8", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "drive", + "color": "#DDBB88", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": ":", + "color": "#225588", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=>", + "color": "#9966B8", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "alert", + "color": "#DDBB88", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Drive ", + "color": "#22AA44", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "#{", + "color": "#22AA44", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "@", + "color": "#22AA44", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "name", + "color": "#22AA44", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#22AA44", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "class", + "color": "#9966B8", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Car", + "color": "#FFEEBB", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "extends", + "color": "#225588", + "_t": "class.coffee.control.inheritance.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Vehicle", + "color": "#DDBB88", + "_t": "class.coffee.entity.inherited-class.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.inherited-class rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "drive", + "color": "#DDBB88", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": ":", + "color": "#225588", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=>", + "color": "#9966B8", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "alert", + "color": "#DDBB88", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Driving ", + "color": "#22AA44", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "#{", + "color": "#22AA44", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "@", + "color": "#22AA44", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "name", + "color": "#22AA44", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#22AA44", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "c", + "color": "#6688CC", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "new", + "color": "#225588", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.constructor.instance.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Car", + "color": "#FFEEBB", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Volvo", + "color": "#22AA44", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "while", + "color": "#225588", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "onTheRoad", + "color": "#DDBB88", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " c", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "drive", + "color": "#DDBB88", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "vehicles", + "color": "#6688CC", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "new", + "color": "#225588", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.constructor.instance.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Car", + "color": "#FFEEBB", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " i ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "in", + "color": "#225588", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "..", + "color": "#225588", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "100", + "color": "#F280D0", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "startRace ", + "color": "#DDBB88", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#225588", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "vehicles", + "color": "#2277FF", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "->", + "color": "#9966B8", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "vehicle", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "drive", + "color": "#DDBB88", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " vehicle ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "in", + "color": "#225588", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " vehicles", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fancyRegExp", + "color": "#6688CC", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "///", + "color": "#22AA44", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\t", + "color": "#22AA44", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "(", + "color": "#22AA44", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\d", + "color": "#F280D0", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "+", + "color": "#225588", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#22AA44", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\t", + "color": "#22AA44", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "#", + "color": "#22AA44", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " numbers", + "color": "#22AA44", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\t", + "color": "#22AA44", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "(", + "color": "#22AA44", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\w", + "color": "#F280D0", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "*", + "color": "#225588", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#22AA44", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\t", + "color": "#22AA44", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "#", + "color": "#22AA44", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " letters", + "color": "#22AA44", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\t", + "color": "#22AA44", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#225588", + "_t": "anchor.block.coffee.control.keyword.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "\t\t", + "color": "#22AA44", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "#", + "color": "#22AA44", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " the end", + "color": "#22AA44", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "///", + "color": "#22AA44", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + } + ], + "dark_vs": [ + { + "content": "\"\"\"", + "color": "#CE9178", + "_t": "begin.coffee.definition.double.heredoc.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "A CoffeeScript sample.", + "color": "#CE9178", + "_t": "coffee.double.heredoc.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"\"\"", + "color": "#CE9178", + "_t": "coffee.definition.double.end.heredoc.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.coffee.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Vehicle", + "color": "#D4D4D4", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "constructor", + "color": "#D4D4D4", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@name", + "color": "#D4D4D4", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "drive", + "color": "#D4D4D4", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "alert", + "color": "#D4D4D4", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Drive ", + "color": "#CE9178", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "@", + "color": "#CE9178", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "name", + "color": "#CE9178", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.coffee.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Car", + "color": "#D4D4D4", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.coffee.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "extends", + "color": "#569CD6", + "_t": "class.coffee.control.inheritance.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.coffee.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Vehicle", + "color": "#D4D4D4", + "_t": "class.coffee.entity.inherited-class.meta.other", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "drive", + "color": "#D4D4D4", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "alert", + "color": "#D4D4D4", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Driving ", + "color": "#CE9178", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "@", + "color": "#CE9178", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "name", + "color": "#CE9178", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "c", + "color": "#D4D4D4", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.constructor.instance.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Car", + "color": "#D4D4D4", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Volvo", + "color": "#CE9178", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "while", + "color": "#569CD6", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "onTheRoad", + "color": "#D4D4D4", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " c", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "drive", + "color": "#D4D4D4", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "vehicles", + "color": "#D4D4D4", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.constructor.instance.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Car", + "color": "#D4D4D4", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " i ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#569CD6", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "..", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "startRace ", + "color": "#D4D4D4", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "vehicles", + "color": "#D4D4D4", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "->", + "color": "#569CD6", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "vehicle", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "drive", + "color": "#D4D4D4", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " vehicle ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#569CD6", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " vehicles", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fancyRegExp", + "color": "#D4D4D4", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "///", + "color": "#D16969", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\t", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d", + "color": "#D16969", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\t", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "#", + "color": "#D16969", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": " numbers", + "color": "#D16969", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\t", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\w", + "color": "#D16969", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\t", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "#", + "color": "#D16969", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": " letters", + "color": "#D16969", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\t", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "anchor.block.coffee.control.keyword.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "\t\t", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "#", + "color": "#D16969", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": " the end", + "color": "#D16969", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "///", + "color": "#D16969", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + } + ], + "light_vs": [ + { + "content": "\"\"\"", + "color": "#A31515", + "_t": "begin.coffee.definition.double.heredoc.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "A CoffeeScript sample.", + "color": "#A31515", + "_t": "coffee.double.heredoc.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"\"\"", + "color": "#A31515", + "_t": "coffee.definition.double.end.heredoc.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.coffee.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Vehicle", + "color": "#000000", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "constructor", + "color": "#000000", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@name", + "color": "#000000", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "coffee.function.inline.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=>", + "color": "#0000FF", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "drive", + "color": "#000000", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "coffee.function.inline.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=>", + "color": "#0000FF", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "alert", + "color": "#000000", + "_t": "coffee.entity.function.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Drive ", + "color": "#A31515", + "_t": "coffee.double.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#{", + "color": "#A31515", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "@", + "color": "#A31515", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "name", + "color": "#A31515", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#A31515", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.coffee.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Car", + "color": "#000000", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.coffee.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "extends", + "color": "#0000FF", + "_t": "class.coffee.control.inheritance.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.coffee.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Vehicle", + "color": "#000000", + "_t": "class.coffee.entity.inherited-class.meta.other", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "drive", + "color": "#000000", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "coffee.function.inline.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=>", + "color": "#0000FF", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "alert", + "color": "#000000", + "_t": "coffee.entity.function.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Driving ", + "color": "#A31515", + "_t": "coffee.double.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#{", + "color": "#A31515", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "@", + "color": "#A31515", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "name", + "color": "#A31515", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#A31515", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "c", + "color": "#000000", + "_t": "assignment.coffee.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator.new rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.constructor.instance.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Car", + "color": "#000000", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Volvo", + "color": "#A31515", + "_t": "coffee.double.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "while", + "color": "#0000FF", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "onTheRoad", + "color": "#000000", + "_t": "coffee.entity.function.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "brace.coffee.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " c", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "drive", + "color": "#000000", + "_t": "coffee.entity.function.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "brace.coffee.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "vehicles", + "color": "#000000", + "_t": "assignment.coffee.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.coffee.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator.new rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.constructor.instance.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Car", + "color": "#000000", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " i ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#0000FF", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "brace.coffee.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "..", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "100", + "color": "#09885A", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#000000", + "_t": "brace.coffee.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.coffee.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "startRace ", + "color": "#000000", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "vehicles", + "color": "#000000", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "coffee.function.inline.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "->", + "color": "#0000FF", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "brace.coffee.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "vehicle", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "drive", + "color": "#000000", + "_t": "coffee.entity.function.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "brace.coffee.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " vehicle ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#0000FF", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " vehicles", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "brace.coffee.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fancyRegExp", + "color": "#000000", + "_t": "assignment.coffee.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "///", + "color": "#811F3F", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\t", + "color": "#811F3F", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "(", + "color": "#811F3F", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\d", + "color": "#811F3F", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "+", + "color": "#000000", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#811F3F", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\t", + "color": "#811F3F", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "#", + "color": "#811F3F", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": " numbers", + "color": "#811F3F", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\t", + "color": "#811F3F", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "(", + "color": "#811F3F", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\w", + "color": "#811F3F", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#811F3F", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\t", + "color": "#811F3F", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "#", + "color": "#811F3F", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": " letters", + "color": "#811F3F", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\t", + "color": "#811F3F", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "anchor.block.coffee.control.keyword.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "\t\t", + "color": "#811F3F", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "#", + "color": "#811F3F", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": " the end", + "color": "#811F3F", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "///", + "color": "#811F3F", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + } + ], + "hc_black": [ + { + "content": "\"\"\"", + "color": "#CE9178", + "_t": "begin.coffee.definition.double.heredoc.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "A CoffeeScript sample.", + "color": "#CE9178", + "_t": "coffee.double.heredoc.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"\"\"", + "color": "#CE9178", + "_t": "coffee.definition.double.end.heredoc.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.coffee.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.coffee.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Vehicle", + "color": "#FFFFFF", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "constructor", + "color": "#FFFFFF", + "_t": "coffee.entity.function.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@name", + "color": "#FFFFFF", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "coffee.function.inline.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "drive", + "color": "#FFFFFF", + "_t": "coffee.entity.function.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "coffee.function.inline.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "alert", + "color": "#FFFFFF", + "_t": "coffee.entity.function.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Drive ", + "color": "#CE9178", + "_t": "coffee.double.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "@", + "color": "#CE9178", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "name", + "color": "#CE9178", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.coffee.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.coffee.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Car", + "color": "#FFFFFF", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.coffee.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "extends", + "color": "#569CD6", + "_t": "class.coffee.control.inheritance.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.coffee.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Vehicle", + "color": "#FFFFFF", + "_t": "class.coffee.entity.inherited-class.meta.other", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "drive", + "color": "#FFFFFF", + "_t": "coffee.entity.function.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "coffee.function.inline.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "alert", + "color": "#FFFFFF", + "_t": "coffee.entity.function.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Driving ", + "color": "#CE9178", + "_t": "coffee.double.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "@", + "color": "#CE9178", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "name", + "color": "#CE9178", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "c", + "color": "#FFFFFF", + "_t": "assignment.coffee.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.constructor.instance.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Car", + "color": "#FFFFFF", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Volvo", + "color": "#CE9178", + "_t": "coffee.double.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "while", + "color": "#569CD6", + "_t": "coffee.control.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "onTheRoad", + "color": "#FFFFFF", + "_t": "coffee.entity.function.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " c", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "drive", + "color": "#FFFFFF", + "_t": "coffee.entity.function.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "vehicles", + "color": "#FFFFFF", + "_t": "assignment.coffee.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.constructor.instance.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Car", + "color": "#FFFFFF", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "coffee.control.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " i ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#569CD6", + "_t": "coffee.control.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.square", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "coffee.constant.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "..", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "coffee.constant.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.square", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "startRace ", + "color": "#FFFFFF", + "_t": "coffee.entity.function.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "vehicles", + "color": "#FFFFFF", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "coffee.function.inline.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "->", + "color": "#569CD6", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.square", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "vehicle", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "drive", + "color": "#FFFFFF", + "_t": "coffee.entity.function.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "coffee.control.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " vehicle ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#569CD6", + "_t": "coffee.control.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " vehicles", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.square", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fancyRegExp", + "color": "#FFFFFF", + "_t": "assignment.coffee.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "///", + "color": "#D16969", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\t", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d", + "color": "#D16969", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\t", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "#", + "color": "#D16969", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": " numbers", + "color": "#D16969", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\t", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\w", + "color": "#D16969", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\t", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "#", + "color": "#D16969", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": " letters", + "color": "#D16969", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\t", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "anchor.block.coffee.control.keyword.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "\t\t", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "#", + "color": "#D16969", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": " the end", + "color": "#D16969", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "///", + "color": "#D16969", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + } + ], + "dark_plus": [ + { + "content": "\"\"\"", + "color": "#CE9178", + "_t": "begin.coffee.definition.double.heredoc.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "A CoffeeScript sample.", + "color": "#CE9178", + "_t": "coffee.double.heredoc.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"\"\"", + "color": "#CE9178", + "_t": "coffee.definition.double.end.heredoc.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.coffee.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Vehicle", + "color": "#4EC9B0", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "constructor", + "color": "#DCDCAA", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@name", + "color": "#9CDCFE", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "drive", + "color": "#DCDCAA", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "alert", + "color": "#DCDCAA", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Drive ", + "color": "#CE9178", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "@", + "color": "#9CDCFE", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.coffee.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Car", + "color": "#4EC9B0", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.coffee.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "extends", + "color": "#C586C0", + "_t": "class.coffee.control.inheritance.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.coffee.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Vehicle", + "color": "#D4D4D4", + "_t": "class.coffee.entity.inherited-class.meta.other", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "drive", + "color": "#DCDCAA", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "alert", + "color": "#DCDCAA", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Driving ", + "color": "#CE9178", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "@", + "color": "#9CDCFE", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "c", + "color": "#9CDCFE", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.constructor.instance.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Car", + "color": "#4EC9B0", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Volvo", + "color": "#CE9178", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "while", + "color": "#C586C0", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "onTheRoad", + "color": "#DCDCAA", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " c", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "drive", + "color": "#DCDCAA", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "vehicles", + "color": "#9CDCFE", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.constructor.instance.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Car", + "color": "#4EC9B0", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " i ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#C586C0", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "..", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "startRace ", + "color": "#DCDCAA", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "vehicles", + "color": "#9CDCFE", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "->", + "color": "#569CD6", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "vehicle", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "drive", + "color": "#DCDCAA", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " vehicle ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#C586C0", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " vehicles", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fancyRegExp", + "color": "#9CDCFE", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "///", + "color": "#D16969", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\t", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d", + "color": "#D16969", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\t", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "#", + "color": "#D16969", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": " numbers", + "color": "#D16969", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\t", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\w", + "color": "#D16969", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\t", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "#", + "color": "#D16969", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": " letters", + "color": "#D16969", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\t", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "$", + "color": "#C586C0", + "_t": "anchor.block.coffee.control.keyword.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "\t\t", + "color": "#D16969", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "#", + "color": "#D16969", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": " the end", + "color": "#D16969", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "///", + "color": "#D16969", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + } + ], + "light_plus": [ + { + "content": "\"\"\"", + "color": "#A31515", + "_t": "begin.coffee.definition.double.heredoc.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "A CoffeeScript sample.", + "color": "#A31515", + "_t": "coffee.double.heredoc.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"\"\"", + "color": "#A31515", + "_t": "coffee.definition.double.end.heredoc.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.coffee.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Vehicle", + "color": "#267F99", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "constructor", + "color": "#795E26", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@name", + "color": "#001080", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "coffee.function.inline.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=>", + "color": "#0000FF", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "drive", + "color": "#795E26", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "coffee.function.inline.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=>", + "color": "#0000FF", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "alert", + "color": "#795E26", + "_t": "coffee.entity.function.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Drive ", + "color": "#A31515", + "_t": "coffee.double.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#{", + "color": "#A31515", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "@", + "color": "#001080", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "name", + "color": "#001080", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#A31515", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.coffee.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Car", + "color": "#267F99", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.coffee.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "extends", + "color": "#AF00DB", + "_t": "class.coffee.control.inheritance.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.coffee.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Vehicle", + "color": "#000000", + "_t": "class.coffee.entity.inherited-class.meta.other", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "drive", + "color": "#795E26", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "coffee.function.inline.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=>", + "color": "#0000FF", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "alert", + "color": "#795E26", + "_t": "coffee.entity.function.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Driving ", + "color": "#A31515", + "_t": "coffee.double.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#{", + "color": "#A31515", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "@", + "color": "#001080", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "name", + "color": "#001080", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#A31515", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "c", + "color": "#001080", + "_t": "assignment.coffee.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator.new rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.constructor.instance.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Car", + "color": "#267F99", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Volvo", + "color": "#A31515", + "_t": "coffee.double.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "while", + "color": "#AF00DB", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "onTheRoad", + "color": "#795E26", + "_t": "coffee.entity.function.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "()", + "color": "#000000", + "_t": "brace.coffee.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " c", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "drive", + "color": "#795E26", + "_t": "coffee.entity.function.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "()", + "color": "#000000", + "_t": "brace.coffee.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "vehicles", + "color": "#001080", + "_t": "assignment.coffee.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.coffee.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator.new rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.constructor.instance.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Car", + "color": "#267F99", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " i ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#AF00DB", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "brace.coffee.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "..", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "100", + "color": "#09885A", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#000000", + "_t": "brace.coffee.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.coffee.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "startRace ", + "color": "#795E26", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "=", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "vehicles", + "color": "#001080", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "coffee.function.inline.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "->", + "color": "#0000FF", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "brace.coffee.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "vehicle", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "drive", + "color": "#795E26", + "_t": "coffee.entity.function.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "()", + "color": "#000000", + "_t": "brace.coffee.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " vehicle ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#AF00DB", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " vehicles", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "brace.coffee.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fancyRegExp", + "color": "#001080", + "_t": "assignment.coffee.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "///", + "color": "#811F3F", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\t", + "color": "#811F3F", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "(", + "color": "#811F3F", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\d", + "color": "#811F3F", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "+", + "color": "#000000", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#811F3F", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\t", + "color": "#811F3F", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "#", + "color": "#811F3F", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": " numbers", + "color": "#811F3F", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\t", + "color": "#811F3F", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "(", + "color": "#811F3F", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\w", + "color": "#811F3F", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#811F3F", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\t", + "color": "#811F3F", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "#", + "color": "#811F3F", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": " letters", + "color": "#811F3F", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\t", + "color": "#811F3F", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "$", + "color": "#AF00DB", + "_t": "anchor.block.coffee.control.keyword.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "\t\t", + "color": "#811F3F", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "#", + "color": "#811F3F", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": " the end", + "color": "#811F3F", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "///", + "color": "#811F3F", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + } + ], + "kimbie_dark": [ + { + "content": "\"\"\"", + "color": "#D3AF86", + "_t": "begin.coffee.definition.double.heredoc.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "A CoffeeScript sample.", + "color": "#889B4A", + "_t": "coffee.double.heredoc.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"\"\"", + "color": "#D3AF86", + "_t": "coffee.definition.double.end.heredoc.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#98676A", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Vehicle", + "color": "#F06431", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "constructor", + "color": "#8AB1B0", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "@name", + "color": "#D3AF86", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=>", + "color": "#98676A", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "drive", + "color": "#8AB1B0", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=>", + "color": "#98676A", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "alert", + "color": "#8AB1B0", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Drive ", + "color": "#889B4A", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "#{", + "color": "#18401E", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "@", + "color": "#D3AF86", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "name", + "color": "#889B4A", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "}", + "color": "#18401E", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#98676A", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Car", + "color": "#F06431", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "extends", + "color": "#98676A", + "_t": "class.coffee.control.inheritance.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Vehicle", + "color": "#889B4A", + "_t": "class.coffee.entity.inherited-class.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.inherited-class rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "drive", + "color": "#8AB1B0", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=>", + "color": "#98676A", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "alert", + "color": "#8AB1B0", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Driving ", + "color": "#889B4A", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "#{", + "color": "#18401E", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "@", + "color": "#D3AF86", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "name", + "color": "#889B4A", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "}", + "color": "#18401E", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "c", + "color": "#DC3958", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "new", + "color": "#D3AF86", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.constructor.instance.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Car", + "color": "#F06431", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Volvo", + "color": "#889B4A", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "while", + "color": "#98676A", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "onTheRoad", + "color": "#8AB1B0", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " c", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "drive", + "color": "#8AB1B0", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "vehicles", + "color": "#DC3958", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "new", + "color": "#D3AF86", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.constructor.instance.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Car", + "color": "#F06431", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " i ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "in", + "color": "#98676A", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "..", + "color": "#D3AF86", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "100", + "color": "#F79A32", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "startRace ", + "color": "#8AB1B0", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "vehicles", + "color": "#D3AF86", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "->", + "color": "#98676A", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "vehicle", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "drive", + "color": "#8AB1B0", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " vehicle ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "in", + "color": "#98676A", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " vehicles", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fancyRegExp", + "color": "#DC3958", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "///", + "color": "#D3AF86", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#7E602C", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\\d", + "color": "#7E602C", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "+", + "color": "#7E602C", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#7E602C", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "#", + "color": "#D3AF86", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " numbers", + "color": "#7E602C", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\t", + "color": "#7E602C", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\\w", + "color": "#7E602C", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "*", + "color": "#7E602C", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#7E602C", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "#", + "color": "#D3AF86", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " letters", + "color": "#7E602C", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\t", + "color": "#7E602C", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "$", + "color": "#7E602C", + "_t": "anchor.block.coffee.control.keyword.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\t\t", + "color": "#7E602C", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "#", + "color": "#D3AF86", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " the end", + "color": "#7E602C", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "///", + "color": "#D3AF86", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "\"\"\"", + "color": "#E6DB74", + "_t": "begin.coffee.definition.double.heredoc.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "A CoffeeScript sample.", + "color": "#E6DB74", + "_t": "coffee.double.heredoc.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"\"\"", + "color": "#E6DB74", + "_t": "coffee.definition.double.end.heredoc.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "class", + "color": "#66D9EF", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Vehicle", + "color": "#A6E22E", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "constructor", + "color": "#A6E22E", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@name", + "color": "#FD971F", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=>", + "color": "#66D9EF", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "drive", + "color": "#A6E22E", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=>", + "color": "#66D9EF", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "alert", + "color": "#A6E22E", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Drive ", + "color": "#E6DB74", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "#{", + "color": "#E6DB74", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "@", + "color": "#E6DB74", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "name", + "color": "#E6DB74", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#E6DB74", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "class", + "color": "#66D9EF", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Car", + "color": "#A6E22E", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "extends", + "color": "#F92672", + "_t": "class.coffee.control.inheritance.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Vehicle", + "color": "#A6E22E", + "_t": "class.coffee.entity.inherited-class.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.inherited-class rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "drive", + "color": "#A6E22E", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=>", + "color": "#66D9EF", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "alert", + "color": "#A6E22E", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Driving ", + "color": "#E6DB74", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "#{", + "color": "#E6DB74", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "@", + "color": "#E6DB74", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "name", + "color": "#E6DB74", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#E6DB74", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "c", + "color": "#F8F8F2", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "new", + "color": "#F92672", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.constructor.instance.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Car", + "color": "#A6E22E", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Volvo", + "color": "#E6DB74", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "while", + "color": "#F92672", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "onTheRoad", + "color": "#A6E22E", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " c", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "drive", + "color": "#A6E22E", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "vehicles", + "color": "#F8F8F2", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "new", + "color": "#F92672", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.constructor.instance.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Car", + "color": "#A6E22E", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " i ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "in", + "color": "#F92672", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "..", + "color": "#F92672", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "100", + "color": "#AE81FF", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "startRace ", + "color": "#A6E22E", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "vehicles", + "color": "#FD971F", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "->", + "color": "#66D9EF", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "vehicle", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "drive", + "color": "#A6E22E", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " vehicle ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "in", + "color": "#F92672", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " vehicles", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fancyRegExp", + "color": "#F8F8F2", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "///", + "color": "#E6DB74", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\t", + "color": "#E6DB74", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "(", + "color": "#E6DB74", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\d", + "color": "#AE81FF", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#E6DB74", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\t", + "color": "#E6DB74", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "#", + "color": "#E6DB74", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " numbers", + "color": "#E6DB74", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\t", + "color": "#E6DB74", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "(", + "color": "#E6DB74", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\w", + "color": "#AE81FF", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#E6DB74", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\t", + "color": "#E6DB74", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "#", + "color": "#E6DB74", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " letters", + "color": "#E6DB74", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\t", + "color": "#E6DB74", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "anchor.block.coffee.control.keyword.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "\t\t", + "color": "#E6DB74", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "#", + "color": "#E6DB74", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " the end", + "color": "#E6DB74", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "///", + "color": "#E6DB74", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + } + ], + "monokai_dimmed": [ + { + "content": "\"\"\"", + "color": "#9AA83A", + "_t": "begin.coffee.definition.double.heredoc.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "A CoffeeScript sample.", + "color": "#9AA83A", + "_t": "coffee.double.heredoc.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"\"\"", + "color": "#9AA83A", + "_t": "coffee.definition.double.end.heredoc.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "class", + "color": "#9872A2", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Vehicle", + "color": "#9B0000", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "constructor", + "color": "#CE6700", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": ":", + "color": "#676867", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@name", + "color": "#6089B4", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=>", + "color": "#9872A2", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "drive", + "color": "#CE6700", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": ":", + "color": "#676867", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=>", + "color": "#9872A2", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "alert", + "color": "#CE6700", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Drive ", + "color": "#9AA83A", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "#{", + "color": "#9AA83A", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "@", + "color": "#6089B4", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "name", + "color": "#6089B4", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}", + "color": "#D08442", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "class", + "color": "#9872A2", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Car", + "color": "#9B0000", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "extends", + "color": "#9872A2", + "_t": "class.coffee.control.inheritance.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Vehicle", + "color": "#C7444A", + "_t": "class.coffee.entity.inherited-class.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.inherited-class rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "drive", + "color": "#CE6700", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": ":", + "color": "#676867", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=>", + "color": "#9872A2", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "alert", + "color": "#CE6700", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Driving ", + "color": "#9AA83A", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "#{", + "color": "#9AA83A", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "@", + "color": "#6089B4", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "name", + "color": "#6089B4", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}", + "color": "#D08442", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "c", + "color": "#6089B4", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "new", + "color": "#676867", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.constructor.instance.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Car", + "color": "#9B0000", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Volvo", + "color": "#9AA83A", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "while", + "color": "#9872A2", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "onTheRoad", + "color": "#CE6700", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " c", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "drive", + "color": "#CE6700", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "vehicles", + "color": "#6089B4", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "new", + "color": "#676867", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.constructor.instance.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Car", + "color": "#9B0000", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " i ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "in", + "color": "#9872A2", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "..", + "color": "#676867", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "100", + "color": "#6089B4", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "startRace ", + "color": "#CE6700", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "=", + "color": "#676867", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "vehicles", + "color": "#6089B4", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "->", + "color": "#9872A2", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "vehicle", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "drive", + "color": "#CE6700", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " vehicle ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "in", + "color": "#9872A2", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " vehicles", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "fancyRegExp", + "color": "#6089B4", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "///", + "color": "#9AA83A", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\t", + "color": "#9AA83A", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "(", + "color": "#9AA83A", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\d", + "color": "#8080FF", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "+", + "color": "#676867", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#9AA83A", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\t", + "color": "#9AA83A", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "#", + "color": "#9AA83A", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " numbers", + "color": "#9AA83A", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\t", + "color": "#9AA83A", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "(", + "color": "#9AA83A", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\w", + "color": "#8080FF", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "*", + "color": "#676867", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#9AA83A", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\t", + "color": "#9AA83A", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "#", + "color": "#9AA83A", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " letters", + "color": "#9AA83A", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\t", + "color": "#9AA83A", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#9872A2", + "_t": "anchor.block.coffee.control.keyword.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "\t\t", + "color": "#9AA83A", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "#", + "color": "#9AA83A", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " the end", + "color": "#9AA83A", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "///", + "color": "#9AA83A", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + } + ], + "quietlight": [ + { + "content": "\"\"\"", + "color": "#777777", + "_t": "begin.coffee.definition.double.heredoc.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "A CoffeeScript sample.", + "color": "#448C27", + "_t": "coffee.double.heredoc.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"\"\"", + "color": "#777777", + "_t": "coffee.definition.double.end.heredoc.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "class", + "color": "#7A3E9D", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.coffee.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Vehicle", + "color": "#7A3E9D", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "constructor", + "color": "#AA3731", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#777777", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "@name", + "color": "#7A3E9D", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "coffee.function.inline.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=>", + "color": "#7A3E9D", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "drive", + "color": "#AA3731", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#777777", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "()", + "color": "#777777", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "coffee.function.inline.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=>", + "color": "#7A3E9D", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "alert", + "color": "#AA3731", + "_t": "coffee.entity.function.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Drive ", + "color": "#448C27", + "_t": "coffee.double.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "#{", + "color": "#777777", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "@", + "color": "#777777", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "name", + "color": "#448C27", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "class", + "color": "#7A3E9D", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.coffee.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Car", + "color": "#7A3E9D", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.coffee.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "extends", + "color": "#4B83CD", + "_t": "class.coffee.control.inheritance.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.coffee.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Vehicle", + "color": "#7A3E9D", + "_t": "class.coffee.entity.inherited-class.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.other.inherited-class rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "drive", + "color": "#AA3731", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#777777", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "()", + "color": "#777777", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "coffee.function.inline.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=>", + "color": "#7A3E9D", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "alert", + "color": "#AA3731", + "_t": "coffee.entity.function.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Driving ", + "color": "#448C27", + "_t": "coffee.double.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "#{", + "color": "#777777", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "@", + "color": "#777777", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "name", + "color": "#448C27", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "c", + "color": "#7A3E9D", + "_t": "assignment.coffee.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "new", + "color": "#777777", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.constructor.instance.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Car", + "color": "#7A3E9D", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Volvo", + "color": "#448C27", + "_t": "coffee.double.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "while", + "color": "#4B83CD", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "onTheRoad", + "color": "#AA3731", + "_t": "coffee.entity.function.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "()", + "color": "#333333", + "_t": "brace.coffee.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " c", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#333333", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "drive", + "color": "#AA3731", + "_t": "coffee.entity.function.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "()", + "color": "#333333", + "_t": "brace.coffee.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "vehicles", + "color": "#7A3E9D", + "_t": "assignment.coffee.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.coffee.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "new", + "color": "#777777", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.constructor.instance.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Car", + "color": "#7A3E9D", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " i ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "in", + "color": "#4B83CD", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#333333", + "_t": "brace.coffee.meta.square", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "..", + "color": "#777777", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "100", + "color": "#AB6526", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "]", + "color": "#333333", + "_t": "brace.coffee.meta.square", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.coffee.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "startRace ", + "color": "#AA3731", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "=", + "color": "#777777", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "vehicles", + "color": "#7A3E9D", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "coffee.function.inline.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "->", + "color": "#7A3E9D", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#333333", + "_t": "brace.coffee.meta.square", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "vehicle", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#333333", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "drive", + "color": "#AA3731", + "_t": "coffee.entity.function.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "()", + "color": "#333333", + "_t": "brace.coffee.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " vehicle ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "in", + "color": "#4B83CD", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " vehicles", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "]", + "color": "#333333", + "_t": "brace.coffee.meta.square", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "fancyRegExp", + "color": "#7A3E9D", + "_t": "assignment.coffee.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "///", + "color": "#4B83CD", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\t", + "color": "#4B83CD", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#4B83CD", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\\d", + "color": "#4B83CD", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "+", + "color": "#4B83CD", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": ")", + "color": "#4B83CD", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\t", + "color": "#4B83CD", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " numbers", + "color": "#4B83CD", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\t", + "color": "#4B83CD", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#4B83CD", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\\w", + "color": "#4B83CD", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "*", + "color": "#4B83CD", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": ")", + "color": "#4B83CD", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\t", + "color": "#4B83CD", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " letters", + "color": "#4B83CD", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\t", + "color": "#4B83CD", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "anchor.block.coffee.control.keyword.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\t\t", + "color": "#4B83CD", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " the end", + "color": "#4B83CD", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "///", + "color": "#4B83CD", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + } + ], + "red": [ + { + "content": "\"\"\"", + "color": "#CD8D8D", + "_t": "begin.coffee.definition.double.heredoc.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "A CoffeeScript sample.", + "color": "#CD8D8D", + "_t": "coffee.double.heredoc.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"\"\"", + "color": "#CD8D8D", + "_t": "coffee.definition.double.end.heredoc.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "class", + "color": "#FF6262", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Vehicle", + "color": "#FEC758", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "constructor", + "color": "#FEC758", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@name", + "color": "#FB9A4B", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=>", + "color": "#FF6262", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "drive", + "color": "#FEC758", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=>", + "color": "#FF6262", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "alert", + "color": "#FEC758", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Drive ", + "color": "#CD8D8D", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "#{", + "color": "#CD8D8D", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "@", + "color": "#9DF39F", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "name", + "color": "#9DF39F", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "}", + "color": "#9DF39F", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "class", + "color": "#FF6262", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Car", + "color": "#FEC758", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "extends", + "color": "#F12727", + "_t": "class.coffee.control.inheritance.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Vehicle", + "color": "#AA5507", + "_t": "class.coffee.entity.inherited-class.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity.other.inherited-class rgb(170, 85, 7)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "drive", + "color": "#FEC758", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=>", + "color": "#FF6262", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "alert", + "color": "#FEC758", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Driving ", + "color": "#CD8D8D", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "#{", + "color": "#CD8D8D", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "@", + "color": "#9DF39F", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "name", + "color": "#9DF39F", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "}", + "color": "#9DF39F", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "c", + "color": "#FB9A4B", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "new", + "color": "#F12727", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.constructor.instance.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Car", + "color": "#FEC758", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Volvo", + "color": "#CD8D8D", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "while", + "color": "#F12727", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "onTheRoad", + "color": "#FEC758", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " c", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "drive", + "color": "#FEC758", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "vehicles", + "color": "#FB9A4B", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "new", + "color": "#F12727", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.constructor.instance.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Car", + "color": "#FEC758", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " i ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "in", + "color": "#F12727", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "..", + "color": "#F12727", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "100", + "color": "#994646", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "startRace ", + "color": "#FEC758", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "vehicles", + "color": "#FB9A4B", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "->", + "color": "#FF6262", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "vehicle", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "drive", + "color": "#FEC758", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " vehicle ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "in", + "color": "#F12727", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " vehicles", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fancyRegExp", + "color": "#FB9A4B", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "///", + "color": "#FFB454", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\t", + "color": "#FFB454", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#FFB454", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\\d", + "color": "#FFB454", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "+", + "color": "#FFB454", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": ")", + "color": "#FFB454", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\t", + "color": "#FFB454", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "#", + "color": "#FFB454", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": " numbers", + "color": "#FFB454", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\t", + "color": "#FFB454", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#FFB454", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\\w", + "color": "#FFB454", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "*", + "color": "#FFB454", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": ")", + "color": "#FFB454", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\t", + "color": "#FFB454", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "#", + "color": "#FFB454", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": " letters", + "color": "#FFB454", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\t", + "color": "#FFB454", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "$", + "color": "#FFB454", + "_t": "anchor.block.coffee.control.keyword.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\t\t", + "color": "#FFB454", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "#", + "color": "#FFB454", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": " the end", + "color": "#FFB454", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "///", + "color": "#FFB454", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + } + ], + "solarized_dark": [ + { + "content": "\"\"\"", + "color": "#2AA198", + "_t": "begin.coffee.definition.double.heredoc.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "A CoffeeScript sample.", + "color": "#2AA198", + "_t": "coffee.double.heredoc.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"\"\"", + "color": "#2AA198", + "_t": "coffee.definition.double.end.heredoc.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Vehicle", + "color": "#CB4B16", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "constructor", + "color": "#268BD2", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@name", + "color": "#93A1A1", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=>", + "color": "#93A1A1", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "drive", + "color": "#268BD2", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=>", + "color": "#93A1A1", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "alert", + "color": "#268BD2", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Drive ", + "color": "#2AA198", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#{", + "color": "#D30102", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "@", + "color": "#859900", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "name", + "color": "#268BD2", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Car", + "color": "#CB4B16", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "extends", + "color": "#859900", + "_t": "class.coffee.control.inheritance.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Vehicle", + "color": "#6C71C4", + "_t": "class.coffee.entity.inherited-class.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.inherited-class rgb(108, 113, 196)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "drive", + "color": "#268BD2", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=>", + "color": "#93A1A1", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "alert", + "color": "#268BD2", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Driving ", + "color": "#2AA198", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#{", + "color": "#D30102", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "@", + "color": "#859900", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "name", + "color": "#268BD2", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "c", + "color": "#268BD2", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "new", + "color": "#859900", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.constructor.instance.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Car", + "color": "#CB4B16", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Volvo", + "color": "#2AA198", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "while", + "color": "#859900", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "onTheRoad", + "color": "#268BD2", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " c", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "drive", + "color": "#268BD2", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "vehicles", + "color": "#268BD2", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "new", + "color": "#859900", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.constructor.instance.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Car", + "color": "#CB4B16", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " i ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "in", + "color": "#859900", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "..", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "100", + "color": "#D33682", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "startRace ", + "color": "#268BD2", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "vehicles", + "color": "#93A1A1", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "->", + "color": "#93A1A1", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "vehicle", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "drive", + "color": "#268BD2", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " vehicle ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "in", + "color": "#859900", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " vehicles", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fancyRegExp", + "color": "#268BD2", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "///", + "color": "#D30102", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\t", + "color": "#D30102", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "(", + "color": "#D30102", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\d", + "color": "#CB4B16", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "+", + "color": "#D30102", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ")", + "color": "#D30102", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\t", + "color": "#D30102", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "#", + "color": "#D30102", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": " numbers", + "color": "#D30102", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\t", + "color": "#D30102", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "(", + "color": "#D30102", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\w", + "color": "#CB4B16", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "*", + "color": "#D30102", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ")", + "color": "#D30102", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\t", + "color": "#D30102", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "#", + "color": "#D30102", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": " letters", + "color": "#D30102", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\t", + "color": "#D30102", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "$", + "color": "#D30102", + "_t": "anchor.block.coffee.control.keyword.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\t\t", + "color": "#D30102", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "#", + "color": "#D30102", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": " the end", + "color": "#D30102", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "///", + "color": "#D30102", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + } + ], + "solarized_light": [ + { + "content": "\"\"\"", + "color": "#2AA198", + "_t": "begin.coffee.definition.double.heredoc.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "A CoffeeScript sample.", + "color": "#2AA198", + "_t": "coffee.double.heredoc.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"\"\"", + "color": "#2AA198", + "_t": "coffee.definition.double.end.heredoc.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "class", + "color": "#073642", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.coffee.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Vehicle", + "color": "#268BD2", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "constructor", + "color": "#268BD2", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@name", + "color": "#586E75", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "coffee.function.inline.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=>", + "color": "#073642", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "drive", + "color": "#268BD2", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "coffee.function.inline.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=>", + "color": "#073642", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "alert", + "color": "#268BD2", + "_t": "coffee.entity.function.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Drive ", + "color": "#2AA198", + "_t": "coffee.double.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#{", + "color": "#D30102", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "@", + "color": "#859900", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "name", + "color": "#268BD2", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "class", + "color": "#073642", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.coffee.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Car", + "color": "#268BD2", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.coffee.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "extends", + "color": "#859900", + "_t": "class.coffee.control.inheritance.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.coffee.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Vehicle", + "color": "#586E75", + "_t": "class.coffee.entity.inherited-class.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "drive", + "color": "#268BD2", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "coffee.function.inline.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=>", + "color": "#073642", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "alert", + "color": "#268BD2", + "_t": "coffee.entity.function.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Driving ", + "color": "#2AA198", + "_t": "coffee.double.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#{", + "color": "#D30102", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "@", + "color": "#859900", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "name", + "color": "#268BD2", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "c", + "color": "#268BD2", + "_t": "assignment.coffee.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "new", + "color": "#859900", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.constructor.instance.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Car", + "color": "#268BD2", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Volvo", + "color": "#2AA198", + "_t": "coffee.double.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "while", + "color": "#859900", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "onTheRoad", + "color": "#268BD2", + "_t": "coffee.entity.function.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "brace.coffee.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " c", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "drive", + "color": "#268BD2", + "_t": "coffee.entity.function.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "brace.coffee.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "vehicles", + "color": "#268BD2", + "_t": "assignment.coffee.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.coffee.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "new", + "color": "#859900", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.constructor.instance.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Car", + "color": "#268BD2", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " i ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "in", + "color": "#859900", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "brace.coffee.meta.square", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "..", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "100", + "color": "#D33682", + "_t": "coffee.constant.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "brace.coffee.meta.square", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.coffee.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "startRace ", + "color": "#268BD2", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "vehicles", + "color": "#586E75", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "coffee.function.inline.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "->", + "color": "#073642", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "brace.coffee.meta.square", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "vehicle", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "drive", + "color": "#268BD2", + "_t": "coffee.entity.function.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "brace.coffee.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " vehicle ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "in", + "color": "#859900", + "_t": "coffee.control.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " vehicles", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "brace.coffee.meta.square", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fancyRegExp", + "color": "#268BD2", + "_t": "assignment.coffee.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "coffee.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "///", + "color": "#D30102", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\t", + "color": "#D30102", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "(", + "color": "#D30102", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\d", + "color": "#CB4B16", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "+", + "color": "#D30102", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ")", + "color": "#D30102", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\t", + "color": "#D30102", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "#", + "color": "#D30102", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": " numbers", + "color": "#D30102", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\t", + "color": "#D30102", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "(", + "color": "#D30102", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\w", + "color": "#CB4B16", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "*", + "color": "#D30102", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ")", + "color": "#D30102", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\t", + "color": "#D30102", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "#", + "color": "#D30102", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": " letters", + "color": "#D30102", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\t", + "color": "#D30102", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "$", + "color": "#D30102", + "_t": "anchor.block.coffee.control.keyword.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\t\t", + "color": "#D30102", + "_t": "block.coffee.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "#", + "color": "#D30102", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": " the end", + "color": "#D30102", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "///", + "color": "#D30102", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + } + ], + "tomorrow_night_blue": [ + { + "content": "\"\"\"", + "color": "#D1F1A9", + "_t": "begin.coffee.definition.double.heredoc.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "A CoffeeScript sample.", + "color": "#D1F1A9", + "_t": "coffee.double.heredoc.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"\"\"", + "color": "#D1F1A9", + "_t": "coffee.definition.double.end.heredoc.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "class", + "color": "#EBBBFF", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Vehicle", + "color": "#FFEEAD", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "constructor", + "color": "#BBDAFF", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#99FFFF", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@name", + "color": "#FFC58F", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#EBBBFF", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "drive", + "color": "#BBDAFF", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#99FFFF", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#EBBBFF", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "alert", + "color": "#BBDAFF", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Drive ", + "color": "#D1F1A9", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "#{", + "color": "#FFC58F", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "@", + "color": "#D1F1A9", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "name", + "color": "#D1F1A9", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#FFC58F", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "class", + "color": "#EBBBFF", + "_t": "class.coffee.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Car", + "color": "#FFEEAD", + "_t": "class.coffee.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "extends", + "color": "#EBBBFF", + "_t": "class.coffee.control.inheritance.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.coffee.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Vehicle", + "color": "#D1F1A9", + "_t": "class.coffee.entity.inherited-class.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.inherited-class rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "drive", + "color": "#BBDAFF", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#99FFFF", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#EBBBFF", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "alert", + "color": "#BBDAFF", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Driving ", + "color": "#D1F1A9", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "#{", + "color": "#FFC58F", + "_t": "begin.coffee.double.embedded.line.meta.punctuation.quoted.section.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "@", + "color": "#D1F1A9", + "_t": "coffee.definition.double.embedded.instance.line.meta.other.punctuation.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "name", + "color": "#D1F1A9", + "_t": "coffee.double.embedded.instance.line.meta.other.quoted.readwrite.source.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#FFC58F", + "_t": "coffee.double.embedded.end.line.meta.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "c", + "color": "#FF9DA4", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#FFFFFF", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.constructor.instance.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Car", + "color": "#FFEEAD", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.coffee.definition.double.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Volvo", + "color": "#D1F1A9", + "_t": "coffee.double.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "coffee.definition.double.end.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "while", + "color": "#EBBBFF", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "onTheRoad", + "color": "#BBDAFF", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " c", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "drive", + "color": "#BBDAFF", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "vehicles", + "color": "#FF9DA4", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#FFFFFF", + "_t": "class.coffee.constructor.instance.keyword.meta.new.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.constructor.instance.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Car", + "color": "#FFEEAD", + "_t": "class.coffee.constructor.entity.instance.meta.name.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " i ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#EBBBFF", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "..", + "color": "#99FFFF", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "100", + "color": "#FFC58F", + "_t": "coffee.constant.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "startRace ", + "color": "#BBDAFF", + "_t": "coffee.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "vehicles", + "color": "#FFC58F", + "_t": "coffee.function.inline.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "begin.coffee.definition.function.inline.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "coffee.function.inline.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "->", + "color": "#EBBBFF", + "_t": "coffee.function.inline.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "vehicle", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "coffee.delimiter.meta.method.period", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "drive", + "color": "#BBDAFF", + "_t": "coffee.entity.function.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " vehicle ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#EBBBFF", + "_t": "coffee.control.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " vehicles", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "brace.coffee.meta.square", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "fancyRegExp", + "color": "#FF9DA4", + "_t": "assignment.coffee.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "coffee.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "///", + "color": "#FF9DA4", + "_t": "begin.block.coffee.definition.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FF9DA4", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "(", + "color": "#FF9DA4", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\\d", + "color": "#FFC58F", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": ")", + "color": "#FF9DA4", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FF9DA4", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "#", + "color": "#FF9DA4", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": " numbers", + "color": "#FF9DA4", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FF9DA4", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "(", + "color": "#FF9DA4", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\\w", + "color": "#FFC58F", + "_t": "block.character.character-class.coffee.constant.group.meta.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "block.coffee.group.keyword.meta.operator.quantifier.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": ")", + "color": "#FF9DA4", + "_t": "block.coffee.definition.group.meta.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FF9DA4", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "#", + "color": "#FF9DA4", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": " letters", + "color": "#FF9DA4", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FF9DA4", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "anchor.block.coffee.control.keyword.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\t\t", + "color": "#FF9DA4", + "_t": "block.coffee.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "#", + "color": "#FF9DA4", + "_t": "block.coffee.comment.definition.line.number-sign.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": " the end", + "color": "#FF9DA4", + "_t": "block.coffee.comment.line.number-sign.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "///", + "color": "#FF9DA4", + "_t": "block.coffee.definition.end.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.coffee.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.coffee.result.patch new file mode 100644 index 000000000..a2aa7fe10 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.coffee.result.patch @@ -0,0 +1,786 @@ +{ + "abyss": [ + { + "index": 125, + "content": "#", + "color": "#22AA44", + "newColor": "#223355" + }, + { + "index": 126, + "content": " numbers", + "color": "#22AA44", + "newColor": "#223355" + }, + { + "index": 133, + "content": "#", + "color": "#22AA44", + "newColor": "#223355" + }, + { + "index": 134, + "content": " letters", + "color": "#22AA44", + "newColor": "#223355" + }, + { + "index": 138, + "content": "#", + "color": "#22AA44", + "newColor": "#223355" + }, + { + "index": 139, + "content": " the end", + "color": "#22AA44", + "newColor": "#223355" + } + ], + "dark_vs": [ + { + "index": 125, + "content": "#", + "color": "#D16969", + "newColor": "#608B4E" + }, + { + "index": 126, + "content": " numbers", + "color": "#D16969", + "newColor": "#608B4E" + }, + { + "index": 133, + "content": "#", + "color": "#D16969", + "newColor": "#608B4E" + }, + { + "index": 134, + "content": " letters", + "color": "#D16969", + "newColor": "#608B4E" + }, + { + "index": 138, + "content": "#", + "color": "#D16969", + "newColor": "#608B4E" + }, + { + "index": 139, + "content": " the end", + "color": "#D16969", + "newColor": "#608B4E" + } + ], + "light_vs": [ + { + "index": 125, + "content": "#", + "color": "#811F3F", + "newColor": "#008000" + }, + { + "index": 126, + "content": " numbers", + "color": "#811F3F", + "newColor": "#008000" + }, + { + "index": 133, + "content": "#", + "color": "#811F3F", + "newColor": "#008000" + }, + { + "index": 134, + "content": " letters", + "color": "#811F3F", + "newColor": "#008000" + }, + { + "index": 138, + "content": "#", + "color": "#811F3F", + "newColor": "#008000" + }, + { + "index": 139, + "content": " the end", + "color": "#811F3F", + "newColor": "#008000" + } + ], + "hc_black": [ + { + "index": 125, + "content": "#", + "color": "#D16969", + "newColor": "#7CA668" + }, + { + "index": 126, + "content": " numbers", + "color": "#D16969", + "newColor": "#7CA668" + }, + { + "index": 133, + "content": "#", + "color": "#D16969", + "newColor": "#7CA668" + }, + { + "index": 134, + "content": " letters", + "color": "#D16969", + "newColor": "#7CA668" + }, + { + "index": 138, + "content": "#", + "color": "#D16969", + "newColor": "#7CA668" + }, + { + "index": 139, + "content": " the end", + "color": "#D16969", + "newColor": "#7CA668" + } + ], + "dark_plus": [ + { + "index": 125, + "content": "#", + "color": "#D16969", + "newColor": "#608B4E" + }, + { + "index": 126, + "content": " numbers", + "color": "#D16969", + "newColor": "#608B4E" + }, + { + "index": 133, + "content": "#", + "color": "#D16969", + "newColor": "#608B4E" + }, + { + "index": 134, + "content": " letters", + "color": "#D16969", + "newColor": "#608B4E" + }, + { + "index": 138, + "content": "#", + "color": "#D16969", + "newColor": "#608B4E" + }, + { + "index": 139, + "content": " the end", + "color": "#D16969", + "newColor": "#608B4E" + } + ], + "light_plus": [ + { + "index": 125, + "content": "#", + "color": "#811F3F", + "newColor": "#008000" + }, + { + "index": 126, + "content": " numbers", + "color": "#811F3F", + "newColor": "#008000" + }, + { + "index": 133, + "content": "#", + "color": "#811F3F", + "newColor": "#008000" + }, + { + "index": 134, + "content": " letters", + "color": "#811F3F", + "newColor": "#008000" + }, + { + "index": 138, + "content": "#", + "color": "#811F3F", + "newColor": "#008000" + }, + { + "index": 139, + "content": " the end", + "color": "#811F3F", + "newColor": "#008000" + } + ], + "kimbie_dark": [ + { + "index": 29, + "content": "name", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 53, + "content": "name", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 120, + "content": "(", + "color": "#D3AF86", + "newColor": "#7E602C" + }, + { + "index": 121, + "content": "\\d", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 122, + "content": "+", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 123, + "content": ")", + "color": "#D3AF86", + "newColor": "#7E602C" + }, + { + "index": 125, + "content": "#", + "color": "#D3AF86", + "newColor": "#A57A4C" + }, + { + "index": 126, + "content": " numbers", + "color": "#7E602C", + "newColor": "#A57A4C" + }, + { + "index": 128, + "content": "(", + "color": "#D3AF86", + "newColor": "#7E602C" + }, + { + "index": 129, + "content": "\\w", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 130, + "content": "*", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 131, + "content": ")", + "color": "#D3AF86", + "newColor": "#7E602C" + }, + { + "index": 133, + "content": "#", + "color": "#D3AF86", + "newColor": "#A57A4C" + }, + { + "index": 134, + "content": " letters", + "color": "#7E602C", + "newColor": "#A57A4C" + }, + { + "index": 136, + "content": "$", + "color": "#7E602C", + "newColor": "#98676A" + }, + { + "index": 138, + "content": "#", + "color": "#D3AF86", + "newColor": "#A57A4C" + }, + { + "index": 139, + "content": " the end", + "color": "#7E602C", + "newColor": "#A57A4C" + } + ], + "monokai": [ + { + "index": 125, + "content": "#", + "color": "#E6DB74", + "newColor": "#75715E" + }, + { + "index": 126, + "content": " numbers", + "color": "#E6DB74", + "newColor": "#75715E" + }, + { + "index": 133, + "content": "#", + "color": "#E6DB74", + "newColor": "#75715E" + }, + { + "index": 134, + "content": " letters", + "color": "#E6DB74", + "newColor": "#75715E" + }, + { + "index": 138, + "content": "#", + "color": "#E6DB74", + "newColor": "#75715E" + }, + { + "index": 139, + "content": " the end", + "color": "#E6DB74", + "newColor": "#75715E" + } + ], + "monokai_dimmed": [ + { + "index": 125, + "content": "#", + "color": "#9AA83A", + "newColor": "#9A9B99" + }, + { + "index": 126, + "content": " numbers", + "color": "#9AA83A", + "newColor": "#9A9B99" + }, + { + "index": 133, + "content": "#", + "color": "#9AA83A", + "newColor": "#9A9B99" + }, + { + "index": 134, + "content": " letters", + "color": "#9AA83A", + "newColor": "#9A9B99" + }, + { + "index": 138, + "content": "#", + "color": "#9AA83A", + "newColor": "#9A9B99" + }, + { + "index": 139, + "content": " the end", + "color": "#9AA83A", + "newColor": "#9A9B99" + } + ], + "quietlight": [ + { + "index": 29, + "content": "name", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 53, + "content": "name", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 118, + "content": "///", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 120, + "content": "(", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 121, + "content": "\\d", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 122, + "content": "+", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 123, + "content": ")", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 126, + "content": " numbers", + "color": "#4B83CD", + "newColor": "#AAAAAA" + }, + { + "index": 128, + "content": "(", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 129, + "content": "\\w", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 130, + "content": "*", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 131, + "content": ")", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 134, + "content": " letters", + "color": "#4B83CD", + "newColor": "#AAAAAA" + }, + { + "index": 139, + "content": " the end", + "color": "#4B83CD", + "newColor": "#AAAAAA" + }, + { + "index": 140, + "content": "///", + "color": "#4B83CD", + "newColor": "#777777" + } + ], + "red": [ + { + "index": 28, + "content": "@", + "color": "#9DF39F", + "newColor": "#EDEF7D" + }, + { + "index": 29, + "content": "name", + "color": "#9DF39F", + "newColor": "#EDEF7D" + }, + { + "index": 52, + "content": "@", + "color": "#9DF39F", + "newColor": "#EDEF7D" + }, + { + "index": 53, + "content": "name", + "color": "#9DF39F", + "newColor": "#EDEF7D" + }, + { + "index": 121, + "content": "\\d", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 122, + "content": "+", + "color": "#FFB454", + "newColor": "#F12727" + }, + { + "index": 125, + "content": "#", + "color": "#FFB454", + "newColor": "#E7C0C0" + }, + { + "index": 126, + "content": " numbers", + "color": "#FFB454", + "newColor": "#E7C0C0" + }, + { + "index": 129, + "content": "\\w", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 130, + "content": "*", + "color": "#FFB454", + "newColor": "#F12727" + }, + { + "index": 133, + "content": "#", + "color": "#FFB454", + "newColor": "#E7C0C0" + }, + { + "index": 134, + "content": " letters", + "color": "#FFB454", + "newColor": "#E7C0C0" + }, + { + "index": 136, + "content": "$", + "color": "#FFB454", + "newColor": "#F12727" + }, + { + "index": 138, + "content": "#", + "color": "#FFB454", + "newColor": "#E7C0C0" + }, + { + "index": 139, + "content": " the end", + "color": "#FFB454", + "newColor": "#E7C0C0" + } + ], + "solarized_dark": [ + { + "index": 122, + "content": "+", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 125, + "content": "#", + "color": "#D30102", + "newColor": "#657B83" + }, + { + "index": 126, + "content": " numbers", + "color": "#D30102", + "newColor": "#657B83" + }, + { + "index": 130, + "content": "*", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 133, + "content": "#", + "color": "#D30102", + "newColor": "#657B83" + }, + { + "index": 134, + "content": " letters", + "color": "#D30102", + "newColor": "#657B83" + }, + { + "index": 136, + "content": "$", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 138, + "content": "#", + "color": "#D30102", + "newColor": "#657B83" + }, + { + "index": 139, + "content": " the end", + "color": "#D30102", + "newColor": "#657B83" + } + ], + "solarized_light": [ + { + "index": 122, + "content": "+", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 125, + "content": "#", + "color": "#D30102", + "newColor": "#93A1A1" + }, + { + "index": 126, + "content": " numbers", + "color": "#D30102", + "newColor": "#93A1A1" + }, + { + "index": 130, + "content": "*", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 133, + "content": "#", + "color": "#D30102", + "newColor": "#93A1A1" + }, + { + "index": 134, + "content": " letters", + "color": "#D30102", + "newColor": "#93A1A1" + }, + { + "index": 136, + "content": "$", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 138, + "content": "#", + "color": "#D30102", + "newColor": "#93A1A1" + }, + { + "index": 139, + "content": " the end", + "color": "#D30102", + "newColor": "#93A1A1" + } + ], + "tomorrow_night_blue": [ + { + "index": 28, + "content": "@", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 29, + "content": "name", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 52, + "content": "@", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 53, + "content": "name", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 60, + "content": "new", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 80, + "content": "new", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 125, + "content": "#", + "color": "#FF9DA4", + "newColor": "#7285B7" + }, + { + "index": 126, + "content": " numbers", + "color": "#FF9DA4", + "newColor": "#7285B7" + }, + { + "index": 133, + "content": "#", + "color": "#FF9DA4", + "newColor": "#7285B7" + }, + { + "index": 134, + "content": " letters", + "color": "#FF9DA4", + "newColor": "#7285B7" + }, + { + "index": 136, + "content": "$", + "color": "#FF9DA4", + "newColor": "#EBBBFF" + }, + { + "index": 138, + "content": "#", + "color": "#FF9DA4", + "newColor": "#7285B7" + }, + { + "index": 139, + "content": " the end", + "color": "#FF9DA4", + "newColor": "#7285B7" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cpp b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cpp new file mode 100644 index 000000000..aa18e08cc --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cpp @@ -0,0 +1,22 @@ +// classes example +#include +using namespace std; + +class Rectangle { + int width, height; + public: + void set_values (int,int); + int area() {return width*height;} +}; + +void Rectangle::set_values (int x, int y) { + width = x; + height = y; +} + +int main () { + Rectangle rect; + rect.set_values (3,4); + cout << "area: " << rect.area(); + return 0; +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cpp.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cpp.result new file mode 100644 index 000000000..b7e214583 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cpp.result @@ -0,0 +1,8766 @@ +{ + "abyss": [ + { + "content": "//", + "color": "#223355", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " classes example", + "color": "#223355", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#225588", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "include", + "color": "#225588", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#22AA44", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "iostream", + "color": "#22AA44", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#22AA44", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "using", + "color": "#225588", + "_t": "control.cpp.keyword.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "namespace", + "color": "#9966B8", + "_t": "cpp.meta.storage.type.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "std", + "color": "#6688CC", + "_t": "cpp.entity.meta.name.type.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#9966B8", + "_t": "class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Rectangle", + "color": "#6688CC", + "_t": "class-struct-block.cpp.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.class-struct-block.cpp.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "int", + "color": "#9966B8", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " width, height;", + "color": "#6688CC", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "public:", + "color": "#225588", + "_t": "class-struct-block.cpp.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "void", + "color": "#9966B8", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "set_values", + "color": "#DDBB88", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "int", + "color": "#9966B8", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "c.class-struct-block.cpp.function.meta.parens", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "int", + "color": "#9966B8", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "int", + "color": "#9966B8", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "area", + "color": "#DDBB88", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.c.class-struct-block.cpp.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "block.c.class-struct-block.control.cpp.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " width", + "color": "#6688CC", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "block.c.class-struct-block.cpp.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "height;", + "color": "#6688CC", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.c.class-struct-block.cpp.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class-struct-block.cpp.end.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "void", + "color": "#9966B8", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Rectangle::set_values", + "color": "#DDBB88", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "int", + "color": "#9966B8", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " x, ", + "color": "#6688CC", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "int", + "color": "#9966B8", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " y", + "color": "#6688CC", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " width ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " x;", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " height ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " y;", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "int", + "color": "#9966B8", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "main", + "color": "#DDBB88", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " Rectangle rect;", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " rect.", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "set_values", + "color": "#9966B8", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.function-call.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "4", + "color": "#F280D0", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " cout ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<<", + "color": "#225588", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "area: ", + "color": "#22AA44", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<<", + "color": "#225588", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " rect.", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "area", + "color": "#9966B8", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "//", + "color": "#608B4E", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " classes example", + "color": "#608B4E", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#569CD6", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": "<", + "color": "#CE9178", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "iostream", + "color": "#CE9178", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#CE9178", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "using", + "color": "#569CD6", + "_t": "control.cpp.keyword.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "namespace", + "color": "#569CD6", + "_t": "cpp.meta.storage.type.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "std", + "color": "#D4D4D4", + "_t": "cpp.entity.meta.name.type.using-namespace-declaration", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Rectangle", + "color": "#D4D4D4", + "_t": "class-struct-block.cpp.entity.meta.name.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.class-struct-block.cpp.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " width, height;", + "color": "#D4D4D4", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public:", + "color": "#569CD6", + "_t": "class-struct-block.cpp.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "set_values", + "color": "#D4D4D4", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "c.class-struct-block.cpp.function.meta.parens", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "area", + "color": "#D4D4D4", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.class-struct-block.cpp.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.c.class-struct-block.control.cpp.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " width", + "color": "#D4D4D4", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.class-struct-block.cpp.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "height;", + "color": "#D4D4D4", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.class-struct-block.cpp.end.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class-struct-block.cpp.end.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Rectangle::set_values", + "color": "#D4D4D4", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " x, ", + "color": "#D4D4D4", + "_t": "c.function.meta.parens", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " y", + "color": "#D4D4D4", + "_t": "c.function.meta.parens", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " width ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " x;", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " height ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " y;", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "main", + "color": "#D4D4D4", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " Rectangle rect;", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " rect.", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "set_values", + "color": "#D4D4D4", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.function-call.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " cout ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "area: ", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " rect.", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "area", + "color": "#D4D4D4", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "//", + "color": "#008000", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " classes example", + "color": "#008000", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#0000FF", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "include", + "color": "#0000FF", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#0000FF", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor rgb(0, 0, 255)" + }, + { + "content": "<", + "color": "#A31515", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "iostream", + "color": "#A31515", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": ">", + "color": "#A31515", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "using", + "color": "#0000FF", + "_t": "control.cpp.keyword.meta.using-namespace-declaration", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "namespace", + "color": "#0000FF", + "_t": "cpp.meta.storage.type.using-namespace-declaration", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "std", + "color": "#000000", + "_t": "cpp.entity.meta.name.type.using-namespace-declaration", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class-struct-block.cpp.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Rectangle", + "color": "#000000", + "_t": "class-struct-block.cpp.entity.meta.name.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.class-struct-block.cpp.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " width, height;", + "color": "#000000", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public:", + "color": "#0000FF", + "_t": "class-struct-block.cpp.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "void", + "color": "#0000FF", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "set_values", + "color": "#000000", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "c.class-struct-block.cpp.function.meta.parens", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "area", + "color": "#000000", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.class-struct-block.cpp.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "block.c.class-struct-block.control.cpp.function.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " width", + "color": "#000000", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.class-struct-block.cpp.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "height;", + "color": "#000000", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.class-struct-block.cpp.end.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class-struct-block.cpp.end.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "void", + "color": "#0000FF", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Rectangle::set_values", + "color": "#000000", + "_t": "c.entity.function.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " x, ", + "color": "#000000", + "_t": "c.function.meta.parens", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " y", + "color": "#000000", + "_t": "c.function.meta.parens", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " width ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " x;", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " height ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " y;", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "main", + "color": "#000000", + "_t": "c.entity.function.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " Rectangle rect;", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " rect.", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "set_values", + "color": "#000000", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.function-call.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ");", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " cout ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<<", + "color": "#000000", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "area: ", + "color": "#A31515", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<<", + "color": "#000000", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " rect.", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "area", + "color": "#000000", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ");", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "//", + "color": "#7CA668", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " classes example", + "color": "#7CA668", + "_t": "comment.cpp.double-slash.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#569CD6", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "c.include.meta.preprocessor", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": "<", + "color": "#CE9178", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "iostream", + "color": "#CE9178", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#CE9178", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "using", + "color": "#569CD6", + "_t": "control.cpp.keyword.meta.using-namespace-declaration", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "namespace", + "color": "#569CD6", + "_t": "cpp.meta.storage.type.using-namespace-declaration", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "std", + "color": "#FFFFFF", + "_t": "cpp.entity.meta.name.type.using-namespace-declaration", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class-struct-block.cpp.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class-struct-block.cpp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Rectangle", + "color": "#FFFFFF", + "_t": "class-struct-block.cpp.entity.meta.name.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class-struct-block.cpp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.class-struct-block.cpp.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class-struct-block.cpp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " width, height;", + "color": "#FFFFFF", + "_t": "class-struct-block.cpp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class-struct-block.cpp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "public:", + "color": "#569CD6", + "_t": "class-struct-block.cpp.meta.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class-struct-block.cpp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "set_values", + "color": "#FFFFFF", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "c.class-struct-block.cpp.function.meta.parens", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class-struct-block.cpp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "area", + "color": "#FFFFFF", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.class-struct-block.cpp.function.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.c.class-struct-block.control.cpp.function.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " width", + "color": "#FFFFFF", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.class-struct-block.cpp.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "height;", + "color": "#FFFFFF", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.class-struct-block.cpp.end.function.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class-struct-block.cpp.end.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "c.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Rectangle::set_values", + "color": "#FFFFFF", + "_t": "c.entity.function.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.function.meta.parens.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " x, ", + "color": "#FFFFFF", + "_t": "c.function.meta.parens", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.function.meta.parens.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " y", + "color": "#FFFFFF", + "_t": "c.function.meta.parens", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " width ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " x;", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " height ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " y;", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "main", + "color": "#FFFFFF", + "_t": "c.entity.function.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " Rectangle rect;", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " rect.", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "set_values", + "color": "#FFFFFF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.function-call.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " cout ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "area: ", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " rect.", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "area", + "color": "#FFFFFF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.c.control.function.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "//", + "color": "#608B4E", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " classes example", + "color": "#608B4E", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#C586C0", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "include", + "color": "#C586C0", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": "<", + "color": "#CE9178", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "iostream", + "color": "#CE9178", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#CE9178", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "using", + "color": "#C586C0", + "_t": "control.cpp.keyword.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "namespace", + "color": "#569CD6", + "_t": "cpp.meta.storage.type.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "std", + "color": "#4EC9B0", + "_t": "cpp.entity.meta.name.type.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Rectangle", + "color": "#4EC9B0", + "_t": "class-struct-block.cpp.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.class-struct-block.cpp.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " width, height;", + "color": "#D4D4D4", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public:", + "color": "#569CD6", + "_t": "class-struct-block.cpp.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "set_values", + "color": "#DCDCAA", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "c.class-struct-block.cpp.function.meta.parens", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "area", + "color": "#DCDCAA", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.class-struct-block.cpp.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "block.c.class-struct-block.control.cpp.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " width", + "color": "#D4D4D4", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.class-struct-block.cpp.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "height;", + "color": "#D4D4D4", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.class-struct-block.cpp.end.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class-struct-block.cpp.end.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Rectangle::set_values", + "color": "#DCDCAA", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " x, ", + "color": "#D4D4D4", + "_t": "c.function.meta.parens", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " y", + "color": "#D4D4D4", + "_t": "c.function.meta.parens", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " width ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " x;", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " height ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " y;", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "main", + "color": "#DCDCAA", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " Rectangle rect;", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " rect.", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "set_values", + "color": "#DCDCAA", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.function-call.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " cout ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "area: ", + "color": "#CE9178", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " rect.", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "area", + "color": "#DCDCAA", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "//", + "color": "#008000", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " classes example", + "color": "#008000", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#AF00DB", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "include", + "color": "#AF00DB", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#0000FF", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor rgb(0, 0, 255)" + }, + { + "content": "<", + "color": "#A31515", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "iostream", + "color": "#A31515", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": ">", + "color": "#A31515", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "using", + "color": "#AF00DB", + "_t": "control.cpp.keyword.meta.using-namespace-declaration", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "namespace", + "color": "#0000FF", + "_t": "cpp.meta.storage.type.using-namespace-declaration", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "std", + "color": "#267F99", + "_t": "cpp.entity.meta.name.type.using-namespace-declaration", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": ";", + "color": "#000000", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class-struct-block.cpp.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Rectangle", + "color": "#267F99", + "_t": "class-struct-block.cpp.entity.meta.name.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.class-struct-block.cpp.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " width, height;", + "color": "#000000", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public:", + "color": "#0000FF", + "_t": "class-struct-block.cpp.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "void", + "color": "#0000FF", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "set_values", + "color": "#795E26", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "c.class-struct-block.cpp.function.meta.parens", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "area", + "color": "#795E26", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.class-struct-block.cpp.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "block.c.class-struct-block.control.cpp.function.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " width", + "color": "#000000", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.class-struct-block.cpp.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "height;", + "color": "#000000", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.class-struct-block.cpp.end.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class-struct-block.cpp.end.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "void", + "color": "#0000FF", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Rectangle::set_values", + "color": "#795E26", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " x, ", + "color": "#000000", + "_t": "c.function.meta.parens", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " y", + "color": "#000000", + "_t": "c.function.meta.parens", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " width ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " x;", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " height ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " y;", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "main", + "color": "#795E26", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " Rectangle rect;", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " rect.", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "set_values", + "color": "#795E26", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.function-call.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ");", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " cout ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<<", + "color": "#000000", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "area: ", + "color": "#A31515", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<<", + "color": "#000000", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " rect.", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "area", + "color": "#795E26", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ");", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " classes example", + "color": "#A57A4C", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#98676A", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "include", + "color": "#98676A", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "iostream", + "color": "#889B4A", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "using", + "color": "#98676A", + "_t": "control.cpp.keyword.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "namespace", + "color": "#98676A", + "_t": "cpp.meta.storage.type.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "std", + "color": "#D3AF86", + "_t": "cpp.entity.meta.name.type.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#98676A", + "_t": "class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Rectangle", + "color": "#D3AF86", + "_t": "class-struct-block.cpp.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.block.class-struct-block.cpp.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "int", + "color": "#98676A", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " width, height;", + "color": "#D3AF86", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "public:", + "color": "#98676A", + "_t": "class-struct-block.cpp.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "void", + "color": "#98676A", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "set_values", + "color": "#8AB1B0", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "int", + "color": "#98676A", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "c.class-struct-block.cpp.function.meta.parens", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "int", + "color": "#98676A", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "int", + "color": "#98676A", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "area", + "color": "#8AB1B0", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.block.c.class-struct-block.cpp.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "block.c.class-struct-block.control.cpp.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " width", + "color": "#D3AF86", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "block.c.class-struct-block.cpp.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "height;", + "color": "#D3AF86", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.c.class-struct-block.cpp.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class-struct-block.cpp.end.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "void", + "color": "#98676A", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Rectangle::set_values", + "color": "#8AB1B0", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "int", + "color": "#98676A", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " x, ", + "color": "#D3AF86", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "int", + "color": "#98676A", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " y", + "color": "#D3AF86", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " width ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " x;", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " height ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " y;", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "int", + "color": "#98676A", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "main", + "color": "#8AB1B0", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " Rectangle rect;", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " rect.", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "set_values", + "color": "#8AB1B0", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.function-call.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "4", + "color": "#F79A32", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " cout ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<<", + "color": "#D3AF86", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "area: ", + "color": "#889B4A", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<<", + "color": "#D3AF86", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " rect.", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "area", + "color": "#8AB1B0", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "//", + "color": "#75715E", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " classes example", + "color": "#75715E", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#F92672", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "include", + "color": "#F92672", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#E6DB74", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "iostream", + "color": "#E6DB74", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#E6DB74", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "using", + "color": "#F92672", + "_t": "control.cpp.keyword.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "namespace", + "color": "#66D9EF", + "_t": "cpp.meta.storage.type.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "std", + "color": "#F8F8F2", + "_t": "cpp.entity.meta.name.type.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#66D9EF", + "_t": "class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Rectangle", + "color": "#F8F8F2", + "_t": "class-struct-block.cpp.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.class-struct-block.cpp.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "int", + "color": "#66D9EF", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " width, height;", + "color": "#F8F8F2", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "public:", + "color": "#F92672", + "_t": "class-struct-block.cpp.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "void", + "color": "#66D9EF", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "set_values", + "color": "#A6E22E", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "int", + "color": "#66D9EF", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "c.class-struct-block.cpp.function.meta.parens", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "int", + "color": "#66D9EF", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "int", + "color": "#66D9EF", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "area", + "color": "#A6E22E", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.c.class-struct-block.cpp.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "block.c.class-struct-block.control.cpp.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " width", + "color": "#F8F8F2", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "block.c.class-struct-block.cpp.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "height;", + "color": "#F8F8F2", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.c.class-struct-block.cpp.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class-struct-block.cpp.end.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "void", + "color": "#66D9EF", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Rectangle::set_values", + "color": "#A6E22E", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "int", + "color": "#66D9EF", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " x, ", + "color": "#F8F8F2", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "int", + "color": "#66D9EF", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " y", + "color": "#F8F8F2", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " width ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " x;", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " height ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " y;", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "int", + "color": "#66D9EF", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "main", + "color": "#A6E22E", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " Rectangle rect;", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " rect.", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "set_values", + "color": "#66D9EF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.function-call.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "4", + "color": "#AE81FF", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " cout ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<<", + "color": "#F92672", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "area: ", + "color": "#E6DB74", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<<", + "color": "#F92672", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " rect.", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "area", + "color": "#66D9EF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " classes example", + "color": "#9A9B99", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9872A2", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "include", + "color": "#9872A2", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#9AA83A", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "iostream", + "color": "#9AA83A", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#9AA83A", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "using", + "color": "#9872A2", + "_t": "control.cpp.keyword.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "namespace", + "color": "#9872A2", + "_t": "cpp.meta.storage.type.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "std", + "color": "#C5C8C6", + "_t": "cpp.entity.meta.name.type.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "class", + "color": "#9872A2", + "_t": "class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Rectangle", + "color": "#C5C8C6", + "_t": "class-struct-block.cpp.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.block.class-struct-block.cpp.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "int", + "color": "#9872A2", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " width, height;", + "color": "#C5C8C6", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "public:", + "color": "#9872A2", + "_t": "class-struct-block.cpp.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "void", + "color": "#9872A2", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "set_values", + "color": "#CE6700", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "int", + "color": "#9872A2", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "c.class-struct-block.cpp.function.meta.parens", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "int", + "color": "#9872A2", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "int", + "color": "#9872A2", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "area", + "color": "#CE6700", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.block.c.class-struct-block.cpp.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "block.c.class-struct-block.control.cpp.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " width", + "color": "#C5C8C6", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "block.c.class-struct-block.cpp.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "height;", + "color": "#C5C8C6", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.c.class-struct-block.cpp.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class-struct-block.cpp.end.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "void", + "color": "#9872A2", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Rectangle::set_values", + "color": "#CE6700", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "int", + "color": "#9872A2", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " x, ", + "color": "#C5C8C6", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "int", + "color": "#9872A2", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " y", + "color": "#C5C8C6", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " width ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " x;", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " height ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " y;", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "int", + "color": "#9872A2", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "main", + "color": "#CE6700", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " Rectangle rect;", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " rect.", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "set_values", + "color": "#0080FF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " ", + "color": "#0080FF", + "_t": "block.c.function.function-call.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "4", + "color": "#6089B4", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " cout ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<<", + "color": "#676867", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "area: ", + "color": "#9AA83A", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<<", + "color": "#676867", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " rect.", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "area", + "color": "#0080FF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " classes example", + "color": "#AAAAAA", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#777777", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "include", + "color": "#4B83CD", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "iostream", + "color": "#448C27", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ">", + "color": "#777777", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "using", + "color": "#4B83CD", + "_t": "control.cpp.keyword.meta.using-namespace-declaration", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "namespace", + "color": "#7A3E9D", + "_t": "cpp.meta.storage.type.using-namespace-declaration", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "std", + "color": "#7A3E9D", + "_t": "cpp.entity.meta.name.type.using-namespace-declaration", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "class", + "color": "#7A3E9D", + "_t": "class-struct-block.cpp.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Rectangle", + "color": "#7A3E9D", + "_t": "class-struct-block.cpp.entity.meta.name.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.block.class-struct-block.cpp.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "int", + "color": "#7A3E9D", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " width, height;", + "color": "#333333", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "public:", + "color": "#4B83CD", + "_t": "class-struct-block.cpp.meta.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "void", + "color": "#7A3E9D", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#777777", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "set_values", + "color": "#AA3731", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "int", + "color": "#7A3E9D", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#333333", + "_t": "c.class-struct-block.cpp.function.meta.parens", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "int", + "color": "#7A3E9D", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "int", + "color": "#7A3E9D", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#777777", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "area", + "color": "#AA3731", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.block.c.class-struct-block.cpp.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "block.c.class-struct-block.control.cpp.function.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " width", + "color": "#333333", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "block.c.class-struct-block.cpp.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "height;", + "color": "#333333", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.c.class-struct-block.cpp.end.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class-struct-block.cpp.end.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "void", + "color": "#7A3E9D", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#777777", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Rectangle::set_values", + "color": "#AA3731", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "int", + "color": "#7A3E9D", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " x, ", + "color": "#333333", + "_t": "c.function.meta.parens", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "int", + "color": "#7A3E9D", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " y", + "color": "#333333", + "_t": "c.function.meta.parens", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " width ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " x;", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " height ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " y;", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "int", + "color": "#7A3E9D", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#777777", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "main", + "color": "#AA3731", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " Rectangle rect;", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " rect.", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "set_values", + "color": "#AA3731", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.function-call.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "3", + "color": "#AB6526", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "4", + "color": "#AB6526", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ");", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " cout ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<<", + "color": "#777777", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "area: ", + "color": "#448C27", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<<", + "color": "#777777", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " rect.", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "area", + "color": "#AA3731", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ");", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#333333", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " classes example", + "color": "#E7C0C0", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#F12727", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "include", + "color": "#F12727", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#CD8D8D", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "iostream", + "color": "#CD8D8D", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ">", + "color": "#CD8D8D", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "using", + "color": "#F12727", + "_t": "control.cpp.keyword.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "namespace", + "color": "#FF6262", + "_t": "cpp.meta.storage.type.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "std", + "color": "#FEC758", + "_t": "cpp.entity.meta.name.type.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "class", + "color": "#FF6262", + "_t": "class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Rectangle", + "color": "#FEC758", + "_t": "class-struct-block.cpp.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.block.class-struct-block.cpp.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "int", + "color": "#FF6262", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " width, height;", + "color": "#F8F8F8", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "public:", + "color": "#FF6262", + "_t": "class-struct-block.cpp.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "void", + "color": "#FF6262", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "set_values", + "color": "#FEC758", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "int", + "color": "#FF6262", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "c.class-struct-block.cpp.function.meta.parens", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "int", + "color": "#FF6262", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "int", + "color": "#FF6262", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "area", + "color": "#FEC758", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.block.c.class-struct-block.cpp.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "block.c.class-struct-block.control.cpp.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " width", + "color": "#F8F8F8", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "block.c.class-struct-block.cpp.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "height;", + "color": "#F8F8F8", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.c.class-struct-block.cpp.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class-struct-block.cpp.end.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "void", + "color": "#FF6262", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Rectangle::set_values", + "color": "#FEC758", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "int", + "color": "#FF6262", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " x, ", + "color": "#F8F8F8", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "int", + "color": "#FF6262", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " y", + "color": "#F8F8F8", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " width ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " x;", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " height ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " y;", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "int", + "color": "#FF6262", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "main", + "color": "#FEC758", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " Rectangle rect;", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " rect.", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "set_values", + "color": "#FFB454", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.function-call.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3", + "color": "#994646", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "4", + "color": "#994646", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " cout ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<<", + "color": "#F12727", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "area: ", + "color": "#CD8D8D", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<<", + "color": "#F12727", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " rect.", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "area", + "color": "#FFB454", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "//", + "color": "#657B83", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " classes example", + "color": "#657B83", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#B58900", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "include", + "color": "#B58900", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "<", + "color": "#B58900", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "iostream", + "color": "#B58900", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": ">", + "color": "#B58900", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "using", + "color": "#859900", + "_t": "control.cpp.keyword.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "namespace", + "color": "#93A1A1", + "_t": "cpp.meta.storage.type.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "std", + "color": "#93A1A1", + "_t": "cpp.entity.meta.name.type.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Rectangle", + "color": "#93A1A1", + "_t": "class-struct-block.cpp.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.block.class-struct-block.cpp.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "int", + "color": "#93A1A1", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " width, height;", + "color": "#93A1A1", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "public:", + "color": "#93A1A1", + "_t": "class-struct-block.cpp.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "void", + "color": "#93A1A1", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "set_values", + "color": "#268BD2", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "int", + "color": "#93A1A1", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "c.class-struct-block.cpp.function.meta.parens", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "int", + "color": "#93A1A1", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "int", + "color": "#93A1A1", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "area", + "color": "#268BD2", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.block.c.class-struct-block.cpp.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.c.class-struct-block.control.cpp.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " width", + "color": "#93A1A1", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.class-struct-block.cpp.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "height;", + "color": "#93A1A1", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.c.class-struct-block.cpp.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class-struct-block.cpp.end.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "void", + "color": "#93A1A1", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Rectangle::set_values", + "color": "#268BD2", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "int", + "color": "#93A1A1", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " x, ", + "color": "#93A1A1", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "int", + "color": "#93A1A1", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " y", + "color": "#93A1A1", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " width ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " x;", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " height ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " y;", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "int", + "color": "#93A1A1", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "main", + "color": "#268BD2", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " Rectangle rect;", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " rect.", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "set_values", + "color": "#268BD2", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.function-call.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " cout ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<<", + "color": "#859900", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "area: ", + "color": "#2AA198", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<<", + "color": "#859900", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " rect.", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "area", + "color": "#268BD2", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " classes example", + "color": "#93A1A1", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#B58900", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "include", + "color": "#B58900", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "<", + "color": "#B58900", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "iostream", + "color": "#B58900", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": ">", + "color": "#B58900", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "using", + "color": "#859900", + "_t": "control.cpp.keyword.meta.using-namespace-declaration", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "namespace", + "color": "#073642", + "_t": "cpp.meta.storage.type.using-namespace-declaration", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "std", + "color": "#586E75", + "_t": "cpp.entity.meta.name.type.using-namespace-declaration", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#073642", + "_t": "class-struct-block.cpp.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Rectangle", + "color": "#586E75", + "_t": "class-struct-block.cpp.entity.meta.name.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.block.class-struct-block.cpp.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "int", + "color": "#073642", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " width, height;", + "color": "#586E75", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "public:", + "color": "#073642", + "_t": "class-struct-block.cpp.meta.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "void", + "color": "#073642", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "set_values", + "color": "#268BD2", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "int", + "color": "#073642", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "c.class-struct-block.cpp.function.meta.parens", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "int", + "color": "#073642", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "int", + "color": "#073642", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "area", + "color": "#268BD2", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.block.c.class-struct-block.cpp.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.c.class-struct-block.control.cpp.function.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " width", + "color": "#586E75", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.class-struct-block.cpp.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "height;", + "color": "#586E75", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.c.class-struct-block.cpp.end.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class-struct-block.cpp.end.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "void", + "color": "#073642", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Rectangle::set_values", + "color": "#268BD2", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "int", + "color": "#073642", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " x, ", + "color": "#586E75", + "_t": "c.function.meta.parens", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "int", + "color": "#073642", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " y", + "color": "#586E75", + "_t": "c.function.meta.parens", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " width ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " x;", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " height ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " y;", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "int", + "color": "#073642", + "_t": "c.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "main", + "color": "#268BD2", + "_t": "c.entity.function.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " Rectangle rect;", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " rect.", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "set_values", + "color": "#268BD2", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.function-call.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " cout ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<<", + "color": "#859900", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "area: ", + "color": "#2AA198", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<<", + "color": "#859900", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " rect.", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "area", + "color": "#268BD2", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.c.function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "//", + "color": "#7285B7", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " classes example", + "color": "#7285B7", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#EBBBFF", + "_t": "c.control.definition.directive.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "include", + "color": "#EBBBFF", + "_t": "c.control.directive.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D1F1A9", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "iostream", + "color": "#D1F1A9", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ">", + "color": "#D1F1A9", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "using", + "color": "#EBBBFF", + "_t": "control.cpp.keyword.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "namespace", + "color": "#EBBBFF", + "_t": "cpp.meta.storage.type.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "std", + "color": "#FFFFFF", + "_t": "cpp.entity.meta.name.type.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "cpp.meta.using-namespace-declaration", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#EBBBFF", + "_t": "class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Rectangle", + "color": "#FFFFFF", + "_t": "class-struct-block.cpp.entity.meta.name.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.class-struct-block.cpp.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#EBBBFF", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " width, height;", + "color": "#FFFFFF", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "public:", + "color": "#EBBBFF", + "_t": "class-struct-block.cpp.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#EBBBFF", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "set_values", + "color": "#BBDAFF", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#EBBBFF", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "c.class-struct-block.cpp.function.meta.parens", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#EBBBFF", + "_t": "c.class-struct-block.cpp.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class-struct-block.cpp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#EBBBFF", + "_t": "c.class-struct-block.cpp.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.class-struct-block.cpp.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "area", + "color": "#BBDAFF", + "_t": "c.class-struct-block.cpp.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.class-struct-block.cpp.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.class-struct-block.cpp.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.class-struct-block.cpp.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "block.c.class-struct-block.control.cpp.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " width", + "color": "#FFFFFF", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "block.c.class-struct-block.cpp.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "height;", + "color": "#FFFFFF", + "_t": "block.c.class-struct-block.cpp.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.class-struct-block.cpp.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class-struct-block.cpp.end.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#EBBBFF", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Rectangle::set_values", + "color": "#BBDAFF", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#EBBBFF", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " x, ", + "color": "#FFFFFF", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#EBBBFF", + "_t": "c.function.meta.parens.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " y", + "color": "#FFFFFF", + "_t": "c.function.meta.parens", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " width ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " x;", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " height ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.c.function.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " y;", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#EBBBFF", + "_t": "c.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.leading.meta.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "main", + "color": "#BBDAFF", + "_t": "c.entity.function.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.c.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "c.end.function.meta.parens.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " Rectangle rect;", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " rect.", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "set_values", + "color": "#BBDAFF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.c.function.function-call.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#BBDAFF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#FFC58F", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " cout ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<<", + "color": "#99FFFF", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.block.c.cpp.definition.double.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "area: ", + "color": "#D1F1A9", + "_t": "block.c.cpp.double.function.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "block.c.cpp.definition.double.end.function.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<<", + "color": "#99FFFF", + "_t": "bitwise.block.c.function.keyword.meta.operator.shift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " rect.", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "area", + "color": "#BBDAFF", + "_t": "any-method.block.c.function.function-call.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#BBDAFF", + "_t": "block.c.definition.function.function-call.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "block.c.control.function.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "block.c.constant.function.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cpp.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cpp.result.patch new file mode 100644 index 000000000..69392c84d --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cpp.result.patch @@ -0,0 +1,179 @@ +{ + "abyss": [ + { + "index": 12, + "content": "std", + "color": "#6688CC", + "newColor": "#FFEEBB" + }, + { + "index": 16, + "content": "Rectangle", + "color": "#6688CC", + "newColor": "#FFEEBB" + } + ], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [ + { + "index": 12, + "content": "std", + "color": "#D3AF86", + "newColor": "#F06431" + }, + { + "index": 16, + "content": "Rectangle", + "color": "#D3AF86", + "newColor": "#F06431" + } + ], + "monokai": [ + { + "index": 12, + "content": "std", + "color": "#F8F8F2", + "newColor": "#A6E22E" + }, + { + "index": 16, + "content": "Rectangle", + "color": "#F8F8F2", + "newColor": "#A6E22E" + } + ], + "monokai_dimmed": [ + { + "index": 12, + "content": "std", + "color": "#C5C8C6", + "newColor": "#9B0000" + }, + { + "index": 16, + "content": "Rectangle", + "color": "#C5C8C6", + "newColor": "#9B0000" + }, + { + "index": 79, + "content": "set_values", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 95, + "content": "area", + "color": "#0080FF", + "newColor": "#9872A2" + } + ], + "quietlight": [], + "red": [], + "solarized_dark": [ + { + "index": 2, + "content": "#", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 3, + "content": "include", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 5, + "content": "<", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 6, + "content": "iostream", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 7, + "content": ">", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 12, + "content": "std", + "color": "#93A1A1", + "newColor": "#CB4B16" + }, + { + "index": 16, + "content": "Rectangle", + "color": "#93A1A1", + "newColor": "#CB4B16" + } + ], + "solarized_light": [ + { + "index": 2, + "content": "#", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 3, + "content": "include", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 5, + "content": "<", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 6, + "content": "iostream", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 7, + "content": ">", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 12, + "content": "std", + "color": "#586E75", + "newColor": "#268BD2" + }, + { + "index": 16, + "content": "Rectangle", + "color": "#586E75", + "newColor": "#268BD2" + } + ], + "tomorrow_night_blue": [ + { + "index": 12, + "content": "std", + "color": "#FFFFFF", + "newColor": "#FFEEAD" + }, + { + "index": 16, + "content": "Rectangle", + "color": "#FFFFFF", + "newColor": "#FFEEAD" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cshtml b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cshtml new file mode 100644 index 000000000..d02cdf449 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cshtml @@ -0,0 +1,46 @@ +@{ + var total = 0; + var totalMessage = ""; + @* a multiline + razor comment embedded in csharp *@ + if (IsPost) { + + // Retrieve the numbers that the user entered. + var num1 = Request["text1"]; + var num2 = Request["text2"]; + + // Convert the entered strings into integers numbers and add. + total = num1.AsInt() + num2.AsInt(); + totalMessage = "Total = " + total; + } +} + + + + + Add Numbers + + + +

Enter two whole numbers and then click Add.

+
+

+ +

+

+ +

+

+
+ + @* now we call the totalMessage method + (a multi line razor comment outside code) *@ + +

@totalMessage

+ +

@(totalMessage+"!")

+ + An email address (with escaped at character): name@@domain.com + + + \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cshtml.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cshtml.result new file mode 100644 index 000000000..14309b0d5 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cshtml.result @@ -0,0 +1,26322 @@ +{ + "abyss": [ + { + "content": "@", + "color": "#225588", + "_t": "begin.control.cshtml.embedded.keyword.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "total", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " = ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "totalMessage", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " = \"\";", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@*", + "color": "#223355", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " a multiline", + "color": "#223355", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " razor comment embedded in csharp ", + "color": "#223355", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*@", + "color": "#223355", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "IsPost", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ") ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " // ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Retrieve", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "the", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "numbers", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "that", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "the", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "user", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "entered", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "num1", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " = ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Request", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "[\"", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "text1", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "\"];", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "num2", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " = ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Request", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "[\"", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "text2", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "\"];", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " // ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Convert", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "the", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "entered", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "strings", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "into", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "integers", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "numbers", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "and", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "add", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "total", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " = ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "num1", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "AsInt", + "color": "#225588", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "() + ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "num2", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "AsInt", + "color": "#225588", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "();", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "italic", + "color": "#225588", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "bold", + "color": "#225588", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "totalMessage", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " = \"", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Total", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " = \" + ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "total", + "color": "#225588", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "definition.html.meta.punctuation.sgml.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "html", + "color": "#225588", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.meta.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "lang", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.meta.other.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.meta.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "en", + "color": "#22AA44", + "_t": "any.double.html.meta.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "head", + "color": "#225588", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "title", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Add Numbers", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "meta", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "charset", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "utf-8", + "color": "#22AA44", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " />", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "body", + "color": "#225588", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "p", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Enter two whole numbers and then click ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "strong", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Add", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "form", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "action", + "color": "#DDBB88", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "method", + "color": "#DDBB88", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "post", + "color": "#22AA44", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "p", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "label", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "text1", + "color": "#22AA44", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "First Number:", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "input", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "type", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "text", + "color": "#22AA44", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "name", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "text1", + "color": "#22AA44", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " />", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "p", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "label", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "text2", + "color": "#22AA44", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Second Number:", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "input", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "type", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "text", + "color": "#22AA44", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "name", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "text2", + "color": "#22AA44", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " />", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "p", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "input", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "type", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "submit", + "color": "#22AA44", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "value", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Add", + "color": "#22AA44", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " />", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@*", + "color": "#223355", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " now we call the totalMessage method", + "color": "#223355", + "_t": "block.comment.cshtml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\t (a multi line razor comment outside code) ", + "color": "#223355", + "_t": "block.comment.cshtml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*@", + "color": "#223355", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "p", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@totalMessage", + "color": "#225588", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "p", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@(totalMessage+\"!\")", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " An email address (with escaped at character): name@", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@domain", + "color": "#225588", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "com", + "color": "#225588", + "_t": "cshtml.entity.name.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "@", + "color": "#569CD6", + "_t": "begin.control.cshtml.embedded.keyword.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "total", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " = ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "totalMessage", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " = \"\";", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@*", + "color": "#608B4E", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " a multiline", + "color": "#608B4E", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " razor comment embedded in csharp ", + "color": "#608B4E", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*@", + "color": "#608B4E", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "IsPost", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " // ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Retrieve", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "the", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "numbers", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "that", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "the", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "user", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "entered", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "num1", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " = ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Request", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "[\"", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text1", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "\"];", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "num2", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " = ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Request", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "[\"", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text2", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "\"];", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " // ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Convert", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "the", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "entered", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "strings", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "into", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "integers", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "numbers", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "add", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "total", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " = ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "num1", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "AsInt", + "color": "#569CD6", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "() + ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "num2", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "AsInt", + "color": "#569CD6", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "();", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "italic", + "color": "#569CD6", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "bold", + "color": "#569CD6", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "totalMessage", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " = \"", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Total", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " = \" + ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "total", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.html.meta.punctuation.sgml.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "html", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.meta.structure.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "lang", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.meta.other.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.meta.structure.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "en", + "color": "#CE9178", + "_t": "any.double.html.meta.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "head", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "title", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Add Numbers", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "meta", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "charset", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "utf-8", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " />", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "body", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Enter two whole numbers and then click ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "strong", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Add", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "form", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "action", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "method", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "post", + "color": "#CE9178", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "label", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text1", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "First Number:", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "input", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text1", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " />", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "label", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text2", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Second Number:", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "input", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text2", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " />", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "input", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "submit", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "value", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Add", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " />", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@*", + "color": "#608B4E", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " now we call the totalMessage method", + "color": "#608B4E", + "_t": "block.comment.cshtml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t (a multi line razor comment outside code) ", + "color": "#608B4E", + "_t": "block.comment.cshtml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*@", + "color": "#608B4E", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "@totalMessage", + "color": "#569CD6", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "@(totalMessage+\"!\")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " An email address (with escaped at character): name@", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@domain", + "color": "#569CD6", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "com", + "color": "#569CD6", + "_t": "cshtml.entity.name.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "light_vs": [ + { + "content": "@", + "color": "#0000FF", + "_t": "begin.control.cshtml.embedded.keyword.punctuation.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "total", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " = ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "totalMessage", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " = \"\";", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@*", + "color": "#008000", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " a multiline", + "color": "#008000", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " razor comment embedded in csharp ", + "color": "#008000", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*@", + "color": "#008000", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " (", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "IsPost", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " // ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Retrieve", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "the", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "numbers", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "that", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "the", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "user", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "entered", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "num1", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " = ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Request", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "[\"", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text1", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "\"];", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "num2", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " = ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Request", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "[\"", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text2", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "\"];", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " // ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Convert", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "the", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "entered", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "strings", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "into", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "integers", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "numbers", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "add", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "total", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " = ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "num1", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "AsInt", + "color": "#800000", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "() + ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "num2", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "AsInt", + "color": "#800000", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "();", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "italic", + "color": "#800000", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "bold", + "color": "#800000", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "totalMessage", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " = \"", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Total", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " = \" + ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "total", + "color": "#0000FF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.html.meta.punctuation.sgml.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "html", + "color": "#800000", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.meta.structure.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "lang", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.meta.other.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.meta.structure.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "en", + "color": "#0000FF", + "_t": "any.double.html.meta.quoted.string.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "head", + "color": "#800000", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "title", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Add Numbers", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "meta", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "charset", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "utf-8", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " />", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Enter two whole numbers and then click ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "strong", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Add", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "form", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "action", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "method", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "post", + "color": "#0000FF", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "label", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "text1", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "First Number:", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "input", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "type", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "text", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "text1", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " />", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "label", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "text2", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Second Number:", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "input", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "type", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "text", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "text2", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " />", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "input", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "type", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "submit", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "value", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Add", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " />", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@*", + "color": "#008000", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " now we call the totalMessage method", + "color": "#008000", + "_t": "block.comment.cshtml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t (a multi line razor comment outside code) ", + "color": "#008000", + "_t": "block.comment.cshtml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*@", + "color": "#008000", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "@totalMessage", + "color": "#0000FF", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "@(totalMessage+\"!\")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " An email address (with escaped at character): name@", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@domain", + "color": "#0000FF", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "com", + "color": "#800000", + "_t": "cshtml.entity.name.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + } + ], + "hc_black": [ + { + "content": "@", + "color": "#569CD6", + "_t": "begin.control.cshtml.embedded.keyword.punctuation.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "total", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " = ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "totalMessage", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " = \"\";", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@*", + "color": "#7CA668", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " a multiline", + "color": "#7CA668", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " razor comment embedded in csharp ", + "color": "#7CA668", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*@", + "color": "#7CA668", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "IsPost", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " // ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Retrieve", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "the", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "numbers", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "that", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "the", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "user", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "entered", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "num1", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " = ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Request", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "[\"", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "text1", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "\"];", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "num2", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " = ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Request", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "[\"", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "text2", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "\"];", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " // ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Convert", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "the", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "entered", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "strings", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "into", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "integers", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "numbers", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "and", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "add", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "total", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " = ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "num1", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "AsInt", + "color": "#569CD6", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "() + ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "num2", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "AsInt", + "color": "#569CD6", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "();", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "italic", + "color": "#569CD6", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "bold", + "color": "#569CD6", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "totalMessage", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " = \"", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Total", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " = \" + ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "total", + "color": "#569CD6", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.html.meta.punctuation.sgml.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "html", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.meta.structure.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "lang", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.meta.other.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.meta.structure.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "en", + "color": "#CE9178", + "_t": "any.double.html.meta.quoted.string.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "head", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "title", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Add Numbers", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "meta", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "charset", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "utf-8", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " />", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "body", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Enter two whole numbers and then click ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "strong", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Add", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "form", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.block.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "action", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.block.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.block.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "method", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.block.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "post", + "color": "#CE9178", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "label", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text1", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "First Number:", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "input", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text1", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " />", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "label", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text2", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Second Number:", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "input", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text2", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " />", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "input", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "submit", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "value", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Add", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " />", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@*", + "color": "#7CA668", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " now we call the totalMessage method", + "color": "#7CA668", + "_t": "block.comment.cshtml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\t (a multi line razor comment outside code) ", + "color": "#7CA668", + "_t": "block.comment.cshtml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*@", + "color": "#7CA668", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "@totalMessage", + "color": "#569CD6", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "@(totalMessage+\"!\")", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " An email address (with escaped at character): name@", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@domain", + "color": "#569CD6", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "com", + "color": "#569CD6", + "_t": "cshtml.entity.name.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "dark_plus": [ + { + "content": "@", + "color": "#C586C0", + "_t": "begin.control.cshtml.embedded.keyword.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "total", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " = ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "totalMessage", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " = \"\";", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@*", + "color": "#608B4E", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " a multiline", + "color": "#608B4E", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " razor comment embedded in csharp ", + "color": "#608B4E", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*@", + "color": "#608B4E", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "IsPost", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " // ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Retrieve", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "the", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "numbers", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "that", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "the", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "user", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "entered", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "num1", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " = ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Request", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "[\"", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text1", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "\"];", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "num2", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " = ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Request", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "[\"", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text2", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "\"];", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " // ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Convert", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "the", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "entered", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "strings", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "into", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "integers", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "numbers", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "add", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "total", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " = ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "num1", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "AsInt", + "color": "#569CD6", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "() + ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "num2", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "AsInt", + "color": "#569CD6", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "();", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "italic", + "color": "#569CD6", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "bold", + "color": "#569CD6", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "totalMessage", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " = \"", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Total", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " = \" + ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "total", + "color": "#C586C0", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.html.meta.punctuation.sgml.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "html", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.meta.structure.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "lang", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.meta.other.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.meta.structure.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "en", + "color": "#CE9178", + "_t": "any.double.html.meta.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "head", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "title", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Add Numbers", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "meta", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "charset", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "utf-8", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " />", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "body", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Enter two whole numbers and then click ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "strong", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Add", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "form", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "action", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "method", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "post", + "color": "#CE9178", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "label", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text1", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "First Number:", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "input", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text1", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " />", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "label", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text2", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Second Number:", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "input", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text2", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " />", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "input", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "submit", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "value", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Add", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " />", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@*", + "color": "#608B4E", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " now we call the totalMessage method", + "color": "#608B4E", + "_t": "block.comment.cshtml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t (a multi line razor comment outside code) ", + "color": "#608B4E", + "_t": "block.comment.cshtml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*@", + "color": "#608B4E", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "@totalMessage", + "color": "#C586C0", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "@(totalMessage+\"!\")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " An email address (with escaped at character): name@", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@domain", + "color": "#C586C0", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "com", + "color": "#569CD6", + "_t": "cshtml.entity.name.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "light_plus": [ + { + "content": "@", + "color": "#AF00DB", + "_t": "begin.control.cshtml.embedded.keyword.punctuation.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "total", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " = ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": ";", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "totalMessage", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " = \"\";", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@*", + "color": "#008000", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " a multiline", + "color": "#008000", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " razor comment embedded in csharp ", + "color": "#008000", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*@", + "color": "#008000", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " (", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "IsPost", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " // ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Retrieve", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "the", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "numbers", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "that", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "the", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "user", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "entered", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": ".", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "num1", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " = ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Request", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "[\"", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text1", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "\"];", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "num2", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " = ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Request", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "[\"", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text2", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "\"];", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " // ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Convert", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "the", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "entered", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "strings", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "into", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "integers", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "numbers", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "add", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": ".", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "total", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " = ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "num1", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": ".", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "AsInt", + "color": "#800000", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "() + ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "num2", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": ".", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "AsInt", + "color": "#800000", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "();", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "italic", + "color": "#800000", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "bold", + "color": "#800000", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "totalMessage", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " = \"", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Total", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " = \" + ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "total", + "color": "#AF00DB", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": ";", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "cshtml.embedded.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.html.meta.punctuation.sgml.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "html", + "color": "#800000", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.meta.structure.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "lang", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.meta.other.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.meta.structure.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "en", + "color": "#0000FF", + "_t": "any.double.html.meta.quoted.string.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "head", + "color": "#800000", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "title", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Add Numbers", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "meta", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "charset", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "utf-8", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " />", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Enter two whole numbers and then click ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "strong", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Add", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "form", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "action", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "method", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "post", + "color": "#0000FF", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "label", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "text1", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "First Number:", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "input", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "type", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "text", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "text1", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " />", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "label", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "text2", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Second Number:", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "input", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "type", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "text", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "text2", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " />", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "input", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "type", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "submit", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "value", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Add", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " />", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@*", + "color": "#008000", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " now we call the totalMessage method", + "color": "#008000", + "_t": "block.comment.cshtml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t (a multi line razor comment outside code) ", + "color": "#008000", + "_t": "block.comment.cshtml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*@", + "color": "#008000", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "@totalMessage", + "color": "#AF00DB", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "@(totalMessage+\"!\")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " An email address (with escaped at character): name@", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@domain", + "color": "#AF00DB", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": ".", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "com", + "color": "#800000", + "_t": "cshtml.entity.name.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "@", + "color": "#18401E", + "_t": "begin.control.cshtml.embedded.keyword.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "{", + "color": "#18401E", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "total", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " = ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "totalMessage", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " = \"\";", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@*", + "color": "#18401E", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": " a multiline", + "color": "#A57A4C", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " razor comment embedded in csharp ", + "color": "#A57A4C", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*@", + "color": "#18401E", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "IsPost", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": ") ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#18401E", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": " // ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Retrieve", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "the", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "numbers", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "that", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "the", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "user", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "entered", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "num1", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " = ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Request", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "[\"", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "text1", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "\"];", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "num2", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " = ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Request", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "[\"", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "text2", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "\"];", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " // ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Convert", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "the", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "entered", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "strings", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "into", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "integers", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "numbers", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "and", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "add", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "total", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " = ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "num1", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "AsInt", + "color": "#8AB1B0", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.section rgb(138, 177, 176)" + }, + { + "content": "() + ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "num2", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "AsInt", + "color": "#8AB1B0", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.section rgb(138, 177, 176)" + }, + { + "content": "();", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#18401E", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "italic", + "color": "#8AB1B0", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.section rgb(138, 177, 176)" + }, + { + "content": ">", + "color": "#18401E", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "<", + "color": "#18401E", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "bold", + "color": "#8AB1B0", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.section rgb(138, 177, 176)" + }, + { + "content": ">", + "color": "#18401E", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "totalMessage", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " = \"", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Total", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " = \" + ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "total", + "color": "#98676A", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#18401E", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "", + "color": "#18401E", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#18401E", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "}", + "color": "#18401E", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "definition.html.meta.punctuation.sgml.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "html", + "color": "#DC3958", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.meta.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "lang", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.meta.other.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.meta.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "en", + "color": "#889B4A", + "_t": "any.double.html.meta.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "head", + "color": "#DC3958", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "title", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Add Numbers", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "meta", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "charset", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "utf-8", + "color": "#889B4A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " />", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "body", + "color": "#DC3958", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "p", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Enter two whole numbers and then click ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "strong", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Add", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "form", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "action", + "color": "#F79A32", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "method", + "color": "#F79A32", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "post", + "color": "#889B4A", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "p", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "label", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "text1", + "color": "#889B4A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "First Number:", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "input", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "type", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "text", + "color": "#889B4A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "name", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "text1", + "color": "#889B4A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " />", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "p", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "label", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "text2", + "color": "#889B4A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Second Number:", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "input", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "type", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "text", + "color": "#889B4A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "name", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "text2", + "color": "#889B4A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " />", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "p", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "input", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "type", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "submit", + "color": "#889B4A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "value", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Add", + "color": "#889B4A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " />", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@*", + "color": "#A57A4C", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " now we call the totalMessage method", + "color": "#A57A4C", + "_t": "block.comment.cshtml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "\t (a multi line razor comment outside code) ", + "color": "#A57A4C", + "_t": "block.comment.cshtml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*@", + "color": "#A57A4C", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "p", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@totalMessage", + "color": "#98676A", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "p", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@(totalMessage+\"!\")", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " An email address (with escaped at character): name@", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@domain", + "color": "#98676A", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "com", + "color": "#DC3958", + "_t": "cshtml.entity.name.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "@", + "color": "#F92672", + "_t": "begin.control.cshtml.embedded.keyword.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "total", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " = ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "totalMessage", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " = \"\";", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@*", + "color": "#75715E", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " a multiline", + "color": "#75715E", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " razor comment embedded in csharp ", + "color": "#75715E", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*@", + "color": "#75715E", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "IsPost", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ") ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " // ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Retrieve", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "the", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "numbers", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "that", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "the", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "user", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "entered", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "num1", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " = ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Request", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "[\"", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "text1", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "\"];", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "num2", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " = ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Request", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "[\"", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "text2", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "\"];", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " // ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Convert", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "the", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "entered", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "strings", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "into", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "integers", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "numbers", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "and", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "add", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "total", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " = ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "num1", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "AsInt", + "color": "#F92672", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "() + ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "num2", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "AsInt", + "color": "#F92672", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "();", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "italic", + "color": "#F92672", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "bold", + "color": "#F92672", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "totalMessage", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " = \"", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Total", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " = \" + ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "total", + "color": "#F92672", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "definition.html.meta.punctuation.sgml.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "html", + "color": "#F92672", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.meta.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "lang", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.meta.other.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.meta.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "en", + "color": "#E6DB74", + "_t": "any.double.html.meta.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "head", + "color": "#F92672", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "title", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Add Numbers", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "meta", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "charset", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "utf-8", + "color": "#E6DB74", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " />", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "body", + "color": "#F92672", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "p", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Enter two whole numbers and then click ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "strong", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Add", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "form", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "action", + "color": "#A6E22E", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "method", + "color": "#A6E22E", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "post", + "color": "#E6DB74", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "p", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "label", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "text1", + "color": "#E6DB74", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "First Number:", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "input", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "type", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "text", + "color": "#E6DB74", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "name", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "text1", + "color": "#E6DB74", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " />", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "p", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "label", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "text2", + "color": "#E6DB74", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Second Number:", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "input", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "type", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "text", + "color": "#E6DB74", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "name", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "text2", + "color": "#E6DB74", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " />", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "p", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "input", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "type", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "submit", + "color": "#E6DB74", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "value", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Add", + "color": "#E6DB74", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " />", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@*", + "color": "#75715E", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " now we call the totalMessage method", + "color": "#75715E", + "_t": "block.comment.cshtml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\t (a multi line razor comment outside code) ", + "color": "#75715E", + "_t": "block.comment.cshtml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*@", + "color": "#75715E", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "p", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@totalMessage", + "color": "#F92672", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "p", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@(totalMessage+\"!\")", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " An email address (with escaped at character): name@", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@domain", + "color": "#F92672", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "com", + "color": "#F92672", + "_t": "cshtml.entity.name.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "@", + "color": "#9872A2", + "_t": "begin.control.cshtml.embedded.keyword.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "total", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " = ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "totalMessage", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " = \"\";", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@*", + "color": "#9A9B99", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " a multiline", + "color": "#9A9B99", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " razor comment embedded in csharp ", + "color": "#9A9B99", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*@", + "color": "#9A9B99", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "IsPost", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": ") ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " // ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Retrieve", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "the", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "numbers", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "that", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "the", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "user", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "entered", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "num1", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " = ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Request", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "[\"", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "text1", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "\"];", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "num2", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " = ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Request", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "[\"", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "text2", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "\"];", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " // ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Convert", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "the", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "entered", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "strings", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "into", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "integers", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "numbers", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "and", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "add", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "total", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " = ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "num1", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "AsInt", + "color": "#6089B4", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": "() + ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "num2", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "AsInt", + "color": "#6089B4", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": "();", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "italic", + "color": "#9872A2", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "bold", + "color": "#9872A2", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "totalMessage", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " = \"", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Total", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " = \" + ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "total", + "color": "#9872A2", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "definition.html.meta.punctuation.sgml.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "html", + "color": "#6089B4", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.meta.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "lang", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.meta.other.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.meta.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "en", + "color": "#9AA83A", + "_t": "any.double.html.meta.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "head", + "color": "#6089B4", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "title", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "Add Numbers", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "meta", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "charset", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "utf-8", + "color": "#9AA83A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": " />", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "body", + "color": "#6089B4", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "p", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "Enter two whole numbers and then click ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "strong", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "Add", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "form", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "action", + "color": "#D0B344", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "method", + "color": "#D0B344", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "post", + "color": "#9AA83A", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "p", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "label", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "for", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "text1", + "color": "#9AA83A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "First Number:", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "input", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "type", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "text", + "color": "#9AA83A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "name", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "text1", + "color": "#9AA83A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": " />", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "p", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "label", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "for", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "text2", + "color": "#9AA83A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "Second Number:", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "input", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "type", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "text", + "color": "#9AA83A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "name", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "text2", + "color": "#9AA83A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": " />", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "p", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "input", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "type", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "submit", + "color": "#9AA83A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "value", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "Add", + "color": "#9AA83A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": " />", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@*", + "color": "#9A9B99", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " now we call the totalMessage method", + "color": "#9A9B99", + "_t": "block.comment.cshtml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\t (a multi line razor comment outside code) ", + "color": "#9A9B99", + "_t": "block.comment.cshtml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*@", + "color": "#9A9B99", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "p", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "@totalMessage", + "color": "#9872A2", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "p", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "@(totalMessage+\"!\")", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " An email address (with escaped at character): name@", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@domain", + "color": "#9872A2", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "com", + "color": "#6089B4", + "_t": "cshtml.entity.name.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + } + ], + "quietlight": [ + { + "content": "@", + "color": "#777777", + "_t": "begin.control.cshtml.embedded.keyword.punctuation.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "total", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " = ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ";", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "totalMessage", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " = \"\";", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@*", + "color": "#AAAAAA", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " a multiline", + "color": "#AAAAAA", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " razor comment embedded in csharp ", + "color": "#AAAAAA", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*@", + "color": "#AAAAAA", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "IsPost", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ") ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " // ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Retrieve", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "the", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "numbers", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "that", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "the", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "user", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "entered", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ".", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "num1", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " = ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Request", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "[\"", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "text1", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "\"];", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "num2", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " = ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Request", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "[\"", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "text2", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "\"];", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " // ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Convert", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "the", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "entered", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "strings", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "into", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "integers", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "numbers", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "and", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "add", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ".", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "total", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " = ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "num1", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ".", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "AsInt", + "color": "#4B83CD", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "() + ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "num2", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ".", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "AsInt", + "color": "#4B83CD", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "();", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "italic", + "color": "#4B83CD", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "bold", + "color": "#4B83CD", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "totalMessage", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " = \"", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Total", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " = \" + ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "total", + "color": "#4B83CD", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ";", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "", + "color": "#AAAAAA", + "_t": "definition.html.meta.punctuation.sgml.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.sgml.punctuation.definition.tag.html rgb(170, 170, 170)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "html", + "color": "#4B83CD", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.meta.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "lang", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.meta.other.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.meta.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "en", + "color": "#91B3E0", + "_t": "any.double.html.meta.quoted.string.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "head", + "color": "#4B83CD", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "title", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "Add Numbers", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "meta", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "charset", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "utf-8", + "color": "#91B3E0", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " />", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "body", + "color": "#4B83CD", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "p", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "Enter two whole numbers and then click ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "strong", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "Add", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ".", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "form", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "action", + "color": "#91B3E0", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "method", + "color": "#91B3E0", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "post", + "color": "#91B3E0", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "p", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "label", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "for", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "text1", + "color": "#91B3E0", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "First Number:", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "input", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "type", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "text", + "color": "#91B3E0", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "name", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "text1", + "color": "#91B3E0", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " />", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "p", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "label", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "for", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "text2", + "color": "#91B3E0", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "Second Number:", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "input", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "type", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "text", + "color": "#91B3E0", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "name", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "text2", + "color": "#91B3E0", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " />", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "p", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "input", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "type", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "submit", + "color": "#91B3E0", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "value", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "Add", + "color": "#91B3E0", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " />", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@*", + "color": "#AAAAAA", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " now we call the totalMessage method", + "color": "#AAAAAA", + "_t": "block.comment.cshtml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "\t (a multi line razor comment outside code) ", + "color": "#AAAAAA", + "_t": "block.comment.cshtml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*@", + "color": "#AAAAAA", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "p", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "@totalMessage", + "color": "#4B83CD", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "p", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "@(totalMessage+\"!\")", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " An email address (with escaped at character): name@", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@domain", + "color": "#4B83CD", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ".", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "com", + "color": "#4B83CD", + "_t": "cshtml.entity.name.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + } + ], + "red": [ + { + "content": "@", + "color": "#F12727", + "_t": "begin.control.cshtml.embedded.keyword.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "total", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " = ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "totalMessage", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " = \"\";", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@*", + "color": "#E7C0C0", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " a multiline", + "color": "#E7C0C0", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " razor comment embedded in csharp ", + "color": "#E7C0C0", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*@", + "color": "#E7C0C0", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "IsPost", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ") ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " // ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Retrieve", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "the", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "numbers", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "that", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "the", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "user", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "entered", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "num1", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " = ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Request", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "[\"", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "text1", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "\"];", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "num2", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " = ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Request", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "[\"", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "text2", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "\"];", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " // ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Convert", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "the", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "entered", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "strings", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "into", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "integers", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "numbers", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "and", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "add", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "total", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " = ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "num1", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "AsInt", + "color": "#FEC758", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "() + ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "num2", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "AsInt", + "color": "#FEC758", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "();", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "italic", + "color": "#EC0D1E", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "bold", + "color": "#EC0D1E", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "totalMessage", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " = \"", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Total", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " = \" + ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "total", + "color": "#F12727", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "definition.html.meta.punctuation.sgml.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "html", + "color": "#EC0D1E", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.meta.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "lang", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.meta.other.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.meta.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "en", + "color": "#EC0D1E", + "_t": "any.double.html.meta.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "head", + "color": "#EC0D1E", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "title", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Add Numbers", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "meta", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "charset", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "utf-8", + "color": "#EC0D1E", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " />", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "body", + "color": "#EC0D1E", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "p", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Enter two whole numbers and then click ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "strong", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Add", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "form", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "action", + "color": "#EC0D1E", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "method", + "color": "#EC0D1E", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "post", + "color": "#EC0D1E", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "p", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "label", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "for", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "text1", + "color": "#EC0D1E", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "First Number:", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "input", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "type", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "text", + "color": "#EC0D1E", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "name", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "text1", + "color": "#EC0D1E", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " />", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "p", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "label", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "for", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "text2", + "color": "#EC0D1E", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Second Number:", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "input", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "type", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "text", + "color": "#EC0D1E", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "name", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "text2", + "color": "#EC0D1E", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " />", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "p", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "input", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "type", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "submit", + "color": "#EC0D1E", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "value", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Add", + "color": "#EC0D1E", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " />", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@*", + "color": "#E7C0C0", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " now we call the totalMessage method", + "color": "#E7C0C0", + "_t": "block.comment.cshtml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\t (a multi line razor comment outside code) ", + "color": "#E7C0C0", + "_t": "block.comment.cshtml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*@", + "color": "#E7C0C0", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "p", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "@totalMessage", + "color": "#F12727", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "p", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "@(totalMessage+\"!\")", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " An email address (with escaped at character): name@", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@domain", + "color": "#F12727", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "com", + "color": "#FEC758", + "_t": "cshtml.entity.name.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + } + ], + "solarized_dark": [ + { + "content": "@", + "color": "#D30102", + "_t": "begin.control.cshtml.embedded.keyword.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "{", + "color": "#D30102", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "total", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " = ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "totalMessage", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " = \"\";", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@*", + "color": "#657B83", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " a multiline", + "color": "#657B83", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " razor comment embedded in csharp ", + "color": "#657B83", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*@", + "color": "#657B83", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "IsPost", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ") ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#D30102", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": " // ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Retrieve", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "the", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "numbers", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "that", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "the", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "user", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "entered", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "num1", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " = ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Request", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "[\"", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "text1", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\"];", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "num2", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " = ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Request", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "[\"", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "text2", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\"];", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " // ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Convert", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "the", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "entered", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "strings", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "into", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "integers", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "numbers", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "and", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "add", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "total", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " = ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "num1", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "AsInt", + "color": "#268BD2", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "() + ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "num2", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "AsInt", + "color": "#268BD2", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "();", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#D30102", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "italic", + "color": "#268BD2", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#D30102", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "<", + "color": "#D30102", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "bold", + "color": "#268BD2", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#D30102", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "totalMessage", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " = \"", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Total", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " = \" + ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "total", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#D30102", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "", + "color": "#D30102", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "", + "color": "#657B83", + "_t": "definition.html.meta.punctuation.sgml.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "html", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.meta.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "lang", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.meta.other.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.meta.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "en", + "color": "#2AA198", + "_t": "any.double.html.meta.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "head", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "title", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Add Numbers", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "meta", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "charset", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "utf-8", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " />", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Enter two whole numbers and then click ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "strong", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Add", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "form", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "action", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "method", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "post", + "color": "#2AA198", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "label", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "text1", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "First Number:", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "input", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "type", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "text", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "name", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "text1", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " />", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "label", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "text2", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Second Number:", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "input", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "type", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "text", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "name", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "text2", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " />", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "input", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "type", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "submit", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "value", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Add", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " />", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@*", + "color": "#657B83", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " now we call the totalMessage method", + "color": "#657B83", + "_t": "block.comment.cshtml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\t (a multi line razor comment outside code) ", + "color": "#657B83", + "_t": "block.comment.cshtml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*@", + "color": "#657B83", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "@totalMessage", + "color": "#859900", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "@(totalMessage+\"!\")", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " An email address (with escaped at character): name@", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@domain", + "color": "#859900", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "com", + "color": "#268BD2", + "_t": "cshtml.entity.name.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + } + ], + "solarized_light": [ + { + "content": "@", + "color": "#D30102", + "_t": "begin.control.cshtml.embedded.keyword.punctuation.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "{", + "color": "#D30102", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "total", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " = ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "totalMessage", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " = \"\";", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@*", + "color": "#93A1A1", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " a multiline", + "color": "#93A1A1", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " razor comment embedded in csharp ", + "color": "#93A1A1", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*@", + "color": "#93A1A1", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "IsPost", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ") ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#D30102", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": " // ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Retrieve", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "the", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "numbers", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "that", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "the", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "user", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "entered", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "num1", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " = ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Request", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "[\"", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "text1", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\"];", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "num2", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " = ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Request", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "[\"", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "text2", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\"];", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " // ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Convert", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "the", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "entered", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "strings", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "into", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "integers", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "numbers", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "and", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "add", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "total", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " = ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "num1", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "AsInt", + "color": "#268BD2", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "() + ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "num2", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "AsInt", + "color": "#268BD2", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "();", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "italic", + "color": "#268BD2", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "bold", + "color": "#268BD2", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "totalMessage", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " = \"", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Total", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " = \" + ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "total", + "color": "#859900", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "cshtml.embedded.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "", + "color": "#586E75", + "_t": "definition.html.meta.punctuation.sgml.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "html", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.meta.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "lang", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.meta.other.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.meta.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "en", + "color": "#2AA198", + "_t": "any.double.html.meta.quoted.string.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "head", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "title", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "Add Numbers", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "meta", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "charset", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "utf-8", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " />", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "Enter two whole numbers and then click ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "strong", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "Add", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "form", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "action", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "method", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "post", + "color": "#2AA198", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "label", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "text1", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "First Number:", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "input", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "type", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "text", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "name", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "text1", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " />", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "label", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "text2", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "Second Number:", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "input", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "type", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "text", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "name", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "text2", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " />", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "input", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "type", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "submit", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "value", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "Add", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " />", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@*", + "color": "#93A1A1", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " now we call the totalMessage method", + "color": "#93A1A1", + "_t": "block.comment.cshtml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\t (a multi line razor comment outside code) ", + "color": "#93A1A1", + "_t": "block.comment.cshtml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*@", + "color": "#93A1A1", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "@totalMessage", + "color": "#859900", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "@(totalMessage+\"!\")", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " An email address (with escaped at character): name@", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@domain", + "color": "#859900", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "com", + "color": "#268BD2", + "_t": "cshtml.entity.name.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "@", + "color": "#FFC58F", + "_t": "begin.control.cshtml.embedded.keyword.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "{", + "color": "#FFC58F", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "total", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " = ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "totalMessage", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " = \"\";", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@*", + "color": "#FFC58F", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": " a multiline", + "color": "#7285B7", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " razor comment embedded in csharp ", + "color": "#7285B7", + "_t": "block.comment.cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*@", + "color": "#FFC58F", + "_t": "block.comment.cshtml.definition.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "IsPost", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFC58F", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": " // ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Retrieve", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "the", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "numbers", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "that", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "the", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "user", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "entered", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "num1", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " = ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Request", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "[\"", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "text1", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "\"];", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "num2", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " = ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Request", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "[\"", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "text2", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "\"];", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " // ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Convert", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "the", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "entered", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "strings", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "into", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "integers", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "numbers", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "and", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "add", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "total", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " = ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "num1", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "AsInt", + "color": "#FF9DA4", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "() + ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "num2", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "AsInt", + "color": "#FF9DA4", + "_t": "cshtml.embedded.entity.name.section.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "();", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFC58F", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "italic", + "color": "#FF9DA4", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FFC58F", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "<", + "color": "#FFC58F", + "_t": "begin.cshtml.definition.embedded.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "bold", + "color": "#FF9DA4", + "_t": "cshtml.embedded.entity.html.meta.name.other.section.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FFC58F", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "totalMessage", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " = \"", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Total", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " = \" + ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "total", + "color": "#EBBBFF", + "_t": "control.cshtml.embedded.keyword.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FFC58F", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "", + "color": "#FFC58F", + "_t": "cshtml.definition.embedded.end.html.meta.other.punctuation.section.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "cshtml.embedded.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFC58F", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "}", + "color": "#FFC58F", + "_t": "begin.cshtml.embedded.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "definition.html.meta.punctuation.sgml.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "html", + "color": "#FF9DA4", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.meta.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "lang", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.meta.other.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.meta.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "en", + "color": "#FF9DA4", + "_t": "any.double.html.meta.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.html.meta.punctuation.quoted.string.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "head", + "color": "#FF9DA4", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "title", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Add Numbers", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "meta", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "charset", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "utf-8", + "color": "#FF9DA4", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " />", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "body", + "color": "#FF9DA4", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "p", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Enter two whole numbers and then click ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "strong", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Add", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "form", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "action", + "color": "#FF9DA4", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "method", + "color": "#FF9DA4", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "post", + "color": "#FF9DA4", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "p", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "label", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "for", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "text1", + "color": "#FF9DA4", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "First Number:", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "input", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "type", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "text", + "color": "#FF9DA4", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "name", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "text1", + "color": "#FF9DA4", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " />", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "p", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "label", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "for", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "text2", + "color": "#FF9DA4", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Second Number:", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "input", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "type", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "text", + "color": "#FF9DA4", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "name", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "text2", + "color": "#FF9DA4", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " />", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "p", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "input", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "type", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "submit", + "color": "#FF9DA4", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "value", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Add", + "color": "#FF9DA4", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " />", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@*", + "color": "#7285B7", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " now we call the totalMessage method", + "color": "#7285B7", + "_t": "block.comment.cshtml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\t (a multi line razor comment outside code) ", + "color": "#7285B7", + "_t": "block.comment.cshtml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*@", + "color": "#7285B7", + "_t": "block.comment.cshtml.definition.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "p", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "@totalMessage", + "color": "#EBBBFF", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "p", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "@(totalMessage+\"!\")", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " An email address (with escaped at character): name@", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@domain", + "color": "#EBBBFF", + "_t": "begin.control.cshtml.embedded.keyword.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "com", + "color": "#FF9DA4", + "_t": "cshtml.entity.name.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cshtml.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cshtml.result.patch new file mode 100644 index 000000000..db247bc92 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.cshtml.result.patch @@ -0,0 +1,1924 @@ +{ + "abyss": [], + "dark_vs": [ + { + "index": 118, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 120, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 140, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 142, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 173, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 174, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 178, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 180, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 191, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 193, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 205, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 207, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 211, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 213, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 228, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 230, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 242, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 244, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 248, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 250, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 265, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 267, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 271, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 273, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + } + ], + "light_vs": [ + { + "index": 118, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 120, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 140, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 142, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 173, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 174, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 178, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 180, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 191, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 193, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 205, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 207, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 211, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 213, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 228, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 230, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 242, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 244, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 248, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 250, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 265, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 267, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 271, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 273, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + } + ], + "hc_black": [ + { + "index": 118, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 120, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 140, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 142, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 173, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 174, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 178, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 180, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 191, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 193, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 205, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 207, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 211, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 213, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 228, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 230, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 242, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 244, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 248, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 250, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 265, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 267, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 271, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 273, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + } + ], + "dark_plus": [ + { + "index": 118, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 120, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 140, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 142, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 173, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 174, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 178, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 180, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 191, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 193, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 205, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 207, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 211, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 213, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 228, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 230, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 242, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 244, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 248, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 250, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 265, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 267, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 271, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 273, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + } + ], + "light_plus": [ + { + "index": 118, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 120, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 140, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 142, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 173, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 174, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 178, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 180, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 191, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 193, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 205, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 207, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 211, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 213, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 228, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 230, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 242, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 244, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 248, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 250, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 265, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 267, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 271, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 273, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + } + ], + "kimbie_dark": [ + { + "index": 0, + "content": "@", + "color": "#18401E", + "newColor": "#98676A" + }, + { + "index": 15, + "content": "@*", + "color": "#18401E", + "newColor": "#A57A4C" + }, + { + "index": 18, + "content": "*@", + "color": "#18401E", + "newColor": "#A57A4C" + }, + { + "index": 82, + "content": "AsInt", + "color": "#8AB1B0", + "newColor": "#DC3958" + }, + { + "index": 86, + "content": "AsInt", + "color": "#8AB1B0", + "newColor": "#DC3958" + }, + { + "index": 89, + "content": "<", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 90, + "content": "italic", + "color": "#8AB1B0", + "newColor": "#DC3958" + }, + { + "index": 91, + "content": ">", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 92, + "content": "<", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 93, + "content": "bold", + "color": "#8AB1B0", + "newColor": "#DC3958" + }, + { + "index": 94, + "content": ">", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 101, + "content": "", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 104, + "content": "", + "color": "#18401E", + "newColor": "#D3AF86" + } + ], + "monokai": [], + "monokai_dimmed": [ + { + "index": 90, + "content": "italic", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 93, + "content": "bold", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 102, + "content": "bold", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 105, + "content": "italic", + "color": "#9872A2", + "newColor": "#6089B4" + } + ], + "quietlight": [ + { + "index": 0, + "content": "@", + "color": "#777777", + "newColor": "#4B83CD" + }, + { + "index": 118, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 119, + "content": "en", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 120, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 140, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 141, + "content": "utf-8", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 142, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 173, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 174, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 178, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 179, + "content": "post", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 180, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 191, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 192, + "content": "text1", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 193, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 205, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 206, + "content": "text", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 207, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 211, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 212, + "content": "text1", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 213, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 228, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 229, + "content": "text2", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 230, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 242, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 243, + "content": "text", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 244, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 248, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 249, + "content": "text2", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 250, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 265, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 266, + "content": "submit", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 267, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 271, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 272, + "content": "Add", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 273, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + } + ], + "red": [ + { + "index": 118, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 119, + "content": "en", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 120, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 140, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 141, + "content": "utf-8", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 142, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 173, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 174, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 178, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 179, + "content": "post", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 180, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 191, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 192, + "content": "text1", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 193, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 205, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 206, + "content": "text", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 207, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 211, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 212, + "content": "text1", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 213, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 228, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 229, + "content": "text2", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 230, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 242, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 243, + "content": "text", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 244, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 248, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 249, + "content": "text2", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 250, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 265, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 266, + "content": "submit", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 267, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 271, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 272, + "content": "Add", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 273, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + } + ], + "solarized_dark": [ + { + "index": 0, + "content": "@", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 89, + "content": "<", + "color": "#D30102", + "newColor": "#657B83" + }, + { + "index": 91, + "content": ">", + "color": "#D30102", + "newColor": "#657B83" + }, + { + "index": 92, + "content": "<", + "color": "#D30102", + "newColor": "#657B83" + }, + { + "index": 94, + "content": ">", + "color": "#D30102", + "newColor": "#657B83" + }, + { + "index": 101, + "content": "", + "color": "#D30102", + "newColor": "#657B83" + }, + { + "index": 104, + "content": "", + "color": "#D30102", + "newColor": "#657B83" + }, + { + "index": 118, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 120, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 140, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 142, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 173, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 174, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 178, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 180, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 191, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 193, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 205, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 207, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 211, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 213, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 228, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 230, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 242, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 244, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 248, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 250, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 265, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 267, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 271, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 273, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + } + ], + "solarized_light": [ + { + "index": 0, + "content": "@", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 118, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 120, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 140, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 142, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 173, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 174, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 178, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 180, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 191, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 193, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 205, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 207, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 211, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 213, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 228, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 230, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 242, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 244, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 248, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 250, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 265, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 267, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 271, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 273, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + } + ], + "tomorrow_night_blue": [ + { + "index": 0, + "content": "@", + "color": "#FFC58F", + "newColor": "#EBBBFF" + }, + { + "index": 15, + "content": "@*", + "color": "#FFC58F", + "newColor": "#7285B7" + }, + { + "index": 18, + "content": "*@", + "color": "#FFC58F", + "newColor": "#7285B7" + }, + { + "index": 89, + "content": "<", + "color": "#FFC58F", + "newColor": "#FF9DA4" + }, + { + "index": 91, + "content": ">", + "color": "#FFC58F", + "newColor": "#FF9DA4" + }, + { + "index": 92, + "content": "<", + "color": "#FFC58F", + "newColor": "#FF9DA4" + }, + { + "index": 94, + "content": ">", + "color": "#FFC58F", + "newColor": "#FF9DA4" + }, + { + "index": 101, + "content": "", + "color": "#FFC58F", + "newColor": "#FF9DA4" + }, + { + "index": 104, + "content": "", + "color": "#FFC58F", + "newColor": "#FF9DA4" + }, + { + "index": 118, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 119, + "content": "en", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 120, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 140, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 141, + "content": "utf-8", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 142, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 173, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 174, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 178, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 179, + "content": "post", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 180, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 191, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 192, + "content": "text1", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 193, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 205, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 206, + "content": "text", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 207, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 211, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 212, + "content": "text1", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 213, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 228, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 229, + "content": "text2", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 230, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 242, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 243, + "content": "text", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 244, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 248, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 249, + "content": "text2", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 250, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 265, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 266, + "content": "submit", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 267, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 271, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 272, + "content": "Add", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 273, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.css b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.css new file mode 100644 index 000000000..4a8bd2395 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.css @@ -0,0 +1,159 @@ +/* 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 */ + +@import "mystyle.css"; +@import url("mystyle.css"); +@import url("bluish.css") projection, tv; + +.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/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.css.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.css.result new file mode 100644 index 000000000..a55428f3c --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.css.result @@ -0,0 +1,69246 @@ +{ + "abyss": [ + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " css Zen Garden default style v1.02 ", + "color": "#223355", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ ", + "color": "#223355", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " This file based on 'Tranquille' by Dave Shea ", + "color": "#223355", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " You may use this file as a foundation for any new work, but you may find it easier to start from scratch. ", + "color": "#223355", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. ", + "color": "#223355", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. ", + "color": "#223355", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " basic elements ", + "color": "#223355", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "import", + "color": "#225588", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "mystyle.css", + "color": "#22AA44", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "import", + "color": "#225588", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "url", + "color": "#9966B8", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "mystyle.css", + "color": "#22AA44", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "import", + "color": "#225588", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "url", + "color": "#9966B8", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "bluish.css", + "color": "#22AA44", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "projection", + "color": "#9966B8", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "arbitrary-repitition.at-rule.css.definition.import.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "tv", + "color": "#9966B8", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "html", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "padding", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font-style", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "body", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "75", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "%", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "georgia", + "color": "#9966B8", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sans-serif", + "color": "#9966B8", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "line-height", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1.88889", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#F280D0", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "555753", + "color": "#F280D0", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "background", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#F280D0", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "fff", + "color": "#F280D0", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "url", + "color": "#9966B8", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "blossoms.jpg", + "color": "#2277FF", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "no-repeat", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "bottom", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "right", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "margin", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "padding", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "background-image", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " -webkit-linear-gradient(", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "top", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "start", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "end", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "background-image", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " -webkit-gradient(linear, ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "left", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "top", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "left", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "bottom", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ", from(", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "start", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "), to(", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "end", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "))", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "background-image", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " -moz-linear-gradient(", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "top", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "start", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "end", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "background-image", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " linear-gradient(to ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "bottom", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "start", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "end", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "p", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "margin-top", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "text-align", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "justify", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "h3", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "italic", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "normal", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1.4", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "em", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "georgia", + "color": "#9966B8", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sans-serif", + "color": "#9966B8", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "letter-spacing", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "margin-bottom", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#F280D0", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "7D775C", + "color": "#F280D0", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "link", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font-weight", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "bold", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "text-decoration", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "none", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#F280D0", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "B7A5DF", + "color": "#F280D0", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "visited", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font-weight", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "bold", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "text-decoration", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "none", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#F280D0", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "D4CDDC", + "color": "#F280D0", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cursor", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "pointer", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "hover", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "focus", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "active", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "text-decoration", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "underline", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#F280D0", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "9685BA", + "color": "#F280D0", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "abbr", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "border-bottom", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "none", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " specific divs ", + "color": "#223355", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "page-wrapper", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "background", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "url", + "color": "#9966B8", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "zen-bg.jpg", + "color": "#2277FF", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "no-repeat", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "top", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "left", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "padding", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "175", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "110", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "margin", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "position", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "relative", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "intro", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "min-width", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "470", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "width", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "100", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "%", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "header", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "h1", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "background", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "transparent", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "url", + "color": "#9966B8", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "h1.gif", + "color": "#2277FF", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "no-repeat", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "top", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "left", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "margin-top", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "10", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "display", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "block", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "width", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "219", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "height", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "87", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "float", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "left", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "text-indent", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "100", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "%", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "white-space", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "nowrap", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "overflow", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "hidden", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "header", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "padding-top", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "20", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "height", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "87", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "summary", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "clear", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "both", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "margin", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "20", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "20", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "20", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "10", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "width", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "160", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "float", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "left", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "summary", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "p", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "italic", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1.1", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "em", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "/", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2.2", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "georgia", + "color": "#9966B8", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "text-align", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "center", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "preamble", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "clear", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "right", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "padding", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "10", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "10", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "supporting", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "padding-left", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "10", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "margin-bottom", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "40", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "footer", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "text-align", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "center", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "footer", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "link", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "footer", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "visited", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "margin-right", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "20", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "sidebar", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "margin-left", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "600", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "position", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "absolute", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "top", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "right", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "sidebar", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "wrapper", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "10", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "verdana", + "color": "#9966B8", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sans-serif", + "color": "#9966B8", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "background", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "transparent", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "url", + "color": "#9966B8", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "paper-bg.jpg", + "color": "#2277FF", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "top", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "left", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "repeat-y", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "padding", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "10", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "margin-top", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "150", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "width", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "130", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "sidebar", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "li", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "link", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#F280D0", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "988F5E", + "color": "#F280D0", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "sidebar", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "li", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#225588", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "visited", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.css.definition.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "#B3AE94", + "color": "#22AA44", + "_t": "css.meta.property-list.property-value.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "css.definition.end.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "extra1", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "background", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "transparent", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "url", + "color": "#9966B8", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cr2.gif", + "color": "#2277FF", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "top", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "left", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "no-repeat", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "position", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "absolute", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "top", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "40", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "right", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "width", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "148", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "height", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "110", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#F280D0", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " css Zen Garden default style v1.02 ", + "color": "#608B4E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ ", + "color": "#608B4E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " This file based on 'Tranquille' by Dave Shea ", + "color": "#608B4E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " You may use this file as a foundation for any new work, but you may find it easier to start from scratch. ", + "color": "#608B4E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. ", + "color": "#608B4E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. ", + "color": "#608B4E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " basic elements ", + "color": "#608B4E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "mystyle.css", + "color": "#CE9178", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#D4D4D4", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "mystyle.css", + "color": "#CE9178", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#D4D4D4", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bluish.css", + "color": "#CE9178", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "projection", + "color": "#D4D4D4", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "arbitrary-repitition.at-rule.css.definition.import.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "tv", + "color": "#D4D4D4", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "html", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-style", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "body", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "75", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "georgia", + "color": "#D4D4D4", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sans-serif", + "color": "#D4D4D4", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "line-height", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1.88889", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D4D4D4", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": "555753", + "color": "#D4D4D4", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D4D4D4", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": "fff", + "color": "#D4D4D4", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#D4D4D4", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "blossoms.jpg", + "color": "#D4D4D4", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "no-repeat", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bottom", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "right", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background-image", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " -webkit-linear-gradient(", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "start", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "end", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background-image", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " -webkit-gradient(linear, ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "left", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "left", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bottom", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", from(", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "start", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "), to(", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "end", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background-image", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " -moz-linear-gradient(", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "start", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "end", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background-image", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " linear-gradient(to ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bottom", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "start", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "end", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "p", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-top", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text-align", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "justify", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "h3", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "italic", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "normal", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1.4", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "georgia", + "color": "#D4D4D4", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sans-serif", + "color": "#D4D4D4", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "letter-spacing", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-bottom", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D4D4D4", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": "7D775C", + "color": "#D4D4D4", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "link", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-weight", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bold", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text-decoration", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "none", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D4D4D4", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": "B7A5DF", + "color": "#D4D4D4", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "visited", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-weight", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bold", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text-decoration", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "none", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D4D4D4", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": "D4CDDC", + "color": "#D4D4D4", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cursor", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pointer", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "hover", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": ",", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "focus", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": ",", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "active", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text-decoration", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "underline", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D4D4D4", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": "9685BA", + "color": "#D4D4D4", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "abbr", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border-bottom", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "none", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " specific divs ", + "color": "#608B4E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "page-wrapper", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#D4D4D4", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "zen-bg.jpg", + "color": "#D4D4D4", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "no-repeat", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "left", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "175", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "110", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "position", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "relative", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "intro", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "min-width", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "470", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "header", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "h1", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "transparent", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#D4D4D4", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "h1.gif", + "color": "#D4D4D4", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "no-repeat", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "left", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-top", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "display", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "block", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "219", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "height", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "87", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "float", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "left", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text-indent", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "white-space", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "nowrap", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "overflow", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "hidden", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "header", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding-top", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "height", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "87", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "summary", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "clear", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "both", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "160", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "float", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "left", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "summary", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "p", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "italic", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1.1", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2.2", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "georgia", + "color": "#D4D4D4", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text-align", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "center", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "preamble", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "clear", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "right", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "supporting", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding-left", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-bottom", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "40", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "footer", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text-align", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "center", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "footer", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "link", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": ",", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "footer", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "visited", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-right", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "sidebar", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-left", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "600", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "position", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "absolute", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "right", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "sidebar", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "wrapper", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "verdana", + "color": "#D4D4D4", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sans-serif", + "color": "#D4D4D4", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "transparent", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#D4D4D4", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "paper-bg.jpg", + "color": "#D4D4D4", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "left", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "repeat-y", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-top", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "150", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "130", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "sidebar", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "li", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "link", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D4D4D4", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": "988F5E", + "color": "#D4D4D4", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "sidebar", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "li", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "visited", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.css.definition.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#B3AE94", + "color": "#CE9178", + "_t": "css.meta.property-list.property-value.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "css.definition.end.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "extra1", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "transparent", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#D4D4D4", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cr2.gif", + "color": "#D4D4D4", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "left", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "no-repeat", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "position", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "absolute", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "40", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "right", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "148", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "height", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "110", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " css Zen Garden default style v1.02 ", + "color": "#008000", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ ", + "color": "#008000", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " This file based on 'Tranquille' by Dave Shea ", + "color": "#008000", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " You may use this file as a foundation for any new work, but you may find it easier to start from scratch. ", + "color": "#008000", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. ", + "color": "#008000", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. ", + "color": "#008000", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " basic elements ", + "color": "#008000", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "mystyle.css", + "color": "#A31515", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#000000", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "mystyle.css", + "color": "#A31515", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#000000", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "bluish.css", + "color": "#A31515", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "projection", + "color": "#000000", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "arbitrary-repitition.at-rule.css.definition.import.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "tv", + "color": "#000000", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "html", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-style", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "75", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "georgia", + "color": "#0451A5", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sans-serif", + "color": "#0451A5", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "line-height", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1.88889", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#0451A5", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": "555753", + "color": "#0451A5", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#0451A5", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": "fff", + "color": "#0451A5", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#0451A5", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "blossoms.jpg", + "color": "#000000", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "no-repeat", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bottom", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "right", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background-image", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " -webkit-linear-gradient(", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "start", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "-", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "end", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "-", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background-image", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " -webkit-gradient(linear, ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "left", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "left", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bottom", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", from(", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "start", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "-", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "), to(", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "end", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "-", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "))", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background-image", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " -moz-linear-gradient(", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "start", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "-", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "end", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "-", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background-image", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " linear-gradient(to ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bottom", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "start", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "-", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "end", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "-", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-top", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text-align", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "justify", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "h3", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "italic", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "normal", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1.4", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "georgia", + "color": "#0451A5", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sans-serif", + "color": "#0451A5", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "letter-spacing", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-bottom", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#0451A5", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": "7D775C", + "color": "#0451A5", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "link", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-weight", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bold", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text-decoration", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "none", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#0451A5", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": "B7A5DF", + "color": "#0451A5", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "visited", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-weight", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bold", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text-decoration", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "none", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#0451A5", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": "D4CDDC", + "color": "#0451A5", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cursor", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pointer", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "hover", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": ",", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "focus", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": ",", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "active", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text-decoration", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "underline", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#0451A5", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": "9685BA", + "color": "#0451A5", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "abbr", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border-bottom", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "none", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " specific divs ", + "color": "#008000", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "page-wrapper", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#0451A5", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "zen-bg.jpg", + "color": "#000000", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "no-repeat", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "left", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "175", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "110", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "position", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "relative", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "intro", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "min-width", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "470", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "header", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "h1", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "transparent", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#0451A5", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "h1.gif", + "color": "#000000", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "no-repeat", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "left", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-top", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "display", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "block", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "219", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "height", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "87", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "float", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "left", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text-indent", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "white-space", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "nowrap", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "overflow", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "hidden", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "header", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding-top", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "20", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "height", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "87", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "summary", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "clear", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "both", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "20", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "20", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "20", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "160", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "float", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "left", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "summary", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "italic", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1.1", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": "/", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2.2", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "georgia", + "color": "#0451A5", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text-align", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "center", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "preamble", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "clear", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "right", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "supporting", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding-left", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-bottom", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "40", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "footer", + "color": "#800000", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text-align", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "center", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "footer", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "link", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": ",", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "footer", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "visited", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-right", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "20", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "sidebar", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-left", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "600", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "position", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "absolute", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "right", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "sidebar", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "wrapper", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "verdana", + "color": "#0451A5", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sans-serif", + "color": "#0451A5", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "transparent", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#0451A5", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "paper-bg.jpg", + "color": "#000000", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "left", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "repeat-y", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-top", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "150", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "130", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "sidebar", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "li", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "link", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#0451A5", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": "988F5E", + "color": "#0451A5", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "sidebar", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "li", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "visited", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.css.definition.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#B3AE94", + "color": "#A31515", + "_t": "css.meta.property-list.property-value.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "css.definition.end.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "extra1", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "transparent", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#0451A5", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cr2.gif", + "color": "#000000", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "left", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "no-repeat", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "position", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "absolute", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "40", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "right", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "148", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "height", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "110", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.css.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " css Zen Garden default style v1.02 ", + "color": "#7CA668", + "_t": "block.comment.css", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.css.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.css.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ ", + "color": "#7CA668", + "_t": "block.comment.css", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.css.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.css.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " This file based on 'Tranquille' by Dave Shea ", + "color": "#7CA668", + "_t": "block.comment.css", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.css.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.css.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " You may use this file as a foundation for any new work, but you may find it easier to start from scratch. ", + "color": "#7CA668", + "_t": "block.comment.css", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.css.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.css.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. ", + "color": "#7CA668", + "_t": "block.comment.css", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.css.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.css.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. ", + "color": "#7CA668", + "_t": "block.comment.css", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.css.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.css.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " basic elements ", + "color": "#7CA668", + "_t": "block.comment.css", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.css.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "mystyle.css", + "color": "#CE9178", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#FFFFFF", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "mystyle.css", + "color": "#CE9178", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#FFFFFF", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bluish.css", + "color": "#CE9178", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "projection", + "color": "#FFFFFF", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "arbitrary-repitition.at-rule.css.definition.import.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "tv", + "color": "#FFFFFF", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "html", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "padding", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font-style", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "body", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "75", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "georgia", + "color": "#FFFFFF", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sans-serif", + "color": "#FFFFFF", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "line-height", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1.88889", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#D4D4D4", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": "555753", + "color": "#D4D4D4", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "background", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#D4D4D4", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": "fff", + "color": "#D4D4D4", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#FFFFFF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "blossoms.jpg", + "color": "#FFFFFF", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "no-repeat", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "bottom", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "right", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "margin", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "padding", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "background-image", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " -webkit-linear-gradient(", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "start", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "end", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "background-image", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " -webkit-gradient(linear, ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "left", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "left", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "bottom", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", from(", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "start", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "), to(", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "end", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "background-image", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " -moz-linear-gradient(", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "start", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "end", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "background-image", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " linear-gradient(to ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "bottom", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "start", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "end", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "p", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "margin-top", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "text-align", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "justify", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "h3", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "italic", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "normal", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1.4", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "georgia", + "color": "#FFFFFF", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sans-serif", + "color": "#FFFFFF", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "letter-spacing", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "margin-bottom", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#D4D4D4", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": "7D775C", + "color": "#D4D4D4", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "link", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font-weight", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "bold", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "text-decoration", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "none", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#D4D4D4", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": "B7A5DF", + "color": "#D4D4D4", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "visited", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font-weight", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "bold", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "text-decoration", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "none", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#D4D4D4", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": "D4CDDC", + "color": "#D4D4D4", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cursor", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "pointer", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "hover", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": ",", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "focus", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": ",", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "active", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "text-decoration", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "underline", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#D4D4D4", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": "9685BA", + "color": "#D4D4D4", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "abbr", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "border-bottom", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "none", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.css.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " specific divs ", + "color": "#7CA668", + "_t": "block.comment.css", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.css.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "page-wrapper", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "background", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#FFFFFF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "zen-bg.jpg", + "color": "#FFFFFF", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "no-repeat", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "left", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "padding", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "175", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "110", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "margin", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "position", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "relative", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "intro", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "min-width", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "470", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "header", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "h1", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "background", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "transparent", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#FFFFFF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "h1.gif", + "color": "#FFFFFF", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "no-repeat", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "left", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "margin-top", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "display", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "block", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "219", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "height", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "87", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "float", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "left", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "text-indent", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "white-space", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "nowrap", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "overflow", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "hidden", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "header", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "padding-top", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "height", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "87", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "summary", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "clear", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "both", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "margin", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "160", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "float", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "left", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "summary", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "p", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "italic", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1.1", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": "/", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2.2", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "georgia", + "color": "#FFFFFF", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "text-align", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "center", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "preamble", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "clear", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "right", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "padding", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "supporting", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "padding-left", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "margin-bottom", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "40", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "footer", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "text-align", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "center", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "footer", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "link", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": ",", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "footer", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "visited", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "margin-right", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "sidebar", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "margin-left", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "600", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "position", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "absolute", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "right", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "sidebar", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "wrapper", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "verdana", + "color": "#FFFFFF", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sans-serif", + "color": "#FFFFFF", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "background", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "transparent", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#FFFFFF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "paper-bg.jpg", + "color": "#FFFFFF", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "left", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "repeat-y", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "padding", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "margin-top", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "150", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "130", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "sidebar", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "li", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "link", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#D4D4D4", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": "988F5E", + "color": "#D4D4D4", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "sidebar", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "li", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "visited", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.css.definition.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#B3AE94", + "color": "#CE9178", + "_t": "css.meta.property-list.property-value.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "css.definition.end.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "extra1", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "background", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "transparent", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#FFFFFF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cr2.gif", + "color": "#FFFFFF", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "left", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "no-repeat", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "position", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "absolute", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "40", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "right", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "148", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "height", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "110", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " css Zen Garden default style v1.02 ", + "color": "#608B4E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ ", + "color": "#608B4E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " This file based on 'Tranquille' by Dave Shea ", + "color": "#608B4E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " You may use this file as a foundation for any new work, but you may find it easier to start from scratch. ", + "color": "#608B4E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. ", + "color": "#608B4E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. ", + "color": "#608B4E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " basic elements ", + "color": "#608B4E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "import", + "color": "#C586C0", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "mystyle.css", + "color": "#CE9178", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "import", + "color": "#C586C0", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#DCDCAA", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "mystyle.css", + "color": "#CE9178", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "import", + "color": "#C586C0", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#DCDCAA", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bluish.css", + "color": "#CE9178", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "projection", + "color": "#D4D4D4", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "arbitrary-repitition.at-rule.css.definition.import.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "tv", + "color": "#D4D4D4", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "html", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-style", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "body", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "75", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "georgia", + "color": "#CE9178", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sans-serif", + "color": "#CE9178", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "line-height", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1.88889", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#CE9178", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": "555753", + "color": "#CE9178", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#CE9178", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": "fff", + "color": "#CE9178", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#CE9178", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "blossoms.jpg", + "color": "#9CDCFE", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "no-repeat", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bottom", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "right", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background-image", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " -webkit-linear-gradient(", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "start", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "end", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background-image", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " -webkit-gradient(linear, ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "left", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "left", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bottom", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ", from(", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "start", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "), to(", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "end", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background-image", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " -moz-linear-gradient(", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "start", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "end", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background-image", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " linear-gradient(to ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bottom", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "start", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "end", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "p", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-top", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text-align", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "justify", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "h3", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "italic", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "normal", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1.4", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "georgia", + "color": "#CE9178", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sans-serif", + "color": "#CE9178", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "letter-spacing", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-bottom", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#CE9178", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": "7D775C", + "color": "#CE9178", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "link", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-weight", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bold", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text-decoration", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "none", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#CE9178", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": "B7A5DF", + "color": "#CE9178", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "visited", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-weight", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bold", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text-decoration", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "none", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#CE9178", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": "D4CDDC", + "color": "#CE9178", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cursor", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pointer", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "hover", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": ",", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "focus", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": ",", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "active", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text-decoration", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "underline", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#CE9178", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": "9685BA", + "color": "#CE9178", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "abbr", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border-bottom", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "none", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " specific divs ", + "color": "#608B4E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "page-wrapper", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#CE9178", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "zen-bg.jpg", + "color": "#9CDCFE", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "no-repeat", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "left", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "175", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "110", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "position", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "relative", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "intro", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "min-width", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "470", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "header", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "h1", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "transparent", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#CE9178", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "h1.gif", + "color": "#9CDCFE", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "no-repeat", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "left", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-top", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "display", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "block", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "219", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "height", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "87", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "float", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "left", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text-indent", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "white-space", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "nowrap", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "overflow", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "hidden", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "header", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding-top", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "height", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "87", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "summary", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "clear", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "both", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "160", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "float", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "left", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "summary", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "p", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "italic", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1.1", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2.2", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "georgia", + "color": "#CE9178", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text-align", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "center", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "preamble", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "clear", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "right", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "supporting", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding-left", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-bottom", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "40", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "footer", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text-align", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "center", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "footer", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "link", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": ",", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "footer", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "visited", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-right", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "sidebar", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-left", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "600", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "position", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "absolute", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "right", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "sidebar", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "wrapper", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "verdana", + "color": "#CE9178", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sans-serif", + "color": "#CE9178", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "transparent", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#CE9178", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "paper-bg.jpg", + "color": "#9CDCFE", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "left", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "repeat-y", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-top", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "150", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "130", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "sidebar", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "li", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "link", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#CE9178", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": "988F5E", + "color": "#CE9178", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "sidebar", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "li", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "a", + "color": "#D7BA7D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "visited", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.css.definition.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#B3AE94", + "color": "#CE9178", + "_t": "css.meta.property-list.property-value.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "css.definition.end.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "extra1", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "transparent", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#CE9178", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cr2.gif", + "color": "#9CDCFE", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "left", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "no-repeat", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "position", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "absolute", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "40", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "right", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "148", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "height", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "110", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " css Zen Garden default style v1.02 ", + "color": "#008000", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ ", + "color": "#008000", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " This file based on 'Tranquille' by Dave Shea ", + "color": "#008000", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " You may use this file as a foundation for any new work, but you may find it easier to start from scratch. ", + "color": "#008000", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. ", + "color": "#008000", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. ", + "color": "#008000", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " basic elements ", + "color": "#008000", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "import", + "color": "#AF00DB", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "mystyle.css", + "color": "#A31515", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "import", + "color": "#AF00DB", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#795E26", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "mystyle.css", + "color": "#A31515", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "import", + "color": "#AF00DB", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#795E26", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "bluish.css", + "color": "#A31515", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "projection", + "color": "#000000", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "arbitrary-repitition.at-rule.css.definition.import.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "tv", + "color": "#000000", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "html", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-style", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "75", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "georgia", + "color": "#0451A5", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sans-serif", + "color": "#0451A5", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "line-height", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1.88889", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#0451A5", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": "555753", + "color": "#0451A5", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#0451A5", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": "fff", + "color": "#0451A5", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#0451A5", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "blossoms.jpg", + "color": "#001080", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "no-repeat", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bottom", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "right", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background-image", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " -webkit-linear-gradient(", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "start", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "-", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "end", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "-", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background-image", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " -webkit-gradient(linear, ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "left", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "left", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bottom", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", from(", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "start", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "-", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "), to(", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "end", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "-", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "))", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background-image", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " -moz-linear-gradient(", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "start", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "-", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "end", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "-", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background-image", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " linear-gradient(to ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bottom", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "start", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "-", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "end", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "-", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-top", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text-align", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "justify", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "h3", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "italic", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "normal", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1.4", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "georgia", + "color": "#0451A5", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sans-serif", + "color": "#0451A5", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "letter-spacing", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-bottom", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#0451A5", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": "7D775C", + "color": "#0451A5", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "link", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-weight", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bold", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text-decoration", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "none", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#0451A5", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": "B7A5DF", + "color": "#0451A5", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "visited", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-weight", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bold", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text-decoration", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "none", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#0451A5", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": "D4CDDC", + "color": "#0451A5", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cursor", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pointer", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "hover", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": ",", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "focus", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": ",", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "active", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text-decoration", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "underline", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#0451A5", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": "9685BA", + "color": "#0451A5", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "abbr", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border-bottom", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "none", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " specific divs ", + "color": "#008000", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "page-wrapper", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#0451A5", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "zen-bg.jpg", + "color": "#001080", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "no-repeat", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "left", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "175", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "110", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "position", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "relative", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "intro", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "min-width", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "470", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "header", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "h1", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "transparent", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#0451A5", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "h1.gif", + "color": "#001080", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "no-repeat", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "left", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-top", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "display", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "block", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "219", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "height", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "87", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "float", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "left", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text-indent", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "white-space", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "nowrap", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "overflow", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "hidden", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "header", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding-top", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "20", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "height", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "87", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "summary", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "clear", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "both", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "20", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "20", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "20", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "160", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "float", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "left", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "summary", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "italic", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1.1", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": "/", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2.2", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "georgia", + "color": "#0451A5", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text-align", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "center", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "preamble", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "clear", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "right", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "supporting", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding-left", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-bottom", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "40", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "footer", + "color": "#800000", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text-align", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "center", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "footer", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "link", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": ",", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "footer", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "visited", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-right", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "20", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "sidebar", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-left", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "600", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "position", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "absolute", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "right", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "sidebar", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "wrapper", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "verdana", + "color": "#0451A5", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sans-serif", + "color": "#0451A5", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "transparent", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#0451A5", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "paper-bg.jpg", + "color": "#001080", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "left", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "repeat-y", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-top", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "150", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "130", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "sidebar", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "li", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "link", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#0451A5", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": "988F5E", + "color": "#0451A5", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "sidebar", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "li", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "visited", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.css.definition.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#B3AE94", + "color": "#A31515", + "_t": "css.meta.property-list.property-value.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "css.definition.end.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "extra1", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "transparent", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#0451A5", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cr2.gif", + "color": "#001080", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "left", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "no-repeat", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "position", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "absolute", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "40", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "right", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "148", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "height", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "110", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " css Zen Garden default style v1.02 ", + "color": "#A57A4C", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ ", + "color": "#A57A4C", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " This file based on 'Tranquille' by Dave Shea ", + "color": "#A57A4C", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " You may use this file as a foundation for any new work, but you may find it easier to start from scratch. ", + "color": "#A57A4C", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. ", + "color": "#A57A4C", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. ", + "color": "#A57A4C", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " basic elements ", + "color": "#A57A4C", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "import", + "color": "#98676A", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "mystyle.css", + "color": "#889B4A", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "import", + "color": "#98676A", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "url", + "color": "#7E602C", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "mystyle.css", + "color": "#889B4A", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "import", + "color": "#98676A", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "url", + "color": "#7E602C", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "bluish.css", + "color": "#889B4A", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "projection", + "color": "#F79A32", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "arbitrary-repitition.at-rule.css.definition.import.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "tv", + "color": "#F79A32", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "html", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "padding", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font-style", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "body", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "75", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "%", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "georgia", + "color": "#F79A32", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "sans-serif", + "color": "#F79A32", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "line-height", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1.88889", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#7E602C", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.color rgb(126, 96, 44)" + }, + { + "content": "555753", + "color": "#7E602C", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.color rgb(126, 96, 44)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "background", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#7E602C", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.color rgb(126, 96, 44)" + }, + { + "content": "fff", + "color": "#7E602C", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.color rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "url", + "color": "#7E602C", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "blossoms.jpg", + "color": "#DC3958", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "no-repeat", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "bottom", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "right", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "margin", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "padding", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "background-image", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " -webkit-linear-gradient(", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "top", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "start", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "end", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "background-image", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " -webkit-gradient(linear, ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "left", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "top", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "left", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "bottom", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ", from(", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "start", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "), to(", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "end", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "))", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "background-image", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " -moz-linear-gradient(", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "top", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "start", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "end", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "background-image", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " linear-gradient(to ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "bottom", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "start", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "end", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "p", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "margin-top", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "text-align", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "justify", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "h3", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "italic", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "normal", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1.4", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "em", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "georgia", + "color": "#F79A32", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "sans-serif", + "color": "#F79A32", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "letter-spacing", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "margin-bottom", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#7E602C", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.color rgb(126, 96, 44)" + }, + { + "content": "7D775C", + "color": "#7E602C", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.color rgb(126, 96, 44)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "link", + "color": "#F79A32", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font-weight", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "bold", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "text-decoration", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "none", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#7E602C", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.color rgb(126, 96, 44)" + }, + { + "content": "B7A5DF", + "color": "#7E602C", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.color rgb(126, 96, 44)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "visited", + "color": "#F79A32", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font-weight", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "bold", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "text-decoration", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "none", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#7E602C", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.color rgb(126, 96, 44)" + }, + { + "content": "D4CDDC", + "color": "#7E602C", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.color rgb(126, 96, 44)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cursor", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "pointer", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "hover", + "color": "#F79A32", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "focus", + "color": "#F79A32", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "active", + "color": "#F79A32", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "text-decoration", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "underline", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#7E602C", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.color rgb(126, 96, 44)" + }, + { + "content": "9685BA", + "color": "#7E602C", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.color rgb(126, 96, 44)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "abbr", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "border-bottom", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "none", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " specific divs ", + "color": "#A57A4C", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "page-wrapper", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "background", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "url", + "color": "#7E602C", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "zen-bg.jpg", + "color": "#DC3958", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "no-repeat", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "top", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "left", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "padding", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "175", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "110", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "margin", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "position", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "relative", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "intro", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "min-width", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "470", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "width", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "100", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "%", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "header", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "h1", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "background", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "transparent", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "url", + "color": "#7E602C", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "h1.gif", + "color": "#DC3958", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "no-repeat", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "top", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "left", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "margin-top", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "10", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "display", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "block", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "width", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "219", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "height", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "87", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "float", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "left", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "text-indent", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "100", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "%", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "white-space", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "nowrap", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "overflow", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "hidden", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "header", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "padding-top", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "20", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "height", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "87", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "summary", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "clear", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "both", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "margin", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "20", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "20", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "20", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "10", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "width", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "160", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "float", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "left", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "summary", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "p", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "italic", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1.1", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "em", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2.2", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "georgia", + "color": "#F79A32", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "text-align", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "center", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "preamble", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "clear", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "right", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "padding", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "10", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "10", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "supporting", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "padding-left", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "10", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "margin-bottom", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "40", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": "footer", + "color": "#8AB1B0", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "text-align", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "center", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "footer", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "link", + "color": "#F79A32", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "footer", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "visited", + "color": "#F79A32", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "margin-right", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "20", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "sidebar", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "margin-left", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "600", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "position", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "absolute", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "top", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "right", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "sidebar", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "wrapper", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "10", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "verdana", + "color": "#F79A32", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "sans-serif", + "color": "#F79A32", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "background", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "transparent", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "url", + "color": "#7E602C", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "paper-bg.jpg", + "color": "#DC3958", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "top", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "left", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "repeat-y", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "padding", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "10", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "margin-top", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "150", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "width", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "130", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "sidebar", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "li", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "link", + "color": "#F79A32", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#7E602C", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.color rgb(126, 96, 44)" + }, + { + "content": "988F5E", + "color": "#7E602C", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.color rgb(126, 96, 44)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "sidebar", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "li", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "visited", + "color": "#F79A32", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.css.definition.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "#B3AE94", + "color": "#889B4A", + "_t": "css.meta.property-list.property-value.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "css.definition.end.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "extra1", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "background", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "transparent", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "url", + "color": "#7E602C", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cr2.gif", + "color": "#DC3958", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "top", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "left", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "no-repeat", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "position", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "absolute", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "top", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "40", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "right", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "width", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "148", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "height", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "110", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " css Zen Garden default style v1.02 ", + "color": "#75715E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ ", + "color": "#75715E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " This file based on 'Tranquille' by Dave Shea ", + "color": "#75715E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " You may use this file as a foundation for any new work, but you may find it easier to start from scratch. ", + "color": "#75715E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. ", + "color": "#75715E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. ", + "color": "#75715E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " basic elements ", + "color": "#75715E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "import", + "color": "#F92672", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "mystyle.css", + "color": "#E6DB74", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "import", + "color": "#F92672", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "url", + "color": "#66D9EF", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "mystyle.css", + "color": "#E6DB74", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "import", + "color": "#F92672", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "url", + "color": "#66D9EF", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "bluish.css", + "color": "#E6DB74", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "projection", + "color": "#66D9EF", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "arbitrary-repitition.at-rule.css.definition.import.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "tv", + "color": "#66D9EF", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "html", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "padding", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font-style", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "body", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "75", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "%", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "georgia", + "color": "#66D9EF", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sans-serif", + "color": "#66D9EF", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "line-height", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1.88889", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#AE81FF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "555753", + "color": "#AE81FF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "background", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#AE81FF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "fff", + "color": "#AE81FF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "url", + "color": "#66D9EF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "blossoms.jpg", + "color": "#FD971F", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "no-repeat", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "bottom", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "right", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "margin", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "padding", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "background-image", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " -webkit-linear-gradient(", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "top", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "start", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "end", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "background-image", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " -webkit-gradient(linear, ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "left", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "top", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "left", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "bottom", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ", from(", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "start", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "), to(", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "end", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "))", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "background-image", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " -moz-linear-gradient(", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "top", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "start", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "end", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "background-image", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " linear-gradient(to ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "bottom", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "start", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "end", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "p", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "margin-top", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "text-align", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "justify", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "h3", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "italic", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "normal", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1.4", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "em", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "georgia", + "color": "#66D9EF", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sans-serif", + "color": "#66D9EF", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "letter-spacing", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "margin-bottom", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#AE81FF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "7D775C", + "color": "#AE81FF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "link", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font-weight", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "bold", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "text-decoration", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "none", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#AE81FF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "B7A5DF", + "color": "#AE81FF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "visited", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font-weight", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "bold", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "text-decoration", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "none", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#AE81FF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "D4CDDC", + "color": "#AE81FF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cursor", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "pointer", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "hover", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "focus", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "active", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "text-decoration", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "underline", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#AE81FF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "9685BA", + "color": "#AE81FF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "abbr", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "border-bottom", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "none", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " specific divs ", + "color": "#75715E", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "page-wrapper", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "background", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "url", + "color": "#66D9EF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "zen-bg.jpg", + "color": "#FD971F", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "no-repeat", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "top", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "left", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "padding", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "175", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "110", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "margin", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "position", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "relative", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "intro", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "min-width", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "470", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "width", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "100", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "%", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "header", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "h1", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "background", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "transparent", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "url", + "color": "#66D9EF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "h1.gif", + "color": "#FD971F", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "no-repeat", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "top", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "left", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "margin-top", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "10", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "display", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "block", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "width", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "219", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "height", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "87", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "float", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "left", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "text-indent", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "100", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "%", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "white-space", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "nowrap", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "overflow", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "hidden", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "header", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "padding-top", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "20", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "height", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "87", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "summary", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "clear", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "both", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "margin", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "20", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "20", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "20", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "10", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "width", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "160", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "float", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "left", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "summary", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "p", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "italic", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1.1", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "em", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "/", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2.2", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "georgia", + "color": "#66D9EF", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "text-align", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "center", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "preamble", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "clear", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "right", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "padding", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "10", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "10", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "supporting", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "padding-left", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "10", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "margin-bottom", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "40", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "footer", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "text-align", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "center", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "footer", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "link", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "footer", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "visited", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "margin-right", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "20", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "sidebar", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "margin-left", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "600", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "position", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "absolute", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "top", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "right", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "sidebar", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "wrapper", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "10", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "verdana", + "color": "#66D9EF", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sans-serif", + "color": "#66D9EF", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "background", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "transparent", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "url", + "color": "#66D9EF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "paper-bg.jpg", + "color": "#FD971F", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "top", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "left", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "repeat-y", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "padding", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "10", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "margin-top", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "150", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "width", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "130", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "sidebar", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "li", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "link", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#AE81FF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "988F5E", + "color": "#AE81FF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "sidebar", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "li", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "visited", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.css.definition.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "#B3AE94", + "color": "#E6DB74", + "_t": "css.meta.property-list.property-value.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "css.definition.end.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "extra1", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "background", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "transparent", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "url", + "color": "#66D9EF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cr2.gif", + "color": "#FD971F", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "top", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "left", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "no-repeat", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "position", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "absolute", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "top", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "40", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "right", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "width", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "148", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "height", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "110", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#AE81FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " css Zen Garden default style v1.02 ", + "color": "#9A9B99", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ ", + "color": "#9A9B99", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " This file based on 'Tranquille' by Dave Shea ", + "color": "#9A9B99", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " You may use this file as a foundation for any new work, but you may find it easier to start from scratch. ", + "color": "#9A9B99", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. ", + "color": "#9A9B99", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. ", + "color": "#9A9B99", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " basic elements ", + "color": "#9A9B99", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "import", + "color": "#9872A2", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "mystyle.css", + "color": "#9AA83A", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "import", + "color": "#9872A2", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "url", + "color": "#9872A2", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "mystyle.css", + "color": "#9AA83A", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "import", + "color": "#9872A2", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "url", + "color": "#9872A2", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "bluish.css", + "color": "#9AA83A", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "projection", + "color": "#C7444A", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "arbitrary-repitition.at-rule.css.definition.import.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "tv", + "color": "#C7444A", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "html", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "padding", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font-style", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "body", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "75", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "%", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "georgia", + "color": "#C7444A", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "sans-serif", + "color": "#C7444A", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "line-height", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1.88889", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#8080FF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "555753", + "color": "#8080FF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "background", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#8080FF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "fff", + "color": "#8080FF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "url", + "color": "#9872A2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "blossoms.jpg", + "color": "#6089B4", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "no-repeat", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "bottom", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "right", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "margin", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "padding", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "background-image", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " -webkit-linear-gradient(", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "top", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "start", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "end", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "background-image", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " -webkit-gradient(linear, ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "left", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "top", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "left", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "bottom", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ", from(", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "start", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": "), to(", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "end", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": "))", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "background-image", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " -moz-linear-gradient(", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "top", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "start", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "end", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "background-image", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " linear-gradient(to ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "bottom", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "start", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "end", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "p", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "margin-top", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "text-align", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "justify", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "h3", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "italic", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "normal", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1.4", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "em", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "georgia", + "color": "#C7444A", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "sans-serif", + "color": "#C7444A", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "letter-spacing", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "margin-bottom", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#8080FF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "7D775C", + "color": "#8080FF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "link", + "color": "#D0B344", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font-weight", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "bold", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "text-decoration", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "none", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#8080FF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "B7A5DF", + "color": "#8080FF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "visited", + "color": "#D0B344", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font-weight", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "bold", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "text-decoration", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "none", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#8080FF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "D4CDDC", + "color": "#8080FF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cursor", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "pointer", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "hover", + "color": "#D0B344", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "focus", + "color": "#D0B344", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "active", + "color": "#D0B344", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "text-decoration", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "underline", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#8080FF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "9685BA", + "color": "#8080FF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "abbr", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "border-bottom", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "none", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " specific divs ", + "color": "#9A9B99", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "page-wrapper", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "background", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "url", + "color": "#9872A2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "zen-bg.jpg", + "color": "#6089B4", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "no-repeat", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "top", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "left", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "padding", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "175", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "110", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "margin", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "position", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "relative", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "intro", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "min-width", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "470", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "width", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "100", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "%", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "header", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "h1", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "background", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "transparent", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "url", + "color": "#9872A2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "h1.gif", + "color": "#6089B4", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "no-repeat", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "top", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "left", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "margin-top", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "10", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "display", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "block", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "width", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "219", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "height", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "87", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "float", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "left", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "text-indent", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "100", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "%", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "white-space", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "nowrap", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "overflow", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "hidden", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "header", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "padding-top", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "20", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "height", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "87", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "summary", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "clear", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "both", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "margin", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "20", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "20", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "20", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "10", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "width", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "160", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "float", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "left", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "summary", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "p", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "italic", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1.1", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "em", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "/", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2.2", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "georgia", + "color": "#C7444A", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "text-align", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "center", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "preamble", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "clear", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "right", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "padding", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "10", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "10", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "supporting", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "padding-left", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "10", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "margin-bottom", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "40", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9872A2", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(152, 114, 162)" + }, + { + "content": "footer", + "color": "#9872A2", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "text-align", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "center", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "footer", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "link", + "color": "#D0B344", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "footer", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "visited", + "color": "#D0B344", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "margin-right", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "20", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "sidebar", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "margin-left", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "600", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "position", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "absolute", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "top", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "right", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "sidebar", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "wrapper", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "10", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "verdana", + "color": "#C7444A", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "sans-serif", + "color": "#C7444A", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "background", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "transparent", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "url", + "color": "#9872A2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "paper-bg.jpg", + "color": "#6089B4", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "top", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "left", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "repeat-y", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "padding", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "10", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "margin-top", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "150", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "width", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "130", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "sidebar", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "li", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "link", + "color": "#D0B344", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#8080FF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "988F5E", + "color": "#8080FF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "sidebar", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "li", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "visited", + "color": "#D0B344", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.css.definition.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "#B3AE94", + "color": "#9AA83A", + "_t": "css.meta.property-list.property-value.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "css.definition.end.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "extra1", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "background", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "transparent", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "url", + "color": "#9872A2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cr2.gif", + "color": "#6089B4", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "top", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "left", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "no-repeat", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "position", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "absolute", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "top", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "40", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "right", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "width", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "148", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "height", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "110", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#8080FF", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " css Zen Garden default style v1.02 ", + "color": "#AAAAAA", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ ", + "color": "#AAAAAA", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " This file based on 'Tranquille' by Dave Shea ", + "color": "#AAAAAA", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " You may use this file as a foundation for any new work, but you may find it easier to start from scratch. ", + "color": "#AAAAAA", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. ", + "color": "#AAAAAA", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. ", + "color": "#AAAAAA", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " basic elements ", + "color": "#AAAAAA", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "import", + "color": "#4B83CD", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "mystyle.css", + "color": "#448C27", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "import", + "color": "#4B83CD", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "url", + "color": "#AA3731", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "mystyle.css", + "color": "#448C27", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "import", + "color": "#4B83CD", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "url", + "color": "#AA3731", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "bluish.css", + "color": "#448C27", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "projection", + "color": "#AB6526", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#777777", + "_t": "arbitrary-repitition.at-rule.css.definition.import.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "tv", + "color": "#AB6526", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "html", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "padding", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font-style", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "body", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "75", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "%", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "georgia", + "color": "#448C27", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ", ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "sans-serif", + "color": "#448C27", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "line-height", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "1.88889", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "#", + "color": "#448C27", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": "555753", + "color": "#448C27", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "background", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "#", + "color": "#448C27", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": "fff", + "color": "#448C27", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "url", + "color": "#448C27", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "blossoms.jpg", + "color": "#448C27", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "no-repeat", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "bottom", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "right", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "margin", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "padding", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "background-image", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " -webkit-linear-gradient(", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "top", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ", ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "start", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": "-", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "color", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ", ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "end", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": "-", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "color", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "background-image", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " -webkit-gradient(linear, ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "left", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "top", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ", ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "left", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "bottom", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ", from(", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "start", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": "-", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "color", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": "), to(", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "end", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": "-", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "color", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": "))", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "background-image", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " -moz-linear-gradient(", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "top", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ", ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "start", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": "-", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "color", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ", ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "end", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": "-", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "color", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "background-image", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " linear-gradient(to ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "bottom", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ", ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "start", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": "-", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "color", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ", ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "end", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": "-", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "color", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "p", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "margin-top", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "text-align", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "justify", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "h3", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "italic", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "normal", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "1.4", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "em", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "georgia", + "color": "#448C27", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ", ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "sans-serif", + "color": "#448C27", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "letter-spacing", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "margin-bottom", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "#", + "color": "#448C27", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": "7D775C", + "color": "#448C27", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "a", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#7A3E9D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "link", + "color": "#7A3E9D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font-weight", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "bold", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "text-decoration", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "none", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "#", + "color": "#448C27", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": "B7A5DF", + "color": "#448C27", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "a", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#7A3E9D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "visited", + "color": "#7A3E9D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font-weight", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "bold", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "text-decoration", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "none", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "#", + "color": "#448C27", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": "D4CDDC", + "color": "#448C27", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cursor", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "pointer", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "a", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#7A3E9D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "hover", + "color": "#7A3E9D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "a", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#7A3E9D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "focus", + "color": "#7A3E9D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "a", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#7A3E9D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "active", + "color": "#7A3E9D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "text-decoration", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "underline", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "#", + "color": "#448C27", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": "9685BA", + "color": "#448C27", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "abbr", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "border-bottom", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "none", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " specific divs ", + "color": "#AAAAAA", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": ".", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "page-wrapper", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "background", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "url", + "color": "#448C27", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "zen-bg.jpg", + "color": "#448C27", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "no-repeat", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "top", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "left", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "padding", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "175", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "110", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "margin", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "position", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "relative", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "intro", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "min-width", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "470", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "width", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "100", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "%", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "header", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "h1", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "background", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "transparent", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "url", + "color": "#448C27", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "h1.gif", + "color": "#448C27", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "no-repeat", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "top", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "left", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "margin-top", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "10", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "display", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "block", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "width", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "219", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "height", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "87", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "float", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "left", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "text-indent", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "100", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "%", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "white-space", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "nowrap", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "overflow", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "hidden", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "header", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "padding-top", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "20", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "height", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "87", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "summary", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "clear", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "both", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "margin", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "20", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "20", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "20", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "10", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "width", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "160", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "float", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "left", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "summary", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "p", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "italic", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "1.1", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "em", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": "/", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "2.2", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "georgia", + "color": "#448C27", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "text-align", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "center", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "preamble", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "clear", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "right", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "padding", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "10", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "10", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "supporting", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "padding-left", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "10", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "margin-bottom", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "40", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#7A3E9D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "footer", + "color": "#7A3E9D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "text-align", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "center", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "footer", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "a", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#7A3E9D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "link", + "color": "#7A3E9D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "footer", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "a", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#7A3E9D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "visited", + "color": "#7A3E9D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "margin-right", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "20", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "sidebar", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "margin-left", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "600", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "position", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "absolute", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "top", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "right", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "sidebar", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "wrapper", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "10", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "verdana", + "color": "#448C27", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ", ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "sans-serif", + "color": "#448C27", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "background", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "transparent", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "url", + "color": "#448C27", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "paper-bg.jpg", + "color": "#448C27", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "top", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "left", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "repeat-y", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "padding", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "10", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "margin-top", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "150", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "width", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "130", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "sidebar", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "li", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "a", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#7A3E9D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "link", + "color": "#7A3E9D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "#", + "color": "#448C27", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": "988F5E", + "color": "#448C27", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "sidebar", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "li", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "a", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#7A3E9D", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "visited", + "color": "#7A3E9D", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#448C27", + "_t": "begin.css.definition.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "#B3AE94", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#448C27", + "_t": "css.definition.end.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "extra1", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "background", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "transparent", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "url", + "color": "#448C27", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "cr2.gif", + "color": "#448C27", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "top", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "left", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "no-repeat", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "position", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "absolute", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "top", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "40", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "right", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "width", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "148", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "height", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "110", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " css Zen Garden default style v1.02 ", + "color": "#E7C0C0", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ ", + "color": "#E7C0C0", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " This file based on 'Tranquille' by Dave Shea ", + "color": "#E7C0C0", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " You may use this file as a foundation for any new work, but you may find it easier to start from scratch. ", + "color": "#E7C0C0", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. ", + "color": "#E7C0C0", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. ", + "color": "#E7C0C0", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " basic elements ", + "color": "#E7C0C0", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "import", + "color": "#F12727", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "mystyle.css", + "color": "#CD8D8D", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "import", + "color": "#F12727", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "url", + "color": "#FFB454", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "mystyle.css", + "color": "#CD8D8D", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "import", + "color": "#F12727", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "url", + "color": "#FFB454", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "bluish.css", + "color": "#CD8D8D", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "projection", + "color": "#EB939A", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "arbitrary-repitition.at-rule.css.definition.import.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "tv", + "color": "#EB939A", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#41A83E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": "html", + "color": "#41A83E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "padding", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font-style", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "body", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "75", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "%", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "georgia", + "color": "#FFE862", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "sans-serif", + "color": "#FFE862", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "line-height", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1.88889", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FFE862", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "555753", + "color": "#FFE862", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "background", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FFE862", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "fff", + "color": "#FFE862", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "url", + "color": "#FFB454", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "blossoms.jpg", + "color": "#FB9A4B", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "no-repeat", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "bottom", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "right", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "margin", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "padding", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "background-image", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " -webkit-linear-gradient(", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "top", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "start", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "end", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "background-image", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " -webkit-gradient(linear, ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "left", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "top", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "left", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "bottom", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ", from(", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "start", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": "), to(", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "end", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": "))", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "background-image", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " -moz-linear-gradient(", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "top", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "start", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "end", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "background-image", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " linear-gradient(to ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "bottom", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "start", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "end", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "p", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "margin-top", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "text-align", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "justify", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "h3", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "italic", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "normal", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1.4", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "em", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "georgia", + "color": "#FFE862", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "sans-serif", + "color": "#FFE862", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "letter-spacing", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "margin-bottom", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FFE862", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "7D775C", + "color": "#FFE862", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": ":", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "link", + "color": "#FEC758", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font-weight", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "bold", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "text-decoration", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "none", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FFE862", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "B7A5DF", + "color": "#FFE862", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": ":", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "visited", + "color": "#FEC758", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font-weight", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "bold", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "text-decoration", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "none", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FFE862", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "D4CDDC", + "color": "#FFE862", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cursor", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "pointer", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": ":", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "hover", + "color": "#FEC758", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": ":", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "focus", + "color": "#FEC758", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": ":", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "active", + "color": "#FEC758", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "text-decoration", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "underline", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FFE862", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "9685BA", + "color": "#FFE862", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "abbr", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "border-bottom", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "none", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " specific divs ", + "color": "#E7C0C0", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": ".", + "color": "#41A83E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": "page-wrapper", + "color": "#41A83E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "background", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "url", + "color": "#FFB454", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "zen-bg.jpg", + "color": "#FB9A4B", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "no-repeat", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "top", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "left", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "padding", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "175", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "110", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "margin", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "position", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "relative", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#41A83E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": "intro", + "color": "#41A83E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "min-width", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "470", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "width", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "100", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "%", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "header", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "h1", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "background", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "transparent", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "url", + "color": "#FFB454", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "h1.gif", + "color": "#FB9A4B", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "no-repeat", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "top", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "left", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "margin-top", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "10", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "display", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "block", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "width", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "219", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "height", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "87", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "float", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "left", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "text-indent", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "100", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "%", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "white-space", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "nowrap", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "overflow", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "hidden", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "header", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "padding-top", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "20", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "height", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "87", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#41A83E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": "summary", + "color": "#41A83E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "clear", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "both", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "margin", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "20", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "20", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "20", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "10", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "width", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "160", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "float", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "left", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#41A83E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": "summary", + "color": "#41A83E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "p", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "italic", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1.1", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "em", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "/", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2.2", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "georgia", + "color": "#FFE862", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "text-align", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "center", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#41A83E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": "preamble", + "color": "#41A83E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "clear", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "right", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "padding", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "10", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "10", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#41A83E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": "supporting", + "color": "#41A83E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "padding-left", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "10", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "margin-bottom", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "40", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(254, 199, 88)" + }, + { + "content": "footer", + "color": "#FEC758", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "text-align", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "center", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "footer", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": ":", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "link", + "color": "#FEC758", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "footer", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": ":", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "visited", + "color": "#FEC758", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "margin-right", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "20", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#41A83E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": "sidebar", + "color": "#41A83E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "margin-left", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "600", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "position", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "absolute", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "top", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "right", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#41A83E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": "sidebar", + "color": "#41A83E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#41A83E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": "wrapper", + "color": "#41A83E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "10", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "verdana", + "color": "#FFE862", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "sans-serif", + "color": "#FFE862", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "background", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "transparent", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "url", + "color": "#FFB454", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "paper-bg.jpg", + "color": "#FB9A4B", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "top", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "left", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "repeat-y", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "padding", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "10", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "margin-top", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "150", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "width", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "130", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#41A83E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": "sidebar", + "color": "#41A83E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "li", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": ":", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "link", + "color": "#FEC758", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FFE862", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "988F5E", + "color": "#FFE862", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#41A83E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": "sidebar", + "color": "#41A83E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "li", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#AA5507", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": ":", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "visited", + "color": "#FEC758", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.css.definition.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "#B3AE94", + "color": "#CD8D8D", + "_t": "css.meta.property-list.property-value.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "css.definition.end.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#41A83E", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": "extra1", + "color": "#41A83E", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.class rgb(65, 168, 62)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "background", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "transparent", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "url", + "color": "#FFB454", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cr2.gif", + "color": "#FB9A4B", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "top", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "left", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "no-repeat", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "position", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "absolute", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "top", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "40", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "right", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "width", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "148", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "height", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "110", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#FFE862", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " css Zen Garden default style v1.02 ", + "color": "#657B83", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ ", + "color": "#657B83", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " This file based on 'Tranquille' by Dave Shea ", + "color": "#657B83", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " You may use this file as a foundation for any new work, but you may find it easier to start from scratch. ", + "color": "#657B83", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. ", + "color": "#657B83", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. ", + "color": "#657B83", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " basic elements ", + "color": "#657B83", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "import", + "color": "#859900", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "mystyle.css", + "color": "#2AA198", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "import", + "color": "#859900", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "mystyle.css", + "color": "#2AA198", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "import", + "color": "#859900", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "bluish.css", + "color": "#2AA198", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "projection", + "color": "#93A1A1", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "arbitrary-repitition.at-rule.css.definition.import.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "tv", + "color": "#93A1A1", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "html", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "padding", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font-style", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "75", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "georgia", + "color": "#93A1A1", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "sans-serif", + "color": "#93A1A1", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "line-height", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1.88889", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#CB4B16", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "555753", + "color": "#CB4B16", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "background", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#CB4B16", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "fff", + "color": "#CB4B16", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "blossoms.jpg", + "color": "#93A1A1", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "no-repeat", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "bottom", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "right", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "margin", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "padding", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "background-image", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " -webkit-linear-gradient(", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "top", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "start", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "end", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "background-image", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " -webkit-gradient(linear, ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "left", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "top", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "left", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "bottom", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ", from(", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "start", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "), to(", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "end", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "))", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "background-image", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " -moz-linear-gradient(", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "top", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "start", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "end", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "background-image", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " linear-gradient(to ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "bottom", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "start", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "end", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "margin-top", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "text-align", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "justify", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "h3", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "italic", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "normal", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1.4", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "georgia", + "color": "#93A1A1", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "sans-serif", + "color": "#93A1A1", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "letter-spacing", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "margin-bottom", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#CB4B16", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "7D775C", + "color": "#CB4B16", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "link", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font-weight", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "bold", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "text-decoration", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "none", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#CB4B16", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "B7A5DF", + "color": "#CB4B16", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "visited", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font-weight", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "bold", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "text-decoration", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "none", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#CB4B16", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "D4CDDC", + "color": "#CB4B16", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cursor", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "pointer", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "hover", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "focus", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "active", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "text-decoration", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "underline", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#CB4B16", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "9685BA", + "color": "#CB4B16", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "abbr", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "border-bottom", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "none", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " specific divs ", + "color": "#657B83", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "page-wrapper", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "background", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "zen-bg.jpg", + "color": "#93A1A1", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "no-repeat", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "top", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "left", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "padding", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "175", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "110", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "margin", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "position", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "relative", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "intro", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "min-width", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "470", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "width", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "100", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "header", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "h1", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "background", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "transparent", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "h1.gif", + "color": "#93A1A1", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "no-repeat", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "top", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "left", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "margin-top", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "display", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "block", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "width", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "219", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "height", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "87", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "float", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "left", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "text-indent", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "100", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "white-space", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "nowrap", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "overflow", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "hidden", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "header", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "padding-top", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "20", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "height", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "87", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "summary", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "clear", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "both", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "margin", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "20", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "20", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "20", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "width", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "160", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "float", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "left", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "summary", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "italic", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1.1", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "/", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2.2", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "georgia", + "color": "#93A1A1", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "text-align", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "center", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "preamble", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "clear", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "right", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "padding", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "supporting", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "padding-left", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "margin-bottom", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "40", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "footer", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "text-align", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "center", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "footer", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "link", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "footer", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "visited", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "margin-right", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "20", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "sidebar", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "margin-left", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "600", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "position", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "absolute", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "top", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "right", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "sidebar", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "wrapper", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "verdana", + "color": "#93A1A1", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "sans-serif", + "color": "#93A1A1", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "background", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "transparent", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "paper-bg.jpg", + "color": "#93A1A1", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "top", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "left", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "repeat-y", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "padding", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "margin-top", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "150", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "width", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "130", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "sidebar", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "li", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "link", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#CB4B16", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "988F5E", + "color": "#CB4B16", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "sidebar", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "li", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "visited", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.css.definition.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#B3AE94", + "color": "#2AA198", + "_t": "css.meta.property-list.property-value.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "css.definition.end.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "extra1", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "background", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "transparent", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cr2.gif", + "color": "#93A1A1", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "top", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "left", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "no-repeat", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "position", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "absolute", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "top", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "40", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "right", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "width", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "148", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "height", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "110", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " css Zen Garden default style v1.02 ", + "color": "#93A1A1", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ ", + "color": "#93A1A1", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " This file based on 'Tranquille' by Dave Shea ", + "color": "#93A1A1", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " You may use this file as a foundation for any new work, but you may find it easier to start from scratch. ", + "color": "#93A1A1", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. ", + "color": "#93A1A1", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. ", + "color": "#93A1A1", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " basic elements ", + "color": "#93A1A1", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "import", + "color": "#859900", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "mystyle.css", + "color": "#2AA198", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "import", + "color": "#859900", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "mystyle.css", + "color": "#2AA198", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "import", + "color": "#859900", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "bluish.css", + "color": "#2AA198", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "projection", + "color": "#586E75", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "arbitrary-repitition.at-rule.css.definition.import.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "tv", + "color": "#586E75", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "html", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "padding", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font-style", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "75", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "georgia", + "color": "#586E75", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "sans-serif", + "color": "#586E75", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "line-height", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1.88889", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#CB4B16", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "555753", + "color": "#CB4B16", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "background", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#CB4B16", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "fff", + "color": "#CB4B16", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "blossoms.jpg", + "color": "#586E75", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "no-repeat", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "bottom", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "right", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "margin", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "padding", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "background-image", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " -webkit-linear-gradient(", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "top", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "start", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "end", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "background-image", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " -webkit-gradient(linear, ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "left", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "top", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "left", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "bottom", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ", from(", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "start", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "), to(", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "end", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "))", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "background-image", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " -moz-linear-gradient(", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "top", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "start", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "end", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "background-image", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " linear-gradient(to ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "bottom", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "start", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "end", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "margin-top", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "text-align", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "justify", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "h3", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "italic", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "normal", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1.4", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "georgia", + "color": "#586E75", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "sans-serif", + "color": "#586E75", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "letter-spacing", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "margin-bottom", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#CB4B16", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "7D775C", + "color": "#CB4B16", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "link", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font-weight", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "bold", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "text-decoration", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "none", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#CB4B16", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "B7A5DF", + "color": "#CB4B16", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "visited", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font-weight", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "bold", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "text-decoration", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "none", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#CB4B16", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "D4CDDC", + "color": "#CB4B16", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cursor", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "pointer", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "hover", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "focus", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "active", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "text-decoration", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "underline", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#CB4B16", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "9685BA", + "color": "#CB4B16", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "abbr", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "border-bottom", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "none", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " specific divs ", + "color": "#93A1A1", + "_t": "block.comment.css", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "page-wrapper", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "background", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "zen-bg.jpg", + "color": "#586E75", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "no-repeat", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "top", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "left", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "padding", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "175", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "110", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "margin", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "position", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "relative", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "intro", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "min-width", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "470", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "width", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "100", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "header", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "h1", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "background", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "transparent", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "h1.gif", + "color": "#586E75", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "no-repeat", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "top", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "left", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "margin-top", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "display", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "block", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "width", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "219", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "height", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "87", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "float", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "left", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "text-indent", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "100", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "white-space", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "nowrap", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "overflow", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "hidden", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "header", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "padding-top", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "20", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "height", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "87", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "summary", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "clear", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "both", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "margin", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "20", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "20", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "20", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "width", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "160", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "float", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "left", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "summary", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "italic", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1.1", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "/", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2.2", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "georgia", + "color": "#586E75", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "text-align", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "center", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "preamble", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "clear", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "right", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "padding", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "supporting", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "padding-left", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "margin-bottom", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "40", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "footer", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "text-align", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "center", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "footer", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "link", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "footer", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "visited", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "margin-right", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "20", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "sidebar", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "margin-left", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "600", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "position", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "absolute", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "top", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "right", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "sidebar", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "wrapper", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "verdana", + "color": "#586E75", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "sans-serif", + "color": "#586E75", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "background", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "transparent", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "paper-bg.jpg", + "color": "#586E75", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "top", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "left", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "repeat-y", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "padding", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "margin-top", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "150", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "width", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "130", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "sidebar", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "li", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "link", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#CB4B16", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "988F5E", + "color": "#CB4B16", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "sidebar", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "li", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "visited", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.css.definition.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#B3AE94", + "color": "#2AA198", + "_t": "css.meta.property-list.property-value.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "css.definition.end.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "extra1", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "background", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "transparent", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cr2.gif", + "color": "#586E75", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "top", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "left", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "no-repeat", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "position", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "absolute", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "top", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "40", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "right", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "width", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "148", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "height", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "110", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#CB4B16", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " css Zen Garden default style v1.02 ", + "color": "#7285B7", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ ", + "color": "#7285B7", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " This file based on 'Tranquille' by Dave Shea ", + "color": "#7285B7", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " You may use this file as a foundation for any new work, but you may find it easier to start from scratch. ", + "color": "#7285B7", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. ", + "color": "#7285B7", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. ", + "color": "#7285B7", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " basic elements ", + "color": "#7285B7", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "import", + "color": "#EBBBFF", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "mystyle.css", + "color": "#D1F1A9", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "import", + "color": "#EBBBFF", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#BBDAFF", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "mystyle.css", + "color": "#D1F1A9", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.css.definition.import.keyword.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "import", + "color": "#EBBBFF", + "_t": "at-rule.control.css.import.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#BBDAFF", + "_t": "at-rule.css.function.import.meta.support.url", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "bluish.css", + "color": "#D1F1A9", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.css.function.import.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "projection", + "color": "#FFC58F", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "arbitrary-repitition.at-rule.css.definition.import.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "tv", + "color": "#FFC58F", + "_t": "at-rule.constant.css.import.media.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "html", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "padding", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font-style", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "body", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "75", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "%", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "georgia", + "color": "#FFC58F", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "sans-serif", + "color": "#FFC58F", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "line-height", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1.88889", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#99FFFF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.color rgb(153, 255, 255)" + }, + { + "content": "555753", + "color": "#99FFFF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.color rgb(153, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "background", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#99FFFF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.color rgb(153, 255, 255)" + }, + { + "content": "fff", + "color": "#99FFFF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.color rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#BBDAFF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "blossoms.jpg", + "color": "#FFC58F", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "no-repeat", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "bottom", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "right", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "margin", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "padding", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "background-image", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " -webkit-linear-gradient(", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "start", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "end", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "background-image", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " -webkit-gradient(linear, ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "left", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "left", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "bottom", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ", from(", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "start", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": "), to(", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "end", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "background-image", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " -moz-linear-gradient(", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "start", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "end", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "background-image", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " linear-gradient(to ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "bottom", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "start", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "end", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "p", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "margin-top", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "text-align", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "justify", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "h3", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "italic", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "normal", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1.4", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "em", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "georgia", + "color": "#FFC58F", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "sans-serif", + "color": "#FFC58F", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "letter-spacing", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "margin-bottom", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#99FFFF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.color rgb(153, 255, 255)" + }, + { + "content": "7D775C", + "color": "#99FFFF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.color rgb(153, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": ":", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "link", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font-weight", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "bold", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "text-decoration", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "none", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#99FFFF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.color rgb(153, 255, 255)" + }, + { + "content": "B7A5DF", + "color": "#99FFFF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.color rgb(153, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": ":", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "visited", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font-weight", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "bold", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "text-decoration", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "none", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#99FFFF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.color rgb(153, 255, 255)" + }, + { + "content": "D4CDDC", + "color": "#99FFFF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.color rgb(153, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cursor", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "pointer", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": ":", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "hover", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": ":", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "focus", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": ":", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "active", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "text-decoration", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "underline", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#99FFFF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.color rgb(153, 255, 255)" + }, + { + "content": "9685BA", + "color": "#99FFFF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.color rgb(153, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "abbr", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "border-bottom", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "none", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " specific divs ", + "color": "#7285B7", + "_t": "block.comment.css", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.css.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "page-wrapper", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "background", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#BBDAFF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "zen-bg.jpg", + "color": "#FFC58F", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "no-repeat", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "left", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "padding", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "175", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "110", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "margin", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "position", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "relative", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "intro", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "min-width", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "470", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "100", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "%", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "header", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "h1", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "background", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "transparent", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#BBDAFF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "h1.gif", + "color": "#FFC58F", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "no-repeat", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "left", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "margin-top", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "display", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "block", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "219", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "height", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "87", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "float", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "left", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "text-indent", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "100", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "%", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "white-space", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "nowrap", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "overflow", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "hidden", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "header", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "padding-top", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "20", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "height", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "87", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "summary", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "clear", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "both", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "margin", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "20", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "20", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "20", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "160", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "float", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "left", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "summary", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "p", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "italic", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1.1", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "em", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": "/", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2.2", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "georgia", + "color": "#FFC58F", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "text-align", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "center", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "preamble", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "clear", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "right", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "padding", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "supporting", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "padding-left", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "margin-bottom", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "40", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "footer", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "text-align", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "center", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "footer", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": ":", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "link", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "footer", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": ":", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "visited", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "margin-right", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "20", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "sidebar", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "margin-left", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "600", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "position", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "absolute", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "right", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "sidebar", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "wrapper", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "verdana", + "color": "#FFC58F", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "sans-serif", + "color": "#FFC58F", + "_t": "constant.css.font-name.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "background", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "transparent", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#BBDAFF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "paper-bg.jpg", + "color": "#FFC58F", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "left", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "repeat-y", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "padding", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "margin-top", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "150", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "130", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "sidebar", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "li", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": ":", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "link", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#99FFFF", + "_t": "color.constant.css.definition.meta.other.property-list.property-value.punctuation.rgb-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.color rgb(153, 255, 255)" + }, + { + "content": "988F5E", + "color": "#99FFFF", + "_t": "color.constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.color rgb(153, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "sidebar", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "li", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.selector.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": ":", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.meta.other.pseudo-class.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "visited", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.meta.other.pseudo-class.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.css.definition.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "#B3AE94", + "color": "#D1F1A9", + "_t": "css.meta.property-list.property-value.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "css.definition.end.meta.property-list.property-value.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "extra1", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.meta.other.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "background", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "transparent", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#BBDAFF", + "_t": "css.function.meta.misc.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cr2.gif", + "color": "#FFC58F", + "_t": "css.meta.misc.parameter.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "css.function.meta.property-list.property-value.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "left", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "no-repeat", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "position", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "absolute", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "40", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "right", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "148", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "height", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "110", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "constant.css.keyword.meta.numeric.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.css.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.css.result.patch new file mode 100644 index 000000000..bf26ca32c --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.css.result.patch @@ -0,0 +1,3414 @@ +{ + "abyss": [ + { + "index": 78, + "content": "%", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 222, + "content": "em", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 233, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 371, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 376, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 400, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 407, + "content": "%", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 437, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 450, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 457, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 470, + "content": "%", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 493, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 500, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 518, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 521, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 524, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 527, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 534, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 556, + "content": "em", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 584, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 587, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 592, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 604, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 611, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 642, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 654, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 687, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 715, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 722, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 729, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 801, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 814, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + }, + { + "index": 821, + "content": "px", + "color": "#F280D0", + "newColor": "#225588" + } + ], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [ + { + "index": 48, + "content": "projection", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 51, + "content": "tv", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 80, + "content": "georgia", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 82, + "content": "sans-serif", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 109, + "content": "no-repeat", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 111, + "content": "bottom", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 113, + "content": "right", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 131, + "content": "top", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 133, + "content": "start", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 135, + "content": "color", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 137, + "content": "end", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 139, + "content": "color", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 146, + "content": "left", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 148, + "content": "top", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 150, + "content": "left", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 152, + "content": "bottom", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 154, + "content": "start", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 156, + "content": "color", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 158, + "content": "end", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 160, + "content": "color", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 167, + "content": "top", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 169, + "content": "start", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 171, + "content": "color", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 173, + "content": "end", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 175, + "content": "color", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 182, + "content": "bottom", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 184, + "content": "start", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 186, + "content": "color", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 188, + "content": "end", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 190, + "content": "color", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 207, + "content": "justify", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 217, + "content": "italic", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 219, + "content": "normal", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 224, + "content": "georgia", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 226, + "content": "sans-serif", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 258, + "content": "bold", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 264, + "content": "none", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 283, + "content": "bold", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 289, + "content": "none", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 302, + "content": "pointer", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 322, + "content": "underline", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 339, + "content": "none", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 358, + "content": "no-repeat", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 360, + "content": "top", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 362, + "content": "left", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 388, + "content": "relative", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 419, + "content": "transparent", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 426, + "content": "no-repeat", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 428, + "content": "top", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 430, + "content": "left", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 443, + "content": "block", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 463, + "content": "left", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 476, + "content": "nowrap", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 482, + "content": "hidden", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 511, + "content": "both", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 540, + "content": "left", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 553, + "content": "italic", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 560, + "content": "georgia", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 566, + "content": "center", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 577, + "content": "right", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 622, + "content": "center", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 660, + "content": "absolute", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 689, + "content": "verdana", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 691, + "content": "sans-serif", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 697, + "content": "transparent", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 704, + "content": "top", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 706, + "content": "left", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 708, + "content": "repeat-y", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 777, + "content": "transparent", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 784, + "content": "top", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 786, + "content": "left", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 788, + "content": "no-repeat", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 794, + "content": "absolute", + "color": "#F79A32", + "newColor": "#D3AF86" + } + ], + "monokai": [ + { + "index": 78, + "content": "%", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 222, + "content": "em", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 233, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 371, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 376, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 400, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 407, + "content": "%", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 437, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 450, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 457, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 470, + "content": "%", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 493, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 500, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 518, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 521, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 524, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 527, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 534, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 556, + "content": "em", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 584, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 587, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 592, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 604, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 611, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 642, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 654, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 687, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 715, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 722, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 729, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 801, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 814, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + }, + { + "index": 821, + "content": "px", + "color": "#AE81FF", + "newColor": "#F92672" + } + ], + "monokai_dimmed": [ + { + "index": 78, + "content": "%", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 222, + "content": "em", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 233, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 371, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 376, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 400, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 407, + "content": "%", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 437, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 450, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 457, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 470, + "content": "%", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 493, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 500, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 518, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 521, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 524, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 527, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 534, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 556, + "content": "em", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 584, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 587, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 592, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 604, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 611, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 642, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 654, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 687, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 715, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 722, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 729, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 801, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 814, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + }, + { + "index": 821, + "content": "px", + "color": "#8080FF", + "newColor": "#676867" + } + ], + "quietlight": [ + { + "index": 53, + "content": ".", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 59, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 61, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 62, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 65, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 67, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 68, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 75, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 77, + "content": "75", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 78, + "content": "%", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 80, + "content": "georgia", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 82, + "content": "sans-serif", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 83, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 86, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 88, + "content": "1.88889", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 89, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 92, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 94, + "content": "#", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 96, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 99, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 101, + "content": "#", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 104, + "content": "url", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 105, + "content": "(", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 106, + "content": "blossoms.jpg", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 107, + "content": ")", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 114, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 117, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 119, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 120, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 123, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 125, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 126, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 129, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 141, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 144, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 162, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 165, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 177, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 180, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 192, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 199, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 201, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 202, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 205, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 208, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 215, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 221, + "content": "1.4", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 222, + "content": "em", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 224, + "content": "georgia", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 226, + "content": "sans-serif", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 227, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 230, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 232, + "content": "1", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 233, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 234, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 237, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 239, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 240, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 243, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 245, + "content": "#", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 247, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 250, + "content": ":", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 256, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 259, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 262, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 265, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 268, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 270, + "content": "#", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 272, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 275, + "content": ":", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 281, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 284, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 287, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 290, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 293, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 295, + "content": "#", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 297, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 300, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 303, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 306, + "content": ":", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 310, + "content": ":", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 314, + "content": ":", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 320, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 323, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 326, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 328, + "content": "#", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 330, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 337, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 340, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 345, + "content": ".", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 351, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 353, + "content": "url", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 354, + "content": "(", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 355, + "content": "zen-bg.jpg", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 356, + "content": ")", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 363, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 366, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 368, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 370, + "content": "175", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 371, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 373, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 375, + "content": "110", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 376, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 377, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 380, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 382, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 383, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 386, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 389, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 391, + "content": ".", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 397, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 399, + "content": "470", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 400, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 401, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 404, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 406, + "content": "100", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 407, + "content": "%", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 408, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 417, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 421, + "content": "url", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 422, + "content": "(", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 423, + "content": "h1.gif", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 424, + "content": ")", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 431, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 434, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 436, + "content": "10", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 437, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 438, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 441, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 444, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 447, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 449, + "content": "219", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 450, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 451, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 454, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 456, + "content": "87", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 457, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 458, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 461, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 464, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 467, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 469, + "content": "100", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 470, + "content": "%", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 471, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 474, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 477, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 480, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 483, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 490, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 492, + "content": "20", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 493, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 494, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 497, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 499, + "content": "87", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 500, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 501, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 503, + "content": ".", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 509, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 512, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 515, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 517, + "content": "20", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 518, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 520, + "content": "20", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 521, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 523, + "content": "20", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 524, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 526, + "content": "10", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 527, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 528, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 531, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 533, + "content": "160", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 534, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 535, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 538, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 541, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 543, + "content": ".", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 551, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 555, + "content": "1.1", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 556, + "content": "em", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 558, + "content": "2.2", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 560, + "content": "georgia", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 561, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 564, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 567, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 569, + "content": ".", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 575, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 578, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 581, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 583, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 584, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 586, + "content": "10", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 587, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 589, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 591, + "content": "10", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 592, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 593, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 595, + "content": ".", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 601, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 603, + "content": "10", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 604, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 605, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 608, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 610, + "content": "40", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 611, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 612, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 614, + "content": "#", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 620, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 627, + "content": ":", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 633, + "content": ":", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 639, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 641, + "content": "20", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 642, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 643, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 645, + "content": ".", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 651, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 653, + "content": "600", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 654, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 655, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 658, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 661, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 664, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 666, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 667, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 670, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 672, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 673, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 675, + "content": ".", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 678, + "content": ".", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 684, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 686, + "content": "10", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 687, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 689, + "content": "verdana", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 691, + "content": "sans-serif", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 692, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 695, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 699, + "content": "url", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 700, + "content": "(", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 701, + "content": "paper-bg.jpg", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 702, + "content": ")", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 709, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 712, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 714, + "content": "10", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 715, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 716, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 719, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 721, + "content": "150", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 722, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 723, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 726, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 728, + "content": "130", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 729, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 730, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 732, + "content": ".", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 738, + "content": ":", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 744, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 746, + "content": "#", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 748, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 750, + "content": ".", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 756, + "content": ":", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 762, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 764, + "content": "'", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 766, + "content": "'", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 767, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 769, + "content": ".", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 775, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 779, + "content": "url", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 780, + "content": "(", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 781, + "content": "cr2.gif", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 782, + "content": ")", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 789, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 792, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 795, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 798, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 800, + "content": "40", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 801, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 802, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 805, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 807, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 808, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 811, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 813, + "content": "148", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 814, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 815, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 818, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 820, + "content": "110", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 821, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 822, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + } + ], + "red": [ + { + "index": 78, + "content": "%", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 80, + "content": "georgia", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 82, + "content": "sans-serif", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 222, + "content": "em", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 224, + "content": "georgia", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 226, + "content": "sans-serif", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 233, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 371, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 376, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 400, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 407, + "content": "%", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 437, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 450, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 457, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 470, + "content": "%", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 493, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 500, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 518, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 521, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 524, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 527, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 534, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 556, + "content": "em", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 560, + "content": "georgia", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 584, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 587, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 592, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 604, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 611, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 642, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 654, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 687, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 689, + "content": "verdana", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 691, + "content": "sans-serif", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 715, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 722, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 729, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 801, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 814, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + }, + { + "index": 821, + "content": "px", + "color": "#FFE862", + "newColor": "#F12727" + } + ], + "solarized_dark": [ + { + "index": 78, + "content": "%", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 222, + "content": "em", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 233, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 371, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 376, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 400, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 407, + "content": "%", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 437, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 450, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 457, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 470, + "content": "%", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 493, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 500, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 518, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 521, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 524, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 527, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 534, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 556, + "content": "em", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 584, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 587, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 592, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 604, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 611, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 642, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 654, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 687, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 715, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 722, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 729, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 801, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 814, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 821, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + } + ], + "solarized_light": [ + { + "index": 78, + "content": "%", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 222, + "content": "em", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 233, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 371, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 376, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 400, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 407, + "content": "%", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 437, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 450, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 457, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 470, + "content": "%", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 493, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 500, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 518, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 521, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 524, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 527, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 534, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 556, + "content": "em", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 584, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 587, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 592, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 604, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 611, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 642, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 654, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 687, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 715, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 722, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 729, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 801, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 814, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + }, + { + "index": 821, + "content": "px", + "color": "#CB4B16", + "newColor": "#859900" + } + ], + "tomorrow_night_blue": [] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.diff b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.diff new file mode 100644 index 000000000..f8805a898 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.diff @@ -0,0 +1,19 @@ +--- lao Sat Jan 26 23:30:39 1991 ++++ tzu Sat Jan 26 23:30:50 1991 +@@ -1,7 +1,6 @@ +-The Way that can be told of is not the eternal Way; +-The name that can be named is not the eternal name. + The Nameless is the origin of Heaven and Earth; +-The Named is the mother of all things. ++The named is the mother of all things. ++ + Therefore let there always be non-being, + so we may see their subtlety, + And let there always be being, +@@ -9,3 +8,6 @@ + The two are the same, + But after they are produced, + they have different names. ++They both may be called deep and profound. ++Deeper and more profound, ++The door of all subtleties! \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.diff.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.diff.result new file mode 100644 index 000000000..64055a337 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.diff.result @@ -0,0 +1,3054 @@ +{ + "abyss": [ + { + "content": "---", + "color": "#6688CC", + "_t": "definition.diff.from-file.header.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " lao\tSat Jan 26 23:30:39 1991", + "color": "#6688CC", + "_t": "diff.from-file.header.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+++", + "color": "#6688CC", + "_t": "definition.diff.header.meta.punctuation.to-file", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " tzu\tSat Jan 26 23:30:50 1991", + "color": "#6688CC", + "_t": "diff.header.meta.to-file", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@@", + "color": "#6688CC", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-1,7 +1,6", + "color": "#6688CC", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@@", + "color": "#6688CC", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "The Way that can be told of is not the eternal Way;", + "color": "#6688CC", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "The name that can be named is not the eternal name.", + "color": "#6688CC", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " The Nameless is the origin of Heaven and Earth;", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "The Named is the mother of all things.", + "color": "#6688CC", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#6688CC", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "The named is the mother of all things.", + "color": "#6688CC", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#6688CC", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " Therefore let there always be non-being,", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " so we may see their subtlety,", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " And let there always be being,", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@@", + "color": "#6688CC", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-9,3 +8,6", + "color": "#6688CC", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@@", + "color": "#6688CC", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " The two are the same,", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " But after they are produced,", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " they have different names.", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#6688CC", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "They both may be called deep and profound.", + "color": "#6688CC", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#6688CC", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Deeper and more profound,", + "color": "#6688CC", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#6688CC", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "The door of all subtleties!", + "color": "#6688CC", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "---", + "color": "#569CD6", + "_t": "definition.diff.from-file.header.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.header.diff rgb(86, 156, 214)" + }, + { + "content": " lao\tSat Jan 26 23:30:39 1991", + "color": "#569CD6", + "_t": "diff.from-file.header.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.header.diff rgb(86, 156, 214)" + }, + { + "content": "+++", + "color": "#569CD6", + "_t": "definition.diff.header.meta.punctuation.to-file", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.header.diff rgb(86, 156, 214)" + }, + { + "content": " tzu\tSat Jan 26 23:30:50 1991", + "color": "#569CD6", + "_t": "diff.header.meta.to-file", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.header.diff rgb(86, 156, 214)" + }, + { + "content": "@@", + "color": "#D4D4D4", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-1,7 +1,6", + "color": "#D4D4D4", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@@", + "color": "#D4D4D4", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#CE9178", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": "The Way that can be told of is not the eternal Way;", + "color": "#CE9178", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": "-", + "color": "#CE9178", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": "The name that can be named is not the eternal name.", + "color": "#CE9178", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": " The Nameless is the origin of Heaven and Earth;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#CE9178", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": "The Named is the mother of all things.", + "color": "#CE9178", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": "+", + "color": "#B5CEA8", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "The named is the mother of all things.", + "color": "#B5CEA8", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "+", + "color": "#B5CEA8", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": " Therefore let there always be non-being,", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " so we may see their subtlety,", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " And let there always be being,", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@@", + "color": "#D4D4D4", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-9,3 +8,6", + "color": "#D4D4D4", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@@", + "color": "#D4D4D4", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " The two are the same,", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " But after they are produced,", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " they have different names.", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#B5CEA8", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "They both may be called deep and profound.", + "color": "#B5CEA8", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "+", + "color": "#B5CEA8", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "Deeper and more profound,", + "color": "#B5CEA8", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "+", + "color": "#B5CEA8", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "The door of all subtleties!", + "color": "#B5CEA8", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.inserted rgb(181, 206, 168)" + } + ], + "light_vs": [ + { + "content": "---", + "color": "#000080", + "_t": "definition.diff.from-file.header.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.header rgb(0, 0, 128)" + }, + { + "content": " lao\tSat Jan 26 23:30:39 1991", + "color": "#000080", + "_t": "diff.from-file.header.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.header rgb(0, 0, 128)" + }, + { + "content": "+++", + "color": "#000080", + "_t": "definition.diff.header.meta.punctuation.to-file", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.header rgb(0, 0, 128)" + }, + { + "content": " tzu\tSat Jan 26 23:30:50 1991", + "color": "#000080", + "_t": "diff.header.meta.to-file", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.header rgb(0, 0, 128)" + }, + { + "content": "@@", + "color": "#000000", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "diff.meta.range.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-1,7 +1,6", + "color": "#000000", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "diff.meta.range.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@@", + "color": "#000000", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#A31515", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.deleted rgb(163, 21, 21)" + }, + { + "content": "The Way that can be told of is not the eternal Way;", + "color": "#A31515", + "_t": "deleted.diff.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.deleted rgb(163, 21, 21)" + }, + { + "content": "-", + "color": "#A31515", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.deleted rgb(163, 21, 21)" + }, + { + "content": "The name that can be named is not the eternal name.", + "color": "#A31515", + "_t": "deleted.diff.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.deleted rgb(163, 21, 21)" + }, + { + "content": " The Nameless is the origin of Heaven and Earth;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#A31515", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.deleted rgb(163, 21, 21)" + }, + { + "content": "The Named is the mother of all things.", + "color": "#A31515", + "_t": "deleted.diff.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.deleted rgb(163, 21, 21)" + }, + { + "content": "+", + "color": "#09885A", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.inserted rgb(9, 136, 90)" + }, + { + "content": "The named is the mother of all things.", + "color": "#09885A", + "_t": "diff.inserted.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.inserted rgb(9, 136, 90)" + }, + { + "content": "+", + "color": "#09885A", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.inserted rgb(9, 136, 90)" + }, + { + "content": " Therefore let there always be non-being,", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " so we may see their subtlety,", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " And let there always be being,", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@@", + "color": "#000000", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "diff.meta.range.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-9,3 +8,6", + "color": "#000000", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "diff.meta.range.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@@", + "color": "#000000", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " The two are the same,", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " But after they are produced,", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " they have different names.", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#09885A", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.inserted rgb(9, 136, 90)" + }, + { + "content": "They both may be called deep and profound.", + "color": "#09885A", + "_t": "diff.inserted.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.inserted rgb(9, 136, 90)" + }, + { + "content": "+", + "color": "#09885A", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.inserted rgb(9, 136, 90)" + }, + { + "content": "Deeper and more profound,", + "color": "#09885A", + "_t": "diff.inserted.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.inserted rgb(9, 136, 90)" + }, + { + "content": "+", + "color": "#09885A", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.inserted rgb(9, 136, 90)" + }, + { + "content": "The door of all subtleties!", + "color": "#09885A", + "_t": "diff.inserted.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.inserted rgb(9, 136, 90)" + } + ], + "hc_black": [ + { + "content": "---", + "color": "#000080", + "_t": "definition.diff.from-file.header.meta.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.header rgb(0, 0, 128)" + }, + { + "content": " lao\tSat Jan 26 23:30:39 1991", + "color": "#000080", + "_t": "diff.from-file.header.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.header rgb(0, 0, 128)" + }, + { + "content": "+++", + "color": "#000080", + "_t": "definition.diff.header.meta.punctuation.to-file", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.header rgb(0, 0, 128)" + }, + { + "content": " tzu\tSat Jan 26 23:30:50 1991", + "color": "#000080", + "_t": "diff.header.meta.to-file", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.header rgb(0, 0, 128)" + }, + { + "content": "@@", + "color": "#FFFFFF", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "diff.meta.range.unified", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-1,7 +1,6", + "color": "#FFFFFF", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "diff.meta.range.unified", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@@", + "color": "#FFFFFF", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#CE9178", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": "The Way that can be told of is not the eternal Way;", + "color": "#CE9178", + "_t": "deleted.diff.markup", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": "-", + "color": "#CE9178", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": "The name that can be named is not the eternal name.", + "color": "#CE9178", + "_t": "deleted.diff.markup", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": " The Nameless is the origin of Heaven and Earth;", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#CE9178", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": "The Named is the mother of all things.", + "color": "#CE9178", + "_t": "deleted.diff.markup", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": "+", + "color": "#B5CEA8", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "The named is the mother of all things.", + "color": "#B5CEA8", + "_t": "diff.inserted.markup", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "+", + "color": "#B5CEA8", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": " Therefore let there always be non-being,", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " so we may see their subtlety,", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " And let there always be being,", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@@", + "color": "#FFFFFF", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "diff.meta.range.unified", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-9,3 +8,6", + "color": "#FFFFFF", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "diff.meta.range.unified", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@@", + "color": "#FFFFFF", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " The two are the same,", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " But after they are produced,", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " they have different names.", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#B5CEA8", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "They both may be called deep and profound.", + "color": "#B5CEA8", + "_t": "diff.inserted.markup", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "+", + "color": "#B5CEA8", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "Deeper and more profound,", + "color": "#B5CEA8", + "_t": "diff.inserted.markup", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "+", + "color": "#B5CEA8", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "The door of all subtleties!", + "color": "#B5CEA8", + "_t": "diff.inserted.markup", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.inserted rgb(181, 206, 168)" + } + ], + "dark_plus": [ + { + "content": "---", + "color": "#569CD6", + "_t": "definition.diff.from-file.header.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.header.diff rgb(86, 156, 214)" + }, + { + "content": " lao\tSat Jan 26 23:30:39 1991", + "color": "#569CD6", + "_t": "diff.from-file.header.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.header.diff rgb(86, 156, 214)" + }, + { + "content": "+++", + "color": "#569CD6", + "_t": "definition.diff.header.meta.punctuation.to-file", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.header.diff rgb(86, 156, 214)" + }, + { + "content": " tzu\tSat Jan 26 23:30:50 1991", + "color": "#569CD6", + "_t": "diff.header.meta.to-file", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.header.diff rgb(86, 156, 214)" + }, + { + "content": "@@", + "color": "#D4D4D4", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-1,7 +1,6", + "color": "#D4D4D4", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@@", + "color": "#D4D4D4", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#CE9178", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": "The Way that can be told of is not the eternal Way;", + "color": "#CE9178", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": "-", + "color": "#CE9178", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": "The name that can be named is not the eternal name.", + "color": "#CE9178", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": " The Nameless is the origin of Heaven and Earth;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#CE9178", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": "The Named is the mother of all things.", + "color": "#CE9178", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.deleted rgb(206, 145, 120)" + }, + { + "content": "+", + "color": "#B5CEA8", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "The named is the mother of all things.", + "color": "#B5CEA8", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "+", + "color": "#B5CEA8", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": " Therefore let there always be non-being,", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " so we may see their subtlety,", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " And let there always be being,", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@@", + "color": "#D4D4D4", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-9,3 +8,6", + "color": "#D4D4D4", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@@", + "color": "#D4D4D4", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " The two are the same,", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " But after they are produced,", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " they have different names.", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#B5CEA8", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "They both may be called deep and profound.", + "color": "#B5CEA8", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "+", + "color": "#B5CEA8", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "Deeper and more profound,", + "color": "#B5CEA8", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "+", + "color": "#B5CEA8", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.inserted rgb(181, 206, 168)" + }, + { + "content": "The door of all subtleties!", + "color": "#B5CEA8", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.inserted rgb(181, 206, 168)" + } + ], + "light_plus": [ + { + "content": "---", + "color": "#000080", + "_t": "definition.diff.from-file.header.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.header rgb(0, 0, 128)" + }, + { + "content": " lao\tSat Jan 26 23:30:39 1991", + "color": "#000080", + "_t": "diff.from-file.header.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.header rgb(0, 0, 128)" + }, + { + "content": "+++", + "color": "#000080", + "_t": "definition.diff.header.meta.punctuation.to-file", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.header rgb(0, 0, 128)" + }, + { + "content": " tzu\tSat Jan 26 23:30:50 1991", + "color": "#000080", + "_t": "diff.header.meta.to-file", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.header rgb(0, 0, 128)" + }, + { + "content": "@@", + "color": "#000000", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "diff.meta.range.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-1,7 +1,6", + "color": "#000000", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "diff.meta.range.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@@", + "color": "#000000", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#A31515", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.deleted rgb(163, 21, 21)" + }, + { + "content": "The Way that can be told of is not the eternal Way;", + "color": "#A31515", + "_t": "deleted.diff.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.deleted rgb(163, 21, 21)" + }, + { + "content": "-", + "color": "#A31515", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.deleted rgb(163, 21, 21)" + }, + { + "content": "The name that can be named is not the eternal name.", + "color": "#A31515", + "_t": "deleted.diff.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.deleted rgb(163, 21, 21)" + }, + { + "content": " The Nameless is the origin of Heaven and Earth;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#A31515", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.deleted rgb(163, 21, 21)" + }, + { + "content": "The Named is the mother of all things.", + "color": "#A31515", + "_t": "deleted.diff.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.deleted rgb(163, 21, 21)" + }, + { + "content": "+", + "color": "#09885A", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.inserted rgb(9, 136, 90)" + }, + { + "content": "The named is the mother of all things.", + "color": "#09885A", + "_t": "diff.inserted.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.inserted rgb(9, 136, 90)" + }, + { + "content": "+", + "color": "#09885A", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.inserted rgb(9, 136, 90)" + }, + { + "content": " Therefore let there always be non-being,", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " so we may see their subtlety,", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " And let there always be being,", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@@", + "color": "#000000", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "diff.meta.range.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-9,3 +8,6", + "color": "#000000", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "diff.meta.range.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@@", + "color": "#000000", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " The two are the same,", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " But after they are produced,", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " they have different names.", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#09885A", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.inserted rgb(9, 136, 90)" + }, + { + "content": "They both may be called deep and profound.", + "color": "#09885A", + "_t": "diff.inserted.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.inserted rgb(9, 136, 90)" + }, + { + "content": "+", + "color": "#09885A", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.inserted rgb(9, 136, 90)" + }, + { + "content": "Deeper and more profound,", + "color": "#09885A", + "_t": "diff.inserted.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.inserted rgb(9, 136, 90)" + }, + { + "content": "+", + "color": "#09885A", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.inserted rgb(9, 136, 90)" + }, + { + "content": "The door of all subtleties!", + "color": "#09885A", + "_t": "diff.inserted.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.inserted rgb(9, 136, 90)" + } + ], + "kimbie_dark": [ + { + "content": "---", + "color": "#D3AF86", + "_t": "definition.diff.from-file.header.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " lao\tSat Jan 26 23:30:39 1991", + "color": "#D3AF86", + "_t": "diff.from-file.header.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+++", + "color": "#D3AF86", + "_t": "definition.diff.header.meta.punctuation.to-file", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " tzu\tSat Jan 26 23:30:50 1991", + "color": "#D3AF86", + "_t": "diff.header.meta.to-file", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@@", + "color": "#D3AF86", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-1,7 +1,6", + "color": "#D3AF86", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@@", + "color": "#D3AF86", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#DC3958", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.deleted rgb(220, 57, 88)" + }, + { + "content": "The Way that can be told of is not the eternal Way;", + "color": "#DC3958", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.deleted rgb(220, 57, 88)" + }, + { + "content": "-", + "color": "#DC3958", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.deleted rgb(220, 57, 88)" + }, + { + "content": "The name that can be named is not the eternal name.", + "color": "#DC3958", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.deleted rgb(220, 57, 88)" + }, + { + "content": " The Nameless is the origin of Heaven and Earth;", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#DC3958", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.deleted rgb(220, 57, 88)" + }, + { + "content": "The Named is the mother of all things.", + "color": "#DC3958", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.deleted rgb(220, 57, 88)" + }, + { + "content": "+", + "color": "#889B4A", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.inserted rgb(136, 155, 74)" + }, + { + "content": "The named is the mother of all things.", + "color": "#889B4A", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.inserted rgb(136, 155, 74)" + }, + { + "content": "+", + "color": "#889B4A", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.inserted rgb(136, 155, 74)" + }, + { + "content": " Therefore let there always be non-being,", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " so we may see their subtlety,", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " And let there always be being,", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@@", + "color": "#D3AF86", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-9,3 +8,6", + "color": "#D3AF86", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@@", + "color": "#D3AF86", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " The two are the same,", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " But after they are produced,", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " they have different names.", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#889B4A", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.inserted rgb(136, 155, 74)" + }, + { + "content": "They both may be called deep and profound.", + "color": "#889B4A", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.inserted rgb(136, 155, 74)" + }, + { + "content": "+", + "color": "#889B4A", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.inserted rgb(136, 155, 74)" + }, + { + "content": "Deeper and more profound,", + "color": "#889B4A", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.inserted rgb(136, 155, 74)" + }, + { + "content": "+", + "color": "#889B4A", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.inserted rgb(136, 155, 74)" + }, + { + "content": "The door of all subtleties!", + "color": "#889B4A", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.inserted rgb(136, 155, 74)" + } + ], + "monokai": [ + { + "content": "---", + "color": "#75715E", + "_t": "definition.diff.from-file.header.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.diff.header rgb(117, 113, 94)" + }, + { + "content": " lao\tSat Jan 26 23:30:39 1991", + "color": "#75715E", + "_t": "diff.from-file.header.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.diff.header rgb(117, 113, 94)" + }, + { + "content": "+++", + "color": "#75715E", + "_t": "definition.diff.header.meta.punctuation.to-file", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.diff.header rgb(117, 113, 94)" + }, + { + "content": " tzu\tSat Jan 26 23:30:50 1991", + "color": "#75715E", + "_t": "diff.header.meta.to-file", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.diff.header rgb(117, 113, 94)" + }, + { + "content": "@@", + "color": "#75715E", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.diff rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.diff rgb(117, 113, 94)" + }, + { + "content": "-1,7 +1,6", + "color": "#75715E", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.diff rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.diff rgb(117, 113, 94)" + }, + { + "content": "@@", + "color": "#75715E", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.diff rgb(117, 113, 94)" + }, + { + "content": "-", + "color": "#A6E22E", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.inserted rgb(166, 226, 46)" + }, + { + "content": "The Way that can be told of is not the eternal Way;", + "color": "#F92672", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.deleted rgb(249, 38, 114)" + }, + { + "content": "-", + "color": "#A6E22E", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.inserted rgb(166, 226, 46)" + }, + { + "content": "The name that can be named is not the eternal name.", + "color": "#F92672", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.deleted rgb(249, 38, 114)" + }, + { + "content": " The Nameless is the origin of Heaven and Earth;", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#A6E22E", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.inserted rgb(166, 226, 46)" + }, + { + "content": "The Named is the mother of all things.", + "color": "#F92672", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.deleted rgb(249, 38, 114)" + }, + { + "content": "+", + "color": "#A6E22E", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.inserted rgb(166, 226, 46)" + }, + { + "content": "The named is the mother of all things.", + "color": "#A6E22E", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.inserted rgb(166, 226, 46)" + }, + { + "content": "+", + "color": "#A6E22E", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.inserted rgb(166, 226, 46)" + }, + { + "content": " Therefore let there always be non-being,", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " so we may see their subtlety,", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " And let there always be being,", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@@", + "color": "#75715E", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.diff rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.diff rgb(117, 113, 94)" + }, + { + "content": "-9,3 +8,6", + "color": "#75715E", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.diff rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.diff rgb(117, 113, 94)" + }, + { + "content": "@@", + "color": "#75715E", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.diff rgb(117, 113, 94)" + }, + { + "content": " The two are the same,", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " But after they are produced,", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " they have different names.", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#A6E22E", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.inserted rgb(166, 226, 46)" + }, + { + "content": "They both may be called deep and profound.", + "color": "#A6E22E", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.inserted rgb(166, 226, 46)" + }, + { + "content": "+", + "color": "#A6E22E", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.inserted rgb(166, 226, 46)" + }, + { + "content": "Deeper and more profound,", + "color": "#A6E22E", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.inserted rgb(166, 226, 46)" + }, + { + "content": "+", + "color": "#A6E22E", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.inserted rgb(166, 226, 46)" + }, + { + "content": "The door of all subtleties!", + "color": "#A6E22E", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.inserted rgb(166, 226, 46)" + } + ], + "monokai_dimmed": [ + { + "content": "---", + "color": "#C5C8C6", + "_t": "definition.diff.from-file.header.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " lao\tSat Jan 26 23:30:39 1991", + "color": "#C5C8C6", + "_t": "diff.from-file.header.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+++", + "color": "#C5C8C6", + "_t": "definition.diff.header.meta.punctuation.to-file", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " tzu\tSat Jan 26 23:30:50 1991", + "color": "#C5C8C6", + "_t": "diff.header.meta.to-file", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@@", + "color": "#C5C8C6", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-1,7 +1,6", + "color": "#C5C8C6", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@@", + "color": "#C5C8C6", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "The Way that can be told of is not the eternal Way;", + "color": "#C5C8C6", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "The name that can be named is not the eternal name.", + "color": "#C5C8C6", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " The Nameless is the origin of Heaven and Earth;", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "The Named is the mother of all things.", + "color": "#C5C8C6", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#C5C8C6", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "The named is the mother of all things.", + "color": "#C5C8C6", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#C5C8C6", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " Therefore let there always be non-being,", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " so we may see their subtlety,", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " And let there always be being,", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@@", + "color": "#C5C8C6", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-9,3 +8,6", + "color": "#C5C8C6", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@@", + "color": "#C5C8C6", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " The two are the same,", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " But after they are produced,", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " they have different names.", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#C5C8C6", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "They both may be called deep and profound.", + "color": "#C5C8C6", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#C5C8C6", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Deeper and more profound,", + "color": "#C5C8C6", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#C5C8C6", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "The door of all subtleties!", + "color": "#C5C8C6", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "---", + "color": "#434343", + "_t": "definition.diff.from-file.header.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.diff.header.from-file rgb(67, 67, 67)" + }, + { + "content": " lao\tSat Jan 26 23:30:39 1991", + "color": "#434343", + "_t": "diff.from-file.header.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.diff.header.from-file rgb(67, 67, 67)" + }, + { + "content": "+++", + "color": "#434343", + "_t": "definition.diff.header.meta.punctuation.to-file", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.diff.header.to-file rgb(67, 67, 67)" + }, + { + "content": " tzu\tSat Jan 26 23:30:50 1991", + "color": "#434343", + "_t": "diff.header.meta.to-file", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.diff.header.to-file rgb(67, 67, 67)" + }, + { + "content": "@@", + "color": "#434343", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.diff.range rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#434343", + "_t": "diff.meta.range.unified", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.diff.range rgb(67, 67, 67)" + }, + { + "content": "-1,7 +1,6", + "color": "#434343", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.diff.range rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#434343", + "_t": "diff.meta.range.unified", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.diff.range rgb(67, 67, 67)" + }, + { + "content": "@@", + "color": "#434343", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.diff.range rgb(67, 67, 67)" + }, + { + "content": "-", + "color": "#000000", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.inserted rgb(0, 0, 0)" + }, + { + "content": "The Way that can be told of is not the eternal Way;", + "color": "#000000", + "_t": "deleted.diff.markup", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.deleted rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.inserted rgb(0, 0, 0)" + }, + { + "content": "The name that can be named is not the eternal name.", + "color": "#000000", + "_t": "deleted.diff.markup", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.deleted rgb(0, 0, 0)" + }, + { + "content": " The Nameless is the origin of Heaven and Earth;", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#000000", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.inserted rgb(0, 0, 0)" + }, + { + "content": "The Named is the mother of all things.", + "color": "#000000", + "_t": "deleted.diff.markup", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.deleted rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.inserted rgb(0, 0, 0)" + }, + { + "content": "The named is the mother of all things.", + "color": "#000000", + "_t": "diff.inserted.markup", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.inserted rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.inserted rgb(0, 0, 0)" + }, + { + "content": " Therefore let there always be non-being,", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " so we may see their subtlety,", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " And let there always be being,", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@@", + "color": "#434343", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.diff.range rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#434343", + "_t": "diff.meta.range.unified", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.diff.range rgb(67, 67, 67)" + }, + { + "content": "-9,3 +8,6", + "color": "#434343", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.diff.range rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#434343", + "_t": "diff.meta.range.unified", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.diff.range rgb(67, 67, 67)" + }, + { + "content": "@@", + "color": "#434343", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.diff.range rgb(67, 67, 67)" + }, + { + "content": " The two are the same,", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " But after they are produced,", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " they have different names.", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#000000", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.inserted rgb(0, 0, 0)" + }, + { + "content": "They both may be called deep and profound.", + "color": "#000000", + "_t": "diff.inserted.markup", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.inserted rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.inserted rgb(0, 0, 0)" + }, + { + "content": "Deeper and more profound,", + "color": "#000000", + "_t": "diff.inserted.markup", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.inserted rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.inserted rgb(0, 0, 0)" + }, + { + "content": "The door of all subtleties!", + "color": "#000000", + "_t": "diff.inserted.markup", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.inserted rgb(0, 0, 0)" + } + ], + "red": [ + { + "content": "---", + "color": "#F8F8F8", + "_t": "definition.diff.from-file.header.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.diff.header rgb(248, 248, 248)" + }, + { + "content": " lao\tSat Jan 26 23:30:39 1991", + "color": "#F8F8F8", + "_t": "diff.from-file.header.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.diff.header rgb(248, 248, 248)" + }, + { + "content": "+++", + "color": "#F8F8F8", + "_t": "definition.diff.header.meta.punctuation.to-file", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.diff.header rgb(248, 248, 248)" + }, + { + "content": " tzu\tSat Jan 26 23:30:50 1991", + "color": "#F8F8F8", + "_t": "diff.header.meta.to-file", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.diff.header rgb(248, 248, 248)" + }, + { + "content": "@@", + "color": "#F8F8F8", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.diff rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.diff rgb(248, 248, 248)" + }, + { + "content": "-1,7 +1,6", + "color": "#F8F8F8", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.diff rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.diff rgb(248, 248, 248)" + }, + { + "content": "@@", + "color": "#F8F8F8", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.diff rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#41A83E", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.inserted rgb(65, 168, 62)" + }, + { + "content": "The Way that can be told of is not the eternal Way;", + "color": "#EC9799", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.deleted rgb(236, 151, 153)" + }, + { + "content": "-", + "color": "#41A83E", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.inserted rgb(65, 168, 62)" + }, + { + "content": "The name that can be named is not the eternal name.", + "color": "#EC9799", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.deleted rgb(236, 151, 153)" + }, + { + "content": " The Nameless is the origin of Heaven and Earth;", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#41A83E", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.inserted rgb(65, 168, 62)" + }, + { + "content": "The Named is the mother of all things.", + "color": "#EC9799", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.deleted rgb(236, 151, 153)" + }, + { + "content": "+", + "color": "#41A83E", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.inserted rgb(65, 168, 62)" + }, + { + "content": "The named is the mother of all things.", + "color": "#41A83E", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.inserted rgb(65, 168, 62)" + }, + { + "content": "+", + "color": "#41A83E", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.inserted rgb(65, 168, 62)" + }, + { + "content": " Therefore let there always be non-being,", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " so we may see their subtlety,", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " And let there always be being,", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@@", + "color": "#F8F8F8", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.diff rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.diff rgb(248, 248, 248)" + }, + { + "content": "-9,3 +8,6", + "color": "#F8F8F8", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.diff rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.diff rgb(248, 248, 248)" + }, + { + "content": "@@", + "color": "#F8F8F8", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.diff rgb(248, 248, 248)" + }, + { + "content": " The two are the same,", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " But after they are produced,", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " they have different names.", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#41A83E", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.inserted rgb(65, 168, 62)" + }, + { + "content": "They both may be called deep and profound.", + "color": "#41A83E", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.inserted rgb(65, 168, 62)" + }, + { + "content": "+", + "color": "#41A83E", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.inserted rgb(65, 168, 62)" + }, + { + "content": "Deeper and more profound,", + "color": "#41A83E", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.inserted rgb(65, 168, 62)" + }, + { + "content": "+", + "color": "#41A83E", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.inserted rgb(65, 168, 62)" + }, + { + "content": "The door of all subtleties!", + "color": "#41A83E", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.inserted rgb(65, 168, 62)" + } + ], + "solarized_dark": [ + { + "content": "---", + "color": "#93A1A1", + "_t": "definition.diff.from-file.header.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " lao\tSat Jan 26 23:30:39 1991", + "color": "#93A1A1", + "_t": "diff.from-file.header.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+++", + "color": "#93A1A1", + "_t": "definition.diff.header.meta.punctuation.to-file", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " tzu\tSat Jan 26 23:30:50 1991", + "color": "#93A1A1", + "_t": "diff.header.meta.to-file", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@@", + "color": "#93A1A1", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-1,7 +1,6", + "color": "#93A1A1", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@@", + "color": "#93A1A1", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "The Way that can be told of is not the eternal Way;", + "color": "#93A1A1", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "The name that can be named is not the eternal name.", + "color": "#93A1A1", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " The Nameless is the origin of Heaven and Earth;", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "The Named is the mother of all things.", + "color": "#93A1A1", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#93A1A1", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "The named is the mother of all things.", + "color": "#93A1A1", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#93A1A1", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " Therefore let there always be non-being,", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " so we may see their subtlety,", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " And let there always be being,", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@@", + "color": "#93A1A1", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-9,3 +8,6", + "color": "#93A1A1", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@@", + "color": "#93A1A1", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " The two are the same,", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " But after they are produced,", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " they have different names.", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#93A1A1", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "They both may be called deep and profound.", + "color": "#93A1A1", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#93A1A1", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Deeper and more profound,", + "color": "#93A1A1", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#93A1A1", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "The door of all subtleties!", + "color": "#93A1A1", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "---", + "color": "#586E75", + "_t": "definition.diff.from-file.header.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " lao\tSat Jan 26 23:30:39 1991", + "color": "#586E75", + "_t": "diff.from-file.header.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+++", + "color": "#586E75", + "_t": "definition.diff.header.meta.punctuation.to-file", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " tzu\tSat Jan 26 23:30:50 1991", + "color": "#586E75", + "_t": "diff.header.meta.to-file", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@@", + "color": "#586E75", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "diff.meta.range.unified", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-1,7 +1,6", + "color": "#586E75", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "diff.meta.range.unified", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@@", + "color": "#586E75", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "The Way that can be told of is not the eternal Way;", + "color": "#586E75", + "_t": "deleted.diff.markup", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "The name that can be named is not the eternal name.", + "color": "#586E75", + "_t": "deleted.diff.markup", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " The Nameless is the origin of Heaven and Earth;", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "The Named is the mother of all things.", + "color": "#586E75", + "_t": "deleted.diff.markup", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#586E75", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "The named is the mother of all things.", + "color": "#586E75", + "_t": "diff.inserted.markup", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#586E75", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " Therefore let there always be non-being,", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " so we may see their subtlety,", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " And let there always be being,", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@@", + "color": "#586E75", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "diff.meta.range.unified", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-9,3 +8,6", + "color": "#586E75", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "diff.meta.range.unified", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@@", + "color": "#586E75", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " The two are the same,", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " But after they are produced,", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " they have different names.", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#586E75", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "They both may be called deep and profound.", + "color": "#586E75", + "_t": "diff.inserted.markup", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#586E75", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Deeper and more profound,", + "color": "#586E75", + "_t": "diff.inserted.markup", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#586E75", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "The door of all subtleties!", + "color": "#586E75", + "_t": "diff.inserted.markup", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "---", + "color": "#FFFFFF", + "_t": "definition.diff.from-file.header.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.diff.header.from-file rgb(255, 255, 255)" + }, + { + "content": " lao\tSat Jan 26 23:30:39 1991", + "color": "#FFFFFF", + "_t": "diff.from-file.header.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.diff.header.from-file rgb(255, 255, 255)" + }, + { + "content": "+++", + "color": "#FFFFFF", + "_t": "definition.diff.header.meta.punctuation.to-file", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.diff.header.to-file rgb(255, 255, 255)" + }, + { + "content": " tzu\tSat Jan 26 23:30:50 1991", + "color": "#FFFFFF", + "_t": "diff.header.meta.to-file", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.diff.header.to-file rgb(255, 255, 255)" + }, + { + "content": "@@", + "color": "#3E999F", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.diff.range rgb(62, 153, 159)" + }, + { + "content": " ", + "color": "#3E999F", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.diff.range rgb(62, 153, 159)" + }, + { + "content": "-1,7 +1,6", + "color": "#3E999F", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.diff.range rgb(62, 153, 159)" + }, + { + "content": " ", + "color": "#3E999F", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.diff.range rgb(62, 153, 159)" + }, + { + "content": "@@", + "color": "#3E999F", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.diff.range rgb(62, 153, 159)" + }, + { + "content": "-", + "color": "#C82829", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.deleted.diff rgb(200, 40, 41)" + }, + { + "content": "The Way that can be told of is not the eternal Way;", + "color": "#C82829", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.deleted.diff rgb(200, 40, 41)" + }, + { + "content": "-", + "color": "#C82829", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.deleted.diff rgb(200, 40, 41)" + }, + { + "content": "The name that can be named is not the eternal name.", + "color": "#C82829", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.deleted.diff rgb(200, 40, 41)" + }, + { + "content": " The Nameless is the origin of Heaven and Earth;", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#C82829", + "_t": "definition.deleted.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.deleted.diff rgb(200, 40, 41)" + }, + { + "content": "The Named is the mother of all things.", + "color": "#C82829", + "_t": "deleted.diff.markup", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.deleted.diff rgb(200, 40, 41)" + }, + { + "content": "+", + "color": "#718C00", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.inserted.diff rgb(113, 140, 0)" + }, + { + "content": "The named is the mother of all things.", + "color": "#718C00", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.inserted.diff rgb(113, 140, 0)" + }, + { + "content": "+", + "color": "#718C00", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.inserted.diff rgb(113, 140, 0)" + }, + { + "content": " Therefore let there always be non-being,", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " so we may see their subtlety,", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " And let there always be being,", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@@", + "color": "#3E999F", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.diff.range rgb(62, 153, 159)" + }, + { + "content": " ", + "color": "#3E999F", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.diff.range rgb(62, 153, 159)" + }, + { + "content": "-9,3 +8,6", + "color": "#3E999F", + "_t": "diff.line-number.meta.range.toc-list.unified", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.diff.range rgb(62, 153, 159)" + }, + { + "content": " ", + "color": "#3E999F", + "_t": "diff.meta.range.unified", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.diff.range rgb(62, 153, 159)" + }, + { + "content": "@@", + "color": "#3E999F", + "_t": "definition.diff.meta.punctuation.range.unified", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.diff.range rgb(62, 153, 159)" + }, + { + "content": " The two are the same,", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " But after they are produced,", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " they have different names.", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#718C00", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.inserted.diff rgb(113, 140, 0)" + }, + { + "content": "They both may be called deep and profound.", + "color": "#718C00", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.inserted.diff rgb(113, 140, 0)" + }, + { + "content": "+", + "color": "#718C00", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.inserted.diff rgb(113, 140, 0)" + }, + { + "content": "Deeper and more profound,", + "color": "#718C00", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.inserted.diff rgb(113, 140, 0)" + }, + { + "content": "+", + "color": "#718C00", + "_t": "definition.diff.inserted.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.inserted.diff rgb(113, 140, 0)" + }, + { + "content": "The door of all subtleties!", + "color": "#718C00", + "_t": "diff.inserted.markup", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.inserted.diff rgb(113, 140, 0)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.diff.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.diff.result.patch new file mode 100644 index 000000000..8540c4472 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.diff.result.patch @@ -0,0 +1,139 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [], + "monokai": [ + { + "index": 9, + "content": "-", + "color": "#A6E22E", + "newColor": "#F92672" + }, + { + "index": 11, + "content": "-", + "color": "#A6E22E", + "newColor": "#F92672" + }, + { + "index": 14, + "content": "-", + "color": "#A6E22E", + "newColor": "#F92672" + } + ], + "monokai_dimmed": [], + "quietlight": [ + { + "index": 0, + "content": "---", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 2, + "content": "+++", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 4, + "content": "@@", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 8, + "content": "@@", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 9, + "content": "-", + "color": "#000000", + "newColor": "#777777" + }, + { + "index": 11, + "content": "-", + "color": "#000000", + "newColor": "#777777" + }, + { + "index": 14, + "content": "-", + "color": "#000000", + "newColor": "#777777" + }, + { + "index": 16, + "content": "+", + "color": "#000000", + "newColor": "#777777" + }, + { + "index": 18, + "content": "+", + "color": "#000000", + "newColor": "#777777" + }, + { + "index": 22, + "content": "@@", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 26, + "content": "@@", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 30, + "content": "+", + "color": "#000000", + "newColor": "#777777" + }, + { + "index": 32, + "content": "+", + "color": "#000000", + "newColor": "#777777" + }, + { + "index": 34, + "content": "+", + "color": "#000000", + "newColor": "#777777" + } + ], + "red": [ + { + "index": 9, + "content": "-", + "color": "#41A83E", + "newColor": "#EC9799" + }, + { + "index": 11, + "content": "-", + "color": "#41A83E", + "newColor": "#EC9799" + }, + { + "index": 14, + "content": "-", + "color": "#41A83E", + "newColor": "#EC9799" + } + ], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.fs b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.fs new file mode 100644 index 000000000..7ad49b9de --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.fs @@ -0,0 +1,18 @@ +// from https://msdn.microsoft.com/en-us/library/dd233160.aspx + +// The declaration creates a constructor that takes two values, name and age. +type Person(name:string, age:int) = + let mutable internalAge = age + + new(name:string) = Person(name, 0) + + member this.Name = name + // A read/write property. + member this.Age + with get() = internalAge + and set(value) = internalAge <- value + + member this.HasABirthday () = internalAge <- internalAge + 1 + member this.IsOfAge targetAge = internalAge >= targetAge + override this.ToString () = + "Name: " + name + "\n" + "Age: " + (string)internalAge \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.fs.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.fs.result new file mode 100644 index 000000000..f6ed1a1a5 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.fs.result @@ -0,0 +1,8850 @@ +{ + "abyss": [ + { + "content": "// from https://msdn.microsoft.com/en-us/library/dd233160.aspx", + "color": "#223355", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "// The declaration creates a constructor that takes two values, name and age.", + "color": "#223355", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "type Person(name", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "string, age", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "int) ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "let mutable", + "color": "#225588", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "internalAge", + "color": "#6688CC", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " age", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "new", + "color": "#225588", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(name", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "string) ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " Person(name, ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "member", + "color": "#225588", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this.Name", + "color": "#6688CC", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " name", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "// A read/write property.", + "color": "#223355", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "member", + "color": "#225588", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this.Age", + "color": "#6688CC", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "with", + "color": "#225588", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " get", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "()", + "color": "#F280D0", + "_t": "constant.fsharp.language.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " internalAge", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "and", + "color": "#225588", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " set(value) ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " internalAge ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<-", + "color": "#225588", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " value", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "member", + "color": "#225588", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this.HasABirthday", + "color": "#6688CC", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "()", + "color": "#F280D0", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " internalAge ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<-", + "color": "#225588", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " internalAge ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "member", + "color": "#225588", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this.IsOfAge", + "color": "#6688CC", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "targetAge", + "color": "#2277FF", + "_t": "binding.fsharp.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " internalAge ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">=", + "color": "#225588", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " targetAge", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "override", + "color": "#225588", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this.ToString", + "color": "#6688CC", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "()", + "color": "#F280D0", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Name: ", + "color": "#22AA44", + "_t": "double.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " name ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\n", + "color": "#F280D0", + "_t": "character.constant.double.escape.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Age: ", + "color": "#22AA44", + "_t": "double.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (string)internalAge", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "// from https://msdn.microsoft.com/en-us/library/dd233160.aspx", + "color": "#608B4E", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "// The declaration creates a constructor that takes two values, name and age.", + "color": "#608B4E", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "type Person(name", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "string, age", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "int) ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "let mutable", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "internalAge", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " age", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "(name", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "string) ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " Person(name, ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "member", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this.Name", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " name", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "// A read/write property.", + "color": "#608B4E", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "member", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this.Age", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "with", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " get", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#569CD6", + "_t": "constant.fsharp.language.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " internalAge", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " set(value) ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " internalAge ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<-", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " value", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "member", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this.HasABirthday", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#569CD6", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " internalAge ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<-", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " internalAge ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "member", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this.IsOfAge", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "targetAge", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " internalAge ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">=", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " targetAge", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "override", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this.ToString", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#569CD6", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Name: ", + "color": "#CE9178", + "_t": "double.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " name ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\n", + "color": "#CE9178", + "_t": "character.constant.double.escape.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Age: ", + "color": "#CE9178", + "_t": "double.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " (string)internalAge", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "// from https://msdn.microsoft.com/en-us/library/dd233160.aspx", + "color": "#008000", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "// The declaration creates a constructor that takes two values, name and age.", + "color": "#008000", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "type Person(name", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "string, age", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "int) ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "let mutable", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "internalAge", + "color": "#000000", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " age", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "(name", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "string) ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " Person(name, ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "member", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this.Name", + "color": "#000000", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " name", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "// A read/write property.", + "color": "#008000", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "member", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this.Age", + "color": "#000000", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "with", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " get", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#0000FF", + "_t": "constant.fsharp.language.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " internalAge", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " set(value) ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " internalAge ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<-", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " value", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "member", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this.HasABirthday", + "color": "#000000", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#0000FF", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " internalAge ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<-", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " internalAge ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "member", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this.IsOfAge", + "color": "#000000", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "targetAge", + "color": "#000000", + "_t": "binding.fsharp.meta.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " internalAge ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">=", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " targetAge", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "override", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this.ToString", + "color": "#000000", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#0000FF", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Name: ", + "color": "#A31515", + "_t": "double.fsharp.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " name ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\\n", + "color": "#A31515", + "_t": "character.constant.double.escape.fsharp.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Age: ", + "color": "#A31515", + "_t": "double.fsharp.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " (string)internalAge", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "// from https://msdn.microsoft.com/en-us/library/dd233160.aspx", + "color": "#7CA668", + "_t": "comment.double-slash.fsharp.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "// The declaration creates a constructor that takes two values, name and age.", + "color": "#7CA668", + "_t": "comment.double-slash.fsharp.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "type Person(name", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "string, age", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "int) ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "let mutable", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "internalAge", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " age", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "(name", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "string) ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " Person(name, ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "member", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this.Name", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " name", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "// A read/write property.", + "color": "#7CA668", + "_t": "comment.double-slash.fsharp.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "member", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this.Age", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "with", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " get", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#569CD6", + "_t": "constant.fsharp.language.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " internalAge", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "and", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " set(value) ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " internalAge ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<-", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " value", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "member", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this.HasABirthday", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#569CD6", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " internalAge ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<-", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " internalAge ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "member", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this.IsOfAge", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "targetAge", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " internalAge ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">=", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " targetAge", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "override", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this.ToString", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#569CD6", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Name: ", + "color": "#CE9178", + "_t": "double.fsharp.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " name ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\n", + "color": "#CE9178", + "_t": "character.constant.double.escape.fsharp.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Age: ", + "color": "#CE9178", + "_t": "double.fsharp.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " (string)internalAge", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "// from https://msdn.microsoft.com/en-us/library/dd233160.aspx", + "color": "#608B4E", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "// The declaration creates a constructor that takes two values, name and age.", + "color": "#608B4E", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "type Person(name", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "string, age", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "int) ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "let mutable", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "internalAge", + "color": "#9CDCFE", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " age", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "(name", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "string) ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " Person(name, ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "member", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this.Name", + "color": "#9CDCFE", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " name", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "// A read/write property.", + "color": "#608B4E", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "member", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this.Age", + "color": "#9CDCFE", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "with", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " get", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#569CD6", + "_t": "constant.fsharp.language.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " internalAge", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " set(value) ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " internalAge ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<-", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " value", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "member", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this.HasABirthday", + "color": "#9CDCFE", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#569CD6", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " internalAge ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<-", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " internalAge ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "member", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this.IsOfAge", + "color": "#9CDCFE", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "targetAge", + "color": "#9CDCFE", + "_t": "binding.fsharp.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " internalAge ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">=", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " targetAge", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "override", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this.ToString", + "color": "#9CDCFE", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#569CD6", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#569CD6", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Name: ", + "color": "#CE9178", + "_t": "double.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " name ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\n", + "color": "#CE9178", + "_t": "character.constant.double.escape.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Age: ", + "color": "#CE9178", + "_t": "double.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#569CD6", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " (string)internalAge", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "// from https://msdn.microsoft.com/en-us/library/dd233160.aspx", + "color": "#008000", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "// The declaration creates a constructor that takes two values, name and age.", + "color": "#008000", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "type Person(name", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "string, age", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "int) ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "let mutable", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "internalAge", + "color": "#001080", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " age", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "(name", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "string) ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " Person(name, ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "member", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this.Name", + "color": "#001080", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " name", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "// A read/write property.", + "color": "#008000", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "member", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this.Age", + "color": "#001080", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "with", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " get", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#0000FF", + "_t": "constant.fsharp.language.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " internalAge", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " set(value) ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " internalAge ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<-", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " value", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "member", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this.HasABirthday", + "color": "#001080", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#0000FF", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " internalAge ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<-", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " internalAge ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "member", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this.IsOfAge", + "color": "#001080", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "targetAge", + "color": "#001080", + "_t": "binding.fsharp.meta.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " internalAge ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">=", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " targetAge", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "override", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this.ToString", + "color": "#001080", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#0000FF", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "binding.fsharp.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#0000FF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Name: ", + "color": "#A31515", + "_t": "double.fsharp.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " name ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\\n", + "color": "#A31515", + "_t": "character.constant.double.escape.fsharp.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Age: ", + "color": "#A31515", + "_t": "double.fsharp.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#0000FF", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " (string)internalAge", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "// from https://msdn.microsoft.com/en-us/library/dd233160.aspx", + "color": "#A57A4C", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "// The declaration creates a constructor that takes two values, name and age.", + "color": "#A57A4C", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "type Person(name", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#98676A", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "string, age", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#98676A", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "int) ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#98676A", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "let mutable", + "color": "#98676A", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "internalAge", + "color": "#DC3958", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#98676A", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " age", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "new", + "color": "#98676A", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "(name", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#98676A", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "string) ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#98676A", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " Person(name, ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "member", + "color": "#98676A", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this.Name", + "color": "#DC3958", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#98676A", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " name", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "// A read/write property.", + "color": "#A57A4C", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "member", + "color": "#98676A", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this.Age", + "color": "#DC3958", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "with", + "color": "#98676A", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " get", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "()", + "color": "#F79A32", + "_t": "constant.fsharp.language.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#98676A", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " internalAge", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "and", + "color": "#98676A", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " set(value) ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#98676A", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " internalAge ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<-", + "color": "#98676A", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " value", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "member", + "color": "#98676A", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this.HasABirthday", + "color": "#DC3958", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "()", + "color": "#F79A32", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#98676A", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " internalAge ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<-", + "color": "#98676A", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " internalAge ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#98676A", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "member", + "color": "#98676A", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this.IsOfAge", + "color": "#DC3958", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "targetAge", + "color": "#DC3958", + "_t": "binding.fsharp.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#98676A", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " internalAge ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ">=", + "color": "#98676A", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " targetAge", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "override", + "color": "#98676A", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this.ToString", + "color": "#DC3958", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "()", + "color": "#F79A32", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#98676A", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Name: ", + "color": "#889B4A", + "_t": "double.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#98676A", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " name ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#98676A", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\\n", + "color": "#7E602C", + "_t": "character.constant.double.escape.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#98676A", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Age: ", + "color": "#889B4A", + "_t": "double.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#98676A", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " (string)internalAge", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "// from https://msdn.microsoft.com/en-us/library/dd233160.aspx", + "color": "#75715E", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "// The declaration creates a constructor that takes two values, name and age.", + "color": "#75715E", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "type Person(name", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "string, age", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "int) ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "let mutable", + "color": "#F92672", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "internalAge", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " age", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "new", + "color": "#F92672", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(name", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "string) ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " Person(name, ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "member", + "color": "#F92672", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this.Name", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " name", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "// A read/write property.", + "color": "#75715E", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "member", + "color": "#F92672", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this.Age", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "with", + "color": "#F92672", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " get", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "()", + "color": "#AE81FF", + "_t": "constant.fsharp.language.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " internalAge", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "and", + "color": "#F92672", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " set(value) ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " internalAge ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<-", + "color": "#F92672", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " value", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "member", + "color": "#F92672", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this.HasABirthday", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "()", + "color": "#AE81FF", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " internalAge ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<-", + "color": "#F92672", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " internalAge ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "member", + "color": "#F92672", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this.IsOfAge", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "targetAge", + "color": "#FD971F", + "_t": "binding.fsharp.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " internalAge ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">=", + "color": "#F92672", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " targetAge", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "override", + "color": "#F92672", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this.ToString", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "()", + "color": "#AE81FF", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Name: ", + "color": "#E6DB74", + "_t": "double.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " name ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\n", + "color": "#AE81FF", + "_t": "character.constant.double.escape.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Age: ", + "color": "#E6DB74", + "_t": "double.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (string)internalAge", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "// from https://msdn.microsoft.com/en-us/library/dd233160.aspx", + "color": "#9A9B99", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "// The declaration creates a constructor that takes two values, name and age.", + "color": "#9A9B99", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "type Person(name", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "string, age", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "int) ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "let mutable", + "color": "#676867", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "internalAge", + "color": "#6089B4", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " age", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "new", + "color": "#676867", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "(name", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "string) ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " Person(name, ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "member", + "color": "#676867", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this.Name", + "color": "#6089B4", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " name", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "// A read/write property.", + "color": "#9A9B99", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "member", + "color": "#676867", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this.Age", + "color": "#6089B4", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "with", + "color": "#676867", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " get", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "()", + "color": "#FF0080", + "_t": "constant.fsharp.language.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " internalAge", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "and", + "color": "#676867", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " set(value) ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " internalAge ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<-", + "color": "#676867", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " value", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "member", + "color": "#676867", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this.HasABirthday", + "color": "#6089B4", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "()", + "color": "#FF0080", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " internalAge ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<-", + "color": "#676867", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " internalAge ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "member", + "color": "#676867", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this.IsOfAge", + "color": "#6089B4", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "targetAge", + "color": "#6089B4", + "_t": "binding.fsharp.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " internalAge ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ">=", + "color": "#676867", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " targetAge", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "override", + "color": "#676867", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this.ToString", + "color": "#6089B4", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "()", + "color": "#FF0080", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Name: ", + "color": "#9AA83A", + "_t": "double.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " name ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\n", + "color": "#8080FF", + "_t": "character.constant.double.escape.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Age: ", + "color": "#9AA83A", + "_t": "double.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " (string)internalAge", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "// from https://msdn.microsoft.com/en-us/library/dd233160.aspx", + "color": "#AAAAAA", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "// The declaration creates a constructor that takes two values, name and age.", + "color": "#AAAAAA", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "type Person(name", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#4B83CD", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "string, age", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#4B83CD", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "int) ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#4B83CD", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "let mutable", + "color": "#4B83CD", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "internalAge", + "color": "#7A3E9D", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#4B83CD", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " age", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "new", + "color": "#4B83CD", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(name", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#4B83CD", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "string) ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#4B83CD", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " Person(name, ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "member", + "color": "#4B83CD", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this.Name", + "color": "#7A3E9D", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#4B83CD", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " name", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "// A read/write property.", + "color": "#AAAAAA", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "member", + "color": "#4B83CD", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this.Age", + "color": "#7A3E9D", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "with", + "color": "#4B83CD", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " get", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "()", + "color": "#AB6526", + "_t": "constant.fsharp.language.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#4B83CD", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " internalAge", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "and", + "color": "#4B83CD", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " set(value) ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#4B83CD", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " internalAge ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<-", + "color": "#4B83CD", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " value", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "member", + "color": "#4B83CD", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this.HasABirthday", + "color": "#7A3E9D", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "()", + "color": "#AB6526", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#4B83CD", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " internalAge ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<-", + "color": "#4B83CD", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " internalAge ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#4B83CD", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "member", + "color": "#4B83CD", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this.IsOfAge", + "color": "#7A3E9D", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "targetAge", + "color": "#7A3E9D", + "_t": "binding.fsharp.meta.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#4B83CD", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " internalAge ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ">=", + "color": "#4B83CD", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " targetAge", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "override", + "color": "#4B83CD", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this.ToString", + "color": "#7A3E9D", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "()", + "color": "#AB6526", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#4B83CD", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Name: ", + "color": "#448C27", + "_t": "double.fsharp.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#4B83CD", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " name ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#4B83CD", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\\n", + "color": "#777777", + "_t": "character.constant.double.escape.fsharp.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#4B83CD", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Age: ", + "color": "#448C27", + "_t": "double.fsharp.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#4B83CD", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (string)internalAge", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + } + ], + "red": [ + { + "content": "// from https://msdn.microsoft.com/en-us/library/dd233160.aspx", + "color": "#E7C0C0", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "// The declaration creates a constructor that takes two values, name and age.", + "color": "#E7C0C0", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "type Person(name", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "string, age", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "int) ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "let mutable", + "color": "#F12727", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "internalAge", + "color": "#FB9A4B", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " age", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "new", + "color": "#F12727", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(name", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "string) ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " Person(name, ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "member", + "color": "#F12727", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this.Name", + "color": "#FB9A4B", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " name", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "// A read/write property.", + "color": "#E7C0C0", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "member", + "color": "#F12727", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this.Age", + "color": "#FB9A4B", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "with", + "color": "#F12727", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " get", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "()", + "color": "#994646", + "_t": "constant.fsharp.language.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " internalAge", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "and", + "color": "#F12727", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " set(value) ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " internalAge ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<-", + "color": "#F12727", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " value", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "member", + "color": "#F12727", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this.HasABirthday", + "color": "#FB9A4B", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "()", + "color": "#994646", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " internalAge ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<-", + "color": "#F12727", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " internalAge ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "member", + "color": "#F12727", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this.IsOfAge", + "color": "#FB9A4B", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "targetAge", + "color": "#FB9A4B", + "_t": "binding.fsharp.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " internalAge ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ">=", + "color": "#F12727", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " targetAge", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "override", + "color": "#F12727", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this.ToString", + "color": "#FB9A4B", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "()", + "color": "#994646", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Name: ", + "color": "#CD8D8D", + "_t": "double.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " name ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\\n", + "color": "#FFE862", + "_t": "character.constant.double.escape.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.constant rgb(255, 232, 98)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Age: ", + "color": "#CD8D8D", + "_t": "double.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (string)internalAge", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "// from https://msdn.microsoft.com/en-us/library/dd233160.aspx", + "color": "#657B83", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "// The declaration creates a constructor that takes two values, name and age.", + "color": "#657B83", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "type Person(name", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "string, age", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "int) ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "let mutable", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "internalAge", + "color": "#268BD2", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " age", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "new", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(name", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "string) ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " Person(name, ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "member", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this.Name", + "color": "#268BD2", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " name", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "// A read/write property.", + "color": "#657B83", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "member", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this.Age", + "color": "#268BD2", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "with", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " get", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "()", + "color": "#B58900", + "_t": "constant.fsharp.language.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " internalAge", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "and", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " set(value) ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " internalAge ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<-", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " value", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "member", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this.HasABirthday", + "color": "#268BD2", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "()", + "color": "#B58900", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " internalAge ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<-", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " internalAge ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "member", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this.IsOfAge", + "color": "#268BD2", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "targetAge", + "color": "#93A1A1", + "_t": "binding.fsharp.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " internalAge ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ">=", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " targetAge", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "override", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this.ToString", + "color": "#268BD2", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "()", + "color": "#B58900", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Name: ", + "color": "#2AA198", + "_t": "double.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " name ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\\n", + "color": "#CB4B16", + "_t": "character.constant.double.escape.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Age: ", + "color": "#2AA198", + "_t": "double.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (string)internalAge", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "// from https://msdn.microsoft.com/en-us/library/dd233160.aspx", + "color": "#93A1A1", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "// The declaration creates a constructor that takes two values, name and age.", + "color": "#93A1A1", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "type Person(name", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "string, age", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "int) ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "let mutable", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "internalAge", + "color": "#268BD2", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " age", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "new", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(name", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "string) ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " Person(name, ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "member", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this.Name", + "color": "#268BD2", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " name", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "// A read/write property.", + "color": "#93A1A1", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "member", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this.Age", + "color": "#268BD2", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "with", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " get", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "()", + "color": "#B58900", + "_t": "constant.fsharp.language.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " internalAge", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "and", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " set(value) ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " internalAge ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<-", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " value", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "member", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this.HasABirthday", + "color": "#268BD2", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "()", + "color": "#B58900", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " internalAge ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<-", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " internalAge ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "member", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this.IsOfAge", + "color": "#268BD2", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "targetAge", + "color": "#586E75", + "_t": "binding.fsharp.meta.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " internalAge ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ">=", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " targetAge", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "override", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this.ToString", + "color": "#268BD2", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "()", + "color": "#B58900", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "binding.fsharp.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Name: ", + "color": "#2AA198", + "_t": "double.fsharp.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " name ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\\n", + "color": "#CB4B16", + "_t": "character.constant.double.escape.fsharp.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Age: ", + "color": "#2AA198", + "_t": "double.fsharp.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "fsharp.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (string)internalAge", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "// from https://msdn.microsoft.com/en-us/library/dd233160.aspx", + "color": "#7285B7", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "// The declaration creates a constructor that takes two values, name and age.", + "color": "#7285B7", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "type Person(name", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#EBBBFF", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "string, age", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#EBBBFF", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "int) ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#EBBBFF", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "let mutable", + "color": "#EBBBFF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "internalAge", + "color": "#FF9DA4", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#EBBBFF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " age", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#EBBBFF", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(name", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#EBBBFF", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "string) ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#EBBBFF", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " Person(name, ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "member", + "color": "#EBBBFF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this.Name", + "color": "#FF9DA4", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#EBBBFF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " name", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "// A read/write property.", + "color": "#7285B7", + "_t": "comment.double-slash.fsharp.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "member", + "color": "#EBBBFF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this.Age", + "color": "#FF9DA4", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "with", + "color": "#EBBBFF", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " get", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFC58F", + "_t": "constant.fsharp.language.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#EBBBFF", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " internalAge", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "and", + "color": "#EBBBFF", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " set(value) ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#EBBBFF", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " internalAge ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<-", + "color": "#EBBBFF", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " value", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "member", + "color": "#EBBBFF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this.HasABirthday", + "color": "#FF9DA4", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFC58F", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#EBBBFF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " internalAge ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<-", + "color": "#EBBBFF", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " internalAge ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#EBBBFF", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.fsharp.integer.nativeint.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "member", + "color": "#EBBBFF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this.IsOfAge", + "color": "#FF9DA4", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "targetAge", + "color": "#FFC58F", + "_t": "binding.fsharp.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#EBBBFF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " internalAge ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ">=", + "color": "#EBBBFF", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " targetAge", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "override", + "color": "#EBBBFF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this.ToString", + "color": "#FF9DA4", + "_t": "binding.fsharp.meta.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFC58F", + "_t": "binding.constant.fsharp.language.meta.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "binding.fsharp.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#EBBBFF", + "_t": "binding.fsharp.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Name: ", + "color": "#D1F1A9", + "_t": "double.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#EBBBFF", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " name ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#EBBBFF", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\\n", + "color": "#FFC58F", + "_t": "character.constant.double.escape.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#EBBBFF", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Age: ", + "color": "#D1F1A9", + "_t": "double.fsharp.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.fsharp.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#EBBBFF", + "_t": "fsharp.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " (string)internalAge", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.fs.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.fs.result.patch new file mode 100644 index 000000000..526c6fb61 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.fs.result.patch @@ -0,0 +1,30 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [ + { + "index": 94, + "content": "\\n", + "color": "#7E602C", + "newColor": "#F79A32" + } + ], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [ + { + "index": 94, + "content": "\\n", + "color": "#777777", + "newColor": "#AB6526" + } + ], + "red": [], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.go b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.go new file mode 100644 index 000000000..ef1d22a3b --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.go @@ -0,0 +1,24 @@ +package main + +import ( + "encoding/base64" + "fmt" +) + +func main() { + dnsName := "test-vm-from-go" + storageAccount := "mystorageaccount" + + client, err := management.ClientFromPublishSettingsFile("path/to/downloaded.publishsettings", "") + if err != nil { + panic(err) + } + + // create virtual machine + role := vmutils.NewVMConfiguration(dnsName, vmSize) + vmutils.ConfigureDeploymentFromPlatformImage( + &role, + vmImage, + fmt.Sprintf("http://%s.blob.core.windows.net/sdktest/%s.vhd", storageAccount, dnsName), + "") +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.go.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.go.result new file mode 100644 index 000000000..0af2613ac --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.go.result @@ -0,0 +1,9942 @@ +{ + "abyss": [ + { + "content": "package", + "color": "#225588", + "_t": "go.keyword.package", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "main", + "color": "#6688CC", + "_t": "entity.go.name.package", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "import", + "color": "#225588", + "_t": "go.import.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "encoding/base64", + "color": "#22AA44", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "fmt", + "color": "#22AA44", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "func", + "color": "#225588", + "_t": "function.go.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "main", + "color": "#DDBB88", + "_t": "entity.function.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "dnsName", + "color": "#6688CC", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":=", + "color": "#225588", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "test-vm-from-go", + "color": "#22AA44", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "storageAccount", + "color": "#6688CC", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":=", + "color": "#225588", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "mystorageaccount", + "color": "#22AA44", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "client", + "color": "#6688CC", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "err", + "color": "#6688CC", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":=", + "color": "#225588", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " management", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ClientFromPublishSettingsFile", + "color": "#9966B8", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "path/to/downloaded.publishsettings", + "color": "#22AA44", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.go.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " err ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "!=", + "color": "#225588", + "_t": "comparison.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "nil", + "color": "#F280D0", + "_t": "constant.go.language", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "panic", + "color": "#9966B8", + "_t": "builtin.function.go.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "err", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.go.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " create virtual machine", + "color": "#223355", + "_t": "comment.double-slash.go.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "role", + "color": "#6688CC", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":=", + "color": "#225588", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " vmutils", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "NewVMConfiguration", + "color": "#9966B8", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "dnsName", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " vmSize", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " vmutils", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ConfigureDeploymentFromPlatformImage", + "color": "#9966B8", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "&", + "color": "#225588", + "_t": "address.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "role", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " vmImage", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " fmt", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Sprintf", + "color": "#9966B8", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "http://", + "color": "#22AA44", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "%s", + "color": "#F280D0", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ".blob.core.windows.net/sdktest/", + "color": "#22AA44", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "%s", + "color": "#F280D0", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ".vhd", + "color": "#22AA44", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " storageAccount", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " dnsName", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "package", + "color": "#569CD6", + "_t": "go.keyword.package", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "main", + "color": "#D4D4D4", + "_t": "entity.go.name.package", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "go.import.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "encoding/base64", + "color": "#CE9178", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "fmt", + "color": "#CE9178", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "func", + "color": "#569CD6", + "_t": "function.go.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "main", + "color": "#D4D4D4", + "_t": "entity.function.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dnsName", + "color": "#D4D4D4", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":=", + "color": "#D4D4D4", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "test-vm-from-go", + "color": "#CE9178", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "storageAccount", + "color": "#D4D4D4", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":=", + "color": "#D4D4D4", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "mystorageaccount", + "color": "#CE9178", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "client", + "color": "#D4D4D4", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "err", + "color": "#D4D4D4", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":=", + "color": "#D4D4D4", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " management", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ClientFromPublishSettingsFile", + "color": "#D4D4D4", + "_t": "function.go.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "path/to/downloaded.publishsettings", + "color": "#CE9178", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.go.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " err ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "!=", + "color": "#D4D4D4", + "_t": "comparison.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "nil", + "color": "#569CD6", + "_t": "constant.go.language", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "panic", + "color": "#D4D4D4", + "_t": "builtin.function.go.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "err", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.go.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " create virtual machine", + "color": "#608B4E", + "_t": "comment.double-slash.go.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "role", + "color": "#D4D4D4", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":=", + "color": "#D4D4D4", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " vmutils", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NewVMConfiguration", + "color": "#D4D4D4", + "_t": "function.go.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dnsName", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " vmSize", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " vmutils", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ConfigureDeploymentFromPlatformImage", + "color": "#D4D4D4", + "_t": "function.go.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#D4D4D4", + "_t": "address.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "role", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " vmImage", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " fmt", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Sprintf", + "color": "#D4D4D4", + "_t": "function.go.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "http://", + "color": "#CE9178", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%s", + "color": "#CE9178", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".blob.core.windows.net/sdktest/", + "color": "#CE9178", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%s", + "color": "#CE9178", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".vhd", + "color": "#CE9178", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " storageAccount", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " dnsName", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "package", + "color": "#0000FF", + "_t": "go.keyword.package", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "main", + "color": "#000000", + "_t": "entity.go.name.package", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "go.import.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "encoding/base64", + "color": "#A31515", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "fmt", + "color": "#A31515", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "func", + "color": "#0000FF", + "_t": "function.go.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "main", + "color": "#000000", + "_t": "entity.function.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dnsName", + "color": "#000000", + "_t": "assignment.go.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":=", + "color": "#000000", + "_t": "assignment.go.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "test-vm-from-go", + "color": "#A31515", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "storageAccount", + "color": "#000000", + "_t": "assignment.go.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":=", + "color": "#000000", + "_t": "assignment.go.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "mystorageaccount", + "color": "#A31515", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "client", + "color": "#000000", + "_t": "assignment.go.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "err", + "color": "#000000", + "_t": "assignment.go.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":=", + "color": "#000000", + "_t": "assignment.go.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " management", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "go.other.period.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ClientFromPublishSettingsFile", + "color": "#000000", + "_t": "function.go.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "path/to/downloaded.publishsettings", + "color": "#A31515", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.go.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " err ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "!=", + "color": "#000000", + "_t": "comparison.go.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "nil", + "color": "#0000FF", + "_t": "constant.go.language", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "panic", + "color": "#000000", + "_t": "builtin.function.go.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "err", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.go.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " create virtual machine", + "color": "#008000", + "_t": "comment.double-slash.go.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "role", + "color": "#000000", + "_t": "assignment.go.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":=", + "color": "#000000", + "_t": "assignment.go.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " vmutils", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "go.other.period.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NewVMConfiguration", + "color": "#000000", + "_t": "function.go.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dnsName", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " vmSize", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " vmutils", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "go.other.period.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ConfigureDeploymentFromPlatformImage", + "color": "#000000", + "_t": "function.go.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#000000", + "_t": "address.go.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "role", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " vmImage", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " fmt", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "go.other.period.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Sprintf", + "color": "#000000", + "_t": "function.go.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "http://", + "color": "#A31515", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%s", + "color": "#A31515", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ".blob.core.windows.net/sdktest/", + "color": "#A31515", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%s", + "color": "#A31515", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ".vhd", + "color": "#A31515", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " storageAccount", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " dnsName", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "package", + "color": "#569CD6", + "_t": "go.keyword.package", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "main", + "color": "#FFFFFF", + "_t": "entity.go.name.package", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "go.import.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "encoding/base64", + "color": "#CE9178", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "fmt", + "color": "#CE9178", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "func", + "color": "#569CD6", + "_t": "function.go.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "main", + "color": "#FFFFFF", + "_t": "entity.function.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "dnsName", + "color": "#FFFFFF", + "_t": "assignment.go.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":=", + "color": "#D4D4D4", + "_t": "assignment.go.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "test-vm-from-go", + "color": "#CE9178", + "_t": "double.go.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "storageAccount", + "color": "#FFFFFF", + "_t": "assignment.go.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":=", + "color": "#D4D4D4", + "_t": "assignment.go.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "mystorageaccount", + "color": "#CE9178", + "_t": "double.go.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "client", + "color": "#FFFFFF", + "_t": "assignment.go.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.go.other.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "err", + "color": "#FFFFFF", + "_t": "assignment.go.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":=", + "color": "#D4D4D4", + "_t": "assignment.go.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " management", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "go.other.period.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "ClientFromPublishSettingsFile", + "color": "#FFFFFF", + "_t": "function.go.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "path/to/downloaded.publishsettings", + "color": "#CE9178", + "_t": "double.go.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.go.other.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.go.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " err ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "!=", + "color": "#D4D4D4", + "_t": "comparison.go.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "nil", + "color": "#569CD6", + "_t": "constant.go.language", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "panic", + "color": "#FFFFFF", + "_t": "builtin.function.go.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "err", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.go.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " create virtual machine", + "color": "#7CA668", + "_t": "comment.double-slash.go.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "role", + "color": "#FFFFFF", + "_t": "assignment.go.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":=", + "color": "#D4D4D4", + "_t": "assignment.go.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " vmutils", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "go.other.period.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "NewVMConfiguration", + "color": "#FFFFFF", + "_t": "function.go.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "dnsName", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.go.other.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " vmSize", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " vmutils", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "go.other.period.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "ConfigureDeploymentFromPlatformImage", + "color": "#FFFFFF", + "_t": "function.go.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#D4D4D4", + "_t": "address.go.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "role", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.go.other.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " vmImage", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.go.other.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " fmt", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "go.other.period.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Sprintf", + "color": "#FFFFFF", + "_t": "function.go.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "http://", + "color": "#CE9178", + "_t": "double.go.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%s", + "color": "#CE9178", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".blob.core.windows.net/sdktest/", + "color": "#CE9178", + "_t": "double.go.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%s", + "color": "#CE9178", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".vhd", + "color": "#CE9178", + "_t": "double.go.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.go.other.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " storageAccount", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.go.other.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " dnsName", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.go.other.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "package", + "color": "#569CD6", + "_t": "go.keyword.package", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "main", + "color": "#D4D4D4", + "_t": "entity.go.name.package", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "go.import.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "encoding/base64", + "color": "#CE9178", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "fmt", + "color": "#CE9178", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "func", + "color": "#569CD6", + "_t": "function.go.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "main", + "color": "#DCDCAA", + "_t": "entity.function.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dnsName", + "color": "#9CDCFE", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":=", + "color": "#D4D4D4", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "test-vm-from-go", + "color": "#CE9178", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "storageAccount", + "color": "#9CDCFE", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":=", + "color": "#D4D4D4", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "mystorageaccount", + "color": "#CE9178", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "client", + "color": "#9CDCFE", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "err", + "color": "#9CDCFE", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":=", + "color": "#D4D4D4", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " management", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ClientFromPublishSettingsFile", + "color": "#DCDCAA", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "path/to/downloaded.publishsettings", + "color": "#CE9178", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.go.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " err ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "!=", + "color": "#D4D4D4", + "_t": "comparison.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "nil", + "color": "#569CD6", + "_t": "constant.go.language", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "panic", + "color": "#DCDCAA", + "_t": "builtin.function.go.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "err", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.go.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " create virtual machine", + "color": "#608B4E", + "_t": "comment.double-slash.go.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "role", + "color": "#9CDCFE", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":=", + "color": "#D4D4D4", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " vmutils", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NewVMConfiguration", + "color": "#DCDCAA", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dnsName", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " vmSize", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " vmutils", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ConfigureDeploymentFromPlatformImage", + "color": "#DCDCAA", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#D4D4D4", + "_t": "address.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "role", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " vmImage", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " fmt", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Sprintf", + "color": "#DCDCAA", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "http://", + "color": "#CE9178", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%s", + "color": "#CE9178", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".blob.core.windows.net/sdktest/", + "color": "#CE9178", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%s", + "color": "#CE9178", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".vhd", + "color": "#CE9178", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " storageAccount", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " dnsName", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "package", + "color": "#0000FF", + "_t": "go.keyword.package", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "main", + "color": "#000000", + "_t": "entity.go.name.package", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "go.import.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "encoding/base64", + "color": "#A31515", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "fmt", + "color": "#A31515", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "func", + "color": "#0000FF", + "_t": "function.go.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "main", + "color": "#795E26", + "_t": "entity.function.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "()", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dnsName", + "color": "#001080", + "_t": "assignment.go.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":=", + "color": "#000000", + "_t": "assignment.go.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "test-vm-from-go", + "color": "#A31515", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "storageAccount", + "color": "#001080", + "_t": "assignment.go.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":=", + "color": "#000000", + "_t": "assignment.go.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "mystorageaccount", + "color": "#A31515", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "client", + "color": "#001080", + "_t": "assignment.go.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "err", + "color": "#001080", + "_t": "assignment.go.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":=", + "color": "#000000", + "_t": "assignment.go.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " management", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "go.other.period.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ClientFromPublishSettingsFile", + "color": "#795E26", + "_t": "function.go.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "path/to/downloaded.publishsettings", + "color": "#A31515", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.go.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " err ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "!=", + "color": "#000000", + "_t": "comparison.go.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "nil", + "color": "#0000FF", + "_t": "constant.go.language", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "panic", + "color": "#795E26", + "_t": "builtin.function.go.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "err", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.go.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " create virtual machine", + "color": "#008000", + "_t": "comment.double-slash.go.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "role", + "color": "#001080", + "_t": "assignment.go.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":=", + "color": "#000000", + "_t": "assignment.go.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " vmutils", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "go.other.period.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NewVMConfiguration", + "color": "#795E26", + "_t": "function.go.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dnsName", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " vmSize", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " vmutils", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "go.other.period.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ConfigureDeploymentFromPlatformImage", + "color": "#795E26", + "_t": "function.go.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#000000", + "_t": "address.go.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "role", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " vmImage", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " fmt", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "go.other.period.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Sprintf", + "color": "#795E26", + "_t": "function.go.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "http://", + "color": "#A31515", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%s", + "color": "#A31515", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ".blob.core.windows.net/sdktest/", + "color": "#A31515", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%s", + "color": "#A31515", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ".vhd", + "color": "#A31515", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " storageAccount", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " dnsName", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "package", + "color": "#98676A", + "_t": "go.keyword.package", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "main", + "color": "#D3AF86", + "_t": "entity.go.name.package", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "import", + "color": "#98676A", + "_t": "go.import.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "encoding/base64", + "color": "#889B4A", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "fmt", + "color": "#889B4A", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "func", + "color": "#98676A", + "_t": "function.go.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "main", + "color": "#8AB1B0", + "_t": "entity.function.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "dnsName", + "color": "#DC3958", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":=", + "color": "#D3AF86", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "test-vm-from-go", + "color": "#889B4A", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "storageAccount", + "color": "#DC3958", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":=", + "color": "#D3AF86", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "mystorageaccount", + "color": "#889B4A", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "client", + "color": "#DC3958", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "err", + "color": "#DC3958", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":=", + "color": "#D3AF86", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " management", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "ClientFromPublishSettingsFile", + "color": "#7E602C", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "path/to/downloaded.publishsettings", + "color": "#889B4A", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.go.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " err ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "!=", + "color": "#D3AF86", + "_t": "comparison.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "nil", + "color": "#F79A32", + "_t": "constant.go.language", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "panic", + "color": "#7E602C", + "_t": "builtin.function.go.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "err", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.go.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " create virtual machine", + "color": "#A57A4C", + "_t": "comment.double-slash.go.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "role", + "color": "#DC3958", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":=", + "color": "#D3AF86", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " vmutils", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "NewVMConfiguration", + "color": "#7E602C", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "dnsName", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " vmSize", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " vmutils", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "ConfigureDeploymentFromPlatformImage", + "color": "#7E602C", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "&", + "color": "#D3AF86", + "_t": "address.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "role", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " vmImage", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " fmt", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Sprintf", + "color": "#7E602C", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "http://", + "color": "#889B4A", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "%s", + "color": "#F79A32", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ".blob.core.windows.net/sdktest/", + "color": "#889B4A", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "%s", + "color": "#F79A32", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ".vhd", + "color": "#889B4A", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " storageAccount", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " dnsName", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "package", + "color": "#F92672", + "_t": "go.keyword.package", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "main", + "color": "#F8F8F2", + "_t": "entity.go.name.package", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "import", + "color": "#F92672", + "_t": "go.import.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "encoding/base64", + "color": "#E6DB74", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "fmt", + "color": "#E6DB74", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "func", + "color": "#F92672", + "_t": "function.go.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "main", + "color": "#A6E22E", + "_t": "entity.function.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "dnsName", + "color": "#F8F8F2", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":=", + "color": "#F92672", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "test-vm-from-go", + "color": "#E6DB74", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "storageAccount", + "color": "#F8F8F2", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":=", + "color": "#F92672", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "mystorageaccount", + "color": "#E6DB74", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "client", + "color": "#F8F8F2", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "err", + "color": "#F8F8F2", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":=", + "color": "#F92672", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " management", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ClientFromPublishSettingsFile", + "color": "#66D9EF", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "path/to/downloaded.publishsettings", + "color": "#E6DB74", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.go.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " err ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "!=", + "color": "#F92672", + "_t": "comparison.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "nil", + "color": "#AE81FF", + "_t": "constant.go.language", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "panic", + "color": "#66D9EF", + "_t": "builtin.function.go.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "err", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.go.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " create virtual machine", + "color": "#75715E", + "_t": "comment.double-slash.go.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "role", + "color": "#F8F8F2", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":=", + "color": "#F92672", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " vmutils", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "NewVMConfiguration", + "color": "#66D9EF", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "dnsName", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " vmSize", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " vmutils", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ConfigureDeploymentFromPlatformImage", + "color": "#66D9EF", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "&", + "color": "#F92672", + "_t": "address.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "role", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " vmImage", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " fmt", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Sprintf", + "color": "#66D9EF", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "http://", + "color": "#E6DB74", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "%s", + "color": "#AE81FF", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ".blob.core.windows.net/sdktest/", + "color": "#E6DB74", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "%s", + "color": "#AE81FF", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ".vhd", + "color": "#E6DB74", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " storageAccount", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " dnsName", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "package", + "color": "#676867", + "_t": "go.keyword.package", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "main", + "color": "#C5C8C6", + "_t": "entity.go.name.package", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "import", + "color": "#676867", + "_t": "go.import.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "encoding/base64", + "color": "#9AA83A", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "fmt", + "color": "#9AA83A", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "func", + "color": "#676867", + "_t": "function.go.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "main", + "color": "#CE6700", + "_t": "entity.function.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "dnsName", + "color": "#6089B4", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":=", + "color": "#676867", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "test-vm-from-go", + "color": "#9AA83A", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "storageAccount", + "color": "#6089B4", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":=", + "color": "#676867", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "mystorageaccount", + "color": "#9AA83A", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "client", + "color": "#6089B4", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "err", + "color": "#6089B4", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":=", + "color": "#676867", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " management", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "ClientFromPublishSettingsFile", + "color": "#9872A2", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "path/to/downloaded.publishsettings", + "color": "#9AA83A", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.go.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " err ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "!=", + "color": "#676867", + "_t": "comparison.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "nil", + "color": "#FF0080", + "_t": "constant.go.language", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "panic", + "color": "#9872A2", + "_t": "builtin.function.go.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "err", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.go.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " create virtual machine", + "color": "#9A9B99", + "_t": "comment.double-slash.go.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "role", + "color": "#6089B4", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":=", + "color": "#676867", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " vmutils", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "NewVMConfiguration", + "color": "#9872A2", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "dnsName", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " vmSize", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " vmutils", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "ConfigureDeploymentFromPlatformImage", + "color": "#9872A2", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "&", + "color": "#676867", + "_t": "address.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "role", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " vmImage", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " fmt", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Sprintf", + "color": "#9872A2", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "http://", + "color": "#9AA83A", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "%s", + "color": "#8080FF", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ".blob.core.windows.net/sdktest/", + "color": "#9AA83A", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "%s", + "color": "#8080FF", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ".vhd", + "color": "#9AA83A", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " storageAccount", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " dnsName", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "package", + "color": "#4B83CD", + "_t": "go.keyword.package", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "main", + "color": "#333333", + "_t": "entity.go.name.package", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "import", + "color": "#4B83CD", + "_t": "go.import.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "encoding/base64", + "color": "#448C27", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "fmt", + "color": "#448C27", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "func", + "color": "#4B83CD", + "_t": "function.go.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "main", + "color": "#AA3731", + "_t": "entity.function.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "()", + "color": "#777777", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "dnsName", + "color": "#7A3E9D", + "_t": "assignment.go.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":=", + "color": "#777777", + "_t": "assignment.go.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "test-vm-from-go", + "color": "#448C27", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "storageAccount", + "color": "#7A3E9D", + "_t": "assignment.go.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":=", + "color": "#777777", + "_t": "assignment.go.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "mystorageaccount", + "color": "#448C27", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "client", + "color": "#7A3E9D", + "_t": "assignment.go.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#777777", + "_t": "comma.go.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "err", + "color": "#7A3E9D", + "_t": "assignment.go.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":=", + "color": "#777777", + "_t": "assignment.go.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " management", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "go.other.period.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "ClientFromPublishSettingsFile", + "color": "#AA3731", + "_t": "function.go.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "path/to/downloaded.publishsettings", + "color": "#448C27", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#777777", + "_t": "comma.go.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.go.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " err ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "!=", + "color": "#777777", + "_t": "comparison.go.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "nil", + "color": "#AB6526", + "_t": "constant.go.language", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "panic", + "color": "#AA3731", + "_t": "builtin.function.go.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "err", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.go.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " create virtual machine", + "color": "#AAAAAA", + "_t": "comment.double-slash.go.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "role", + "color": "#7A3E9D", + "_t": "assignment.go.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":=", + "color": "#777777", + "_t": "assignment.go.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " vmutils", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "go.other.period.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "NewVMConfiguration", + "color": "#AA3731", + "_t": "function.go.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "dnsName", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ",", + "color": "#777777", + "_t": "comma.go.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " vmSize", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " vmutils", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "go.other.period.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "ConfigureDeploymentFromPlatformImage", + "color": "#AA3731", + "_t": "function.go.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "&", + "color": "#777777", + "_t": "address.go.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "role", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ",", + "color": "#777777", + "_t": "comma.go.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " vmImage", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ",", + "color": "#777777", + "_t": "comma.go.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " fmt", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "go.other.period.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Sprintf", + "color": "#AA3731", + "_t": "function.go.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "http://", + "color": "#448C27", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "%s", + "color": "#448C27", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ".blob.core.windows.net/sdktest/", + "color": "#448C27", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "%s", + "color": "#448C27", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ".vhd", + "color": "#448C27", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#777777", + "_t": "comma.go.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " storageAccount", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ",", + "color": "#777777", + "_t": "comma.go.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " dnsName", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#777777", + "_t": "comma.go.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "package", + "color": "#F12727", + "_t": "go.keyword.package", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "main", + "color": "#FEC758", + "_t": "entity.go.name.package", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "import", + "color": "#F12727", + "_t": "go.import.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "encoding/base64", + "color": "#CD8D8D", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "fmt", + "color": "#CD8D8D", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "func", + "color": "#F12727", + "_t": "function.go.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "main", + "color": "#FEC758", + "_t": "entity.function.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "dnsName", + "color": "#FB9A4B", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":=", + "color": "#F12727", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "test-vm-from-go", + "color": "#CD8D8D", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "storageAccount", + "color": "#FB9A4B", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":=", + "color": "#F12727", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "mystorageaccount", + "color": "#CD8D8D", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "client", + "color": "#FB9A4B", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "err", + "color": "#FB9A4B", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":=", + "color": "#F12727", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " management", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "ClientFromPublishSettingsFile", + "color": "#FFB454", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "path/to/downloaded.publishsettings", + "color": "#CD8D8D", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.go.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " err ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "!=", + "color": "#F12727", + "_t": "comparison.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "nil", + "color": "#994646", + "_t": "constant.go.language", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "panic", + "color": "#FFB454", + "_t": "builtin.function.go.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "err", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.go.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " create virtual machine", + "color": "#E7C0C0", + "_t": "comment.double-slash.go.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "role", + "color": "#FB9A4B", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":=", + "color": "#F12727", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " vmutils", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "NewVMConfiguration", + "color": "#FFB454", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "dnsName", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " vmSize", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " vmutils", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "ConfigureDeploymentFromPlatformImage", + "color": "#FFB454", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "&", + "color": "#F12727", + "_t": "address.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "role", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " vmImage", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " fmt", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Sprintf", + "color": "#FFB454", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "http://", + "color": "#CD8D8D", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "%s", + "color": "#FFE862", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.constant rgb(255, 232, 98)" + }, + { + "content": ".blob.core.windows.net/sdktest/", + "color": "#CD8D8D", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "%s", + "color": "#FFE862", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.constant rgb(255, 232, 98)" + }, + { + "content": ".vhd", + "color": "#CD8D8D", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " storageAccount", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " dnsName", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "package", + "color": "#859900", + "_t": "go.keyword.package", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "main", + "color": "#93A1A1", + "_t": "entity.go.name.package", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "import", + "color": "#859900", + "_t": "go.import.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "encoding/base64", + "color": "#2AA198", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "fmt", + "color": "#2AA198", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "func", + "color": "#859900", + "_t": "function.go.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "main", + "color": "#268BD2", + "_t": "entity.function.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "dnsName", + "color": "#268BD2", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":=", + "color": "#859900", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "test-vm-from-go", + "color": "#2AA198", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "storageAccount", + "color": "#268BD2", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":=", + "color": "#859900", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "mystorageaccount", + "color": "#2AA198", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "client", + "color": "#268BD2", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "err", + "color": "#268BD2", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":=", + "color": "#859900", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " management", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "ClientFromPublishSettingsFile", + "color": "#268BD2", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "path/to/downloaded.publishsettings", + "color": "#2AA198", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.go.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " err ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "!=", + "color": "#859900", + "_t": "comparison.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "nil", + "color": "#B58900", + "_t": "constant.go.language", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "panic", + "color": "#268BD2", + "_t": "builtin.function.go.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "err", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.go.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " create virtual machine", + "color": "#657B83", + "_t": "comment.double-slash.go.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "role", + "color": "#268BD2", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":=", + "color": "#859900", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " vmutils", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "NewVMConfiguration", + "color": "#268BD2", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "dnsName", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " vmSize", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " vmutils", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "ConfigureDeploymentFromPlatformImage", + "color": "#268BD2", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "&", + "color": "#859900", + "_t": "address.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "role", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " vmImage", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " fmt", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Sprintf", + "color": "#268BD2", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "http://", + "color": "#2AA198", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%s", + "color": "#CB4B16", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ".blob.core.windows.net/sdktest/", + "color": "#2AA198", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%s", + "color": "#CB4B16", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ".vhd", + "color": "#2AA198", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " storageAccount", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " dnsName", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "package", + "color": "#859900", + "_t": "go.keyword.package", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "main", + "color": "#586E75", + "_t": "entity.go.name.package", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "import", + "color": "#859900", + "_t": "go.import.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "encoding/base64", + "color": "#2AA198", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "fmt", + "color": "#2AA198", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "func", + "color": "#859900", + "_t": "function.go.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "main", + "color": "#268BD2", + "_t": "entity.function.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "dnsName", + "color": "#268BD2", + "_t": "assignment.go.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":=", + "color": "#859900", + "_t": "assignment.go.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "test-vm-from-go", + "color": "#2AA198", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "storageAccount", + "color": "#268BD2", + "_t": "assignment.go.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":=", + "color": "#859900", + "_t": "assignment.go.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "mystorageaccount", + "color": "#2AA198", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "client", + "color": "#268BD2", + "_t": "assignment.go.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.go.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "err", + "color": "#268BD2", + "_t": "assignment.go.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":=", + "color": "#859900", + "_t": "assignment.go.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " management", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "go.other.period.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "ClientFromPublishSettingsFile", + "color": "#268BD2", + "_t": "function.go.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "path/to/downloaded.publishsettings", + "color": "#2AA198", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.go.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.go.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " err ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "!=", + "color": "#859900", + "_t": "comparison.go.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "nil", + "color": "#B58900", + "_t": "constant.go.language", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "panic", + "color": "#268BD2", + "_t": "builtin.function.go.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "err", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.go.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " create virtual machine", + "color": "#93A1A1", + "_t": "comment.double-slash.go.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "role", + "color": "#268BD2", + "_t": "assignment.go.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":=", + "color": "#859900", + "_t": "assignment.go.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " vmutils", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "go.other.period.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "NewVMConfiguration", + "color": "#268BD2", + "_t": "function.go.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "dnsName", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.go.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " vmSize", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " vmutils", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "go.other.period.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "ConfigureDeploymentFromPlatformImage", + "color": "#268BD2", + "_t": "function.go.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "&", + "color": "#859900", + "_t": "address.go.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "role", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.go.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " vmImage", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.go.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " fmt", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "go.other.period.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Sprintf", + "color": "#268BD2", + "_t": "function.go.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "http://", + "color": "#2AA198", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%s", + "color": "#CB4B16", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ".blob.core.windows.net/sdktest/", + "color": "#2AA198", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%s", + "color": "#CB4B16", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ".vhd", + "color": "#2AA198", + "_t": "double.go.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.go.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " storageAccount", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.go.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " dnsName", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.go.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "package", + "color": "#EBBBFF", + "_t": "go.keyword.package", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "main", + "color": "#FFFFFF", + "_t": "entity.go.name.package", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "import", + "color": "#EBBBFF", + "_t": "go.import.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "encoding/base64", + "color": "#D1F1A9", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "fmt", + "color": "#D1F1A9", + "_t": "double.entity.go.import.name.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "func", + "color": "#EBBBFF", + "_t": "function.go.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "main", + "color": "#BBDAFF", + "_t": "entity.function.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "dnsName", + "color": "#FF9DA4", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":=", + "color": "#99FFFF", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "test-vm-from-go", + "color": "#D1F1A9", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "storageAccount", + "color": "#FF9DA4", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":=", + "color": "#99FFFF", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "mystorageaccount", + "color": "#D1F1A9", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "client", + "color": "#FF9DA4", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "err", + "color": "#FF9DA4", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":=", + "color": "#99FFFF", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " management", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "ClientFromPublishSettingsFile", + "color": "#BBDAFF", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "path/to/downloaded.publishsettings", + "color": "#D1F1A9", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.go.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " err ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "!=", + "color": "#99FFFF", + "_t": "comparison.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "nil", + "color": "#FFC58F", + "_t": "constant.go.language", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "panic", + "color": "#BBDAFF", + "_t": "builtin.function.go.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "err", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.go.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " create virtual machine", + "color": "#7285B7", + "_t": "comment.double-slash.go.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "role", + "color": "#FF9DA4", + "_t": "assignment.go.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":=", + "color": "#99FFFF", + "_t": "assignment.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " vmutils", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "NewVMConfiguration", + "color": "#BBDAFF", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "dnsName", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " vmSize", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " vmutils", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "ConfigureDeploymentFromPlatformImage", + "color": "#BBDAFF", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#99FFFF", + "_t": "address.go.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "role", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " vmImage", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " fmt", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "go.other.period.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Sprintf", + "color": "#BBDAFF", + "_t": "function.go.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "http://", + "color": "#D1F1A9", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "%s", + "color": "#FFFFFF", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": ".blob.core.windows.net/sdktest/", + "color": "#D1F1A9", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "%s", + "color": "#FFFFFF", + "_t": "constant.double.go.other.placeholder.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": ".vhd", + "color": "#D1F1A9", + "_t": "double.go.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " storageAccount", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " dnsName", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.go.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "bracket.go.other.punctuation.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.go.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.go.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.go.result.patch new file mode 100644 index 000000000..e40d84ebe --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.go.result.patch @@ -0,0 +1,42 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [ + { + "index": 102, + "content": "%s", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 104, + "content": "%s", + "color": "#448C27", + "newColor": "#AB6526" + } + ], + "red": [ + { + "index": 8, + "content": "encoding/base64", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 12, + "content": "fmt", + "color": "#CD8D8D", + "newColor": "#FEC758" + } + ], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.groovy b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.groovy new file mode 100644 index 000000000..f367f3005 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.groovy @@ -0,0 +1,219 @@ + +// Hello World +println "Hello world!" + +/* + Variables: + + You can assign values to variables for later use +*/ + +def x = 1 +println x + +x = new java.util.Date() +println x + +x = -3.1499392 +println x + +x = false +println x + +x = "Groovy!" +println x + +/* + Collections and maps +*/ + +//Creating an empty list +def technologies = [] + +/*** Adding a elements to the list ***/ + +// As with Java +technologies.add("Grails") + +// Left shift adds, and returns the list +technologies << "Groovy" + +// Add multiple elements +technologies.addAll(["Gradle","Griffon"]) + +/*** Removing elements from the list ***/ + +// As with Java +technologies.remove("Griffon") + +// Subtraction works also +technologies = technologies - 'Grails' + +/*** Iterating Lists ***/ + +// Iterate over elements of a list +technologies.each { println "Technology: $it"} +technologies.eachWithIndex { it, i -> println "$i: $it"} + +/*** Checking List contents ***/ + +//Evaluate if a list contains element(s) (boolean) +contained = technologies.contains( 'Groovy' ) + +// Or +contained = 'Groovy' in technologies + +// To sort without mutating original, you can do: +sortedTechnologies = technologies.sort( false ) + + +//Replace all elements in the list +Collections.replaceAll(technologies, 'Gradle', 'gradle') + +//Shuffle a list +Collections.shuffle(technologies, new Random()) + +//Clear a list +technologies.clear() + +//Creating an empty map +def devMap = [:] + +//Add values +devMap = ['name':'Roberto', 'framework':'Grails', 'language':'Groovy'] +devMap.put('lastName','Perez') + +//Iterate over elements of a map +devMap.each { println "$it.key: $it.value" } +devMap.eachWithIndex { it, i -> println "$i: $it"} + +//Evaluate if a map contains a key +assert devMap.containsKey('name') + +//Get the keys of a map +println devMap.keySet() + +class Foo { + // read only property + final String name = "Roberto" + + // read only property with public getter and protected setter + String language + protected void setLanguage(String language) { this.language = language } + + // dynamically typed property + def lastName +} + +/* + Logical Branching and Looping +*/ + +//Groovy supports the usual if - else syntax +def x = 3 + +if(x==1) { + println "One" +} else if(x==2) { + println "Two" +} else { + println "X greater than Two" +} + +//Groovy also supports the ternary operator: +def y = 10 +def x = (y > 1) ? "worked" : "failed" +assert x == "worked" + +//Groovy supports 'The Elvis Operator' too! +//Instead of using the ternary operator: + +displayName = user.name ? user.name : 'Anonymous' + +//We can write it: +displayName = user.name ?: 'Anonymous' + +//For loop +//Iterate over a range +def x = 0 +for (i in 0 .. 30) { + x += i +} + +//Iterate over a list +x = 0 +for( i in [5,3,2,1] ) { + x += i +} + +//Iterate over an array +array = (0..20).toArray() +x = 0 +for (i in array) { + x += i +} + +//Iterate over a map +def map = ['name':'Roberto', 'framework':'Grails', 'language':'Groovy'] +x = 0 +for ( e in map ) { + x += e.value +} + +def technologies = ['Groovy','Grails','Gradle'] +technologies*.toUpperCase() // = to technologies.collect { it?.toUpperCase() } + +def user = User.get(1) +def username = user?.username + +def clos = { println "Hello World!" } + +def sum = { a, b -> println a+b } +sum(2,4) + +def x = 5 +def multiplyBy = { num -> num * x } +println multiplyBy(10) + +def clos = { print it } +clos( "hi" ) + +def cl = {a, b -> + sleep(3000) // simulate some time consuming processing + a + b +} + +mem = cl.memoize() + +def callClosure(a, b) { + def start = System.currentTimeMillis() + mem(a, b) + println "Inputs(a = $a, b = $b) - took ${System.currentTimeMillis() - start} msecs." +} + +callClosure(1, 2) + +//Another example: +import groovy.transform.TypeChecked + +@TypeChecked +Integer test() { + Integer num = "1" + + Integer[] numbers = [1,2,3,4] + + Date date = numbers[1] + + return "Test" + +} + +//CompileStatic example: +import groovy.transform.CompileStatic + +@CompileStatic +int sum(int x, int y) { + x + y +} + +assert sum(2,5) == 7 diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.groovy.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.groovy.result new file mode 100644 index 000000000..97f772d31 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.groovy.result @@ -0,0 +1,79242 @@ +{ + "abyss": [ + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Hello World", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "println", + "color": "#9966B8", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Hello world!", + "color": "#22AA44", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Variables:", + "color": "#223355", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " You can assign values to variables for later use", + "color": "#223355", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x", + "color": "#6688CC", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "println", + "color": "#9966B8", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " x", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "new", + "color": "#225588", + "_t": "control.groovy.keyword.new", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "java.util.Date", + "color": "#9966B8", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "println", + "color": "#9966B8", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " x", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-3.1499392", + "color": "#F280D0", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "println", + "color": "#9966B8", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " x", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "false", + "color": "#F280D0", + "_t": "constant.groovy.language", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": "println", + "color": "#9966B8", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " x", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Groovy!", + "color": "#22AA44", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "println", + "color": "#9966B8", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " x", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Collections and maps", + "color": "#223355", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Creating an empty list", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "technologies", + "color": "#6688CC", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "** Adding a elements to the list **", + "color": "#223355", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " As with Java", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "technologies", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "add", + "color": "#6688CC", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Grails", + "color": "#22AA44", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Left shift adds, and returns the list", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "technologies ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<<", + "color": "#225588", + "_t": "groovy.keyword.leftshift.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Groovy", + "color": "#22AA44", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Add multiple elements", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "technologies", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "addAll", + "color": "#6688CC", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.punctuation.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Gradle", + "color": "#22AA44", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "definition.groovy.meta.method-call.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Griffon", + "color": "#22AA44", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.punctuation.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "** Removing elements from the list **", + "color": "#223355", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " As with Java", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "technologies", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "remove", + "color": "#6688CC", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Griffon", + "color": "#22AA44", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Subtraction works also", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "technologies ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " technologies ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Grails", + "color": "#22AA44", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "** Iterating Lists **", + "color": "#223355", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Iterate over elements of a list", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "technologies", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "each { ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "println", + "color": "#9966B8", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Technology: ", + "color": "#22AA44", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$it", + "color": "#22AA44", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "technologies", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "eachWithIndex {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "it", + "color": "#2277FF", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#2277FF", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "->", + "color": "#225588", + "_t": "groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "println", + "color": "#9966B8", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$i", + "color": "#22AA44", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ": ", + "color": "#22AA44", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$it", + "color": "#22AA44", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "** Checking List contents **", + "color": "#223355", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Evaluate if a list contains element(s) (boolean)", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "contained ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " technologies", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "contains", + "color": "#6688CC", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Groovy", + "color": "#22AA44", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Or", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "contained ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Groovy", + "color": "#22AA44", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "in", + "color": "#225588", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " technologies", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " To sort without mutating original, you can do:", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "sortedTechnologies ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " technologies", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "sort", + "color": "#6688CC", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "false", + "color": "#F280D0", + "_t": "constant.groovy.language.meta.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Replace all elements in the list", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Collections", + "color": "#9966B8", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "replaceAll", + "color": "#6688CC", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "technologies", + "color": "#6688CC", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Gradle", + "color": "#22AA44", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "gradle", + "color": "#22AA44", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Shuffle a list", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Collections", + "color": "#9966B8", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "shuffle", + "color": "#6688CC", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "technologies", + "color": "#6688CC", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "new", + "color": "#225588", + "_t": "control.groovy.keyword.meta.method-call.new", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Random", + "color": "#9966B8", + "_t": "groovy.meta.method-call.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Clear a list", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "technologies", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "clear", + "color": "#6688CC", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Creating an empty map", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "devMap", + "color": "#6688CC", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Add values", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "devMap ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "name", + "color": "#22AA44", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Roberto", + "color": "#22AA44", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "framework", + "color": "#22AA44", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Grails", + "color": "#22AA44", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "language", + "color": "#22AA44", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Groovy", + "color": "#22AA44", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "devMap", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "put", + "color": "#6688CC", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "lastName", + "color": "#22AA44", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Perez", + "color": "#22AA44", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Iterate over elements of a map", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "devMap", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "each { ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "println", + "color": "#9966B8", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$it", + "color": "#22AA44", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ".", + "color": "#225588", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "key", + "color": "#22AA44", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ": ", + "color": "#22AA44", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$it", + "color": "#22AA44", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ".", + "color": "#225588", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "value", + "color": "#22AA44", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " }", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "devMap", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "eachWithIndex {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "it", + "color": "#2277FF", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#2277FF", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "->", + "color": "#225588", + "_t": "groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "println", + "color": "#9966B8", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$i", + "color": "#22AA44", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ": ", + "color": "#22AA44", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$it", + "color": "#22AA44", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Evaluate if a map contains a key", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "assert", + "color": "#225588", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " devMap", + "color": "#6688CC", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "assertion.declaration.groovy.keyword.meta.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "containsKey", + "color": "#6688CC", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "name", + "color": "#22AA44", + "_t": "assertion.declaration.groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Get the keys of a map", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "println", + "color": "#9966B8", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " devMap", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "keySet", + "color": "#6688CC", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#225588", + "_t": "class.definition.groovy.identifier.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.definition.groovy.identifier.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Foo", + "color": "#FFEEBB", + "_t": "class.definition.entity.groovy.identifier.meta.name.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " read only property", + "color": "#223355", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "final", + "color": "#225588", + "_t": "body.class.definition.final.groovy.meta.modifier.storage.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "String", + "color": "#9966B8", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "name", + "color": "#6688CC", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.body.class.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.body.class.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Roberto", + "color": "#22AA44", + "_t": "body.class.definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "body.class.definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " read only property with public getter and protected setter", + "color": "#223355", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "String", + "color": "#9966B8", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "language", + "color": "#6688CC", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "protected", + "color": "#225588", + "_t": "access-control.body.class.definition.groovy.java.meta.method.modifier.return-type.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "void", + "color": "#9966B8", + "_t": "body.class.definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "setLanguage", + "color": "#DDBB88", + "_t": "body.class.definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "String", + "color": "#9966B8", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "language", + "color": "#2277FF", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{ ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "body.class.definition.groovy.java.language.meta.method.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "body.class.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "language ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.body.class.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " language ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " dynamically typed property", + "color": "#223355", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "body.class.def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "lastName", + "color": "#6688CC", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "class.definition.end.groovy.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Logical Branching and Looping", + "color": "#223355", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Groovy supports the usual if - else syntax", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x", + "color": "#6688CC", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(x", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "==", + "color": "#225588", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ") {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "println", + "color": "#9966B8", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "One", + "color": "#22AA44", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "} ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "else", + "color": "#225588", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(x", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "==", + "color": "#225588", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ") {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "println", + "color": "#9966B8", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Two", + "color": "#22AA44", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "} ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "else", + "color": "#225588", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "println", + "color": "#9966B8", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "X greater than Two", + "color": "#22AA44", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Groovy also supports the ternary operator:", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "y", + "color": "#6688CC", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "10", + "color": "#F280D0", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x", + "color": "#6688CC", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (y ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">", + "color": "#225588", + "_t": "comparison.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ") ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "?", + "color": "#225588", + "_t": "definition.evaluation.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "worked", + "color": "#22AA44", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "definition.evaluation.expression-seperator.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "failed", + "color": "#22AA44", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "assert", + "color": "#225588", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " x ", + "color": "#6688CC", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "==", + "color": "#225588", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "assertion.begin.declaration.definition.double.groovy.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "worked", + "color": "#22AA44", + "_t": "assertion.declaration.double.groovy.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "assertion.declaration.definition.double.end.groovy.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Groovy supports 'The Elvis Operator' too!", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Instead of using the ternary operator:", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "displayName ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " user", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "name ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "?", + "color": "#225588", + "_t": "evaluation.groovy.keyword.meta.operator.ternary", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " user", + "color": "#6688CC", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "evaluation.groovy.keyword.meta.navigation.operator.ternary", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "name ", + "color": "#6688CC", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "evaluation.expression-seperator.groovy.keyword.meta.operator.ternary", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Anonymous", + "color": "#22AA44", + "_t": "evaluation.groovy.meta.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "We can write it:", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "displayName ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " user", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "name ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "?:", + "color": "#225588", + "_t": "elvis.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Anonymous", + "color": "#22AA44", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "For loop", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Iterate over a range", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x", + "color": "#6688CC", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "for", + "color": "#225588", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (i ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "in", + "color": "#225588", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "..", + "color": "#225588", + "_t": "groovy.keyword.operator.range", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "30", + "color": "#F280D0", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ") {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " x ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " i", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Iterate over a list", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "x ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "for", + "color": "#225588", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "( i ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "in", + "color": "#225588", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ) {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " x ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " i", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Iterate over an array", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "array ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "..", + "color": "#225588", + "_t": "groovy.keyword.operator.range", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "20", + "color": "#F280D0", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "toArray", + "color": "#6688CC", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "for", + "color": "#225588", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (i ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "in", + "color": "#225588", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " array) {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " x ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " i", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Iterate over a map", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "map", + "color": "#6688CC", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "name", + "color": "#22AA44", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Roberto", + "color": "#22AA44", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "framework", + "color": "#22AA44", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Grails", + "color": "#22AA44", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "language", + "color": "#22AA44", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Groovy", + "color": "#22AA44", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "for", + "color": "#225588", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ( e ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "in", + "color": "#225588", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " map ) {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " x ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " e", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "value", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "technologies", + "color": "#6688CC", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Groovy", + "color": "#22AA44", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Grails", + "color": "#22AA44", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Gradle", + "color": "#22AA44", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "technologies", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "toUpperCase", + "color": "#6688CC", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " = to technologies.collect { it?.toUpperCase() }", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "user", + "color": "#6688CC", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "User", + "color": "#9966B8", + "_t": "definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": ".", + "color": "#225588", + "_t": "definition.groovy.keyword.meta.navigation.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "get", + "color": "#6688CC", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "username", + "color": "#6688CC", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " user", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "?.", + "color": "#225588", + "_t": "definition.groovy.keyword.meta.operator.safe-navigation.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "username", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "clos", + "color": "#6688CC", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " { ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "println", + "color": "#9966B8", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Hello World!", + "color": "#22AA44", + "_t": "definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " }", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sum", + "color": "#6688CC", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " {", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#2277FF", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "a", + "color": "#2277FF", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#2277FF", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "b", + "color": "#2277FF", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#2277FF", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "->", + "color": "#225588", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "println", + "color": "#9966B8", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " a", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "b }", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sum", + "color": "#6688CC", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "4", + "color": "#F280D0", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x", + "color": "#6688CC", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "multiplyBy", + "color": "#6688CC", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " {", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#2277FF", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "num", + "color": "#2277FF", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#2277FF", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "->", + "color": "#225588", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " num ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " x }", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "println", + "color": "#9966B8", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "multiplyBy", + "color": "#6688CC", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "10", + "color": "#F280D0", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "clos", + "color": "#6688CC", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " { ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "print", + "color": "#9966B8", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " it }", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "clos", + "color": "#6688CC", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "hi", + "color": "#22AA44", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cl", + "color": "#6688CC", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " {", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#2277FF", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#2277FF", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "b", + "color": "#2277FF", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#2277FF", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "->", + "color": "#225588", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sleep", + "color": "#6688CC", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3000", + "color": "#F280D0", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.meta.punctuation.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " simulate some time consuming processing", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " a ", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " b", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "mem ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " cl", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "memoize", + "color": "#6688CC", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "def.definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "callClosure", + "color": "#DDBB88", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#2277FF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "b", + "color": "#2277FF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "body.def.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " start ", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "System", + "color": "#9966B8", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": ".", + "color": "#225588", + "_t": "body.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "currentTimeMillis", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "mem", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " b", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "println", + "color": "#9966B8", + "_t": "body.definition.function.groovy.java.meta.method.print.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Inputs(a = ", + "color": "#22AA44", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$a", + "color": "#22AA44", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", b = ", + "color": "#22AA44", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$b", + "color": "#22AA44", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ") - took ", + "color": "#22AA44", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "${", + "color": "#22AA44", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "System.currentTimeMillis() - start", + "color": "#22AA44", + "_t": "body.definition.double.embedded.groovy.java.meta.method.quoted.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#22AA44", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " msecs.", + "color": "#22AA44", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "callClosure", + "color": "#6688CC", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Another example:", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "import", + "color": "#225588", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "groovy.import.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "groovy", + "color": "#225588", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": "transform", + "color": "#225588", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": "TypeChecked", + "color": "#225588", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": "@TypeChecked", + "color": "#9966B8", + "_t": "annotation.groovy.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "Integer", + "color": "#9966B8", + "_t": "definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "test", + "color": "#DDBB88", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Integer", + "color": "#9966B8", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " num ", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "1", + "color": "#22AA44", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Integer", + "color": "#9966B8", + "_t": "array.body.definition.groovy.java.meta.method.object.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " numbers ", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "4", + "color": "#F280D0", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Date", + "color": "#9966B8", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " date ", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " numbers", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "body.control.definition.groovy.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Test", + "color": "#22AA44", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "CompileStatic example:", + "color": "#223355", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "import", + "color": "#225588", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "groovy.import.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "groovy", + "color": "#225588", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": "transform", + "color": "#225588", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#225588", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": "CompileStatic", + "color": "#225588", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": "@CompileStatic", + "color": "#9966B8", + "_t": "annotation.groovy.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "int", + "color": "#9966B8", + "_t": "definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sum", + "color": "#DDBB88", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "int", + "color": "#9966B8", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x", + "color": "#2277FF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "int", + "color": "#9966B8", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "y", + "color": "#2277FF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " x ", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arithmetic.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " y", + "color": "#6688CC", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "assert", + "color": "#225588", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sum", + "color": "#6688CC", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "assertion.declaration.definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "==", + "color": "#225588", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "7", + "color": "#F280D0", + "_t": "assertion.constant.declaration.groovy.meta.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + } + ], + "dark_vs": [ + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Hello World", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "function.groovy.print.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Hello world!", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Variables:", + "color": "#608B4E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " You can assign values to variables for later use", + "color": "#608B4E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "function.groovy.print.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " x", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "control.groovy.keyword.new", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "java.util.Date", + "color": "#569CD6", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "function.groovy.print.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " x", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-3.1499392", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "function.groovy.print.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " x", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "constant.groovy.language", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "function.groovy.print.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " x", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Groovy!", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "function.groovy.print.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " x", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Collections and maps", + "color": "#608B4E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Creating an empty list", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "** Adding a elements to the list **", + "color": "#608B4E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " As with Java", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "add", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Grails", + "color": "#CE9178", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Left shift adds, and returns the list", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "technologies ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "groovy.keyword.leftshift.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Groovy", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Add multiple elements", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "addAll", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Gradle", + "color": "#CE9178", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method-call.punctuation.separator.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Griffon", + "color": "#CE9178", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "** Removing elements from the list **", + "color": "#608B4E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " As with Java", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "remove", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Griffon", + "color": "#CE9178", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Subtraction works also", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "technologies ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " technologies ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Grails", + "color": "#CE9178", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "** Iterating Lists **", + "color": "#608B4E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Iterate over elements of a list", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "each { ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "function.groovy.print.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Technology: ", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$it", + "color": "#CE9178", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "eachWithIndex {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "it", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "function.groovy.print.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$i", + "color": "#CE9178", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ": ", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$it", + "color": "#CE9178", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "** Checking List contents **", + "color": "#608B4E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Evaluate if a list contains element(s) (boolean)", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "contained ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "contains", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Groovy", + "color": "#CE9178", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Or", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "contained ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Groovy", + "color": "#CE9178", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " To sort without mutating original, you can do:", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "sortedTechnologies ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "sort", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "constant.groovy.language.meta.method-call", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Replace all elements in the list", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Collections", + "color": "#569CD6", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "replaceAll", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Gradle", + "color": "#CE9178", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "gradle", + "color": "#CE9178", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Shuffle a list", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Collections", + "color": "#569CD6", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "shuffle", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "control.groovy.keyword.meta.method-call.new", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Random", + "color": "#569CD6", + "_t": "groovy.meta.method-call.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Clear a list", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "clear", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Creating an empty map", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "devMap", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Add values", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "devMap ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "name", + "color": "#CE9178", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "groovy.meta.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Roberto", + "color": "#CE9178", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "framework", + "color": "#CE9178", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "groovy.meta.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Grails", + "color": "#CE9178", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "language", + "color": "#CE9178", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "groovy.meta.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Groovy", + "color": "#CE9178", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "devMap", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "put", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "lastName", + "color": "#CE9178", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Perez", + "color": "#CE9178", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Iterate over elements of a map", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "devMap", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "each { ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "function.groovy.print.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$it", + "color": "#CE9178", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#569CD6", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "key", + "color": "#CE9178", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ": ", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$it", + "color": "#CE9178", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#569CD6", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "value", + "color": "#CE9178", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "devMap", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "eachWithIndex {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "it", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "function.groovy.print.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$i", + "color": "#CE9178", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ": ", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$it", + "color": "#CE9178", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Evaluate if a map contains a key", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "assert", + "color": "#569CD6", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " devMap", + "color": "#D4D4D4", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "assertion.declaration.groovy.keyword.meta.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "containsKey", + "color": "#D4D4D4", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "name", + "color": "#CE9178", + "_t": "assertion.declaration.groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Get the keys of a map", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "function.groovy.print.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " devMap", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "keySet", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.definition.groovy.identifier.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.definition.groovy.identifier.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Foo", + "color": "#D4D4D4", + "_t": "class.definition.entity.groovy.identifier.meta.name.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.definition.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " read only property", + "color": "#608B4E", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "final", + "color": "#569CD6", + "_t": "body.class.definition.final.groovy.meta.modifier.storage.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "String", + "color": "#569CD6", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.body.class.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Roberto", + "color": "#CE9178", + "_t": "body.class.definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "body.class.definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " read only property with public getter and protected setter", + "color": "#608B4E", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "String", + "color": "#569CD6", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "language", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "protected", + "color": "#569CD6", + "_t": "access-control.body.class.definition.groovy.java.meta.method.modifier.return-type.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "body.class.definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "setLanguage", + "color": "#D4D4D4", + "_t": "body.class.definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "String", + "color": "#569CD6", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "language", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{ ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "body.class.definition.groovy.java.language.meta.method.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "language ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " language ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " dynamically typed property", + "color": "#608B4E", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "body.class.def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "lastName", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "class.definition.end.groovy.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Logical Branching and Looping", + "color": "#608B4E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Groovy supports the usual if - else syntax", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(x", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "function.groovy.print.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "One", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "} ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(x", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "function.groovy.print.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Two", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "} ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "function.groovy.print.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "X greater than Two", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Groovy also supports the ternary operator:", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "y", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (y ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "comparison.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "definition.evaluation.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "worked", + "color": "#CE9178", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "definition.evaluation.expression-seperator.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "failed", + "color": "#CE9178", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "assert", + "color": "#569CD6", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " x ", + "color": "#D4D4D4", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "assertion.begin.declaration.definition.double.groovy.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "worked", + "color": "#CE9178", + "_t": "assertion.declaration.double.groovy.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "assertion.declaration.definition.double.end.groovy.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Groovy supports 'The Elvis Operator' too!", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Instead of using the ternary operator:", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "displayName ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " user", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "name ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "evaluation.groovy.keyword.meta.operator.ternary", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " user", + "color": "#D4D4D4", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "evaluation.groovy.keyword.meta.navigation.operator.ternary", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "name ", + "color": "#D4D4D4", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "evaluation.expression-seperator.groovy.keyword.meta.operator.ternary", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Anonymous", + "color": "#CE9178", + "_t": "evaluation.groovy.meta.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "We can write it:", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "displayName ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " user", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "name ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "?:", + "color": "#D4D4D4", + "_t": "elvis.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Anonymous", + "color": "#CE9178", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "For loop", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Iterate over a range", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (i ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "..", + "color": "#D4D4D4", + "_t": "groovy.keyword.operator.range", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "30", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " i", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Iterate over a list", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "( i ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ) {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " i", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Iterate over an array", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "array ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "..", + "color": "#D4D4D4", + "_t": "groovy.keyword.operator.range", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "toArray", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (i ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " array) {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " i", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Iterate over a map", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "map", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "name", + "color": "#CE9178", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Roberto", + "color": "#CE9178", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "framework", + "color": "#CE9178", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Grails", + "color": "#CE9178", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "language", + "color": "#CE9178", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Groovy", + "color": "#CE9178", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ( e ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " map ) {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " e", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "value", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Groovy", + "color": "#CE9178", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Grails", + "color": "#CE9178", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Gradle", + "color": "#CE9178", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "toUpperCase", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " = to technologies.collect { it?.toUpperCase() }", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "user", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "User", + "color": "#569CD6", + "_t": "definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "definition.groovy.keyword.meta.navigation.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "get", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "username", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " user", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "?.", + "color": "#D4D4D4", + "_t": "definition.groovy.keyword.meta.operator.safe-navigation.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "username", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "clos", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " { ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Hello World!", + "color": "#CE9178", + "_t": "definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sum", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#D4D4D4", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#D4D4D4", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " a", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b }", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sum", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "multiplyBy", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "num", + "color": "#D4D4D4", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " num ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " x }", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "function.groovy.print.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "multiplyBy", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "clos", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " { ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#D4D4D4", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " it }", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "clos", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hi", + "color": "#CE9178", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cl", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#D4D4D4", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#D4D4D4", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sleep", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3000", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.meta.punctuation.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " simulate some time consuming processing", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " a ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " b", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "mem ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " cl", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "memoize", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "callClosure", + "color": "#D4D4D4", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "body.def.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " start ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "System", + "color": "#569CD6", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "currentTimeMillis", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "mem", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " b", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#D4D4D4", + "_t": "body.definition.function.groovy.java.meta.method.print.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Inputs(a = ", + "color": "#CE9178", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$a", + "color": "#CE9178", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", b = ", + "color": "#CE9178", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$b", + "color": "#CE9178", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ") - took ", + "color": "#CE9178", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#CE9178", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "System.currentTimeMillis() - start", + "color": "#CE9178", + "_t": "body.definition.double.embedded.groovy.java.meta.method.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " msecs.", + "color": "#CE9178", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "callClosure", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Another example:", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "groovy", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "transform", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "TypeChecked", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "@TypeChecked", + "color": "#569CD6", + "_t": "annotation.groovy.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "Integer", + "color": "#569CD6", + "_t": "definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "test", + "color": "#D4D4D4", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Integer", + "color": "#569CD6", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " num ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "1", + "color": "#CE9178", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Integer", + "color": "#569CD6", + "_t": "array.body.definition.groovy.java.meta.method.object.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " numbers ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Date", + "color": "#569CD6", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " date ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " numbers", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "body.control.definition.groovy.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Test", + "color": "#CE9178", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "CompileStatic example:", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "groovy", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "transform", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "CompileStatic", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "@CompileStatic", + "color": "#569CD6", + "_t": "annotation.groovy.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sum", + "color": "#D4D4D4", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "y", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " x ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " y", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "assert", + "color": "#569CD6", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sum", + "color": "#D4D4D4", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "assertion.declaration.definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "7", + "color": "#B5CEA8", + "_t": "assertion.constant.declaration.groovy.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + } + ], + "light_vs": [ + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Hello World", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "println", + "color": "#000000", + "_t": "function.groovy.print.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Hello world!", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Variables:", + "color": "#008000", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " You can assign values to variables for later use", + "color": "#008000", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#000000", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "println", + "color": "#000000", + "_t": "function.groovy.print.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " x", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "control.groovy.keyword.new", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "java.util.Date", + "color": "#0000FF", + "_t": "groovy.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "()", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#000000", + "_t": "function.groovy.print.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " x", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-3.1499392", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "println", + "color": "#000000", + "_t": "function.groovy.print.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " x", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "false", + "color": "#0000FF", + "_t": "constant.groovy.language", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": "println", + "color": "#000000", + "_t": "function.groovy.print.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " x", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Groovy!", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "println", + "color": "#000000", + "_t": "function.groovy.print.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " x", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Collections and maps", + "color": "#008000", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Creating an empty list", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "** Adding a elements to the list **", + "color": "#008000", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " As with Java", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "add", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Grails", + "color": "#A31515", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Left shift adds, and returns the list", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "technologies ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<<", + "color": "#000000", + "_t": "groovy.keyword.leftshift.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Groovy", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Add multiple elements", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "addAll", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Gradle", + "color": "#A31515", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.method-call.punctuation.separator.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Griffon", + "color": "#A31515", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "** Removing elements from the list **", + "color": "#008000", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " As with Java", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "remove", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Griffon", + "color": "#A31515", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Subtraction works also", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "technologies ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " technologies ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Grails", + "color": "#A31515", + "_t": "groovy.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "** Iterating Lists **", + "color": "#008000", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Iterate over elements of a list", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "each { ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#000000", + "_t": "function.groovy.print.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Technology: ", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$it", + "color": "#A31515", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "eachWithIndex {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "it", + "color": "#000000", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "->", + "color": "#000000", + "_t": "groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#000000", + "_t": "function.groovy.print.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$i", + "color": "#A31515", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ": ", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$it", + "color": "#A31515", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "** Checking List contents **", + "color": "#008000", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Evaluate if a list contains element(s) (boolean)", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "contained ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "contains", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Groovy", + "color": "#A31515", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Or", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "contained ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Groovy", + "color": "#A31515", + "_t": "groovy.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " To sort without mutating original, you can do:", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "sortedTechnologies ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "sort", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "false", + "color": "#0000FF", + "_t": "constant.groovy.language.meta.method-call", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Replace all elements in the list", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Collections", + "color": "#0000FF", + "_t": "groovy.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "replaceAll", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Gradle", + "color": "#A31515", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "gradle", + "color": "#A31515", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Shuffle a list", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Collections", + "color": "#0000FF", + "_t": "groovy.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "shuffle", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "control.groovy.keyword.meta.method-call.new", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Random", + "color": "#0000FF", + "_t": "groovy.meta.method-call.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "()", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Clear a list", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "clear", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Creating an empty map", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "devMap", + "color": "#000000", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Add values", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "devMap ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "name", + "color": "#A31515", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ":", + "color": "#000000", + "_t": "groovy.meta.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Roberto", + "color": "#A31515", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "framework", + "color": "#A31515", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ":", + "color": "#000000", + "_t": "groovy.meta.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Grails", + "color": "#A31515", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "language", + "color": "#A31515", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ":", + "color": "#000000", + "_t": "groovy.meta.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Groovy", + "color": "#A31515", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#000000", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "devMap", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "put", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "lastName", + "color": "#A31515", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Perez", + "color": "#A31515", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Iterate over elements of a map", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "devMap", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "each { ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#000000", + "_t": "function.groovy.print.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$it", + "color": "#A31515", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ".", + "color": "#0000FF", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "key", + "color": "#A31515", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ": ", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$it", + "color": "#A31515", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ".", + "color": "#0000FF", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "value", + "color": "#A31515", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "devMap", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "eachWithIndex {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "it", + "color": "#000000", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "->", + "color": "#000000", + "_t": "groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#000000", + "_t": "function.groovy.print.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$i", + "color": "#A31515", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ": ", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$it", + "color": "#A31515", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Evaluate if a map contains a key", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "assert", + "color": "#0000FF", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " devMap", + "color": "#000000", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "assertion.declaration.groovy.keyword.meta.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "containsKey", + "color": "#000000", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "name", + "color": "#A31515", + "_t": "assertion.declaration.groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Get the keys of a map", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "println", + "color": "#000000", + "_t": "function.groovy.print.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " devMap", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "keySet", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.definition.groovy.identifier.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.definition.groovy.identifier.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Foo", + "color": "#000000", + "_t": "class.definition.entity.groovy.identifier.meta.name.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.definition.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " read only property", + "color": "#008000", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "final", + "color": "#0000FF", + "_t": "body.class.definition.final.groovy.meta.modifier.storage.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "String", + "color": "#0000FF", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#000000", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.class.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.body.class.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Roberto", + "color": "#A31515", + "_t": "body.class.definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "body.class.definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " read only property with public getter and protected setter", + "color": "#008000", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "String", + "color": "#0000FF", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "language", + "color": "#000000", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "protected", + "color": "#0000FF", + "_t": "access-control.body.class.definition.groovy.java.meta.method.modifier.return-type.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "void", + "color": "#0000FF", + "_t": "body.class.definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "setLanguage", + "color": "#000000", + "_t": "body.class.definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "String", + "color": "#0000FF", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "language", + "color": "#000000", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{ ", + "color": "#000000", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "body.class.definition.groovy.java.language.meta.method.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "body.class.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "language ", + "color": "#000000", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.class.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " language ", + "color": "#000000", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " dynamically typed property", + "color": "#008000", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "body.class.def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "lastName", + "color": "#000000", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "class.definition.end.groovy.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Logical Branching and Looping", + "color": "#008000", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Groovy supports the usual if - else syntax", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#000000", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(x", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ") {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#000000", + "_t": "function.groovy.print.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "One", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "} ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#0000FF", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(x", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ") {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#000000", + "_t": "function.groovy.print.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Two", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "} ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#0000FF", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#000000", + "_t": "function.groovy.print.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "X greater than Two", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Groovy also supports the ternary operator:", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "y", + "color": "#000000", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#000000", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " (y ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "comparison.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "?", + "color": "#000000", + "_t": "definition.evaluation.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "worked", + "color": "#A31515", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "definition.evaluation.expression-seperator.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "failed", + "color": "#A31515", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "assert", + "color": "#0000FF", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " x ", + "color": "#000000", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "assertion.begin.declaration.definition.double.groovy.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "worked", + "color": "#A31515", + "_t": "assertion.declaration.double.groovy.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "assertion.declaration.definition.double.end.groovy.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Groovy supports 'The Elvis Operator' too!", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Instead of using the ternary operator:", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "displayName ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " user", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "name ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "?", + "color": "#000000", + "_t": "evaluation.groovy.keyword.meta.operator.ternary", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " user", + "color": "#000000", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "evaluation.groovy.keyword.meta.navigation.operator.ternary", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "name ", + "color": "#000000", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "evaluation.expression-seperator.groovy.keyword.meta.operator.ternary", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Anonymous", + "color": "#A31515", + "_t": "evaluation.groovy.meta.quoted.single.string.ternary", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "We can write it:", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "displayName ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " user", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "name ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "?:", + "color": "#000000", + "_t": "elvis.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Anonymous", + "color": "#A31515", + "_t": "groovy.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "For loop", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Iterate over a range", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#000000", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " (i ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "..", + "color": "#000000", + "_t": "groovy.keyword.operator.range", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "30", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ") {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " i", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Iterate over a list", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "( i ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#000000", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ) {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " i", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Iterate over an array", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "array ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " (", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "..", + "color": "#000000", + "_t": "groovy.keyword.operator.range", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "20", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "toArray", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " (i ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " array) {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " i", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Iterate over a map", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "map", + "color": "#000000", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "name", + "color": "#A31515", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ":", + "color": "#000000", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Roberto", + "color": "#A31515", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "framework", + "color": "#A31515", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ":", + "color": "#000000", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Grails", + "color": "#A31515", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "language", + "color": "#A31515", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ":", + "color": "#000000", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Groovy", + "color": "#A31515", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#000000", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ( e ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " map ) {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " e", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "value", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Groovy", + "color": "#A31515", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Grails", + "color": "#A31515", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Gradle", + "color": "#A31515", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#000000", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "toUpperCase", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " = to technologies.collect { it?.toUpperCase() }", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "user", + "color": "#000000", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "User", + "color": "#0000FF", + "_t": "definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "definition.groovy.keyword.meta.navigation.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "get", + "color": "#000000", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "username", + "color": "#000000", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " user", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "?.", + "color": "#000000", + "_t": "definition.groovy.keyword.meta.operator.safe-navigation.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "username", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "clos", + "color": "#000000", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " { ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#000000", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Hello World!", + "color": "#A31515", + "_t": "definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " }", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sum", + "color": "#000000", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " {", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#000000", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#000000", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "->", + "color": "#000000", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#000000", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " a", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "b }", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sum", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#000000", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "multiplyBy", + "color": "#000000", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " {", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "num", + "color": "#000000", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "->", + "color": "#000000", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " num ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " x }", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#000000", + "_t": "function.groovy.print.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "multiplyBy", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "clos", + "color": "#000000", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " { ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#000000", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " it }", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "clos", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "hi", + "color": "#A31515", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cl", + "color": "#000000", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " {", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#000000", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#000000", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "->", + "color": "#000000", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sleep", + "color": "#000000", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3000", + "color": "#09885A", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.meta.punctuation.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " simulate some time consuming processing", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " a ", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " b", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.groovy.meta.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "mem ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " cl", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "memoize", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "callClosure", + "color": "#000000", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "body.def.definition.groovy.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " start ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "System", + "color": "#0000FF", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "body.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "currentTimeMillis", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "mem", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method.method-call.parameter.punctuation.seperator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " b", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#000000", + "_t": "body.definition.function.groovy.java.meta.method.print.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Inputs(a = ", + "color": "#A31515", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$a", + "color": "#A31515", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", b = ", + "color": "#A31515", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$b", + "color": "#A31515", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ") - took ", + "color": "#A31515", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "${", + "color": "#A31515", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "System.currentTimeMillis() - start", + "color": "#A31515", + "_t": "body.definition.double.embedded.groovy.java.meta.method.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#A31515", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " msecs.", + "color": "#A31515", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.groovy.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "callClosure", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Another example:", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "groovy", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": "transform", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": "TypeChecked", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": "@TypeChecked", + "color": "#0000FF", + "_t": "annotation.groovy.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "Integer", + "color": "#0000FF", + "_t": "definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "test", + "color": "#000000", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Integer", + "color": "#0000FF", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " num ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "1", + "color": "#A31515", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Integer", + "color": "#0000FF", + "_t": "array.body.definition.groovy.java.meta.method.object.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " numbers ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#000000", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Date", + "color": "#0000FF", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " date ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " numbers", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#000000", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "body.control.definition.groovy.java.keyword.meta.method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Test", + "color": "#A31515", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.groovy.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "CompileStatic example:", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "groovy", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": "transform", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": "CompileStatic", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": "@CompileStatic", + "color": "#0000FF", + "_t": "annotation.groovy.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sum", + "color": "#000000", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "y", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " x ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " y", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.groovy.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "assert", + "color": "#0000FF", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sum", + "color": "#000000", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "assertion.declaration.definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "7", + "color": "#09885A", + "_t": "assertion.constant.declaration.groovy.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + } + ], + "hc_black": [ + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Hello World", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "function.groovy.print.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Hello world!", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Variables:", + "color": "#7CA668", + "_t": "block.comment.groovy", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " You can assign values to variables for later use", + "color": "#7CA668", + "_t": "block.comment.groovy", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "function.groovy.print.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " x", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "control.groovy.keyword.new", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "java.util.Date", + "color": "#569CD6", + "_t": "groovy.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "function.groovy.print.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " x", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-3.1499392", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "function.groovy.print.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " x", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "constant.groovy.language", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "function.groovy.print.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " x", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Groovy!", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "function.groovy.print.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " x", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Collections and maps", + "color": "#7CA668", + "_t": "block.comment.groovy", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Creating an empty list", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "** Adding a elements to the list **", + "color": "#7CA668", + "_t": "block.comment.groovy", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " As with Java", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "add", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Grails", + "color": "#CE9178", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Left shift adds, and returns the list", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "technologies ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "groovy.keyword.leftshift.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Groovy", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Add multiple elements", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "addAll", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.punctuation.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Gradle", + "color": "#CE9178", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method-call.punctuation.separator.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Griffon", + "color": "#CE9178", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.punctuation.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "** Removing elements from the list **", + "color": "#7CA668", + "_t": "block.comment.groovy", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " As with Java", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "remove", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Griffon", + "color": "#CE9178", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Subtraction works also", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "technologies ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " technologies ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Grails", + "color": "#CE9178", + "_t": "groovy.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "** Iterating Lists **", + "color": "#7CA668", + "_t": "block.comment.groovy", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Iterate over elements of a list", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "each { ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "function.groovy.print.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Technology: ", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$it", + "color": "#CE9178", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "eachWithIndex {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "it", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.parameters", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "function.groovy.print.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$i", + "color": "#CE9178", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ": ", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$it", + "color": "#CE9178", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "** Checking List contents **", + "color": "#7CA668", + "_t": "block.comment.groovy", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Evaluate if a list contains element(s) (boolean)", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "contained ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "contains", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Groovy", + "color": "#CE9178", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Or", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "contained ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Groovy", + "color": "#CE9178", + "_t": "groovy.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "groovy.in.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " To sort without mutating original, you can do:", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "sortedTechnologies ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "sort", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "constant.groovy.language.meta.method-call", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Replace all elements in the list", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Collections", + "color": "#569CD6", + "_t": "groovy.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "replaceAll", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Gradle", + "color": "#CE9178", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "gradle", + "color": "#CE9178", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Shuffle a list", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Collections", + "color": "#569CD6", + "_t": "groovy.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "shuffle", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "control.groovy.keyword.meta.method-call.new", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Random", + "color": "#569CD6", + "_t": "groovy.meta.method-call.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Clear a list", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "clear", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Creating an empty map", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "devMap", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Add values", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "devMap ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "name", + "color": "#CE9178", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "groovy.meta.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Roberto", + "color": "#CE9178", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "framework", + "color": "#CE9178", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "groovy.meta.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Grails", + "color": "#CE9178", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "language", + "color": "#CE9178", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "groovy.meta.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Groovy", + "color": "#CE9178", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "devMap", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "put", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "lastName", + "color": "#CE9178", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Perez", + "color": "#CE9178", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Iterate over elements of a map", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "devMap", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "each { ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "function.groovy.print.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$it", + "color": "#CE9178", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#569CD6", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "key", + "color": "#CE9178", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ": ", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$it", + "color": "#CE9178", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#569CD6", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "value", + "color": "#CE9178", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "devMap", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "eachWithIndex {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "it", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.parameters", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "function.groovy.print.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$i", + "color": "#CE9178", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ": ", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$it", + "color": "#CE9178", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Evaluate if a map contains a key", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "assert", + "color": "#569CD6", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " devMap", + "color": "#FFFFFF", + "_t": "assertion.declaration.groovy.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "assertion.declaration.groovy.keyword.meta.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "containsKey", + "color": "#FFFFFF", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "name", + "color": "#CE9178", + "_t": "assertion.declaration.groovy.meta.method-call.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Get the keys of a map", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "function.groovy.print.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " devMap", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "keySet", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.definition.groovy.identifier.meta.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.definition.groovy.identifier.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Foo", + "color": "#FFFFFF", + "_t": "class.definition.entity.groovy.identifier.meta.name.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.definition.groovy.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " read only property", + "color": "#7CA668", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "final", + "color": "#569CD6", + "_t": "body.class.definition.final.groovy.meta.modifier.storage.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "String", + "color": "#569CD6", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "name", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.body.class.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Roberto", + "color": "#CE9178", + "_t": "body.class.definition.double.groovy.meta.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "body.class.definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " read only property with public getter and protected setter", + "color": "#7CA668", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "String", + "color": "#569CD6", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "language", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "protected", + "color": "#569CD6", + "_t": "access-control.body.class.definition.groovy.java.meta.method.modifier.return-type.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "body.class.definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "setLanguage", + "color": "#FFFFFF", + "_t": "body.class.definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "String", + "color": "#569CD6", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "language", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{ ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.java.language.meta.method.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "language ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.definition.groovy.java.keyword.meta.method.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " language ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " dynamically typed property", + "color": "#7CA668", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "body.class.def.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "lastName", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "class.definition.end.groovy.meta.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Logical Branching and Looping", + "color": "#7CA668", + "_t": "block.comment.groovy", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Groovy supports the usual if - else syntax", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.groovy.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(x", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "comparison.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "function.groovy.print.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "One", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "} ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.groovy.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.groovy.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(x", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "comparison.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "function.groovy.print.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Two", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "} ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.groovy.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "function.groovy.print.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "X greater than Two", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Groovy also supports the ternary operator:", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "y", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (y ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "comparison.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "definition.evaluation.groovy.keyword.meta.operator.ternary.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "worked", + "color": "#CE9178", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "definition.evaluation.expression-seperator.groovy.keyword.meta.operator.ternary.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "failed", + "color": "#CE9178", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "assert", + "color": "#569CD6", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " x ", + "color": "#FFFFFF", + "_t": "assertion.declaration.groovy.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "assertion.declaration.groovy.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "assertion.begin.declaration.definition.double.groovy.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "worked", + "color": "#CE9178", + "_t": "assertion.declaration.double.groovy.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "assertion.declaration.definition.double.end.groovy.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Groovy supports 'The Elvis Operator' too!", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Instead of using the ternary operator:", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "displayName ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " user", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "name ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "evaluation.groovy.keyword.meta.operator.ternary", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " user", + "color": "#FFFFFF", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "evaluation.groovy.keyword.meta.navigation.operator.ternary", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "name ", + "color": "#FFFFFF", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "evaluation.expression-seperator.groovy.keyword.meta.operator.ternary", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Anonymous", + "color": "#CE9178", + "_t": "evaluation.groovy.meta.quoted.single.string.ternary", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "We can write it:", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "displayName ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " user", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "name ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "?:", + "color": "#D4D4D4", + "_t": "elvis.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Anonymous", + "color": "#CE9178", + "_t": "groovy.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "For loop", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Iterate over a range", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.groovy.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (i ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "groovy.in.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "..", + "color": "#D4D4D4", + "_t": "groovy.keyword.operator.range", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "30", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " i", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Iterate over a list", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.groovy.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "( i ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "groovy.in.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ) {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " i", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Iterate over an array", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "array ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "..", + "color": "#D4D4D4", + "_t": "groovy.keyword.operator.range", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "toArray", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.groovy.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (i ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "groovy.in.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " array) {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " i", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Iterate over a map", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "map", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "name", + "color": "#CE9178", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Roberto", + "color": "#CE9178", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "framework", + "color": "#CE9178", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Grails", + "color": "#CE9178", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "language", + "color": "#CE9178", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Groovy", + "color": "#CE9178", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.groovy.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ( e ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "groovy.in.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " map ) {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " e", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "value", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Groovy", + "color": "#CE9178", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Grails", + "color": "#CE9178", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Gradle", + "color": "#CE9178", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "toUpperCase", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " = to technologies.collect { it?.toUpperCase() }", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "user", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "User", + "color": "#569CD6", + "_t": "definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "definition.groovy.keyword.meta.navigation.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "get", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "username", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " user", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "?.", + "color": "#D4D4D4", + "_t": "definition.groovy.keyword.meta.operator.safe-navigation.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "username", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "clos", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " { ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Hello World!", + "color": "#CE9178", + "_t": "definition.double.groovy.meta.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sum", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FFFFFF", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "b", + "color": "#FFFFFF", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " a", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b }", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sum", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "multiplyBy", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "num", + "color": "#FFFFFF", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " num ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " x }", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "function.groovy.print.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "multiplyBy", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "clos", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " { ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#FFFFFF", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " it }", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "clos", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hi", + "color": "#CE9178", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cl", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.name.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FFFFFF", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "b", + "color": "#FFFFFF", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sleep", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3000", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.meta.punctuation.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " simulate some time consuming processing", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.meta.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " a ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " b", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "mem ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " cl", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "memoize", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "callClosure", + "color": "#FFFFFF", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "b", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "body.def.definition.groovy.java.meta.method.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " start ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "System", + "color": "#569CD6", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "currentTimeMillis", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "mem", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method.method-call.parameter.punctuation.seperator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " b", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#FFFFFF", + "_t": "body.definition.function.groovy.java.meta.method.print.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Inputs(a = ", + "color": "#CE9178", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$a", + "color": "#CE9178", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", b = ", + "color": "#CE9178", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$b", + "color": "#CE9178", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ") - took ", + "color": "#CE9178", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#CE9178", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "System.currentTimeMillis() - start", + "color": "#CE9178", + "_t": "body.definition.double.embedded.groovy.java.meta.method.quoted.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " msecs.", + "color": "#CE9178", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "callClosure", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Another example:", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "groovy.import.keyword.meta.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.import.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "groovy", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "transform", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "TypeChecked", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "@TypeChecked", + "color": "#569CD6", + "_t": "annotation.groovy.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "Integer", + "color": "#569CD6", + "_t": "definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "test", + "color": "#FFFFFF", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Integer", + "color": "#569CD6", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " num ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "1", + "color": "#CE9178", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Integer", + "color": "#569CD6", + "_t": "array.body.definition.groovy.java.meta.method.object.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " numbers ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Date", + "color": "#569CD6", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " date ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " numbers", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "body.control.definition.groovy.java.keyword.meta.method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Test", + "color": "#CE9178", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "CompileStatic example:", + "color": "#7CA668", + "_t": "comment.double-slash.groovy.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "groovy.import.keyword.meta.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.import.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "groovy", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "transform", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "CompileStatic", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "@CompileStatic", + "color": "#569CD6", + "_t": "annotation.groovy.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sum", + "color": "#FFFFFF", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "y", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " x ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " y", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "assert", + "color": "#569CD6", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "assertion.declaration.groovy.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sum", + "color": "#FFFFFF", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "assertion.declaration.definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "assertion.declaration.groovy.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "assertion.declaration.groovy.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "7", + "color": "#B5CEA8", + "_t": "assertion.constant.declaration.groovy.meta.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + } + ], + "dark_plus": [ + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Hello World", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "println", + "color": "#DCDCAA", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Hello world!", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Variables:", + "color": "#608B4E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " You can assign values to variables for later use", + "color": "#608B4E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "x", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "println", + "color": "#DCDCAA", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " x", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#C586C0", + "_t": "control.groovy.keyword.new", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "java.util.Date", + "color": "#569CD6", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#DCDCAA", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " x", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-3.1499392", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "println", + "color": "#DCDCAA", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " x", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "constant.groovy.language", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": "println", + "color": "#DCDCAA", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " x", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Groovy!", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "println", + "color": "#DCDCAA", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " x", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Collections and maps", + "color": "#608B4E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Creating an empty list", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "technologies", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "[", + "color": "#9CDCFE", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "]", + "color": "#9CDCFE", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "** Adding a elements to the list **", + "color": "#608B4E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " As with Java", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "add", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Grails", + "color": "#CE9178", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Left shift adds, and returns the list", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "technologies ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<<", + "color": "#D4D4D4", + "_t": "groovy.keyword.leftshift.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Groovy", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Add multiple elements", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "addAll", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Gradle", + "color": "#CE9178", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method-call.punctuation.separator.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Griffon", + "color": "#CE9178", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "** Removing elements from the list **", + "color": "#608B4E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " As with Java", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "remove", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Griffon", + "color": "#CE9178", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Subtraction works also", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "technologies ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " technologies ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Grails", + "color": "#CE9178", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "** Iterating Lists **", + "color": "#608B4E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Iterate over elements of a list", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "each { ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#DCDCAA", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Technology: ", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$it", + "color": "#9CDCFE", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "eachWithIndex {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "it", + "color": "#9CDCFE", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#DCDCAA", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$i", + "color": "#9CDCFE", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ": ", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$it", + "color": "#9CDCFE", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "** Checking List contents **", + "color": "#608B4E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Evaluate if a list contains element(s) (boolean)", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "contained ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "contains", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Groovy", + "color": "#CE9178", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Or", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "contained ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Groovy", + "color": "#CE9178", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " To sort without mutating original, you can do:", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "sortedTechnologies ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "sort", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "constant.groovy.language.meta.method-call", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Replace all elements in the list", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Collections", + "color": "#569CD6", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "replaceAll", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Gradle", + "color": "#CE9178", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "gradle", + "color": "#CE9178", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Shuffle a list", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Collections", + "color": "#569CD6", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "shuffle", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#C586C0", + "_t": "control.groovy.keyword.meta.method-call.new", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Random", + "color": "#569CD6", + "_t": "groovy.meta.method-call.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Clear a list", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "clear", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Creating an empty map", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "devMap", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "[", + "color": "#9CDCFE", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "]", + "color": "#9CDCFE", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Add values", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "devMap ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "name", + "color": "#CE9178", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "groovy.meta.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Roberto", + "color": "#CE9178", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "framework", + "color": "#CE9178", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "groovy.meta.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Grails", + "color": "#CE9178", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "language", + "color": "#CE9178", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "groovy.meta.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Groovy", + "color": "#CE9178", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "devMap", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "put", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "lastName", + "color": "#CE9178", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Perez", + "color": "#CE9178", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Iterate over elements of a map", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "devMap", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "each { ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#DCDCAA", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$it", + "color": "#9CDCFE", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#9CDCFE", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "key", + "color": "#9CDCFE", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ": ", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$it", + "color": "#9CDCFE", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#9CDCFE", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "value", + "color": "#9CDCFE", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "devMap", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "eachWithIndex {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "it", + "color": "#9CDCFE", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#DCDCAA", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$i", + "color": "#9CDCFE", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ": ", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$it", + "color": "#9CDCFE", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Evaluate if a map contains a key", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "assert", + "color": "#C586C0", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " devMap", + "color": "#D4D4D4", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "assertion.declaration.groovy.keyword.meta.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "containsKey", + "color": "#D4D4D4", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "name", + "color": "#CE9178", + "_t": "assertion.declaration.groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Get the keys of a map", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "println", + "color": "#DCDCAA", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " devMap", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "keySet", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.definition.groovy.identifier.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.definition.groovy.identifier.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Foo", + "color": "#4EC9B0", + "_t": "class.definition.entity.groovy.identifier.meta.name.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.definition.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " read only property", + "color": "#608B4E", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "final", + "color": "#569CD6", + "_t": "body.class.definition.final.groovy.meta.modifier.storage.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "String", + "color": "#569CD6", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.body.class.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "Roberto", + "color": "#9CDCFE", + "_t": "body.class.definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "body.class.definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " read only property with public getter and protected setter", + "color": "#608B4E", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "String", + "color": "#569CD6", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "language", + "color": "#9CDCFE", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "protected", + "color": "#4EC9B0", + "_t": "access-control.body.class.definition.groovy.java.meta.method.modifier.return-type.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#4EC9B0", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": "void", + "color": "#4EC9B0", + "_t": "body.class.definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#4EC9B0", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": "setLanguage", + "color": "#DCDCAA", + "_t": "body.class.definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "String", + "color": "#4EC9B0", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "language", + "color": "#9CDCFE", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{ ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "body.class.definition.groovy.java.language.meta.method.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "language ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.class.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " language ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " dynamically typed property", + "color": "#608B4E", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "body.class.def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "lastName", + "color": "#9CDCFE", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "class.definition.end.groovy.meta.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Logical Branching and Looping", + "color": "#608B4E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Groovy supports the usual if - else syntax", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "x", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(x", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#DCDCAA", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "One", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "} ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#C586C0", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(x", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#DCDCAA", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Two", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "} ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#C586C0", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#DCDCAA", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "X greater than Two", + "color": "#CE9178", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Groovy also supports the ternary operator:", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "y", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "x", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (y ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "comparison.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "definition.evaluation.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "worked", + "color": "#9CDCFE", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "definition.evaluation.expression-seperator.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "failed", + "color": "#9CDCFE", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "assert", + "color": "#C586C0", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " x ", + "color": "#D4D4D4", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "assertion.begin.declaration.definition.double.groovy.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "worked", + "color": "#CE9178", + "_t": "assertion.declaration.double.groovy.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "assertion.declaration.definition.double.end.groovy.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Groovy supports 'The Elvis Operator' too!", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Instead of using the ternary operator:", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "displayName ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " user", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "name ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "evaluation.groovy.keyword.meta.operator.ternary", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " user", + "color": "#D4D4D4", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "evaluation.groovy.keyword.meta.navigation.operator.ternary", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "name ", + "color": "#D4D4D4", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "evaluation.expression-seperator.groovy.keyword.meta.operator.ternary", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Anonymous", + "color": "#CE9178", + "_t": "evaluation.groovy.meta.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "We can write it:", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "displayName ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " user", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "name ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "?:", + "color": "#D4D4D4", + "_t": "elvis.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Anonymous", + "color": "#CE9178", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "For loop", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Iterate over a range", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "x", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " (i ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "..", + "color": "#D4D4D4", + "_t": "groovy.keyword.operator.range", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "30", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " i", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Iterate over a list", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "( i ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ) {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " i", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Iterate over an array", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "array ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "..", + "color": "#D4D4D4", + "_t": "groovy.keyword.operator.range", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "toArray", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " (i ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " array) {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " i", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Iterate over a map", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "map", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "[", + "color": "#9CDCFE", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "Roberto", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "framework", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "Grails", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "language", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "Groovy", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "]", + "color": "#9CDCFE", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ( e ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " map ) {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " x ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " e", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "value", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "technologies", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "[", + "color": "#9CDCFE", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "Groovy", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "Grails", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "Gradle", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#9CDCFE", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "]", + "color": "#9CDCFE", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "technologies", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "toUpperCase", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " = to technologies.collect { it?.toUpperCase() }", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "user", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "User", + "color": "#569CD6", + "_t": "definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "definition.groovy.keyword.meta.navigation.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "get", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "(", + "color": "#9CDCFE", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#9CDCFE", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "username", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " user", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "?.", + "color": "#D4D4D4", + "_t": "definition.groovy.keyword.meta.operator.safe-navigation.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "username", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "clos", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " { ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "println", + "color": "#9CDCFE", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "Hello World!", + "color": "#9CDCFE", + "_t": "definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " }", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "sum", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " {", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "a", + "color": "#9CDCFE", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#9CDCFE", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "b", + "color": "#9CDCFE", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "println", + "color": "#9CDCFE", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": " a", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "b }", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "sum", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "x", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "multiplyBy", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " {", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "num", + "color": "#9CDCFE", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " num ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " x }", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "println", + "color": "#DCDCAA", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "multiplyBy", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "clos", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " { ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "print", + "color": "#9CDCFE", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": " it }", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "clos", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hi", + "color": "#CE9178", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "cl", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " {", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "a", + "color": "#9CDCFE", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#9CDCFE", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "b", + "color": "#9CDCFE", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "sleep", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "(", + "color": "#9CDCFE", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "3000", + "color": "#B5CEA8", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#9CDCFE", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "//", + "color": "#9CDCFE", + "_t": "comment.definition.double-slash.groovy.line.meta.punctuation.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " simulate some time consuming processing", + "color": "#9CDCFE", + "_t": "comment.definition.double-slash.groovy.line.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " a ", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " b", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#9CDCFE", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "mem ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " cl", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "memoize", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#4EC9B0", + "_t": "def.definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#4EC9B0", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": "callClosure", + "color": "#DCDCAA", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#9CDCFE", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#9CDCFE", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#4EC9B0", + "_t": "body.def.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " start ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "System", + "color": "#4EC9B0", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "currentTimeMillis", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "mem", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " b", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println", + "color": "#DCDCAA", + "_t": "body.definition.function.groovy.java.meta.method.print.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Inputs(a = ", + "color": "#CE9178", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$a", + "color": "#9CDCFE", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ", b = ", + "color": "#CE9178", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$b", + "color": "#9CDCFE", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ") - took ", + "color": "#CE9178", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#CE9178", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "System.currentTimeMillis() - start", + "color": "#CE9178", + "_t": "body.definition.double.embedded.groovy.java.meta.method.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " msecs.", + "color": "#CE9178", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "callClosure", + "color": "#D4D4D4", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Another example:", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "groovy", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "transform", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "TypeChecked", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "@TypeChecked", + "color": "#569CD6", + "_t": "annotation.groovy.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "Integer", + "color": "#4EC9B0", + "_t": "definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#4EC9B0", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": "test", + "color": "#DCDCAA", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Integer", + "color": "#4EC9B0", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " num ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "1", + "color": "#CE9178", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Integer", + "color": "#4EC9B0", + "_t": "array.body.definition.groovy.java.meta.method.object.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " numbers ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Date", + "color": "#4EC9B0", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " date ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " numbers", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "body.control.definition.groovy.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Test", + "color": "#CE9178", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "CompileStatic example:", + "color": "#608B4E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "groovy.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "groovy", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "transform", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "CompileStatic", + "color": "#569CD6", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "@CompileStatic", + "color": "#569CD6", + "_t": "annotation.groovy.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "int", + "color": "#4EC9B0", + "_t": "definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#4EC9B0", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": "sum", + "color": "#DCDCAA", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#4EC9B0", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#9CDCFE", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#4EC9B0", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type.java rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "y", + "color": "#9CDCFE", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " x ", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " y", + "color": "#D4D4D4", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "assert", + "color": "#C586C0", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sum", + "color": "#D4D4D4", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "assertion.declaration.definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "7", + "color": "#B5CEA8", + "_t": "assertion.constant.declaration.groovy.meta.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + } + ], + "light_plus": [ + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Hello World", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "println", + "color": "#795E26", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Hello world!", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Variables:", + "color": "#008000", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " You can assign values to variables for later use", + "color": "#008000", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "x", + "color": "#001080", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "println", + "color": "#795E26", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " x", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#AF00DB", + "_t": "control.groovy.keyword.new", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "java.util.Date", + "color": "#0000FF", + "_t": "groovy.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "()", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#795E26", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " x", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-3.1499392", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "println", + "color": "#795E26", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " x", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "false", + "color": "#0000FF", + "_t": "constant.groovy.language", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": "println", + "color": "#795E26", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " x", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Groovy!", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "println", + "color": "#795E26", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " x", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Collections and maps", + "color": "#008000", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Creating an empty list", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "technologies", + "color": "#001080", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "[", + "color": "#001080", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "]", + "color": "#001080", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "** Adding a elements to the list **", + "color": "#008000", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " As with Java", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "add", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Grails", + "color": "#A31515", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Left shift adds, and returns the list", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "technologies ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<<", + "color": "#000000", + "_t": "groovy.keyword.leftshift.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Groovy", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Add multiple elements", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "addAll", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Gradle", + "color": "#A31515", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.method-call.punctuation.separator.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Griffon", + "color": "#A31515", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "** Removing elements from the list **", + "color": "#008000", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " As with Java", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "remove", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Griffon", + "color": "#A31515", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Subtraction works also", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "technologies ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " technologies ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Grails", + "color": "#A31515", + "_t": "groovy.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "** Iterating Lists **", + "color": "#008000", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Iterate over elements of a list", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "each { ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#795E26", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Technology: ", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$it", + "color": "#001080", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "eachWithIndex {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "it", + "color": "#001080", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "->", + "color": "#000000", + "_t": "groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#795E26", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$i", + "color": "#001080", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ": ", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$it", + "color": "#001080", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "** Checking List contents **", + "color": "#008000", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Evaluate if a list contains element(s) (boolean)", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "contained ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "contains", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Groovy", + "color": "#A31515", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Or", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "contained ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Groovy", + "color": "#A31515", + "_t": "groovy.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " To sort without mutating original, you can do:", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "sortedTechnologies ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "sort", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "false", + "color": "#0000FF", + "_t": "constant.groovy.language.meta.method-call", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Replace all elements in the list", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Collections", + "color": "#0000FF", + "_t": "groovy.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "replaceAll", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Gradle", + "color": "#A31515", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "gradle", + "color": "#A31515", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Shuffle a list", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Collections", + "color": "#0000FF", + "_t": "groovy.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "shuffle", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#AF00DB", + "_t": "control.groovy.keyword.meta.method-call.new", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Random", + "color": "#0000FF", + "_t": "groovy.meta.method-call.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "()", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Clear a list", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "clear", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Creating an empty map", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "devMap", + "color": "#001080", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "[", + "color": "#001080", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "]", + "color": "#001080", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Add values", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "devMap ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "name", + "color": "#A31515", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ":", + "color": "#000000", + "_t": "groovy.meta.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Roberto", + "color": "#A31515", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "framework", + "color": "#A31515", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ":", + "color": "#000000", + "_t": "groovy.meta.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Grails", + "color": "#A31515", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "language", + "color": "#A31515", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ":", + "color": "#000000", + "_t": "groovy.meta.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Groovy", + "color": "#A31515", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#000000", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "devMap", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "put", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "lastName", + "color": "#A31515", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Perez", + "color": "#A31515", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Iterate over elements of a map", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "devMap", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "each { ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#795E26", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$it", + "color": "#001080", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#001080", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "key", + "color": "#001080", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ": ", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$it", + "color": "#001080", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#001080", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "value", + "color": "#001080", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "devMap", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "eachWithIndex {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "it", + "color": "#001080", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "->", + "color": "#000000", + "_t": "groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#795E26", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$i", + "color": "#001080", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ": ", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$it", + "color": "#001080", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Evaluate if a map contains a key", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "assert", + "color": "#AF00DB", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " devMap", + "color": "#000000", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "assertion.declaration.groovy.keyword.meta.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "containsKey", + "color": "#000000", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "name", + "color": "#A31515", + "_t": "assertion.declaration.groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Get the keys of a map", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "println", + "color": "#795E26", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " devMap", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "keySet", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.definition.groovy.identifier.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.definition.groovy.identifier.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Foo", + "color": "#267F99", + "_t": "class.definition.entity.groovy.identifier.meta.name.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.definition.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " read only property", + "color": "#008000", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "final", + "color": "#0000FF", + "_t": "body.class.definition.final.groovy.meta.modifier.storage.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "String", + "color": "#0000FF", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "name", + "color": "#001080", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.class.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#001080", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#001080", + "_t": "begin.body.class.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "Roberto", + "color": "#001080", + "_t": "body.class.definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#001080", + "_t": "body.class.definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " read only property with public getter and protected setter", + "color": "#008000", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "String", + "color": "#0000FF", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "language", + "color": "#001080", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "protected", + "color": "#267F99", + "_t": "access-control.body.class.definition.groovy.java.meta.method.modifier.return-type.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#267F99", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": "void", + "color": "#267F99", + "_t": "body.class.definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#267F99", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": "setLanguage", + "color": "#795E26", + "_t": "body.class.definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "String", + "color": "#267F99", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "language", + "color": "#001080", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{ ", + "color": "#000000", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "body.class.definition.groovy.java.language.meta.method.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "body.class.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "language ", + "color": "#000000", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.class.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " language ", + "color": "#000000", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " dynamically typed property", + "color": "#008000", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "body.class.def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "lastName", + "color": "#001080", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#000000", + "_t": "class.definition.end.groovy.meta.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Logical Branching and Looping", + "color": "#008000", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Groovy supports the usual if - else syntax", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "x", + "color": "#001080", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(x", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ") {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#795E26", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "One", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "} ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#AF00DB", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(x", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ") {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#795E26", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Two", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "} ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#AF00DB", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#795E26", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "X greater than Two", + "color": "#A31515", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Groovy also supports the ternary operator:", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "y", + "color": "#001080", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "x", + "color": "#001080", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " (y ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ">", + "color": "#000000", + "_t": "comparison.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ") ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "?", + "color": "#000000", + "_t": "definition.evaluation.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#001080", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "worked", + "color": "#001080", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#001080", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "definition.evaluation.expression-seperator.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#001080", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "failed", + "color": "#001080", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#001080", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "assert", + "color": "#AF00DB", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " x ", + "color": "#000000", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "assertion.begin.declaration.definition.double.groovy.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "worked", + "color": "#A31515", + "_t": "assertion.declaration.double.groovy.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "assertion.declaration.definition.double.end.groovy.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Groovy supports 'The Elvis Operator' too!", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Instead of using the ternary operator:", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "displayName ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " user", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "name ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "?", + "color": "#000000", + "_t": "evaluation.groovy.keyword.meta.operator.ternary", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " user", + "color": "#000000", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "evaluation.groovy.keyword.meta.navigation.operator.ternary", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "name ", + "color": "#000000", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "evaluation.expression-seperator.groovy.keyword.meta.operator.ternary", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Anonymous", + "color": "#A31515", + "_t": "evaluation.groovy.meta.quoted.single.string.ternary", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "We can write it:", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "displayName ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " user", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "name ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "?:", + "color": "#000000", + "_t": "elvis.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Anonymous", + "color": "#A31515", + "_t": "groovy.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "For loop", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Iterate over a range", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "x", + "color": "#001080", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " (i ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "..", + "color": "#000000", + "_t": "groovy.keyword.operator.range", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "30", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ") {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " i", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Iterate over a list", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "( i ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#000000", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ) {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " i", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Iterate over an array", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "array ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " (", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "..", + "color": "#000000", + "_t": "groovy.keyword.operator.range", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "20", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "toArray", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " (i ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " array) {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " i", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Iterate over a map", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "map", + "color": "#001080", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "[", + "color": "#001080", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#001080", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "name", + "color": "#001080", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#001080", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#001080", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "Roberto", + "color": "#001080", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#001080", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#001080", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#001080", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "framework", + "color": "#001080", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#001080", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#001080", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "Grails", + "color": "#001080", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#001080", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#001080", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#001080", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "language", + "color": "#001080", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#001080", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#001080", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "Groovy", + "color": "#001080", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#001080", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "]", + "color": "#001080", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ( e ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " map ) {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " x ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " e", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "value", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "technologies", + "color": "#001080", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "[", + "color": "#001080", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#001080", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "Groovy", + "color": "#001080", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#001080", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#001080", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#001080", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "Grails", + "color": "#001080", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#001080", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#001080", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#001080", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "Gradle", + "color": "#001080", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#001080", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "]", + "color": "#001080", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "technologies", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "toUpperCase", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " = to technologies.collect { it?.toUpperCase() }", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "user", + "color": "#001080", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "User", + "color": "#0000FF", + "_t": "definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "definition.groovy.keyword.meta.navigation.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "get", + "color": "#001080", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "(", + "color": "#001080", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#001080", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "username", + "color": "#001080", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " user", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "?.", + "color": "#000000", + "_t": "definition.groovy.keyword.meta.operator.safe-navigation.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "username", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "clos", + "color": "#001080", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " { ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "println", + "color": "#001080", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#001080", + "_t": "begin.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "Hello World!", + "color": "#001080", + "_t": "definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#001080", + "_t": "definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " }", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "sum", + "color": "#001080", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " {", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "a", + "color": "#001080", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#001080", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "b", + "color": "#001080", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "->", + "color": "#000000", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "println", + "color": "#001080", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": " a", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "b }", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "sum", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "x", + "color": "#001080", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "multiplyBy", + "color": "#001080", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " {", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "num", + "color": "#001080", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "->", + "color": "#000000", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " num ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " x }", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "println", + "color": "#795E26", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "multiplyBy", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "clos", + "color": "#001080", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " { ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "print", + "color": "#001080", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": " it }", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "clos", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "hi", + "color": "#A31515", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "cl", + "color": "#001080", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.name rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " {", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "a", + "color": "#001080", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#001080", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "b", + "color": "#001080", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "->", + "color": "#000000", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "sleep", + "color": "#001080", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "(", + "color": "#001080", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "3000", + "color": "#09885A", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#001080", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "//", + "color": "#001080", + "_t": "comment.definition.double-slash.groovy.line.meta.punctuation.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " simulate some time consuming processing", + "color": "#001080", + "_t": "comment.definition.double-slash.groovy.line.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " a ", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " b", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#001080", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "mem ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " cl", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "memoize", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#267F99", + "_t": "def.definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#267F99", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": "callClosure", + "color": "#795E26", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#001080", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#001080", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#267F99", + "_t": "body.def.definition.groovy.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " start ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "System", + "color": "#267F99", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": ".", + "color": "#000000", + "_t": "body.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "currentTimeMillis", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "mem", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method.method-call.parameter.punctuation.seperator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " b", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println", + "color": "#795E26", + "_t": "body.definition.function.groovy.java.meta.method.print.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Inputs(a = ", + "color": "#A31515", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$a", + "color": "#001080", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ", b = ", + "color": "#A31515", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$b", + "color": "#001080", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ") - took ", + "color": "#A31515", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "${", + "color": "#A31515", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "System.currentTimeMillis() - start", + "color": "#A31515", + "_t": "body.definition.double.embedded.groovy.java.meta.method.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#A31515", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " msecs.", + "color": "#A31515", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.groovy.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "callClosure", + "color": "#000000", + "_t": "groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.meta.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Another example:", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "groovy", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": "transform", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": "TypeChecked", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": "@TypeChecked", + "color": "#0000FF", + "_t": "annotation.groovy.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "Integer", + "color": "#267F99", + "_t": "definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#267F99", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": "test", + "color": "#795E26", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "()", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Integer", + "color": "#267F99", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " num ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "1", + "color": "#A31515", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Integer", + "color": "#267F99", + "_t": "array.body.definition.groovy.java.meta.method.object.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " numbers ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#000000", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Date", + "color": "#267F99", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " date ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " numbers", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#000000", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "body.control.definition.groovy.java.keyword.meta.method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Test", + "color": "#A31515", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.groovy.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "CompileStatic example:", + "color": "#008000", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "groovy.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "groovy", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": "transform", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": "CompileStatic", + "color": "#0000FF", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": "@CompileStatic", + "color": "#0000FF", + "_t": "annotation.groovy.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "int", + "color": "#267F99", + "_t": "definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#267F99", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": "sum", + "color": "#795E26", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#267F99", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#001080", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#267F99", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type.java rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "y", + "color": "#001080", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "definition.groovy.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " x ", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " y", + "color": "#000000", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.groovy.meta.method", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "assert", + "color": "#AF00DB", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sum", + "color": "#000000", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "assertion.declaration.definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "7", + "color": "#09885A", + "_t": "assertion.constant.declaration.groovy.meta.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + } + ], + "kimbie_dark": [ + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Hello World", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "println", + "color": "#7E602C", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Hello world!", + "color": "#889B4A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Variables:", + "color": "#A57A4C", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " You can assign values to variables for later use", + "color": "#A57A4C", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "x", + "color": "#DC3958", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "println", + "color": "#7E602C", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " x", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "x ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "new", + "color": "#98676A", + "_t": "control.groovy.keyword.new", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "java.util.Date", + "color": "#98676A", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "println", + "color": "#7E602C", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " x", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "x ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-3.1499392", + "color": "#F79A32", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "println", + "color": "#7E602C", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " x", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "x ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "false", + "color": "#F79A32", + "_t": "constant.groovy.language", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "println", + "color": "#7E602C", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " x", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "x ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Groovy!", + "color": "#889B4A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "println", + "color": "#7E602C", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " x", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Collections and maps", + "color": "#A57A4C", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "Creating an empty list", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "technologies", + "color": "#DC3958", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "** Adding a elements to the list **", + "color": "#A57A4C", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " As with Java", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "technologies", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "add", + "color": "#D3AF86", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Grails", + "color": "#889B4A", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Left shift adds, and returns the list", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "technologies ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<<", + "color": "#D3AF86", + "_t": "groovy.keyword.leftshift.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Groovy", + "color": "#889B4A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Add multiple elements", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "technologies", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "addAll", + "color": "#D3AF86", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.punctuation.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Gradle", + "color": "#889B4A", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "definition.groovy.meta.method-call.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Griffon", + "color": "#889B4A", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.punctuation.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "** Removing elements from the list **", + "color": "#A57A4C", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " As with Java", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "technologies", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "remove", + "color": "#D3AF86", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Griffon", + "color": "#889B4A", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Subtraction works also", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "technologies ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " technologies ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Grails", + "color": "#889B4A", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "** Iterating Lists **", + "color": "#A57A4C", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Iterate over elements of a list", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "technologies", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "each { ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "println", + "color": "#7E602C", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Technology: ", + "color": "#889B4A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$it", + "color": "#889B4A", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "technologies", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "eachWithIndex {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "it", + "color": "#DC3958", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "->", + "color": "#D3AF86", + "_t": "groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "println", + "color": "#7E602C", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$i", + "color": "#889B4A", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ": ", + "color": "#889B4A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$it", + "color": "#889B4A", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "** Checking List contents **", + "color": "#A57A4C", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "Evaluate if a list contains element(s) (boolean)", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "contained ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " technologies", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "contains", + "color": "#D3AF86", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Groovy", + "color": "#889B4A", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Or", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "contained ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Groovy", + "color": "#889B4A", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "in", + "color": "#D3AF86", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " technologies", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " To sort without mutating original, you can do:", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "sortedTechnologies ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " technologies", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "sort", + "color": "#D3AF86", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "false", + "color": "#F79A32", + "_t": "constant.groovy.language.meta.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "Replace all elements in the list", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "Collections", + "color": "#98676A", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "replaceAll", + "color": "#D3AF86", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "technologies", + "color": "#D3AF86", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Gradle", + "color": "#889B4A", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "gradle", + "color": "#889B4A", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "Shuffle a list", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "Collections", + "color": "#98676A", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "shuffle", + "color": "#D3AF86", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "technologies", + "color": "#D3AF86", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "new", + "color": "#98676A", + "_t": "control.groovy.keyword.meta.method-call.new", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Random", + "color": "#98676A", + "_t": "groovy.meta.method-call.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "Clear a list", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "technologies", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "clear", + "color": "#D3AF86", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "Creating an empty map", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "devMap", + "color": "#DC3958", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#DC3958", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "Add values", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "devMap ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "name", + "color": "#889B4A", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Roberto", + "color": "#889B4A", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "framework", + "color": "#889B4A", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Grails", + "color": "#889B4A", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "language", + "color": "#889B4A", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Groovy", + "color": "#889B4A", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "devMap", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "put", + "color": "#D3AF86", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "lastName", + "color": "#889B4A", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Perez", + "color": "#889B4A", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "Iterate over elements of a map", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "devMap", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "each { ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "println", + "color": "#7E602C", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$it", + "color": "#889B4A", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ".", + "color": "#889B4A", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "key", + "color": "#889B4A", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ": ", + "color": "#889B4A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$it", + "color": "#889B4A", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ".", + "color": "#889B4A", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "value", + "color": "#889B4A", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " }", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "devMap", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "eachWithIndex {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "it", + "color": "#DC3958", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "->", + "color": "#D3AF86", + "_t": "groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "println", + "color": "#7E602C", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$i", + "color": "#889B4A", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ": ", + "color": "#889B4A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$it", + "color": "#889B4A", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "Evaluate if a map contains a key", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "assert", + "color": "#98676A", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " devMap", + "color": "#D3AF86", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "assertion.declaration.groovy.keyword.meta.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "containsKey", + "color": "#D3AF86", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "name", + "color": "#889B4A", + "_t": "assertion.declaration.groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "Get the keys of a map", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "println", + "color": "#7E602C", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " devMap", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "keySet", + "color": "#D3AF86", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#98676A", + "_t": "class.definition.groovy.identifier.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.definition.groovy.identifier.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Foo", + "color": "#F06431", + "_t": "class.definition.entity.groovy.identifier.meta.name.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " read only property", + "color": "#A57A4C", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "final", + "color": "#98676A", + "_t": "body.class.definition.final.groovy.meta.modifier.storage.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "String", + "color": "#98676A", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "name", + "color": "#DC3958", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.body.class.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.body.class.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Roberto", + "color": "#889B4A", + "_t": "body.class.definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "body.class.definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " read only property with public getter and protected setter", + "color": "#A57A4C", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "String", + "color": "#98676A", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "language", + "color": "#DC3958", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "protected", + "color": "#98676A", + "_t": "access-control.body.class.definition.groovy.java.meta.method.modifier.return-type.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "void", + "color": "#98676A", + "_t": "body.class.definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "setLanguage", + "color": "#F06431", + "_t": "body.class.definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "String", + "color": "#98676A", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "language", + "color": "#DC3958", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{ ", + "color": "#D3AF86", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "body.class.definition.groovy.java.language.meta.method.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "body.class.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "language ", + "color": "#D3AF86", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.body.class.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " language ", + "color": "#D3AF86", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " dynamically typed property", + "color": "#A57A4C", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "body.class.def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "lastName", + "color": "#DC3958", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "class.definition.end.groovy.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Logical Branching and Looping", + "color": "#A57A4C", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "Groovy supports the usual if - else syntax", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "x", + "color": "#DC3958", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(x", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "==", + "color": "#D3AF86", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ") {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "println", + "color": "#7E602C", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "One", + "color": "#889B4A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "} ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "else", + "color": "#98676A", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(x", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "==", + "color": "#D3AF86", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ") {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "println", + "color": "#7E602C", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Two", + "color": "#889B4A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "} ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "else", + "color": "#98676A", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "println", + "color": "#7E602C", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "X greater than Two", + "color": "#889B4A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "Groovy also supports the ternary operator:", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "y", + "color": "#DC3958", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "10", + "color": "#F79A32", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "x", + "color": "#DC3958", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " (y ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "comparison.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ") ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "?", + "color": "#D3AF86", + "_t": "definition.evaluation.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "worked", + "color": "#889B4A", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "definition.evaluation.expression-seperator.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "failed", + "color": "#889B4A", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "assert", + "color": "#98676A", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " x ", + "color": "#D3AF86", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "==", + "color": "#D3AF86", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "assertion.begin.declaration.definition.double.groovy.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "worked", + "color": "#889B4A", + "_t": "assertion.declaration.double.groovy.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "assertion.declaration.definition.double.end.groovy.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "Groovy supports 'The Elvis Operator' too!", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "Instead of using the ternary operator:", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "displayName ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " user", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "name ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "?", + "color": "#D3AF86", + "_t": "evaluation.groovy.keyword.meta.operator.ternary", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " user", + "color": "#D3AF86", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "evaluation.groovy.keyword.meta.navigation.operator.ternary", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "name ", + "color": "#D3AF86", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "evaluation.expression-seperator.groovy.keyword.meta.operator.ternary", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Anonymous", + "color": "#889B4A", + "_t": "evaluation.groovy.meta.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "We can write it:", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "displayName ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " user", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "name ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "?:", + "color": "#D3AF86", + "_t": "elvis.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Anonymous", + "color": "#889B4A", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "For loop", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "Iterate over a range", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "x", + "color": "#DC3958", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " (i ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "in", + "color": "#D3AF86", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "..", + "color": "#D3AF86", + "_t": "groovy.keyword.operator.range", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "30", + "color": "#F79A32", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ") {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " x ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " i", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "Iterate over a list", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "x ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "( i ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "in", + "color": "#D3AF86", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ) {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " x ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " i", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "Iterate over an array", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "array ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "..", + "color": "#D3AF86", + "_t": "groovy.keyword.operator.range", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "20", + "color": "#F79A32", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "toArray", + "color": "#D3AF86", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "x ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " (i ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "in", + "color": "#D3AF86", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " array) {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " x ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " i", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "Iterate over a map", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "map", + "color": "#DC3958", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "name", + "color": "#889B4A", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#DC3958", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Roberto", + "color": "#889B4A", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "framework", + "color": "#889B4A", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#DC3958", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Grails", + "color": "#889B4A", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "language", + "color": "#889B4A", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#DC3958", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Groovy", + "color": "#889B4A", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "x ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ( e ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "in", + "color": "#D3AF86", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " map ) {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " x ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " e", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "value", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "technologies", + "color": "#DC3958", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Groovy", + "color": "#889B4A", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Grails", + "color": "#889B4A", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Gradle", + "color": "#889B4A", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "technologies", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "toUpperCase", + "color": "#D3AF86", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " = to technologies.collect { it?.toUpperCase() }", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "user", + "color": "#DC3958", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "User", + "color": "#98676A", + "_t": "definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "definition.groovy.keyword.meta.navigation.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "get", + "color": "#DC3958", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "username", + "color": "#DC3958", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " user", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "?.", + "color": "#D3AF86", + "_t": "definition.groovy.keyword.meta.operator.safe-navigation.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "username", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "clos", + "color": "#DC3958", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " { ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "println", + "color": "#7E602C", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Hello World!", + "color": "#889B4A", + "_t": "definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " }", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "sum", + "color": "#DC3958", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " {", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#DC3958", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "b", + "color": "#DC3958", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "->", + "color": "#D3AF86", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "println", + "color": "#7E602C", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " a", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "b }", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "sum", + "color": "#D3AF86", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "4", + "color": "#F79A32", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "x", + "color": "#DC3958", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "multiplyBy", + "color": "#DC3958", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " {", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "num", + "color": "#DC3958", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "->", + "color": "#D3AF86", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " num ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " x }", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "println", + "color": "#7E602C", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "multiplyBy", + "color": "#D3AF86", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "10", + "color": "#F79A32", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "clos", + "color": "#DC3958", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " { ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "print", + "color": "#7E602C", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " it }", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "clos", + "color": "#D3AF86", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "hi", + "color": "#889B4A", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "cl", + "color": "#DC3958", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " {", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#DC3958", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "b", + "color": "#DC3958", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "->", + "color": "#D3AF86", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "sleep", + "color": "#DC3958", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "3000", + "color": "#F79A32", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "//", + "color": "#D3AF86", + "_t": "comment.definition.double-slash.groovy.line.meta.punctuation.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": " simulate some time consuming processing", + "color": "#DC3958", + "_t": "comment.definition.double-slash.groovy.line.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " a ", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " b", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "}", + "color": "#DC3958", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "mem ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " cl", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "memoize", + "color": "#D3AF86", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "def.definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "callClosure", + "color": "#8AB1B0", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "b", + "color": "#DC3958", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "body.def.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " start ", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "System", + "color": "#98676A", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "currentTimeMillis", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "mem", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " b", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "println", + "color": "#7E602C", + "_t": "body.definition.function.groovy.java.meta.method.print.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Inputs(a = ", + "color": "#889B4A", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$a", + "color": "#889B4A", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ", b = ", + "color": "#889B4A", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$b", + "color": "#889B4A", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ") - took ", + "color": "#889B4A", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "${", + "color": "#18401E", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "System.currentTimeMillis() - start", + "color": "#889B4A", + "_t": "body.definition.double.embedded.groovy.java.meta.method.quoted.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "}", + "color": "#18401E", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": " msecs.", + "color": "#889B4A", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "callClosure", + "color": "#D3AF86", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "Another example:", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "import", + "color": "#98676A", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "groovy.import.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "groovy", + "color": "#98676A", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "transform", + "color": "#98676A", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "TypeChecked", + "color": "#98676A", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "@TypeChecked", + "color": "#98676A", + "_t": "annotation.groovy.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "Integer", + "color": "#98676A", + "_t": "definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "test", + "color": "#8AB1B0", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Integer", + "color": "#98676A", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " num ", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#889B4A", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Integer", + "color": "#98676A", + "_t": "array.body.definition.groovy.java.meta.method.object.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " numbers ", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "4", + "color": "#F79A32", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Date", + "color": "#98676A", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " date ", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " numbers", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "body.control.definition.groovy.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Test", + "color": "#889B4A", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "CompileStatic example:", + "color": "#A57A4C", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "import", + "color": "#98676A", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "groovy.import.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "groovy", + "color": "#98676A", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "transform", + "color": "#98676A", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "CompileStatic", + "color": "#98676A", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "@CompileStatic", + "color": "#98676A", + "_t": "annotation.groovy.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "int", + "color": "#98676A", + "_t": "definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "sum", + "color": "#8AB1B0", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "int", + "color": "#98676A", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "x", + "color": "#DC3958", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "int", + "color": "#98676A", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "y", + "color": "#DC3958", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " x ", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "arithmetic.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " y", + "color": "#D3AF86", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "assert", + "color": "#98676A", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "sum", + "color": "#D3AF86", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "assertion.declaration.definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "==", + "color": "#D3AF86", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "7", + "color": "#F79A32", + "_t": "assertion.constant.declaration.groovy.meta.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + } + ], + "monokai": [ + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Hello World", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "println", + "color": "#66D9EF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Hello world!", + "color": "#E6DB74", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Variables:", + "color": "#75715E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " You can assign values to variables for later use", + "color": "#75715E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "println", + "color": "#66D9EF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " x", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "new", + "color": "#F92672", + "_t": "control.groovy.keyword.new", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "java.util.Date", + "color": "#66D9EF", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "println", + "color": "#66D9EF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " x", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-3.1499392", + "color": "#AE81FF", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "println", + "color": "#66D9EF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " x", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "false", + "color": "#AE81FF", + "_t": "constant.groovy.language", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": "println", + "color": "#66D9EF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " x", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Groovy!", + "color": "#E6DB74", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "println", + "color": "#66D9EF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " x", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Collections and maps", + "color": "#75715E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Creating an empty list", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "technologies", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "** Adding a elements to the list **", + "color": "#75715E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " As with Java", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "technologies", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "add", + "color": "#F8F8F2", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Grails", + "color": "#E6DB74", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Left shift adds, and returns the list", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "technologies ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<<", + "color": "#F92672", + "_t": "groovy.keyword.leftshift.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Groovy", + "color": "#E6DB74", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Add multiple elements", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "technologies", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "addAll", + "color": "#F8F8F2", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Gradle", + "color": "#E6DB74", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.method-call.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Griffon", + "color": "#E6DB74", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "** Removing elements from the list **", + "color": "#75715E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " As with Java", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "technologies", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "remove", + "color": "#F8F8F2", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Griffon", + "color": "#E6DB74", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Subtraction works also", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "technologies ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " technologies ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Grails", + "color": "#E6DB74", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "** Iterating Lists **", + "color": "#75715E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Iterate over elements of a list", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "technologies", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "each { ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "println", + "color": "#66D9EF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Technology: ", + "color": "#E6DB74", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$it", + "color": "#E6DB74", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "technologies", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "eachWithIndex {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "it", + "color": "#FD971F", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#FD971F", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "->", + "color": "#F92672", + "_t": "groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "println", + "color": "#66D9EF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$i", + "color": "#E6DB74", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ": ", + "color": "#E6DB74", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$it", + "color": "#E6DB74", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "** Checking List contents **", + "color": "#75715E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Evaluate if a list contains element(s) (boolean)", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "contained ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " technologies", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "contains", + "color": "#F8F8F2", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Groovy", + "color": "#E6DB74", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Or", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "contained ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Groovy", + "color": "#E6DB74", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "in", + "color": "#F92672", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " technologies", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " To sort without mutating original, you can do:", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "sortedTechnologies ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " technologies", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "sort", + "color": "#F8F8F2", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "false", + "color": "#AE81FF", + "_t": "constant.groovy.language.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Replace all elements in the list", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Collections", + "color": "#66D9EF", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "replaceAll", + "color": "#F8F8F2", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "technologies", + "color": "#F8F8F2", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Gradle", + "color": "#E6DB74", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "gradle", + "color": "#E6DB74", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Shuffle a list", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Collections", + "color": "#66D9EF", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "shuffle", + "color": "#F8F8F2", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "technologies", + "color": "#F8F8F2", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "new", + "color": "#F92672", + "_t": "control.groovy.keyword.meta.method-call.new", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Random", + "color": "#66D9EF", + "_t": "groovy.meta.method-call.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Clear a list", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "technologies", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "clear", + "color": "#F8F8F2", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Creating an empty map", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "devMap", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Add values", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "devMap ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "name", + "color": "#E6DB74", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Roberto", + "color": "#E6DB74", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "framework", + "color": "#E6DB74", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Grails", + "color": "#E6DB74", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "language", + "color": "#E6DB74", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Groovy", + "color": "#E6DB74", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "devMap", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "put", + "color": "#F8F8F2", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "lastName", + "color": "#E6DB74", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Perez", + "color": "#E6DB74", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Iterate over elements of a map", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "devMap", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "each { ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "println", + "color": "#66D9EF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$it", + "color": "#E6DB74", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "key", + "color": "#E6DB74", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ": ", + "color": "#E6DB74", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$it", + "color": "#E6DB74", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "value", + "color": "#E6DB74", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " }", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "devMap", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "eachWithIndex {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "it", + "color": "#FD971F", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#FD971F", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "->", + "color": "#F92672", + "_t": "groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "println", + "color": "#66D9EF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$i", + "color": "#E6DB74", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ": ", + "color": "#E6DB74", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$it", + "color": "#E6DB74", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Evaluate if a map contains a key", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "assert", + "color": "#F92672", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " devMap", + "color": "#F8F8F2", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "assertion.declaration.groovy.keyword.meta.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "containsKey", + "color": "#F8F8F2", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "name", + "color": "#E6DB74", + "_t": "assertion.declaration.groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Get the keys of a map", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "println", + "color": "#66D9EF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " devMap", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "keySet", + "color": "#F8F8F2", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#F92672", + "_t": "class.definition.groovy.identifier.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.definition.groovy.identifier.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Foo", + "color": "#A6E22E", + "_t": "class.definition.entity.groovy.identifier.meta.name.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " read only property", + "color": "#75715E", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "final", + "color": "#F92672", + "_t": "body.class.definition.final.groovy.meta.modifier.storage.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "String", + "color": "#66D9EF", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "name", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.body.class.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.body.class.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Roberto", + "color": "#E6DB74", + "_t": "body.class.definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "body.class.definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " read only property with public getter and protected setter", + "color": "#75715E", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "String", + "color": "#66D9EF", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "language", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "protected", + "color": "#F92672", + "_t": "access-control.body.class.definition.groovy.java.meta.method.modifier.return-type.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "void", + "color": "#66D9EF", + "_t": "body.class.definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "setLanguage", + "color": "#A6E22E", + "_t": "body.class.definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "String", + "color": "#66D9EF", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "language", + "color": "#FD971F", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{ ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.java.language.meta.method.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "body.class.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "language ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.body.class.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " language ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " dynamically typed property", + "color": "#75715E", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "body.class.def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "lastName", + "color": "#F8F8F2", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "class.definition.end.groovy.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Logical Branching and Looping", + "color": "#75715E", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Groovy supports the usual if - else syntax", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(x", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "==", + "color": "#F92672", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ") {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "println", + "color": "#66D9EF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "One", + "color": "#E6DB74", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "} ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "else", + "color": "#F92672", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(x", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "==", + "color": "#F92672", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ") {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "println", + "color": "#66D9EF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Two", + "color": "#E6DB74", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "} ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "else", + "color": "#F92672", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "println", + "color": "#66D9EF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "X greater than Two", + "color": "#E6DB74", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Groovy also supports the ternary operator:", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "y", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "10", + "color": "#AE81FF", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (y ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">", + "color": "#F92672", + "_t": "comparison.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ") ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "?", + "color": "#F92672", + "_t": "definition.evaluation.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "worked", + "color": "#E6DB74", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "definition.evaluation.expression-seperator.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "failed", + "color": "#E6DB74", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "assert", + "color": "#F92672", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " x ", + "color": "#F8F8F2", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "==", + "color": "#F92672", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "assertion.begin.declaration.definition.double.groovy.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "worked", + "color": "#E6DB74", + "_t": "assertion.declaration.double.groovy.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "assertion.declaration.definition.double.end.groovy.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Groovy supports 'The Elvis Operator' too!", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Instead of using the ternary operator:", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "displayName ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " user", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "name ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "?", + "color": "#F92672", + "_t": "evaluation.groovy.keyword.meta.operator.ternary", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " user", + "color": "#F8F8F2", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "evaluation.groovy.keyword.meta.navigation.operator.ternary", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "name ", + "color": "#F8F8F2", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "evaluation.expression-seperator.groovy.keyword.meta.operator.ternary", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Anonymous", + "color": "#E6DB74", + "_t": "evaluation.groovy.meta.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "We can write it:", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "displayName ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " user", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "name ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "?:", + "color": "#F92672", + "_t": "elvis.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Anonymous", + "color": "#E6DB74", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "For loop", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Iterate over a range", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (i ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "in", + "color": "#F92672", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "..", + "color": "#F92672", + "_t": "groovy.keyword.operator.range", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "30", + "color": "#AE81FF", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ") {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " x ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " i", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Iterate over a list", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "x ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "( i ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "in", + "color": "#F92672", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ) {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " x ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " i", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Iterate over an array", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "array ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "..", + "color": "#F92672", + "_t": "groovy.keyword.operator.range", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "20", + "color": "#AE81FF", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "toArray", + "color": "#F8F8F2", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (i ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "in", + "color": "#F92672", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " array) {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " x ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " i", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Iterate over a map", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "map", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "name", + "color": "#E6DB74", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Roberto", + "color": "#E6DB74", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "framework", + "color": "#E6DB74", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Grails", + "color": "#E6DB74", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "language", + "color": "#E6DB74", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Groovy", + "color": "#E6DB74", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ( e ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "in", + "color": "#F92672", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " map ) {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " x ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " e", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "value", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "technologies", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Groovy", + "color": "#E6DB74", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Grails", + "color": "#E6DB74", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Gradle", + "color": "#E6DB74", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "technologies", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "toUpperCase", + "color": "#F8F8F2", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " = to technologies.collect { it?.toUpperCase() }", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "user", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "User", + "color": "#66D9EF", + "_t": "definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "definition.groovy.keyword.meta.navigation.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "get", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "username", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " user", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "?.", + "color": "#F92672", + "_t": "definition.groovy.keyword.meta.operator.safe-navigation.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "username", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "clos", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " { ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "println", + "color": "#66D9EF", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Hello World!", + "color": "#E6DB74", + "_t": "definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " }", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sum", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " {", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#FD971F", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "a", + "color": "#FD971F", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#FD971F", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "b", + "color": "#FD971F", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#FD971F", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "->", + "color": "#F92672", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "println", + "color": "#66D9EF", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " a", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "b }", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sum", + "color": "#F8F8F2", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "4", + "color": "#AE81FF", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "multiplyBy", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " {", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#FD971F", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "num", + "color": "#FD971F", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#FD971F", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "->", + "color": "#F92672", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " num ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " x }", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "println", + "color": "#66D9EF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "multiplyBy", + "color": "#F8F8F2", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "10", + "color": "#AE81FF", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "clos", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " { ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "print", + "color": "#66D9EF", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " it }", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "clos", + "color": "#F8F8F2", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "hi", + "color": "#E6DB74", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cl", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " {", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#FD971F", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#FD971F", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "b", + "color": "#FD971F", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#FD971F", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "->", + "color": "#F92672", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sleep", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3000", + "color": "#AE81FF", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.meta.punctuation.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " simulate some time consuming processing", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " a ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " b", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "mem ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " cl", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "memoize", + "color": "#F8F8F2", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "def.definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "callClosure", + "color": "#A6E22E", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#FD971F", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "b", + "color": "#FD971F", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "body.def.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " start ", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "System", + "color": "#66D9EF", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "body.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "currentTimeMillis", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "mem", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " b", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "println", + "color": "#66D9EF", + "_t": "body.definition.function.groovy.java.meta.method.print.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Inputs(a = ", + "color": "#E6DB74", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$a", + "color": "#E6DB74", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", b = ", + "color": "#E6DB74", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$b", + "color": "#E6DB74", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ") - took ", + "color": "#E6DB74", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "${", + "color": "#E6DB74", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "System.currentTimeMillis() - start", + "color": "#E6DB74", + "_t": "body.definition.double.embedded.groovy.java.meta.method.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#E6DB74", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " msecs.", + "color": "#E6DB74", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "callClosure", + "color": "#F8F8F2", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Another example:", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "import", + "color": "#F92672", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "groovy.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "groovy", + "color": "#F92672", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": "transform", + "color": "#F92672", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": "TypeChecked", + "color": "#F92672", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": "@TypeChecked", + "color": "#66D9EF", + "_t": "annotation.groovy.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "Integer", + "color": "#66D9EF", + "_t": "definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "test", + "color": "#A6E22E", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Integer", + "color": "#66D9EF", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " num ", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "1", + "color": "#E6DB74", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Integer", + "color": "#66D9EF", + "_t": "array.body.definition.groovy.java.meta.method.object.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " numbers ", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "4", + "color": "#AE81FF", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Date", + "color": "#66D9EF", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " date ", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " numbers", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "body.control.definition.groovy.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Test", + "color": "#E6DB74", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "CompileStatic example:", + "color": "#75715E", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "import", + "color": "#F92672", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "groovy.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "groovy", + "color": "#F92672", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": "transform", + "color": "#F92672", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#F92672", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": "CompileStatic", + "color": "#F92672", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": "@CompileStatic", + "color": "#66D9EF", + "_t": "annotation.groovy.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "int", + "color": "#66D9EF", + "_t": "definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sum", + "color": "#A6E22E", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "int", + "color": "#66D9EF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x", + "color": "#FD971F", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "int", + "color": "#66D9EF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "y", + "color": "#FD971F", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " x ", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arithmetic.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " y", + "color": "#F8F8F2", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "assert", + "color": "#F92672", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sum", + "color": "#F8F8F2", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "assertion.declaration.definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "==", + "color": "#F92672", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "7", + "color": "#AE81FF", + "_t": "assertion.constant.declaration.groovy.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + } + ], + "monokai_dimmed": [ + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Hello World", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "println", + "color": "#9872A2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Hello world!", + "color": "#9AA83A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Variables:", + "color": "#9A9B99", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " You can assign values to variables for later use", + "color": "#9A9B99", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "println", + "color": "#9872A2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " x", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "new", + "color": "#9872A2", + "_t": "control.groovy.keyword.new", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "java.util.Date", + "color": "#9872A2", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "println", + "color": "#9872A2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " x", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-3.1499392", + "color": "#6089B4", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "println", + "color": "#9872A2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " x", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "false", + "color": "#FF0080", + "_t": "constant.groovy.language", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": "println", + "color": "#9872A2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " x", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Groovy!", + "color": "#9AA83A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "println", + "color": "#9872A2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " x", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Collections and maps", + "color": "#9A9B99", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Creating an empty list", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "technologies", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "** Adding a elements to the list **", + "color": "#9A9B99", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " As with Java", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "technologies", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "add", + "color": "#C5C8C6", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Grails", + "color": "#9AA83A", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Left shift adds, and returns the list", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "technologies ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<<", + "color": "#676867", + "_t": "groovy.keyword.leftshift.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Groovy", + "color": "#9AA83A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Add multiple elements", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "technologies", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "addAll", + "color": "#C5C8C6", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Gradle", + "color": "#9AA83A", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.method-call.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Griffon", + "color": "#9AA83A", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "** Removing elements from the list **", + "color": "#9A9B99", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " As with Java", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "technologies", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "remove", + "color": "#C5C8C6", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Griffon", + "color": "#9AA83A", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Subtraction works also", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "technologies ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " technologies ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Grails", + "color": "#9AA83A", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "** Iterating Lists **", + "color": "#9A9B99", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Iterate over elements of a list", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "technologies", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "each { ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "println", + "color": "#9872A2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Technology: ", + "color": "#9AA83A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$it", + "color": "#6089B4", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "technologies", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "eachWithIndex {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "it", + "color": "#6089B4", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "->", + "color": "#676867", + "_t": "groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "println", + "color": "#9872A2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$i", + "color": "#6089B4", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ": ", + "color": "#9AA83A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$it", + "color": "#6089B4", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "** Checking List contents **", + "color": "#9A9B99", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Evaluate if a list contains element(s) (boolean)", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "contained ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " technologies", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "contains", + "color": "#C5C8C6", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Groovy", + "color": "#9AA83A", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Or", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "contained ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Groovy", + "color": "#9AA83A", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "in", + "color": "#676867", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " technologies", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " To sort without mutating original, you can do:", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "sortedTechnologies ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " technologies", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "sort", + "color": "#C5C8C6", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "false", + "color": "#FF0080", + "_t": "constant.groovy.language.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Replace all elements in the list", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Collections", + "color": "#9872A2", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "replaceAll", + "color": "#C5C8C6", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "technologies", + "color": "#C5C8C6", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Gradle", + "color": "#9AA83A", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "gradle", + "color": "#9AA83A", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Shuffle a list", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Collections", + "color": "#9872A2", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "shuffle", + "color": "#C5C8C6", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "technologies", + "color": "#C5C8C6", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "new", + "color": "#9872A2", + "_t": "control.groovy.keyword.meta.method-call.new", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Random", + "color": "#9872A2", + "_t": "groovy.meta.method-call.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Clear a list", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "technologies", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "clear", + "color": "#C5C8C6", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Creating an empty map", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "devMap", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Add values", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "devMap ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "name", + "color": "#9AA83A", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Roberto", + "color": "#9AA83A", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "framework", + "color": "#9AA83A", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Grails", + "color": "#9AA83A", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "language", + "color": "#9AA83A", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Groovy", + "color": "#9AA83A", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "devMap", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "put", + "color": "#C5C8C6", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "lastName", + "color": "#9AA83A", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Perez", + "color": "#9AA83A", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Iterate over elements of a map", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "devMap", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "each { ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "println", + "color": "#9872A2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$it", + "color": "#6089B4", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#6089B4", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "key", + "color": "#6089B4", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ": ", + "color": "#9AA83A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$it", + "color": "#6089B4", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#6089B4", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "value", + "color": "#6089B4", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " }", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "devMap", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "eachWithIndex {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "it", + "color": "#6089B4", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "->", + "color": "#676867", + "_t": "groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "println", + "color": "#9872A2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$i", + "color": "#6089B4", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ": ", + "color": "#9AA83A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$it", + "color": "#6089B4", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Evaluate if a map contains a key", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "assert", + "color": "#9872A2", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " devMap", + "color": "#C5C8C6", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "assertion.declaration.groovy.keyword.meta.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "containsKey", + "color": "#C5C8C6", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "name", + "color": "#9AA83A", + "_t": "assertion.declaration.groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Get the keys of a map", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "println", + "color": "#9872A2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " devMap", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "keySet", + "color": "#C5C8C6", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "class", + "color": "#9872A2", + "_t": "class.definition.groovy.identifier.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.definition.groovy.identifier.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Foo", + "color": "#9B0000", + "_t": "class.definition.entity.groovy.identifier.meta.name.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " read only property", + "color": "#9A9B99", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "final", + "color": "#9872A2", + "_t": "body.class.definition.final.groovy.meta.modifier.storage.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "String", + "color": "#9872A2", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "name", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.body.class.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.body.class.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Roberto", + "color": "#9AA83A", + "_t": "body.class.definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "body.class.definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " read only property with public getter and protected setter", + "color": "#9A9B99", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "String", + "color": "#9872A2", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "language", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "protected", + "color": "#9872A2", + "_t": "access-control.body.class.definition.groovy.java.meta.method.modifier.return-type.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "void", + "color": "#9872A2", + "_t": "body.class.definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "setLanguage", + "color": "#CE6700", + "_t": "body.class.definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "String", + "color": "#9872A2", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "language", + "color": "#6089B4", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{ ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.java.language.meta.method.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "body.class.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "language ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.body.class.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " language ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " dynamically typed property", + "color": "#9A9B99", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "body.class.def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "lastName", + "color": "#C5C8C6", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "class.definition.end.groovy.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Logical Branching and Looping", + "color": "#9A9B99", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Groovy supports the usual if - else syntax", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(x", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "==", + "color": "#676867", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ") {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "println", + "color": "#9872A2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "One", + "color": "#9AA83A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "} ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "else", + "color": "#9872A2", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(x", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "==", + "color": "#676867", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ") {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "println", + "color": "#9872A2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Two", + "color": "#9AA83A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "} ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "else", + "color": "#9872A2", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "println", + "color": "#9872A2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "X greater than Two", + "color": "#9AA83A", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Groovy also supports the ternary operator:", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "y", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "10", + "color": "#6089B4", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " (y ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ">", + "color": "#676867", + "_t": "comparison.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ") ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "?", + "color": "#676867", + "_t": "definition.evaluation.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "worked", + "color": "#9AA83A", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "definition.evaluation.expression-seperator.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "failed", + "color": "#9AA83A", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "assert", + "color": "#9872A2", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " x ", + "color": "#C5C8C6", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "==", + "color": "#676867", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "assertion.begin.declaration.definition.double.groovy.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "worked", + "color": "#9AA83A", + "_t": "assertion.declaration.double.groovy.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "assertion.declaration.definition.double.end.groovy.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Groovy supports 'The Elvis Operator' too!", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Instead of using the ternary operator:", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "displayName ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " user", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "name ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "?", + "color": "#676867", + "_t": "evaluation.groovy.keyword.meta.operator.ternary", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " user", + "color": "#C5C8C6", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "evaluation.groovy.keyword.meta.navigation.operator.ternary", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "name ", + "color": "#C5C8C6", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "evaluation.expression-seperator.groovy.keyword.meta.operator.ternary", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Anonymous", + "color": "#9AA83A", + "_t": "evaluation.groovy.meta.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "We can write it:", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "displayName ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " user", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "name ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "?:", + "color": "#676867", + "_t": "elvis.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Anonymous", + "color": "#9AA83A", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "For loop", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Iterate over a range", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " (i ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "in", + "color": "#676867", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "..", + "color": "#676867", + "_t": "groovy.keyword.operator.range", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "30", + "color": "#6089B4", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ") {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " x ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " i", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Iterate over a list", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "x ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "( i ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "in", + "color": "#676867", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ) {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " x ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " i", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Iterate over an array", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "array ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "..", + "color": "#676867", + "_t": "groovy.keyword.operator.range", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "20", + "color": "#6089B4", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "toArray", + "color": "#C5C8C6", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " (i ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "in", + "color": "#676867", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " array) {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " x ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " i", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Iterate over a map", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "map", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "name", + "color": "#9AA83A", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Roberto", + "color": "#9AA83A", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#6089B4", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "framework", + "color": "#9AA83A", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Grails", + "color": "#9AA83A", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#6089B4", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "language", + "color": "#9AA83A", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Groovy", + "color": "#9AA83A", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ( e ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "in", + "color": "#676867", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " map ) {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " x ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " e", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "value", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "technologies", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Groovy", + "color": "#9AA83A", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#6089B4", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Grails", + "color": "#9AA83A", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#6089B4", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Gradle", + "color": "#9AA83A", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "technologies", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "toUpperCase", + "color": "#C5C8C6", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " = to technologies.collect { it?.toUpperCase() }", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "user", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "User", + "color": "#9872A2", + "_t": "definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#676867", + "_t": "definition.groovy.keyword.meta.navigation.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "get", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "username", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " user", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "?.", + "color": "#676867", + "_t": "definition.groovy.keyword.meta.operator.safe-navigation.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "username", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "clos", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " { ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "println", + "color": "#9872A2", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Hello World!", + "color": "#9AA83A", + "_t": "definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " }", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "sum", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " {", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#6089B4", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#6089B4", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "b", + "color": "#6089B4", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#6089B4", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "->", + "color": "#676867", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "println", + "color": "#9872A2", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " a", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "b }", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "sum", + "color": "#C5C8C6", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "4", + "color": "#6089B4", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "multiplyBy", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " {", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#6089B4", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "num", + "color": "#6089B4", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#6089B4", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "->", + "color": "#676867", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " num ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " x }", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "println", + "color": "#9872A2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "multiplyBy", + "color": "#C5C8C6", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "10", + "color": "#6089B4", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "clos", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " { ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "print", + "color": "#9872A2", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " it }", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "clos", + "color": "#C5C8C6", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "hi", + "color": "#9AA83A", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cl", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " {", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#6089B4", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "b", + "color": "#6089B4", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#6089B4", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "->", + "color": "#676867", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "sleep", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3000", + "color": "#6089B4", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.meta.punctuation.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " simulate some time consuming processing", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " a ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " b", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "mem ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " cl", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#676867", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "memoize", + "color": "#C5C8C6", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "def.definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "callClosure", + "color": "#CE6700", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "b", + "color": "#6089B4", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "body.def.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " start ", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "System", + "color": "#9872A2", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#676867", + "_t": "body.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "currentTimeMillis", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "mem", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " b", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "println", + "color": "#9872A2", + "_t": "body.definition.function.groovy.java.meta.method.print.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Inputs(a = ", + "color": "#9AA83A", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$a", + "color": "#6089B4", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ", b = ", + "color": "#9AA83A", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$b", + "color": "#6089B4", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ") - took ", + "color": "#9AA83A", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "${", + "color": "#D08442", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "System.currentTimeMillis() - start", + "color": "#D08442", + "_t": "body.definition.double.embedded.groovy.java.meta.method.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "}", + "color": "#D08442", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": " msecs.", + "color": "#9AA83A", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "callClosure", + "color": "#C5C8C6", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Another example:", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "import", + "color": "#676867", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "groovy.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "groovy", + "color": "#9872A2", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#9872A2", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "transform", + "color": "#9872A2", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#9872A2", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "TypeChecked", + "color": "#9872A2", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "@TypeChecked", + "color": "#9872A2", + "_t": "annotation.groovy.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "Integer", + "color": "#9872A2", + "_t": "definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "test", + "color": "#CE6700", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Integer", + "color": "#9872A2", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " num ", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "1", + "color": "#9AA83A", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Integer", + "color": "#9872A2", + "_t": "array.body.definition.groovy.java.meta.method.object.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " numbers ", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "4", + "color": "#6089B4", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Date", + "color": "#9872A2", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " date ", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " numbers", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "body.control.definition.groovy.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Test", + "color": "#9AA83A", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "CompileStatic example:", + "color": "#9A9B99", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "import", + "color": "#676867", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "groovy.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "groovy", + "color": "#9872A2", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#9872A2", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "transform", + "color": "#9872A2", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#9872A2", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "CompileStatic", + "color": "#9872A2", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "@CompileStatic", + "color": "#9872A2", + "_t": "annotation.groovy.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "int", + "color": "#9872A2", + "_t": "definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "sum", + "color": "#CE6700", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "int", + "color": "#9872A2", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x", + "color": "#6089B4", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "int", + "color": "#9872A2", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "y", + "color": "#6089B4", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " x ", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "arithmetic.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " y", + "color": "#C5C8C6", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "assert", + "color": "#9872A2", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "sum", + "color": "#C5C8C6", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "assertion.declaration.definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "==", + "color": "#676867", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "7", + "color": "#6089B4", + "_t": "assertion.constant.declaration.groovy.meta.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + } + ], + "quietlight": [ + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Hello World", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "println", + "color": "#AA3731", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Hello world!", + "color": "#448C27", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Variables:", + "color": "#AAAAAA", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " You can assign values to variables for later use", + "color": "#AAAAAA", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "x", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "println", + "color": "#AA3731", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " x", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "x ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "new", + "color": "#4B83CD", + "_t": "control.groovy.keyword.new", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "java.util.Date", + "color": "#7A3E9D", + "_t": "groovy.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": "()", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "println", + "color": "#AA3731", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " x", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "x ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-3.1499392", + "color": "#AB6526", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "println", + "color": "#AA3731", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " x", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "x ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "false", + "color": "#AB6526", + "_t": "constant.groovy.language", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": "println", + "color": "#AA3731", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " x", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "x ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Groovy!", + "color": "#448C27", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "println", + "color": "#AA3731", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " x", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Collections and maps", + "color": "#AAAAAA", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "Creating an empty list", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "technologies", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "]", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "** Adding a elements to the list **", + "color": "#AAAAAA", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " As with Java", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "technologies", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "add", + "color": "#333333", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Grails", + "color": "#448C27", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Left shift adds, and returns the list", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "technologies ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<<", + "color": "#777777", + "_t": "groovy.keyword.leftshift.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Groovy", + "color": "#448C27", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Add multiple elements", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "technologies", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "addAll", + "color": "#333333", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.punctuation.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Gradle", + "color": "#448C27", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#434343", + "_t": "definition.groovy.meta.method-call.punctuation.separator.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Griffon", + "color": "#448C27", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "]", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.punctuation.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "** Removing elements from the list **", + "color": "#AAAAAA", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " As with Java", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "technologies", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "remove", + "color": "#333333", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Griffon", + "color": "#448C27", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Subtraction works also", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "technologies ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " technologies ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Grails", + "color": "#448C27", + "_t": "groovy.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "** Iterating Lists **", + "color": "#AAAAAA", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Iterate over elements of a list", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "technologies", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "each { ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "println", + "color": "#AA3731", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Technology: ", + "color": "#448C27", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$it", + "color": "#448C27", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "technologies", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "eachWithIndex {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "it", + "color": "#7A3E9D", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#333333", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "->", + "color": "#777777", + "_t": "groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "println", + "color": "#AA3731", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$i", + "color": "#448C27", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ": ", + "color": "#448C27", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$it", + "color": "#448C27", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "** Checking List contents **", + "color": "#AAAAAA", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "Evaluate if a list contains element(s) (boolean)", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "contained ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " technologies", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "contains", + "color": "#333333", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Groovy", + "color": "#448C27", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Or", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "contained ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Groovy", + "color": "#448C27", + "_t": "groovy.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "in", + "color": "#777777", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " technologies", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " To sort without mutating original, you can do:", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "sortedTechnologies ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " technologies", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "sort", + "color": "#333333", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "false", + "color": "#AB6526", + "_t": "constant.groovy.language.meta.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "Replace all elements in the list", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "Collections", + "color": "#7A3E9D", + "_t": "groovy.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "replaceAll", + "color": "#333333", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "technologies", + "color": "#333333", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ",", + "color": "#777777", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Gradle", + "color": "#448C27", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#777777", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "gradle", + "color": "#448C27", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "Shuffle a list", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "Collections", + "color": "#7A3E9D", + "_t": "groovy.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "shuffle", + "color": "#333333", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "technologies", + "color": "#333333", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ",", + "color": "#777777", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "new", + "color": "#4B83CD", + "_t": "control.groovy.keyword.meta.method-call.new", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Random", + "color": "#7A3E9D", + "_t": "groovy.meta.method-call.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": "()", + "color": "#333333", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "Clear a list", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "technologies", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "clear", + "color": "#333333", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "Creating an empty map", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "devMap", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "]", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "Add values", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "devMap ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "name", + "color": "#448C27", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#333333", + "_t": "groovy.meta.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Roberto", + "color": "#448C27", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#434343", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "groovy.meta.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "framework", + "color": "#448C27", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#333333", + "_t": "groovy.meta.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Grails", + "color": "#448C27", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#434343", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "groovy.meta.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "language", + "color": "#448C27", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#333333", + "_t": "groovy.meta.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Groovy", + "color": "#448C27", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "]", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "devMap", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "put", + "color": "#333333", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "lastName", + "color": "#448C27", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#777777", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Perez", + "color": "#448C27", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "Iterate over elements of a map", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "devMap", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "each { ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "println", + "color": "#AA3731", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$it", + "color": "#448C27", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ".", + "color": "#448C27", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "key", + "color": "#448C27", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ": ", + "color": "#448C27", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$it", + "color": "#448C27", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ".", + "color": "#448C27", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "value", + "color": "#448C27", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " }", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "devMap", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "eachWithIndex {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "it", + "color": "#7A3E9D", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#333333", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "->", + "color": "#777777", + "_t": "groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "println", + "color": "#AA3731", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$i", + "color": "#448C27", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ": ", + "color": "#448C27", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$it", + "color": "#448C27", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "Evaluate if a map contains a key", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "assert", + "color": "#4B83CD", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " devMap", + "color": "#333333", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "assertion.declaration.groovy.keyword.meta.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "containsKey", + "color": "#333333", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "'", + "color": "#777777", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "name", + "color": "#448C27", + "_t": "assertion.declaration.groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "Get the keys of a map", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "println", + "color": "#AA3731", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " devMap", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "keySet", + "color": "#333333", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "class", + "color": "#4B83CD", + "_t": "class.definition.groovy.identifier.meta.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.definition.groovy.identifier.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Foo", + "color": "#7A3E9D", + "_t": "class.definition.entity.groovy.identifier.meta.name.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.definition.groovy.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#333333", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " read only property", + "color": "#AAAAAA", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "final", + "color": "#7A3E9D", + "_t": "body.class.definition.final.groovy.meta.modifier.storage.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "String", + "color": "#7A3E9D", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "name", + "color": "#7A3E9D", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.body.class.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.body.class.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Roberto", + "color": "#448C27", + "_t": "body.class.definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "body.class.definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " read only property with public getter and protected setter", + "color": "#AAAAAA", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "String", + "color": "#7A3E9D", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "language", + "color": "#7A3E9D", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "protected", + "color": "#4B83CD", + "_t": "access-control.body.class.definition.groovy.java.meta.method.modifier.return-type.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "void", + "color": "#7A3E9D", + "_t": "body.class.definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "setLanguage", + "color": "#AA3731", + "_t": "body.class.definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "String", + "color": "#7A3E9D", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "language", + "color": "#7A3E9D", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#333333", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{ ", + "color": "#333333", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "body.class.definition.groovy.java.language.meta.method.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "body.class.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "language ", + "color": "#333333", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.body.class.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " language ", + "color": "#333333", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#333333", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " dynamically typed property", + "color": "#AAAAAA", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "body.class.def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "lastName", + "color": "#7A3E9D", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}", + "color": "#777777", + "_t": "class.definition.end.groovy.meta.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Logical Branching and Looping", + "color": "#AAAAAA", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "Groovy supports the usual if - else syntax", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "x", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "3", + "color": "#AB6526", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(x", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "==", + "color": "#777777", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ") {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "println", + "color": "#AA3731", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "One", + "color": "#448C27", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "} ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "else", + "color": "#4B83CD", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(x", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "==", + "color": "#777777", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ") {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "println", + "color": "#AA3731", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Two", + "color": "#448C27", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "} ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "else", + "color": "#4B83CD", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "println", + "color": "#AA3731", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "X greater than Two", + "color": "#448C27", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "Groovy also supports the ternary operator:", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "y", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "10", + "color": "#AB6526", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "x", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " (y ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ">", + "color": "#777777", + "_t": "comparison.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ") ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "?", + "color": "#777777", + "_t": "definition.evaluation.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "worked", + "color": "#448C27", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "definition.evaluation.expression-seperator.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "failed", + "color": "#448C27", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "assert", + "color": "#4B83CD", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " x ", + "color": "#333333", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "==", + "color": "#777777", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "assertion.begin.declaration.definition.double.groovy.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "worked", + "color": "#448C27", + "_t": "assertion.declaration.double.groovy.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "assertion.declaration.definition.double.end.groovy.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "Groovy supports 'The Elvis Operator' too!", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "Instead of using the ternary operator:", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "displayName ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " user", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "name ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "?", + "color": "#777777", + "_t": "evaluation.groovy.keyword.meta.operator.ternary", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " user", + "color": "#333333", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "evaluation.groovy.keyword.meta.navigation.operator.ternary", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "name ", + "color": "#333333", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#777777", + "_t": "evaluation.expression-seperator.groovy.keyword.meta.operator.ternary", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Anonymous", + "color": "#448C27", + "_t": "evaluation.groovy.meta.quoted.single.string.ternary", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "We can write it:", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "displayName ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " user", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "name ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "?:", + "color": "#777777", + "_t": "elvis.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Anonymous", + "color": "#448C27", + "_t": "groovy.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "For loop", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "Iterate over a range", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "x", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (i ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "in", + "color": "#777777", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "..", + "color": "#777777", + "_t": "groovy.keyword.operator.range", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "30", + "color": "#AB6526", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ") {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " x ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#777777", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " i", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "Iterate over a list", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "x ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "( i ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "in", + "color": "#777777", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "5", + "color": "#AB6526", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "3", + "color": "#AB6526", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "]", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ) {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " x ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#777777", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " i", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "Iterate over an array", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "array ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " (", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "..", + "color": "#777777", + "_t": "groovy.keyword.operator.range", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "20", + "color": "#AB6526", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "toArray", + "color": "#333333", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "x ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (i ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "in", + "color": "#777777", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " array) {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " x ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#777777", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " i", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "Iterate over a map", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "map", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "name", + "color": "#448C27", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Roberto", + "color": "#448C27", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#434343", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "framework", + "color": "#448C27", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Grails", + "color": "#448C27", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#434343", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "language", + "color": "#448C27", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Groovy", + "color": "#448C27", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "]", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "x ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ( e ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "in", + "color": "#777777", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " map ) {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " x ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#777777", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " e", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "value", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "technologies", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Groovy", + "color": "#448C27", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#434343", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Grails", + "color": "#448C27", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#434343", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Gradle", + "color": "#448C27", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "]", + "color": "#777777", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "technologies", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "toUpperCase", + "color": "#333333", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " = to technologies.collect { it?.toUpperCase() }", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "user", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "User", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "definition.groovy.keyword.meta.navigation.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "get", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "username", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " user", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "?.", + "color": "#777777", + "_t": "definition.groovy.keyword.meta.operator.safe-navigation.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "username", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "clos", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " { ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "println", + "color": "#AA3731", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Hello World!", + "color": "#448C27", + "_t": "definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " }", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "sum", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " {", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "a", + "color": "#7A3E9D", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#7A3E9D", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "b", + "color": "#7A3E9D", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "->", + "color": "#777777", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "println", + "color": "#AA3731", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " a", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "+", + "color": "#777777", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "b }", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "sum", + "color": "#333333", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#777777", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "4", + "color": "#AB6526", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "x", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "5", + "color": "#AB6526", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "multiplyBy", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " {", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "num", + "color": "#7A3E9D", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "->", + "color": "#777777", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " num ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "*", + "color": "#777777", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " x }", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "println", + "color": "#AA3731", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "multiplyBy", + "color": "#333333", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "10", + "color": "#AB6526", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "clos", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " { ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "print", + "color": "#AA3731", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " it }", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "clos", + "color": "#333333", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "hi", + "color": "#448C27", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "cl", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " {", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "a", + "color": "#7A3E9D", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#7A3E9D", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "b", + "color": "#7A3E9D", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "->", + "color": "#777777", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "sleep", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "3000", + "color": "#AB6526", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.meta.punctuation.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " simulate some time consuming processing", + "color": "#7A3E9D", + "_t": "comment.definition.double-slash.groovy.line.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " a ", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "+", + "color": "#777777", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " b", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}", + "color": "#7A3E9D", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "mem ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " cl", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "memoize", + "color": "#333333", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "def.definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "callClosure", + "color": "#AA3731", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "a", + "color": "#7A3E9D", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#333333", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "b", + "color": "#7A3E9D", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#333333", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "definition.groovy.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "body.def.definition.groovy.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " start ", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "System", + "color": "#7A3E9D", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "body.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "currentTimeMillis", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "mem", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "a", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ",", + "color": "#777777", + "_t": "body.definition.groovy.java.meta.method.method-call.parameter.punctuation.seperator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " b", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "println", + "color": "#AA3731", + "_t": "body.definition.function.groovy.java.meta.method.print.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Inputs(a = ", + "color": "#448C27", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$a", + "color": "#448C27", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ", b = ", + "color": "#448C27", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$b", + "color": "#448C27", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ") - took ", + "color": "#448C27", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "${", + "color": "#777777", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "System.currentTimeMillis() - start", + "color": "#448C27", + "_t": "body.definition.double.embedded.groovy.java.meta.method.quoted.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " msecs.", + "color": "#448C27", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#333333", + "_t": "definition.groovy.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "callClosure", + "color": "#333333", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#777777", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "Another example:", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "import", + "color": "#4B83CD", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "groovy.import.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "groovy", + "color": "#4B83CD", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": ".", + "color": "#434343", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "transform", + "color": "#4B83CD", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": ".", + "color": "#434343", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "TypeChecked", + "color": "#4B83CD", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": "@TypeChecked", + "color": "#7A3E9D", + "_t": "annotation.groovy.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": "Integer", + "color": "#7A3E9D", + "_t": "definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "test", + "color": "#AA3731", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "()", + "color": "#333333", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "definition.groovy.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Integer", + "color": "#7A3E9D", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " num ", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Integer", + "color": "#7A3E9D", + "_t": "array.body.definition.groovy.java.meta.method.object.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "]", + "color": "#777777", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " numbers ", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "3", + "color": "#AB6526", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "4", + "color": "#AB6526", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "]", + "color": "#777777", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Date", + "color": "#7A3E9D", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " date ", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " numbers", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "]", + "color": "#777777", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "body.control.definition.groovy.java.keyword.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Test", + "color": "#448C27", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#333333", + "_t": "definition.groovy.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "CompileStatic example:", + "color": "#AAAAAA", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "import", + "color": "#4B83CD", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "groovy.import.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "groovy", + "color": "#4B83CD", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": ".", + "color": "#434343", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "transform", + "color": "#4B83CD", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": ".", + "color": "#434343", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "CompileStatic", + "color": "#4B83CD", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": "@CompileStatic", + "color": "#7A3E9D", + "_t": "annotation.groovy.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": "int", + "color": "#7A3E9D", + "_t": "definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "sum", + "color": "#AA3731", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "int", + "color": "#7A3E9D", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "x", + "color": "#7A3E9D", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#333333", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "int", + "color": "#7A3E9D", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "y", + "color": "#7A3E9D", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#333333", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "definition.groovy.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " x ", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#777777", + "_t": "arithmetic.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " y", + "color": "#333333", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#333333", + "_t": "definition.groovy.meta.method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "assert", + "color": "#4B83CD", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "sum", + "color": "#333333", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#777777", + "_t": "assertion.declaration.definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "5", + "color": "#AB6526", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "==", + "color": "#777777", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "7", + "color": "#AB6526", + "_t": "assertion.constant.declaration.groovy.meta.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + } + ], + "red": [ + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Hello World", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "println", + "color": "#FFB454", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Hello world!", + "color": "#CD8D8D", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Variables:", + "color": "#E7C0C0", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " You can assign values to variables for later use", + "color": "#E7C0C0", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "def", + "color": "#FB9A4B", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "x", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FB9A4B", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "1", + "color": "#FB9A4B", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "println", + "color": "#FFB454", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " x", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "x ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "new", + "color": "#F12727", + "_t": "control.groovy.keyword.new", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "java.util.Date", + "color": "#FF6262", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "println", + "color": "#FFB454", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " x", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "x ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-3.1499392", + "color": "#994646", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "println", + "color": "#FFB454", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " x", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "x ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "false", + "color": "#994646", + "_t": "constant.groovy.language", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "println", + "color": "#FFB454", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " x", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "x ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Groovy!", + "color": "#CD8D8D", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "println", + "color": "#FFB454", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " x", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Collections and maps", + "color": "#E7C0C0", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Creating an empty list", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "def", + "color": "#FB9A4B", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "technologies", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FB9A4B", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "[", + "color": "#FB9A4B", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "]", + "color": "#FB9A4B", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "** Adding a elements to the list **", + "color": "#E7C0C0", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " As with Java", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "technologies", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "add", + "color": "#F8F8F8", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Grails", + "color": "#CD8D8D", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Left shift adds, and returns the list", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "technologies ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<<", + "color": "#F12727", + "_t": "groovy.keyword.leftshift.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Groovy", + "color": "#CD8D8D", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Add multiple elements", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "technologies", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "addAll", + "color": "#F8F8F8", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.method-call.punctuation.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Gradle", + "color": "#CD8D8D", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "definition.groovy.meta.method-call.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Griffon", + "color": "#CD8D8D", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.method-call.punctuation.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "** Removing elements from the list **", + "color": "#E7C0C0", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " As with Java", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "technologies", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "remove", + "color": "#F8F8F8", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Griffon", + "color": "#CD8D8D", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Subtraction works also", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "technologies ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " technologies ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Grails", + "color": "#CD8D8D", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "** Iterating Lists **", + "color": "#E7C0C0", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Iterate over elements of a list", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "technologies", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "each { ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "println", + "color": "#FFB454", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Technology: ", + "color": "#CD8D8D", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$it", + "color": "#EDEF7D", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "technologies", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "eachWithIndex {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "it", + "color": "#FB9A4B", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "->", + "color": "#F12727", + "_t": "groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "println", + "color": "#FFB454", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$i", + "color": "#EDEF7D", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ": ", + "color": "#CD8D8D", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$it", + "color": "#EDEF7D", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "** Checking List contents **", + "color": "#E7C0C0", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Evaluate if a list contains element(s) (boolean)", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "contained ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " technologies", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "contains", + "color": "#F8F8F8", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Groovy", + "color": "#CD8D8D", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Or", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "contained ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Groovy", + "color": "#CD8D8D", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "in", + "color": "#F12727", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " technologies", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " To sort without mutating original, you can do:", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "sortedTechnologies ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " technologies", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "sort", + "color": "#F8F8F8", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "false", + "color": "#994646", + "_t": "constant.groovy.language.meta.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Replace all elements in the list", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Collections", + "color": "#FF6262", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "replaceAll", + "color": "#F8F8F8", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "technologies", + "color": "#F8F8F8", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Gradle", + "color": "#CD8D8D", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "gradle", + "color": "#CD8D8D", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Shuffle a list", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Collections", + "color": "#FF6262", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "shuffle", + "color": "#F8F8F8", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "technologies", + "color": "#F8F8F8", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "new", + "color": "#F12727", + "_t": "control.groovy.keyword.meta.method-call.new", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Random", + "color": "#FF6262", + "_t": "groovy.meta.method-call.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Clear a list", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "technologies", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "clear", + "color": "#F8F8F8", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Creating an empty map", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "def", + "color": "#FB9A4B", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "devMap", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FB9A4B", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "[", + "color": "#FB9A4B", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "]", + "color": "#FB9A4B", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Add values", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "devMap ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "name", + "color": "#CD8D8D", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Roberto", + "color": "#CD8D8D", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "framework", + "color": "#CD8D8D", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Grails", + "color": "#CD8D8D", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "language", + "color": "#CD8D8D", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Groovy", + "color": "#CD8D8D", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "devMap", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "put", + "color": "#F8F8F8", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "lastName", + "color": "#CD8D8D", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Perez", + "color": "#CD8D8D", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Iterate over elements of a map", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "devMap", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "each { ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "println", + "color": "#FFB454", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$it", + "color": "#EDEF7D", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ".", + "color": "#EDEF7D", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "key", + "color": "#EDEF7D", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ": ", + "color": "#CD8D8D", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$it", + "color": "#EDEF7D", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ".", + "color": "#EDEF7D", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "value", + "color": "#EDEF7D", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " }", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "devMap", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "eachWithIndex {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "it", + "color": "#FB9A4B", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "->", + "color": "#F12727", + "_t": "groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "println", + "color": "#FFB454", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$i", + "color": "#EDEF7D", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ": ", + "color": "#CD8D8D", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$it", + "color": "#EDEF7D", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Evaluate if a map contains a key", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "assert", + "color": "#F12727", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " devMap", + "color": "#F8F8F8", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "assertion.declaration.groovy.keyword.meta.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "containsKey", + "color": "#F8F8F8", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "name", + "color": "#CD8D8D", + "_t": "assertion.declaration.groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Get the keys of a map", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "println", + "color": "#FFB454", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " devMap", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "keySet", + "color": "#F8F8F8", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "class", + "color": "#FF6262", + "_t": "class.definition.groovy.identifier.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.definition.groovy.identifier.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Foo", + "color": "#FEC758", + "_t": "class.definition.entity.groovy.identifier.meta.name.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " read only property", + "color": "#E7C0C0", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "final", + "color": "#FB9A4B", + "_t": "body.class.definition.final.groovy.meta.modifier.storage.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "String", + "color": "#FB9A4B", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "name", + "color": "#FB9A4B", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FB9A4B", + "_t": "assignment.body.class.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "\"", + "color": "#EDEF7D", + "_t": "begin.body.class.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "Roberto", + "color": "#EDEF7D", + "_t": "body.class.definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#EDEF7D", + "_t": "body.class.definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " read only property with public getter and protected setter", + "color": "#E7C0C0", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "String", + "color": "#FB9A4B", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "language", + "color": "#FB9A4B", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "protected", + "color": "#FF6262", + "_t": "access-control.body.class.definition.groovy.java.meta.method.modifier.return-type.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "void", + "color": "#FF6262", + "_t": "body.class.definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "setLanguage", + "color": "#FEC758", + "_t": "body.class.definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "String", + "color": "#FF6262", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "language", + "color": "#FB9A4B", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{ ", + "color": "#F8F8F8", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "body.class.definition.groovy.java.language.meta.method.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "body.class.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "language ", + "color": "#F8F8F8", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.body.class.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " language ", + "color": "#F8F8F8", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " dynamically typed property", + "color": "#E7C0C0", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#FB9A4B", + "_t": "body.class.def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "lastName", + "color": "#FB9A4B", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "class.definition.end.groovy.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Logical Branching and Looping", + "color": "#E7C0C0", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Groovy supports the usual if - else syntax", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "def", + "color": "#FB9A4B", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "x", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FB9A4B", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "3", + "color": "#FB9A4B", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(x", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "==", + "color": "#F12727", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ") {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "println", + "color": "#FFB454", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "One", + "color": "#CD8D8D", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "} ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "else", + "color": "#F12727", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(x", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "==", + "color": "#F12727", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "2", + "color": "#994646", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ") {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "println", + "color": "#FFB454", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Two", + "color": "#CD8D8D", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "} ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "else", + "color": "#F12727", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "println", + "color": "#FFB454", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "X greater than Two", + "color": "#CD8D8D", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Groovy also supports the ternary operator:", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "def", + "color": "#FB9A4B", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "y", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FB9A4B", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "10", + "color": "#FB9A4B", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "def", + "color": "#FB9A4B", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "x", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FB9A4B", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " (y ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ">", + "color": "#FB9A4B", + "_t": "comparison.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "1", + "color": "#FB9A4B", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ") ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "?", + "color": "#FB9A4B", + "_t": "definition.evaluation.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "\"", + "color": "#EDEF7D", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "worked", + "color": "#EDEF7D", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#EDEF7D", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "definition.evaluation.expression-seperator.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "\"", + "color": "#EDEF7D", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "failed", + "color": "#EDEF7D", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#EDEF7D", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "assert", + "color": "#F12727", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " x ", + "color": "#F8F8F8", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "==", + "color": "#F12727", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "assertion.begin.declaration.definition.double.groovy.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "worked", + "color": "#CD8D8D", + "_t": "assertion.declaration.double.groovy.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "assertion.declaration.definition.double.end.groovy.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Groovy supports 'The Elvis Operator' too!", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Instead of using the ternary operator:", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "displayName ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " user", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "name ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "?", + "color": "#F12727", + "_t": "evaluation.groovy.keyword.meta.operator.ternary", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " user", + "color": "#F8F8F8", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "evaluation.groovy.keyword.meta.navigation.operator.ternary", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "name ", + "color": "#F8F8F8", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "evaluation.expression-seperator.groovy.keyword.meta.operator.ternary", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Anonymous", + "color": "#CD8D8D", + "_t": "evaluation.groovy.meta.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "We can write it:", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "displayName ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " user", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "name ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "?:", + "color": "#F12727", + "_t": "elvis.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Anonymous", + "color": "#CD8D8D", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "For loop", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Iterate over a range", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "def", + "color": "#FB9A4B", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "x", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FB9A4B", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "0", + "color": "#FB9A4B", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (i ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "in", + "color": "#F12727", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "..", + "color": "#F12727", + "_t": "groovy.keyword.operator.range", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "30", + "color": "#994646", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ") {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " x ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " i", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Iterate over a list", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "x ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "( i ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "in", + "color": "#F12727", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "5", + "color": "#994646", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3", + "color": "#994646", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ) {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " x ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " i", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Iterate over an array", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "array ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "..", + "color": "#F12727", + "_t": "groovy.keyword.operator.range", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "20", + "color": "#994646", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "toArray", + "color": "#F8F8F8", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "x ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (i ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "in", + "color": "#F12727", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " array) {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " x ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " i", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Iterate over a map", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "def", + "color": "#FB9A4B", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "map", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FB9A4B", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "[", + "color": "#FB9A4B", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "'", + "color": "#EDEF7D", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "name", + "color": "#EDEF7D", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "'", + "color": "#EDEF7D", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "'", + "color": "#EDEF7D", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "Roberto", + "color": "#EDEF7D", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "'", + "color": "#EDEF7D", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ",", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "'", + "color": "#EDEF7D", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "framework", + "color": "#EDEF7D", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "'", + "color": "#EDEF7D", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "'", + "color": "#EDEF7D", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "Grails", + "color": "#EDEF7D", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "'", + "color": "#EDEF7D", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ",", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "'", + "color": "#EDEF7D", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "language", + "color": "#EDEF7D", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "'", + "color": "#EDEF7D", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "'", + "color": "#EDEF7D", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "Groovy", + "color": "#EDEF7D", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "'", + "color": "#EDEF7D", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "]", + "color": "#FB9A4B", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "x ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ( e ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "in", + "color": "#F12727", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " map ) {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " x ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " e", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "value", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#FB9A4B", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "technologies", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FB9A4B", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "[", + "color": "#FB9A4B", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "'", + "color": "#EDEF7D", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "Groovy", + "color": "#EDEF7D", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "'", + "color": "#EDEF7D", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ",", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "'", + "color": "#EDEF7D", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "Grails", + "color": "#EDEF7D", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "'", + "color": "#EDEF7D", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ",", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "'", + "color": "#EDEF7D", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "Gradle", + "color": "#EDEF7D", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "'", + "color": "#EDEF7D", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "]", + "color": "#FB9A4B", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "technologies", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "toUpperCase", + "color": "#F8F8F8", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " = to technologies.collect { it?.toUpperCase() }", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "def", + "color": "#FB9A4B", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "user", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FB9A4B", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "User", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#FB9A4B", + "_t": "definition.groovy.keyword.meta.navigation.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "get", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "(", + "color": "#FB9A4B", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "1", + "color": "#FB9A4B", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#FB9A4B", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "def", + "color": "#FB9A4B", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "username", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FB9A4B", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " user", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "?.", + "color": "#FB9A4B", + "_t": "definition.groovy.keyword.meta.operator.safe-navigation.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "username", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "def", + "color": "#FB9A4B", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "clos", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FB9A4B", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " { ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "println", + "color": "#FFB454", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "\"", + "color": "#EDEF7D", + "_t": "begin.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "Hello World!", + "color": "#EDEF7D", + "_t": "definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#EDEF7D", + "_t": "definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": " }", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "def", + "color": "#FB9A4B", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "sum", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FB9A4B", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " {", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "a", + "color": "#FB9A4B", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#FB9A4B", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "b", + "color": "#FB9A4B", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "->", + "color": "#FB9A4B", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "println", + "color": "#FFB454", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " a", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "+", + "color": "#FB9A4B", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "b }", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "sum", + "color": "#F8F8F8", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "4", + "color": "#994646", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#FB9A4B", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "x", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FB9A4B", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "5", + "color": "#FB9A4B", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "def", + "color": "#FB9A4B", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "multiplyBy", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FB9A4B", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " {", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "num", + "color": "#FB9A4B", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "->", + "color": "#FB9A4B", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " num ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "*", + "color": "#FB9A4B", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " x }", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "println", + "color": "#FFB454", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "multiplyBy", + "color": "#F8F8F8", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "10", + "color": "#994646", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#FB9A4B", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "clos", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FB9A4B", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " { ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "print", + "color": "#FFB454", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " it }", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "clos", + "color": "#F8F8F8", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "hi", + "color": "#CD8D8D", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#FB9A4B", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "cl", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FB9A4B", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " {", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "a", + "color": "#FB9A4B", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#FB9A4B", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "b", + "color": "#FB9A4B", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "->", + "color": "#FB9A4B", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "sleep", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "(", + "color": "#FB9A4B", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "3000", + "color": "#FB9A4B", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#FB9A4B", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "//", + "color": "#FB9A4B", + "_t": "comment.definition.double-slash.groovy.line.meta.punctuation.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " simulate some time consuming processing", + "color": "#FB9A4B", + "_t": "comment.definition.double-slash.groovy.line.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " a ", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "+", + "color": "#FB9A4B", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " b", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}", + "color": "#FB9A4B", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "mem ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " cl", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "memoize", + "color": "#F8F8F8", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#FF6262", + "_t": "def.definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "callClosure", + "color": "#FEC758", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#FB9A4B", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "b", + "color": "#FB9A4B", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#FF6262", + "_t": "body.def.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " start ", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "System", + "color": "#FF6262", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": ".", + "color": "#F12727", + "_t": "body.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "currentTimeMillis", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "mem", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " b", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "println", + "color": "#FFB454", + "_t": "body.definition.function.groovy.java.meta.method.print.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Inputs(a = ", + "color": "#CD8D8D", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$a", + "color": "#EDEF7D", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ", b = ", + "color": "#CD8D8D", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$b", + "color": "#EDEF7D", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ") - took ", + "color": "#CD8D8D", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "${", + "color": "#9DF39F", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "System.currentTimeMillis() - start", + "color": "#9DF39F", + "_t": "body.definition.double.embedded.groovy.java.meta.method.quoted.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "}", + "color": "#9DF39F", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": " msecs.", + "color": "#CD8D8D", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "callClosure", + "color": "#F8F8F8", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Another example:", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "import", + "color": "#F12727", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "groovy.import.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "groovy", + "color": "#FF6262", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": ".", + "color": "#FF6262", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "transform", + "color": "#FF6262", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": ".", + "color": "#FF6262", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "TypeChecked", + "color": "#FF6262", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "@TypeChecked", + "color": "#FF6262", + "_t": "annotation.groovy.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "Integer", + "color": "#FF6262", + "_t": "definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "test", + "color": "#FEC758", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Integer", + "color": "#FF6262", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " num ", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "1", + "color": "#CD8D8D", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Integer", + "color": "#FF6262", + "_t": "array.body.definition.groovy.java.meta.method.object.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " numbers ", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3", + "color": "#994646", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "4", + "color": "#994646", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Date", + "color": "#FF6262", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " date ", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " numbers", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "body.control.definition.groovy.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Test", + "color": "#CD8D8D", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "CompileStatic example:", + "color": "#E7C0C0", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "import", + "color": "#F12727", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "groovy.import.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "groovy", + "color": "#FF6262", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": ".", + "color": "#FF6262", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "transform", + "color": "#FF6262", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": ".", + "color": "#FF6262", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "CompileStatic", + "color": "#FF6262", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "@CompileStatic", + "color": "#FF6262", + "_t": "annotation.groovy.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "int", + "color": "#FF6262", + "_t": "definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "sum", + "color": "#FEC758", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "int", + "color": "#FF6262", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "x", + "color": "#FB9A4B", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "int", + "color": "#FF6262", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "y", + "color": "#FB9A4B", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " x ", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "arithmetic.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " y", + "color": "#F8F8F8", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "assert", + "color": "#F12727", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "sum", + "color": "#F8F8F8", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "assertion.declaration.definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "5", + "color": "#994646", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "==", + "color": "#F12727", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "7", + "color": "#994646", + "_t": "assertion.constant.declaration.groovy.meta.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + } + ], + "solarized_dark": [ + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Hello World", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Hello world!", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Variables:", + "color": "#657B83", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " You can assign values to variables for later use", + "color": "#657B83", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x", + "color": "#93A1A1", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " x", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "new", + "color": "#859900", + "_t": "control.groovy.keyword.new", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "java.util.Date", + "color": "#93A1A1", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " x", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-3.1499392", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " x", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "false", + "color": "#B58900", + "_t": "constant.groovy.language", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " x", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Groovy!", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " x", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Collections and maps", + "color": "#657B83", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Creating an empty list", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "technologies", + "color": "#93A1A1", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "]", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "** Adding a elements to the list **", + "color": "#657B83", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " As with Java", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "technologies", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "add", + "color": "#93A1A1", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Grails", + "color": "#2AA198", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Left shift adds, and returns the list", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "technologies ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<<", + "color": "#859900", + "_t": "groovy.keyword.leftshift.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Groovy", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Add multiple elements", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "technologies", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "addAll", + "color": "#93A1A1", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.method-call.punctuation.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Gradle", + "color": "#2AA198", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "definition.groovy.meta.method-call.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Griffon", + "color": "#2AA198", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.method-call.punctuation.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "** Removing elements from the list **", + "color": "#657B83", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " As with Java", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "technologies", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "remove", + "color": "#93A1A1", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Griffon", + "color": "#2AA198", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Subtraction works also", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "technologies ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " technologies ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Grails", + "color": "#2AA198", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "** Iterating Lists **", + "color": "#657B83", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Iterate over elements of a list", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "technologies", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "each { ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Technology: ", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$it", + "color": "#268BD2", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "technologies", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "eachWithIndex {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "it", + "color": "#93A1A1", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#93A1A1", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "->", + "color": "#859900", + "_t": "groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$i", + "color": "#268BD2", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ": ", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$it", + "color": "#268BD2", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "** Checking List contents **", + "color": "#657B83", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Evaluate if a list contains element(s) (boolean)", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "contained ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " technologies", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "contains", + "color": "#93A1A1", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Groovy", + "color": "#2AA198", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Or", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "contained ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Groovy", + "color": "#2AA198", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "in", + "color": "#859900", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " technologies", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " To sort without mutating original, you can do:", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "sortedTechnologies ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " technologies", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "sort", + "color": "#93A1A1", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "false", + "color": "#B58900", + "_t": "constant.groovy.language.meta.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Replace all elements in the list", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Collections", + "color": "#93A1A1", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "replaceAll", + "color": "#93A1A1", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "technologies", + "color": "#93A1A1", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Gradle", + "color": "#2AA198", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "gradle", + "color": "#2AA198", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Shuffle a list", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Collections", + "color": "#93A1A1", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "shuffle", + "color": "#93A1A1", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "technologies", + "color": "#93A1A1", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "new", + "color": "#859900", + "_t": "control.groovy.keyword.meta.method-call.new", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Random", + "color": "#93A1A1", + "_t": "groovy.meta.method-call.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Clear a list", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "technologies", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "clear", + "color": "#93A1A1", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Creating an empty map", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "devMap", + "color": "#93A1A1", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "]", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Add values", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "devMap ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "name", + "color": "#2AA198", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Roberto", + "color": "#2AA198", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "framework", + "color": "#2AA198", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Grails", + "color": "#2AA198", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "language", + "color": "#2AA198", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Groovy", + "color": "#2AA198", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "devMap", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "put", + "color": "#93A1A1", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "lastName", + "color": "#2AA198", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Perez", + "color": "#2AA198", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Iterate over elements of a map", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "devMap", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "each { ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$it", + "color": "#268BD2", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#268BD2", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "key", + "color": "#268BD2", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ": ", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$it", + "color": "#268BD2", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#268BD2", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "value", + "color": "#268BD2", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " }", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "devMap", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "eachWithIndex {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "it", + "color": "#93A1A1", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#93A1A1", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "->", + "color": "#859900", + "_t": "groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$i", + "color": "#268BD2", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ": ", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$it", + "color": "#268BD2", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Evaluate if a map contains a key", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "assert", + "color": "#859900", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " devMap", + "color": "#93A1A1", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "assertion.declaration.groovy.keyword.meta.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "containsKey", + "color": "#93A1A1", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "name", + "color": "#2AA198", + "_t": "assertion.declaration.groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Get the keys of a map", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " devMap", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "keySet", + "color": "#93A1A1", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "class.definition.groovy.identifier.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.definition.groovy.identifier.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Foo", + "color": "#CB4B16", + "_t": "class.definition.entity.groovy.identifier.meta.name.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " read only property", + "color": "#657B83", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "final", + "color": "#93A1A1", + "_t": "body.class.definition.final.groovy.meta.modifier.storage.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "String", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "name", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.class.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.body.class.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Roberto", + "color": "#2AA198", + "_t": "body.class.definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "body.class.definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " read only property with public getter and protected setter", + "color": "#657B83", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "String", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "language", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "protected", + "color": "#93A1A1", + "_t": "access-control.body.class.definition.groovy.java.meta.method.modifier.return-type.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "void", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "setLanguage", + "color": "#268BD2", + "_t": "body.class.definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "String", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "language", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{ ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "body.class.definition.groovy.java.language.meta.method.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#859900", + "_t": "body.class.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "language ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.class.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " language ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " dynamically typed property", + "color": "#657B83", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "body.class.def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "lastName", + "color": "#93A1A1", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "class.definition.end.groovy.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Logical Branching and Looping", + "color": "#657B83", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Groovy supports the usual if - else syntax", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x", + "color": "#93A1A1", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(x", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "==", + "color": "#859900", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ") {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "One", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "} ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "else", + "color": "#859900", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(x", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "==", + "color": "#859900", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ") {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Two", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "} ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "else", + "color": "#859900", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "X greater than Two", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Groovy also supports the ternary operator:", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "y", + "color": "#93A1A1", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x", + "color": "#93A1A1", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (y ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#859900", + "_t": "comparison.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ") ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "?", + "color": "#859900", + "_t": "definition.evaluation.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "worked", + "color": "#2AA198", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "definition.evaluation.expression-seperator.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "failed", + "color": "#2AA198", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "assert", + "color": "#859900", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " x ", + "color": "#93A1A1", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "==", + "color": "#859900", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "assertion.begin.declaration.definition.double.groovy.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "worked", + "color": "#2AA198", + "_t": "assertion.declaration.double.groovy.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "assertion.declaration.definition.double.end.groovy.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Groovy supports 'The Elvis Operator' too!", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Instead of using the ternary operator:", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "displayName ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " user", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "name ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "?", + "color": "#859900", + "_t": "evaluation.groovy.keyword.meta.operator.ternary", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " user", + "color": "#93A1A1", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "evaluation.groovy.keyword.meta.navigation.operator.ternary", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "name ", + "color": "#93A1A1", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "evaluation.expression-seperator.groovy.keyword.meta.operator.ternary", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Anonymous", + "color": "#2AA198", + "_t": "evaluation.groovy.meta.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "We can write it:", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "displayName ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " user", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "name ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "?:", + "color": "#859900", + "_t": "elvis.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Anonymous", + "color": "#2AA198", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "For loop", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Iterate over a range", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x", + "color": "#93A1A1", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (i ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "in", + "color": "#859900", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "..", + "color": "#859900", + "_t": "groovy.keyword.operator.range", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "30", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ") {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " x ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " i", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Iterate over a list", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "x ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "( i ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "in", + "color": "#859900", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ) {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " x ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " i", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Iterate over an array", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "array ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "..", + "color": "#859900", + "_t": "groovy.keyword.operator.range", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "20", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "toArray", + "color": "#93A1A1", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (i ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "in", + "color": "#859900", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " array) {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " x ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " i", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Iterate over a map", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "map", + "color": "#93A1A1", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "'", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "name", + "color": "#2AA198", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Roberto", + "color": "#2AA198", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#859900", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "framework", + "color": "#2AA198", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Grails", + "color": "#2AA198", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#859900", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "language", + "color": "#2AA198", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Groovy", + "color": "#2AA198", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "]", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "x ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ( e ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "in", + "color": "#859900", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " map ) {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " x ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " e", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "value", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "technologies", + "color": "#93A1A1", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "'", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Groovy", + "color": "#2AA198", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#859900", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "'", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Grails", + "color": "#2AA198", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#859900", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "'", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Gradle", + "color": "#2AA198", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "]", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "technologies", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "toUpperCase", + "color": "#93A1A1", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " = to technologies.collect { it?.toUpperCase() }", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "user", + "color": "#93A1A1", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "User", + "color": "#93A1A1", + "_t": "definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "definition.groovy.keyword.meta.navigation.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "get", + "color": "#93A1A1", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#859900", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#859900", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "username", + "color": "#93A1A1", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " user", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "?.", + "color": "#859900", + "_t": "definition.groovy.keyword.meta.operator.safe-navigation.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "username", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "clos", + "color": "#93A1A1", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " { ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Hello World!", + "color": "#2AA198", + "_t": "definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " }", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "sum", + "color": "#93A1A1", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#93A1A1", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "b", + "color": "#93A1A1", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "->", + "color": "#859900", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " a", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "b }", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "sum", + "color": "#93A1A1", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x", + "color": "#93A1A1", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "multiplyBy", + "color": "#93A1A1", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "num", + "color": "#93A1A1", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "->", + "color": "#859900", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " num ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " x }", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "multiplyBy", + "color": "#93A1A1", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "clos", + "color": "#93A1A1", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " { ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " it }", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "clos", + "color": "#93A1A1", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "hi", + "color": "#2AA198", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cl", + "color": "#93A1A1", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#93A1A1", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "b", + "color": "#93A1A1", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "->", + "color": "#859900", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "sleep", + "color": "#93A1A1", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#859900", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "3000", + "color": "#D33682", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#859900", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#859900", + "_t": "comment.definition.double-slash.groovy.line.meta.punctuation.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " simulate some time consuming processing", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " a ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " b", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "mem ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " cl", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "memoize", + "color": "#93A1A1", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "def.definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "callClosure", + "color": "#268BD2", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "b", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "body.def.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " start ", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "System", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#859900", + "_t": "body.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "currentTimeMillis", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "mem", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " b", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "body.definition.function.groovy.java.meta.method.print.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Inputs(a = ", + "color": "#2AA198", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$a", + "color": "#268BD2", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ", b = ", + "color": "#2AA198", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$b", + "color": "#268BD2", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ") - took ", + "color": "#2AA198", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "${", + "color": "#2AA198", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "System.currentTimeMillis() - start", + "color": "#2AA198", + "_t": "body.definition.double.embedded.groovy.java.meta.method.quoted.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#2AA198", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " msecs.", + "color": "#2AA198", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "callClosure", + "color": "#93A1A1", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Another example:", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "import", + "color": "#859900", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "groovy.import.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "groovy", + "color": "#93A1A1", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "transform", + "color": "#93A1A1", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "TypeChecked", + "color": "#93A1A1", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "@TypeChecked", + "color": "#93A1A1", + "_t": "annotation.groovy.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "Integer", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "test", + "color": "#268BD2", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Integer", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " num ", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "1", + "color": "#2AA198", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Integer", + "color": "#93A1A1", + "_t": "array.body.definition.groovy.java.meta.method.object.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " numbers ", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Date", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " date ", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " numbers", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "body.control.definition.groovy.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Test", + "color": "#2AA198", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "CompileStatic example:", + "color": "#657B83", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "import", + "color": "#859900", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "groovy.import.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "groovy", + "color": "#93A1A1", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "transform", + "color": "#93A1A1", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "CompileStatic", + "color": "#93A1A1", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "@CompileStatic", + "color": "#93A1A1", + "_t": "annotation.groovy.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "int", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "sum", + "color": "#268BD2", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "int", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "int", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "y", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " x ", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " y", + "color": "#93A1A1", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "assert", + "color": "#859900", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "sum", + "color": "#93A1A1", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "assertion.declaration.definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "==", + "color": "#859900", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "7", + "color": "#D33682", + "_t": "assertion.constant.declaration.groovy.meta.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + } + ], + "solarized_light": [ + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Hello World", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Hello world!", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Variables:", + "color": "#93A1A1", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " You can assign values to variables for later use", + "color": "#93A1A1", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#073642", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x", + "color": "#586E75", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " x", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "new", + "color": "#859900", + "_t": "control.groovy.keyword.new", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "java.util.Date", + "color": "#073642", + "_t": "groovy.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " x", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-3.1499392", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " x", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "false", + "color": "#B58900", + "_t": "constant.groovy.language", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " x", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Groovy!", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " x", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Collections and maps", + "color": "#93A1A1", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Creating an empty list", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#073642", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "technologies", + "color": "#586E75", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "]", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "** Adding a elements to the list **", + "color": "#93A1A1", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " As with Java", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "technologies", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "add", + "color": "#586E75", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Grails", + "color": "#2AA198", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Left shift adds, and returns the list", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "technologies ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<<", + "color": "#859900", + "_t": "groovy.keyword.leftshift.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Groovy", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Add multiple elements", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "technologies", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "addAll", + "color": "#586E75", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.method-call.punctuation.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Gradle", + "color": "#2AA198", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "definition.groovy.meta.method-call.punctuation.separator.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Griffon", + "color": "#2AA198", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "definition.end.groovy.meta.method-call.punctuation.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "** Removing elements from the list **", + "color": "#93A1A1", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " As with Java", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "technologies", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "remove", + "color": "#586E75", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Griffon", + "color": "#2AA198", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Subtraction works also", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "technologies ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " technologies ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Grails", + "color": "#2AA198", + "_t": "groovy.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "** Iterating Lists **", + "color": "#93A1A1", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Iterate over elements of a list", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "technologies", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "each { ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Technology: ", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$it", + "color": "#268BD2", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "technologies", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "eachWithIndex {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "it", + "color": "#586E75", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#586E75", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "->", + "color": "#859900", + "_t": "groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$i", + "color": "#268BD2", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ": ", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$it", + "color": "#268BD2", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "** Checking List contents **", + "color": "#93A1A1", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Evaluate if a list contains element(s) (boolean)", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "contained ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " technologies", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "contains", + "color": "#586E75", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Groovy", + "color": "#2AA198", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Or", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "contained ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Groovy", + "color": "#2AA198", + "_t": "groovy.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "in", + "color": "#859900", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " technologies", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " To sort without mutating original, you can do:", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "sortedTechnologies ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " technologies", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "sort", + "color": "#586E75", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "false", + "color": "#B58900", + "_t": "constant.groovy.language.meta.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Replace all elements in the list", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Collections", + "color": "#073642", + "_t": "groovy.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "replaceAll", + "color": "#586E75", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "technologies", + "color": "#586E75", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Gradle", + "color": "#2AA198", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "gradle", + "color": "#2AA198", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Shuffle a list", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Collections", + "color": "#073642", + "_t": "groovy.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "shuffle", + "color": "#586E75", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "technologies", + "color": "#586E75", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "new", + "color": "#859900", + "_t": "control.groovy.keyword.meta.method-call.new", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Random", + "color": "#073642", + "_t": "groovy.meta.method-call.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Clear a list", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "technologies", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "clear", + "color": "#586E75", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Creating an empty map", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#073642", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "devMap", + "color": "#586E75", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "]", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Add values", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "devMap ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "name", + "color": "#2AA198", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "groovy.meta.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Roberto", + "color": "#2AA198", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "groovy.meta.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "framework", + "color": "#2AA198", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "groovy.meta.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Grails", + "color": "#2AA198", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "groovy.meta.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "language", + "color": "#2AA198", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "groovy.meta.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Groovy", + "color": "#2AA198", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "devMap", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "put", + "color": "#586E75", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "lastName", + "color": "#2AA198", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Perez", + "color": "#2AA198", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Iterate over elements of a map", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "devMap", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "each { ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$it", + "color": "#268BD2", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#268BD2", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "key", + "color": "#268BD2", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ": ", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$it", + "color": "#268BD2", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#268BD2", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "value", + "color": "#268BD2", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " }", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "devMap", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "eachWithIndex {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "it", + "color": "#586E75", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#586E75", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "->", + "color": "#859900", + "_t": "groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$i", + "color": "#268BD2", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ": ", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$it", + "color": "#268BD2", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Evaluate if a map contains a key", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "assert", + "color": "#859900", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " devMap", + "color": "#586E75", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "assertion.declaration.groovy.keyword.meta.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "containsKey", + "color": "#586E75", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "name", + "color": "#2AA198", + "_t": "assertion.declaration.groovy.meta.method-call.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Get the keys of a map", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " devMap", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "keySet", + "color": "#586E75", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#073642", + "_t": "class.definition.groovy.identifier.meta.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.definition.groovy.identifier.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Foo", + "color": "#268BD2", + "_t": "class.definition.entity.groovy.identifier.meta.name.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.definition.groovy.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " read only property", + "color": "#93A1A1", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "final", + "color": "#073642", + "_t": "body.class.definition.final.groovy.meta.modifier.storage.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "String", + "color": "#073642", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "name", + "color": "#586E75", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.class.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.body.class.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Roberto", + "color": "#2AA198", + "_t": "body.class.definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "body.class.definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " read only property with public getter and protected setter", + "color": "#93A1A1", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "String", + "color": "#073642", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "language", + "color": "#586E75", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "protected", + "color": "#073642", + "_t": "access-control.body.class.definition.groovy.java.meta.method.modifier.return-type.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "void", + "color": "#073642", + "_t": "body.class.definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "setLanguage", + "color": "#268BD2", + "_t": "body.class.definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "String", + "color": "#073642", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "language", + "color": "#586E75", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{ ", + "color": "#586E75", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "body.class.definition.groovy.java.language.meta.method.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#859900", + "_t": "body.class.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "language ", + "color": "#586E75", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.class.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " language ", + "color": "#586E75", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " dynamically typed property", + "color": "#93A1A1", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#073642", + "_t": "body.class.def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "lastName", + "color": "#586E75", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "class.definition.end.groovy.meta.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Logical Branching and Looping", + "color": "#93A1A1", + "_t": "block.comment.groovy", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Groovy supports the usual if - else syntax", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#073642", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x", + "color": "#586E75", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(x", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "==", + "color": "#859900", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ") {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "One", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "} ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "else", + "color": "#859900", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(x", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "==", + "color": "#859900", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ") {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Two", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "} ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "else", + "color": "#859900", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "X greater than Two", + "color": "#2AA198", + "_t": "double.groovy.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Groovy also supports the ternary operator:", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#073642", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "y", + "color": "#586E75", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "def", + "color": "#073642", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x", + "color": "#586E75", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (y ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ">", + "color": "#859900", + "_t": "comparison.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ") ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "?", + "color": "#859900", + "_t": "definition.evaluation.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "worked", + "color": "#2AA198", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "definition.evaluation.expression-seperator.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "failed", + "color": "#2AA198", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "assert", + "color": "#859900", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " x ", + "color": "#586E75", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "==", + "color": "#859900", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "assertion.begin.declaration.definition.double.groovy.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "worked", + "color": "#2AA198", + "_t": "assertion.declaration.double.groovy.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "assertion.declaration.definition.double.end.groovy.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Groovy supports 'The Elvis Operator' too!", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Instead of using the ternary operator:", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "displayName ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " user", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "name ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "?", + "color": "#859900", + "_t": "evaluation.groovy.keyword.meta.operator.ternary", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " user", + "color": "#586E75", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "evaluation.groovy.keyword.meta.navigation.operator.ternary", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "name ", + "color": "#586E75", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "evaluation.expression-seperator.groovy.keyword.meta.operator.ternary", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Anonymous", + "color": "#2AA198", + "_t": "evaluation.groovy.meta.quoted.single.string.ternary", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "We can write it:", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "displayName ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " user", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "name ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "?:", + "color": "#859900", + "_t": "elvis.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Anonymous", + "color": "#2AA198", + "_t": "groovy.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "For loop", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Iterate over a range", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#073642", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x", + "color": "#586E75", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (i ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "in", + "color": "#859900", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "..", + "color": "#859900", + "_t": "groovy.keyword.operator.range", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "30", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ") {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " x ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " i", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Iterate over a list", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "x ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "( i ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "in", + "color": "#859900", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ) {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " x ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " i", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Iterate over an array", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "array ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "..", + "color": "#859900", + "_t": "groovy.keyword.operator.range", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "20", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "toArray", + "color": "#586E75", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (i ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "in", + "color": "#859900", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " array) {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " x ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " i", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Iterate over a map", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#073642", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "map", + "color": "#586E75", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "'", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "name", + "color": "#2AA198", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Roberto", + "color": "#2AA198", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#859900", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "framework", + "color": "#2AA198", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Grails", + "color": "#2AA198", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#859900", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "language", + "color": "#2AA198", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Groovy", + "color": "#2AA198", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "]", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "x ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.groovy.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.groovy.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ( e ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "in", + "color": "#859900", + "_t": "groovy.in.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " map ) {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " x ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " e", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "value", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#073642", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "technologies", + "color": "#586E75", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "'", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Groovy", + "color": "#2AA198", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#859900", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "'", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Grails", + "color": "#2AA198", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#859900", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "'", + "color": "#859900", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Gradle", + "color": "#2AA198", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "]", + "color": "#859900", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "technologies", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "toUpperCase", + "color": "#586E75", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " = to technologies.collect { it?.toUpperCase() }", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#073642", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "user", + "color": "#586E75", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "User", + "color": "#073642", + "_t": "definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ".", + "color": "#859900", + "_t": "definition.groovy.keyword.meta.navigation.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "get", + "color": "#586E75", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#859900", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#859900", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "def", + "color": "#073642", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "username", + "color": "#586E75", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " user", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "?.", + "color": "#859900", + "_t": "definition.groovy.keyword.meta.operator.safe-navigation.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "username", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#073642", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "clos", + "color": "#586E75", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " { ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Hello World!", + "color": "#2AA198", + "_t": "definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " }", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#073642", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "sum", + "color": "#586E75", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#586E75", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "b", + "color": "#586E75", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "->", + "color": "#859900", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " a", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "b }", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "sum", + "color": "#586E75", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#073642", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x", + "color": "#586E75", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "def", + "color": "#073642", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "multiplyBy", + "color": "#586E75", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "num", + "color": "#586E75", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "->", + "color": "#859900", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " num ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " x }", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "function.groovy.print.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "multiplyBy", + "color": "#586E75", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#073642", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "clos", + "color": "#586E75", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " { ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " it }", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "clos", + "color": "#586E75", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "hi", + "color": "#2AA198", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#073642", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cl", + "color": "#586E75", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#586E75", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "b", + "color": "#586E75", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "->", + "color": "#859900", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "sleep", + "color": "#586E75", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#859900", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "3000", + "color": "#D33682", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#859900", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#859900", + "_t": "comment.definition.double-slash.groovy.line.meta.punctuation.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " simulate some time consuming processing", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " a ", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " b", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "definition.groovy.meta.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "mem ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " cl", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#859900", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "memoize", + "color": "#586E75", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#073642", + "_t": "def.definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "callClosure", + "color": "#268BD2", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#586E75", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "b", + "color": "#586E75", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#073642", + "_t": "body.def.definition.groovy.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " start ", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "System", + "color": "#073642", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ".", + "color": "#859900", + "_t": "body.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "currentTimeMillis", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "mem", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method.method-call.parameter.punctuation.seperator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " b", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "println", + "color": "#268BD2", + "_t": "body.definition.function.groovy.java.meta.method.print.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Inputs(a = ", + "color": "#2AA198", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$a", + "color": "#268BD2", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ", b = ", + "color": "#2AA198", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$b", + "color": "#268BD2", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ") - took ", + "color": "#2AA198", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "${", + "color": "#2AA198", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "System.currentTimeMillis() - start", + "color": "#2AA198", + "_t": "body.definition.double.embedded.groovy.java.meta.method.quoted.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#2AA198", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " msecs.", + "color": "#2AA198", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "definition.groovy.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "callClosure", + "color": "#586E75", + "_t": "groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "groovy.meta.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Another example:", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "import", + "color": "#859900", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "groovy.import.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "groovy", + "color": "#073642", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ".", + "color": "#073642", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "transform", + "color": "#073642", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ".", + "color": "#073642", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "TypeChecked", + "color": "#073642", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "@TypeChecked", + "color": "#073642", + "_t": "annotation.groovy.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "Integer", + "color": "#073642", + "_t": "definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "test", + "color": "#268BD2", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Integer", + "color": "#073642", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " num ", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "1", + "color": "#2AA198", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Integer", + "color": "#073642", + "_t": "array.body.definition.groovy.java.meta.method.object.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " numbers ", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Date", + "color": "#073642", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " date ", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " numbers", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "body.control.definition.groovy.java.keyword.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Test", + "color": "#2AA198", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "definition.groovy.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "CompileStatic example:", + "color": "#93A1A1", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "import", + "color": "#859900", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "groovy.import.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "groovy", + "color": "#073642", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ".", + "color": "#073642", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "transform", + "color": "#073642", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ".", + "color": "#073642", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "CompileStatic", + "color": "#073642", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "@CompileStatic", + "color": "#073642", + "_t": "annotation.groovy.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "int", + "color": "#073642", + "_t": "definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "sum", + "color": "#268BD2", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "int", + "color": "#073642", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x", + "color": "#586E75", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "int", + "color": "#073642", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "y", + "color": "#586E75", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "definition.groovy.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " x ", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " y", + "color": "#586E75", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "definition.groovy.meta.method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "assert", + "color": "#859900", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "sum", + "color": "#586E75", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "assertion.declaration.definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "==", + "color": "#859900", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "7", + "color": "#D33682", + "_t": "assertion.constant.declaration.groovy.meta.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + } + ], + "tomorrow_night_blue": [ + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Hello World", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "println", + "color": "#BBDAFF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Hello world!", + "color": "#D1F1A9", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Variables:", + "color": "#7285B7", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " You can assign values to variables for later use", + "color": "#7285B7", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "x", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "println", + "color": "#BBDAFF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " x", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#EBBBFF", + "_t": "control.groovy.keyword.new", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "java.util.Date", + "color": "#EBBBFF", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#BBDAFF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " x", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-3.1499392", + "color": "#FFC58F", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "println", + "color": "#BBDAFF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " x", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "false", + "color": "#FFC58F", + "_t": "constant.groovy.language", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": "println", + "color": "#BBDAFF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " x", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Groovy!", + "color": "#D1F1A9", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "println", + "color": "#BBDAFF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " x", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Collections and maps", + "color": "#7285B7", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Creating an empty list", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "technologies", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "[", + "color": "#FF9DA4", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "]", + "color": "#FF9DA4", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "** Adding a elements to the list **", + "color": "#7285B7", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " As with Java", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "add", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Grails", + "color": "#D1F1A9", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Left shift adds, and returns the list", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "technologies ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<<", + "color": "#99FFFF", + "_t": "groovy.keyword.leftshift.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Groovy", + "color": "#D1F1A9", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Add multiple elements", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "addAll", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.punctuation.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Gradle", + "color": "#D1F1A9", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method-call.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Griffon", + "color": "#D1F1A9", + "_t": "double.groovy.meta.method-call.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.punctuation.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "** Removing elements from the list **", + "color": "#7285B7", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " As with Java", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "remove", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Griffon", + "color": "#D1F1A9", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Subtraction works also", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "technologies ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " technologies ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Grails", + "color": "#D1F1A9", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "** Iterating Lists **", + "color": "#7285B7", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Iterate over elements of a list", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "each { ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#BBDAFF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Technology: ", + "color": "#D1F1A9", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$it", + "color": "#D1F1A9", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "eachWithIndex {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "it", + "color": "#FFC58F", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFC58F", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "->", + "color": "#99FFFF", + "_t": "groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#BBDAFF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$i", + "color": "#D1F1A9", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ": ", + "color": "#D1F1A9", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$it", + "color": "#D1F1A9", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "** Checking List contents **", + "color": "#7285B7", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Evaluate if a list contains element(s) (boolean)", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "contained ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "contains", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Groovy", + "color": "#D1F1A9", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Or", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "contained ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Groovy", + "color": "#D1F1A9", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#99FFFF", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " To sort without mutating original, you can do:", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "sortedTechnologies ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "sort", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "false", + "color": "#FFC58F", + "_t": "constant.groovy.language.meta.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Replace all elements in the list", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Collections", + "color": "#EBBBFF", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "replaceAll", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Gradle", + "color": "#D1F1A9", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "gradle", + "color": "#D1F1A9", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Shuffle a list", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Collections", + "color": "#EBBBFF", + "_t": "groovy.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "shuffle", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#EBBBFF", + "_t": "control.groovy.keyword.meta.method-call.new", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Random", + "color": "#EBBBFF", + "_t": "groovy.meta.method-call.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Clear a list", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "clear", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Creating an empty map", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "devMap", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "[", + "color": "#FF9DA4", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "]", + "color": "#FF9DA4", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Add values", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "devMap ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "name", + "color": "#D1F1A9", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Roberto", + "color": "#D1F1A9", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "framework", + "color": "#D1F1A9", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Grails", + "color": "#D1F1A9", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "language", + "color": "#D1F1A9", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "groovy.meta.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Groovy", + "color": "#D1F1A9", + "_t": "groovy.meta.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "devMap", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "put", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "lastName", + "color": "#D1F1A9", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Perez", + "color": "#D1F1A9", + "_t": "groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Iterate over elements of a map", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "devMap", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "each { ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#BBDAFF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$it", + "color": "#D1F1A9", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ".", + "color": "#EBBBFF", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "key", + "color": "#D1F1A9", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ": ", + "color": "#D1F1A9", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$it", + "color": "#D1F1A9", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ".", + "color": "#EBBBFF", + "_t": "dereference.double.groovy.interpolated.keyword.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "value", + "color": "#D1F1A9", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "devMap", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "eachWithIndex {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "it", + "color": "#FFC58F", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.parameters", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFC58F", + "_t": "closure.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "closure.groovy.meta.parameter.parameters", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "->", + "color": "#99FFFF", + "_t": "groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#BBDAFF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$i", + "color": "#D1F1A9", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ": ", + "color": "#D1F1A9", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$it", + "color": "#D1F1A9", + "_t": "double.groovy.interpolated.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Evaluate if a map contains a key", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "assert", + "color": "#EBBBFF", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " devMap", + "color": "#FFFFFF", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "assertion.declaration.groovy.keyword.meta.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "containsKey", + "color": "#FFFFFF", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "name", + "color": "#D1F1A9", + "_t": "assertion.declaration.groovy.meta.method-call.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Get the keys of a map", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "println", + "color": "#BBDAFF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " devMap", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "keySet", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#EBBBFF", + "_t": "class.definition.groovy.identifier.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.definition.groovy.identifier.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Foo", + "color": "#FFEEAD", + "_t": "class.definition.entity.groovy.identifier.meta.name.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " read only property", + "color": "#7285B7", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "final", + "color": "#EBBBFF", + "_t": "body.class.definition.final.groovy.meta.modifier.storage.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "String", + "color": "#EBBBFF", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "name", + "color": "#FF9DA4", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.body.class.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.body.class.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Roberto", + "color": "#D1F1A9", + "_t": "body.class.definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "body.class.definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " read only property with public getter and protected setter", + "color": "#7285B7", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "String", + "color": "#EBBBFF", + "_t": "body.class.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "language", + "color": "#FF9DA4", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "protected", + "color": "#EBBBFF", + "_t": "access-control.body.class.definition.groovy.java.meta.method.modifier.return-type.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#EBBBFF", + "_t": "body.class.definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "setLanguage", + "color": "#BBDAFF", + "_t": "body.class.definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "String", + "color": "#EBBBFF", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "language", + "color": "#FFC58F", + "_t": "body.class.definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{ ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "body.class.definition.groovy.java.language.meta.method.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": "language ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.body.class.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " language ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " dynamically typed property", + "color": "#7285B7", + "_t": "body.class.comment.definition.double-slash.groovy.line.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.class.definition.groovy.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "body.class.def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "body.class.definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "lastName", + "color": "#FF9DA4", + "_t": "body.class.definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "class.definition.end.groovy.meta.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Logical Branching and Looping", + "color": "#7285B7", + "_t": "block.comment.groovy", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.groovy.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Groovy supports the usual if - else syntax", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "x", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(x", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#99FFFF", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ") {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#BBDAFF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "One", + "color": "#D1F1A9", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "} ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#EBBBFF", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(x", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#99FFFF", + "_t": "comparison.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ") {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#BBDAFF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Two", + "color": "#D1F1A9", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "} ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#EBBBFF", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#BBDAFF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "X greater than Two", + "color": "#D1F1A9", + "_t": "double.groovy.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.groovy.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Groovy also supports the ternary operator:", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "y", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "10", + "color": "#FFC58F", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "x", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " (y ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#99FFFF", + "_t": "comparison.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ") ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "?", + "color": "#99FFFF", + "_t": "definition.evaluation.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "worked", + "color": "#D1F1A9", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#99FFFF", + "_t": "definition.evaluation.expression-seperator.groovy.keyword.meta.operator.ternary.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.evaluation.groovy.meta.ternary.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "failed", + "color": "#D1F1A9", + "_t": "definition.double.evaluation.groovy.meta.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.evaluation.groovy.meta.punctuation.quoted.string.ternary.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "assert", + "color": "#EBBBFF", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " x ", + "color": "#FFFFFF", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#99FFFF", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "assertion.begin.declaration.definition.double.groovy.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "worked", + "color": "#D1F1A9", + "_t": "assertion.declaration.double.groovy.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "assertion.declaration.definition.double.end.groovy.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Groovy supports 'The Elvis Operator' too!", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Instead of using the ternary operator:", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "displayName ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " user", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "name ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "?", + "color": "#99FFFF", + "_t": "evaluation.groovy.keyword.meta.operator.ternary", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " user", + "color": "#FFFFFF", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "evaluation.groovy.keyword.meta.navigation.operator.ternary", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "name ", + "color": "#FFFFFF", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#99FFFF", + "_t": "evaluation.expression-seperator.groovy.keyword.meta.operator.ternary", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "evaluation.groovy.meta.ternary", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Anonymous", + "color": "#D1F1A9", + "_t": "evaluation.groovy.meta.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.evaluation.groovy.meta.punctuation.quoted.single.string.ternary", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "We can write it:", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "displayName ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " user", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "name ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "?:", + "color": "#99FFFF", + "_t": "elvis.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Anonymous", + "color": "#D1F1A9", + "_t": "groovy.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "For loop", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Iterate over a range", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "x", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " (i ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#99FFFF", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "..", + "color": "#99FFFF", + "_t": "groovy.keyword.operator.range", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "30", + "color": "#FFC58F", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ") {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " i", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Iterate over a list", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "( i ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#99FFFF", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.groovy.meta.numeric.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ) {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " i", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Iterate over an array", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "array ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "..", + "color": "#99FFFF", + "_t": "groovy.keyword.operator.range", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "20", + "color": "#FFC58F", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "toArray", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " (i ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#99FFFF", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " array) {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " i", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Iterate over a map", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "map", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "[", + "color": "#FF9DA4", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "name", + "color": "#D1F1A9", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ":", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Roberto", + "color": "#D1F1A9", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "framework", + "color": "#D1F1A9", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ":", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Grails", + "color": "#D1F1A9", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "language", + "color": "#D1F1A9", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ":", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Groovy", + "color": "#D1F1A9", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "]", + "color": "#FF9DA4", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.groovy.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "control.groovy.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ( e ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#99FFFF", + "_t": "groovy.in.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " map ) {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " x ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " e", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "value", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "technologies", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "[", + "color": "#FF9DA4", + "_t": "begin.definition.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Groovy", + "color": "#D1F1A9", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Grails", + "color": "#D1F1A9", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.punctuation.separator.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Gradle", + "color": "#D1F1A9", + "_t": "definition.groovy.meta.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.groovy.meta.punctuation.quoted.single.string.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "]", + "color": "#FF9DA4", + "_t": "definition.end.groovy.meta.punctuation.structure.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "technologies", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "arithmetic.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "toUpperCase", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " = to technologies.collect { it?.toUpperCase() }", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "user", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "User", + "color": "#EBBBFF", + "_t": "definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "definition.groovy.keyword.meta.navigation.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "get", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "(", + "color": "#FF9DA4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FF9DA4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "username", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " user", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "?.", + "color": "#99FFFF", + "_t": "definition.groovy.keyword.meta.operator.safe-navigation.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "username", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "clos", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " { ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "println", + "color": "#BBDAFF", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Hello World!", + "color": "#D1F1A9", + "_t": "definition.double.groovy.meta.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.groovy.meta.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " }", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "sum", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " {", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFC58F", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "a", + "color": "#FFC58F", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FF9DA4", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFC58F", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "b", + "color": "#FFC58F", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFC58F", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "->", + "color": "#99FFFF", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "println", + "color": "#BBDAFF", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " a", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "b }", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "sum", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#FFC58F", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "x", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "constant.definition.groovy.meta.numeric.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "multiplyBy", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " {", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFC58F", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "num", + "color": "#FFC58F", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFC58F", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "->", + "color": "#99FFFF", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " num ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " x }", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "println", + "color": "#BBDAFF", + "_t": "function.groovy.print.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "multiplyBy", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#FFC58F", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "clos", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " { ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "print", + "color": "#BBDAFF", + "_t": "definition.function.groovy.meta.print.support.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " it }", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "clos", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "hi", + "color": "#D1F1A9", + "_t": "double.groovy.meta.method-call.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.groovy.meta.method-call.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "def.definition.groovy.meta.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "cl", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.name.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " {", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "a", + "color": "#FFC58F", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FF9DA4", + "_t": "closure.definition.groovy.meta.parameters.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFC58F", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "b", + "color": "#FFC58F", + "_t": "closure.definition.groovy.meta.method.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFC58F", + "_t": "closure.definition.groovy.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "->", + "color": "#99FFFF", + "_t": "definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "sleep", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.method.method-call.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "(", + "color": "#FF9DA4", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "3000", + "color": "#FFC58F", + "_t": "constant.definition.groovy.meta.method-call.numeric.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FF9DA4", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "//", + "color": "#FF9DA4", + "_t": "comment.definition.double-slash.groovy.line.meta.punctuation.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " simulate some time consuming processing", + "color": "#FF9DA4", + "_t": "comment.definition.double-slash.groovy.line.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " a ", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "arithmetic.definition.groovy.keyword.meta.operator.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " b", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FF9DA4", + "_t": "definition.groovy.meta.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "mem ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.groovy.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " cl", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "groovy.keyword.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "memoize", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "def.definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "callClosure", + "color": "#BBDAFF", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FFC58F", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "b", + "color": "#FFC58F", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "body.def.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " start ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "System", + "color": "#EBBBFF", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": ".", + "color": "#99FFFF", + "_t": "body.definition.groovy.java.keyword.meta.method.navigation.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "currentTimeMillis", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "mem", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.body.definition.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " b", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "body.definition.end.groovy.java.meta.method.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "println", + "color": "#BBDAFF", + "_t": "body.definition.function.groovy.java.meta.method.print.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Inputs(a = ", + "color": "#D1F1A9", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$a", + "color": "#D1F1A9", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ", b = ", + "color": "#D1F1A9", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$b", + "color": "#D1F1A9", + "_t": "body.definition.double.groovy.interpolated.java.meta.method.other.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ") - took ", + "color": "#D1F1A9", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "${", + "color": "#FFC58F", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "System.currentTimeMillis() - start", + "color": "#D1F1A9", + "_t": "body.definition.double.embedded.groovy.java.meta.method.quoted.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#FFC58F", + "_t": "body.definition.double.embedded.groovy.java.meta.method.punctuation.quoted.section.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": " msecs.", + "color": "#D1F1A9", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "callClosure", + "color": "#FFFFFF", + "_t": "groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.meta.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "constant.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Another example:", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "import", + "color": "#EBBBFF", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.import.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "groovy", + "color": "#EBBBFF", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "transform", + "color": "#EBBBFF", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "TypeChecked", + "color": "#EBBBFF", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": "@TypeChecked", + "color": "#EBBBFF", + "_t": "annotation.groovy.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "Integer", + "color": "#EBBBFF", + "_t": "definition.groovy.java.meta.method.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "test", + "color": "#BBDAFF", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Integer", + "color": "#EBBBFF", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " num ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "1", + "color": "#D1F1A9", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Integer", + "color": "#EBBBFF", + "_t": "array.body.definition.groovy.java.meta.method.object.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " numbers ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method.punctuation.separator.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#FFC58F", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Date", + "color": "#EBBBFF", + "_t": "body.definition.groovy.java.meta.method.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " date ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " numbers", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.body.definition.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "body.constant.definition.groovy.java.meta.method.numeric.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "body.definition.end.groovy.java.meta.method.punctuation.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "body.control.definition.groovy.java.keyword.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.body.definition.double.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Test", + "color": "#D1F1A9", + "_t": "body.definition.double.groovy.java.meta.method.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "body.definition.double.end.groovy.java.meta.method.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.double-slash.groovy.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "CompileStatic example:", + "color": "#7285B7", + "_t": "comment.double-slash.groovy.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "import", + "color": "#EBBBFF", + "_t": "groovy.import.keyword.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "groovy.import.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "groovy", + "color": "#EBBBFF", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "transform", + "color": "#EBBBFF", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "groovy.import.meta.modifier.punctuation.separator.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "CompileStatic", + "color": "#EBBBFF", + "_t": "groovy.import.meta.modifier.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": "@CompileStatic", + "color": "#EBBBFF", + "_t": "annotation.groovy.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "int", + "color": "#EBBBFF", + "_t": "definition.groovy.java.meta.method.primitive.return-type.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.return-type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "sum", + "color": "#BBDAFF", + "_t": "definition.entity.function.groovy.java.meta.method.name.signature", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#EBBBFF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FFC58F", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.parameters.signature", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#EBBBFF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.primitive.signature.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "y", + "color": "#FFC58F", + "_t": "definition.groovy.java.meta.method.parameter.parameters.signature.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.groovy.java.meta.method.signature", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " x ", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "arithmetic.body.definition.groovy.java.keyword.meta.method.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " y", + "color": "#FFFFFF", + "_t": "body.definition.groovy.java.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.groovy.meta.method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "assert", + "color": "#EBBBFF", + "_t": "assert.assertion.control.declaration.groovy.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "sum", + "color": "#FFFFFF", + "_t": "assertion.declaration.groovy.meta.method.method-call", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "assertion.begin.declaration.definition.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "assertion.declaration.definition.groovy.meta.method-call.parameter.punctuation.seperator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "assertion.constant.declaration.groovy.meta.method-call.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "assertion.declaration.definition.end.groovy.meta.method-call.method-parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#99FFFF", + "_t": "assertion.comparison.declaration.groovy.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "assertion.declaration.groovy.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "7", + "color": "#FFC58F", + "_t": "assertion.constant.declaration.groovy.meta.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.groovy.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.groovy.result.patch new file mode 100644 index 000000000..b589e1a8e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.groovy.result.patch @@ -0,0 +1,4459 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [ + { + "index": 25, + "content": "java.util.Date", + "color": "#569CD6", + "newColor": "#4EC9B0" + }, + { + "index": 60, + "content": "[", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 61, + "content": "]", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 198, + "content": "Collections", + "color": "#569CD6", + "newColor": "#4EC9B0" + }, + { + "index": 216, + "content": "Collections", + "color": "#569CD6", + "newColor": "#4EC9B0" + }, + { + "index": 225, + "content": "Random", + "color": "#569CD6", + "newColor": "#4EC9B0" + }, + { + "index": 243, + "content": "[", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 244, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 245, + "content": "]", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 299, + "content": ".", + "color": "#9CDCFE", + "newColor": "#569CD6" + }, + { + "index": 303, + "content": ".", + "color": "#9CDCFE", + "newColor": "#569CD6" + }, + { + "index": 356, + "content": "String", + "color": "#569CD6", + "newColor": "#4EC9B0" + }, + { + "index": 362, + "content": "\"", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 363, + "content": "Roberto", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 364, + "content": "\"", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 369, + "content": "String", + "color": "#569CD6", + "newColor": "#4EC9B0" + }, + { + "index": 373, + "content": "protected", + "color": "#4EC9B0", + "newColor": "#569CD6" + }, + { + "index": 460, + "content": "(", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 460, + "content": "y ", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 464, + "content": ")", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 467, + "content": "\"", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 468, + "content": "worked", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 469, + "content": "\"", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 473, + "content": "\"", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 474, + "content": "failed", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 475, + "content": "\"", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 598, + "content": "[", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 599, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 600, + "content": "name", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 601, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 602, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 603, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 604, + "content": "Roberto", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 605, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 606, + "content": ",", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 608, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 609, + "content": "framework", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 610, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 611, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 612, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 613, + "content": "Grails", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 614, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 615, + "content": ",", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 617, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 618, + "content": "language", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 619, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 620, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 621, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 622, + "content": "Groovy", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 623, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 624, + "content": "]", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 646, + "content": "[", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 647, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 648, + "content": "Groovy", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 649, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 650, + "content": ",", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 651, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 652, + "content": "Grails", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 653, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 654, + "content": ",", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 655, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 656, + "content": "Gradle", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 657, + "content": "'", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 658, + "content": "]", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 674, + "content": "User", + "color": "#569CD6", + "newColor": "#4EC9B0" + }, + { + "index": 676, + "content": "get", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 677, + "content": "(", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 679, + "content": ")", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 685, + "content": " user", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 687, + "content": "username", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 693, + "content": "{", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 694, + "content": "println", + "color": "#9CDCFE", + "newColor": "#DCDCAA" + }, + { + "index": 696, + "content": "\"", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 697, + "content": "Hello World!", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 698, + "content": "\"", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 699, + "content": "}", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 705, + "content": "{", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 708, + "content": ",", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 714, + "content": "println", + "color": "#9CDCFE", + "newColor": "#DCDCAA" + }, + { + "index": 715, + "content": " a", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 717, + "content": "b ", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 717, + "content": "}", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 736, + "content": "{", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 741, + "content": " num ", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 743, + "content": " x ", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 743, + "content": "}", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 755, + "content": "{", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 756, + "content": "print", + "color": "#9CDCFE", + "newColor": "#DCDCAA" + }, + { + "index": 757, + "content": " it ", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 757, + "content": "}", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 771, + "content": "{", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 773, + "content": ",", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 779, + "content": "sleep", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 780, + "content": "(", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 782, + "content": ")", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 784, + "content": "//", + "color": "#9CDCFE", + "newColor": "#608B4E" + }, + { + "index": 785, + "content": " simulate some time consuming processing", + "color": "#9CDCFE", + "newColor": "#608B4E" + }, + { + "index": 786, + "content": " a ", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 788, + "content": " b", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 789, + "content": "}", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 797, + "content": "def", + "color": "#4EC9B0", + "newColor": "#569CD6" + }, + { + "index": 809, + "content": "def", + "color": "#4EC9B0", + "newColor": "#569CD6" + }, + { + "index": 856, + "content": "@TypeChecked", + "color": "#569CD6", + "newColor": "#4EC9B0" + }, + { + "index": 911, + "content": "@CompileStatic", + "color": "#569CD6", + "newColor": "#4EC9B0" + } + ], + "light_plus": [ + { + "index": 25, + "content": "java.util.Date", + "color": "#0000FF", + "newColor": "#267F99" + }, + { + "index": 60, + "content": "[", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 61, + "content": "]", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 198, + "content": "Collections", + "color": "#0000FF", + "newColor": "#267F99" + }, + { + "index": 216, + "content": "Collections", + "color": "#0000FF", + "newColor": "#267F99" + }, + { + "index": 225, + "content": "Random", + "color": "#0000FF", + "newColor": "#267F99" + }, + { + "index": 243, + "content": "[", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 244, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 245, + "content": "]", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 299, + "content": ".", + "color": "#001080", + "newColor": "#0000FF" + }, + { + "index": 303, + "content": ".", + "color": "#001080", + "newColor": "#0000FF" + }, + { + "index": 356, + "content": "String", + "color": "#0000FF", + "newColor": "#267F99" + }, + { + "index": 362, + "content": "\"", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 363, + "content": "Roberto", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 364, + "content": "\"", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 369, + "content": "String", + "color": "#0000FF", + "newColor": "#267F99" + }, + { + "index": 373, + "content": "protected", + "color": "#267F99", + "newColor": "#0000FF" + }, + { + "index": 460, + "content": "(", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 460, + "content": "y ", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 464, + "content": ")", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 467, + "content": "\"", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 468, + "content": "worked", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 469, + "content": "\"", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 473, + "content": "\"", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 474, + "content": "failed", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 475, + "content": "\"", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 598, + "content": "[", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 599, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 600, + "content": "name", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 601, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 602, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 603, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 604, + "content": "Roberto", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 605, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 606, + "content": ",", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 608, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 609, + "content": "framework", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 610, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 611, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 612, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 613, + "content": "Grails", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 614, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 615, + "content": ",", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 617, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 618, + "content": "language", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 619, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 620, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 621, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 622, + "content": "Groovy", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 623, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 624, + "content": "]", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 646, + "content": "[", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 647, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 648, + "content": "Groovy", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 649, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 650, + "content": ",", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 651, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 652, + "content": "Grails", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 653, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 654, + "content": ",", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 655, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 656, + "content": "Gradle", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 657, + "content": "'", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 658, + "content": "]", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 674, + "content": "User", + "color": "#0000FF", + "newColor": "#267F99" + }, + { + "index": 676, + "content": "get", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 677, + "content": "(", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 679, + "content": ")", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 685, + "content": " user", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 687, + "content": "username", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 693, + "content": "{", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 694, + "content": "println", + "color": "#001080", + "newColor": "#795E26" + }, + { + "index": 696, + "content": "\"", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 697, + "content": "Hello World!", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 698, + "content": "\"", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 699, + "content": "}", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 705, + "content": "{", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 708, + "content": ",", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 714, + "content": "println", + "color": "#001080", + "newColor": "#795E26" + }, + { + "index": 715, + "content": " a", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 717, + "content": "b ", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 717, + "content": "}", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 736, + "content": "{", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 741, + "content": " num ", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 743, + "content": " x ", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 743, + "content": "}", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 755, + "content": "{", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 756, + "content": "print", + "color": "#001080", + "newColor": "#795E26" + }, + { + "index": 757, + "content": " it ", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 757, + "content": "}", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 771, + "content": "{", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 773, + "content": ",", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 779, + "content": "sleep", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 780, + "content": "(", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 782, + "content": ")", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 784, + "content": "//", + "color": "#001080", + "newColor": "#008000" + }, + { + "index": 785, + "content": " simulate some time consuming processing", + "color": "#001080", + "newColor": "#008000" + }, + { + "index": 786, + "content": " a ", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 788, + "content": " b", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 789, + "content": "}", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 797, + "content": "def", + "color": "#267F99", + "newColor": "#0000FF" + }, + { + "index": 809, + "content": "def", + "color": "#267F99", + "newColor": "#0000FF" + }, + { + "index": 856, + "content": "@TypeChecked", + "color": "#0000FF", + "newColor": "#267F99" + }, + { + "index": 911, + "content": "@CompileStatic", + "color": "#0000FF", + "newColor": "#267F99" + } + ], + "kimbie_dark": [ + { + "index": 13, + "content": "x", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 56, + "content": "technologies", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 134, + "content": "$i", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 134, + "content": "t", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 151, + "content": "$i", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 153, + "content": "$i", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 153, + "content": "t", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 239, + "content": "devMap", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 244, + "content": ":", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 298, + "content": "$i", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 298, + "content": "t", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 299, + "content": ".", + "color": "#889B4A", + "newColor": "#98676A" + }, + { + "index": 300, + "content": "k", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 300, + "content": "e", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 300, + "content": "y", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 302, + "content": "$i", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 302, + "content": "t", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 303, + "content": ".", + "color": "#889B4A", + "newColor": "#98676A" + }, + { + "index": 304, + "content": "v", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 304, + "content": "a", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 304, + "content": "l", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 304, + "content": "u", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 304, + "content": "e", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 321, + "content": "$i", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 323, + "content": "$i", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 323, + "content": "t", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 358, + "content": "name", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 371, + "content": "language", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 377, + "content": "setLanguage", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 397, + "content": "lastName", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 406, + "content": "x", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 450, + "content": "y", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 457, + "content": "x", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 460, + "content": "(", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 460, + "content": "y ", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 464, + "content": ")", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 519, + "content": "x", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 594, + "content": "map", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 602, + "content": ":", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 611, + "content": ":", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 620, + "content": ":", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 642, + "content": "technologies", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 670, + "content": "user", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 676, + "content": "get", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 682, + "content": "username", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 685, + "content": " user", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 687, + "content": "username", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 690, + "content": "clos", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 693, + "content": "{", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 699, + "content": "}", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 702, + "content": "sum", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 705, + "content": "{", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 708, + "content": ",", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 715, + "content": " a", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 717, + "content": "b ", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 717, + "content": "}", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 726, + "content": "x", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 733, + "content": "multiplyBy", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 736, + "content": "{", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 741, + "content": " num ", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 743, + "content": " x ", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 743, + "content": "}", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 752, + "content": "clos", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 755, + "content": "{", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 757, + "content": " it ", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 757, + "content": "}", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 768, + "content": "cl", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 771, + "content": "{", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 773, + "content": ",", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 779, + "content": "sleep", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 784, + "content": "//", + "color": "#D3AF86", + "newColor": "#A57A4C" + }, + { + "index": 785, + "content": " simulate some time consuming processing", + "color": "#DC3958", + "newColor": "#A57A4C" + }, + { + "index": 786, + "content": " a ", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 788, + "content": " b", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 789, + "content": "}", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 830, + "content": "$a", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 832, + "content": "$b", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 852, + "content": ".", + "color": "#D3AF86", + "newColor": "#98676A" + }, + { + "index": 854, + "content": ".", + "color": "#D3AF86", + "newColor": "#98676A" + }, + { + "index": 907, + "content": ".", + "color": "#D3AF86", + "newColor": "#98676A" + }, + { + "index": 909, + "content": ".", + "color": "#D3AF86", + "newColor": "#98676A" + } + ], + "monokai": [], + "monokai_dimmed": [ + { + "index": 299, + "content": ".", + "color": "#6089B4", + "newColor": "#676867" + }, + { + "index": 303, + "content": ".", + "color": "#6089B4", + "newColor": "#676867" + }, + { + "index": 606, + "content": ",", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 615, + "content": ",", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 650, + "content": ",", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 654, + "content": ",", + "color": "#6089B4", + "newColor": "#C5C8C6" + } + ], + "quietlight": [ + { + "index": 13, + "content": "x", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 56, + "content": "technologies", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 93, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 134, + "content": "$i", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 134, + "content": "t", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 151, + "content": "$i", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 153, + "content": "$i", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 153, + "content": "t", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 239, + "content": "devMap", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 244, + "content": ":", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 259, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 268, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 298, + "content": "$i", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 298, + "content": "t", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 299, + "content": ".", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 300, + "content": "k", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 300, + "content": "e", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 300, + "content": "y", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 302, + "content": "$i", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 302, + "content": "t", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 303, + "content": ".", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 304, + "content": "v", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 304, + "content": "a", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 304, + "content": "l", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 304, + "content": "u", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 304, + "content": "e", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 321, + "content": "$i", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 323, + "content": "$i", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 323, + "content": "t", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 354, + "content": "final", + "color": "#7A3E9D", + "newColor": "#4B83CD" + }, + { + "index": 358, + "content": "name", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 371, + "content": "language", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 397, + "content": "lastName", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 406, + "content": "x", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 450, + "content": "y", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 457, + "content": "x", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 460, + "content": "(", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 460, + "content": "y ", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 464, + "content": ")", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 519, + "content": "x", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 551, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 553, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 555, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 594, + "content": "map", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 602, + "content": ":", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 606, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 611, + "content": ":", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 615, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 620, + "content": ":", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 642, + "content": "technologies", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 650, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 654, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 670, + "content": "user", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 676, + "content": "get", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 682, + "content": "username", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 685, + "content": " user", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 687, + "content": "username", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 690, + "content": "clos", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 693, + "content": "{", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 699, + "content": "}", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 702, + "content": "sum", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 705, + "content": "{", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 708, + "content": ",", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 715, + "content": " a", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 717, + "content": "b ", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 717, + "content": "}", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 726, + "content": "x", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 733, + "content": "multiplyBy", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 736, + "content": "{", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 741, + "content": " num ", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 743, + "content": " x ", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 743, + "content": "}", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 752, + "content": "clos", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 755, + "content": "{", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 757, + "content": " it ", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 757, + "content": "}", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 768, + "content": "cl", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 771, + "content": "{", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 773, + "content": ",", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 779, + "content": "sleep", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 785, + "content": " simulate some time consuming processing", + "color": "#7A3E9D", + "newColor": "#AAAAAA" + }, + { + "index": 786, + "content": " a ", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 788, + "content": " b", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 789, + "content": "}", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 830, + "content": "$a", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 832, + "content": "$b", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 852, + "content": ".", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 854, + "content": ".", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 880, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 882, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 884, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 907, + "content": ".", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 909, + "content": ".", + "color": "#434343", + "newColor": "#777777" + } + ], + "red": [ + { + "index": 11, + "content": "def", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 13, + "content": "x", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 15, + "content": "=", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 17, + "content": "1", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 54, + "content": "def", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 56, + "content": "technologies", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 58, + "content": "=", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 60, + "content": "[", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 61, + "content": "]", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 237, + "content": "def", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 239, + "content": "devMap", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 241, + "content": "=", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 243, + "content": "[", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 244, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 245, + "content": "]", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 299, + "content": ".", + "color": "#EDEF7D", + "newColor": "#F12727" + }, + { + "index": 303, + "content": ".", + "color": "#EDEF7D", + "newColor": "#F12727" + }, + { + "index": 354, + "content": "final", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 356, + "content": "String", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 358, + "content": "name", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 360, + "content": "=", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 362, + "content": "\"", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 363, + "content": "Roberto", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 364, + "content": "\"", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 369, + "content": "String", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 371, + "content": "language", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 395, + "content": "def", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 397, + "content": "lastName", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 404, + "content": "def", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 406, + "content": "x", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 408, + "content": "=", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 410, + "content": "3", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 448, + "content": "def", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 450, + "content": "y", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 452, + "content": "=", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 454, + "content": "10", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 455, + "content": "def", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 457, + "content": "x", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 459, + "content": "=", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 460, + "content": "(", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 460, + "content": "y ", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 461, + "content": ">", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 463, + "content": "1", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 464, + "content": ")", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 465, + "content": "?", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 467, + "content": "\"", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 468, + "content": "worked", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 469, + "content": "\"", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 471, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 473, + "content": "\"", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 474, + "content": "failed", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 475, + "content": "\"", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 517, + "content": "def", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 519, + "content": "x", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 521, + "content": "=", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 523, + "content": "0", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 592, + "content": "def", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 594, + "content": "map", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 596, + "content": "=", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 598, + "content": "[", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 599, + "content": "'", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 600, + "content": "name", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 601, + "content": "'", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 602, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 603, + "content": "'", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 604, + "content": "Roberto", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 605, + "content": "'", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 606, + "content": ",", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 608, + "content": "'", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 609, + "content": "framework", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 610, + "content": "'", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 611, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 612, + "content": "'", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 613, + "content": "Grails", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 614, + "content": "'", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 615, + "content": ",", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 617, + "content": "'", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 618, + "content": "language", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 619, + "content": "'", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 620, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 621, + "content": "'", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 622, + "content": "Groovy", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 623, + "content": "'", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 624, + "content": "]", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 640, + "content": "def", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 642, + "content": "technologies", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 644, + "content": "=", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 646, + "content": "[", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 647, + "content": "'", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 648, + "content": "Groovy", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 649, + "content": "'", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 650, + "content": ",", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 651, + "content": "'", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 652, + "content": "Grails", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 653, + "content": "'", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 654, + "content": ",", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 655, + "content": "'", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 656, + "content": "Gradle", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 657, + "content": "'", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 658, + "content": "]", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 668, + "content": "def", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 670, + "content": "user", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 672, + "content": "=", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 674, + "content": "User", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 675, + "content": ".", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 676, + "content": "get", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 677, + "content": "(", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 678, + "content": "1", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 679, + "content": ")", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 680, + "content": "def", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 682, + "content": "username", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 684, + "content": "=", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 685, + "content": " user", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 686, + "content": "?.", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 687, + "content": "username", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 688, + "content": "def", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 690, + "content": "clos", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 692, + "content": "=", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 693, + "content": "{", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 696, + "content": "\"", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 697, + "content": "Hello World!", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 698, + "content": "\"", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 699, + "content": "}", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 700, + "content": "def", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 702, + "content": "sum", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 704, + "content": "=", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 705, + "content": "{", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 708, + "content": ",", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 712, + "content": "->", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 715, + "content": " a", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 716, + "content": "+", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 717, + "content": "b ", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 717, + "content": "}", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 724, + "content": "def", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 726, + "content": "x", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 728, + "content": "=", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 730, + "content": "5", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 731, + "content": "def", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 733, + "content": "multiplyBy", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 735, + "content": "=", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 736, + "content": "{", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 740, + "content": "->", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 741, + "content": " num ", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 742, + "content": "*", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 743, + "content": " x ", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 743, + "content": "}", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 750, + "content": "def", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 752, + "content": "clos", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 754, + "content": "=", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 755, + "content": "{", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 757, + "content": " it ", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 757, + "content": "}", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 766, + "content": "def", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 768, + "content": "cl", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 770, + "content": "=", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 771, + "content": "{", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 773, + "content": ",", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 777, + "content": "->", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 779, + "content": "sleep", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 780, + "content": "(", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 781, + "content": "3000", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 782, + "content": ")", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 784, + "content": "//", + "color": "#FB9A4B", + "newColor": "#E7C0C0" + }, + { + "index": 785, + "content": " simulate some time consuming processing", + "color": "#FB9A4B", + "newColor": "#E7C0C0" + }, + { + "index": 786, + "content": " a ", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 787, + "content": "+", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 788, + "content": " b", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 789, + "content": "}", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + } + ], + "solarized_dark": [ + { + "index": 60, + "content": "[", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 61, + "content": "]", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 243, + "content": "[", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 245, + "content": "]", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 299, + "content": ".", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 303, + "content": ".", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 362, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 364, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 467, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 469, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 473, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 475, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 598, + "content": "[", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 599, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 601, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 603, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 605, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 606, + "content": ",", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 608, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 610, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 612, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 614, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 615, + "content": ",", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 617, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 619, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 621, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 623, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 624, + "content": "]", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 646, + "content": "[", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 647, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 649, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 650, + "content": ",", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 651, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 653, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 654, + "content": ",", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 655, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 657, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 658, + "content": "]", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 677, + "content": "(", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 679, + "content": ")", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 696, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 698, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 780, + "content": "(", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 782, + "content": ")", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 784, + "content": "//", + "color": "#859900", + "newColor": "#657B83" + } + ], + "solarized_light": [ + { + "index": 60, + "content": "[", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 61, + "content": "]", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 243, + "content": "[", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 245, + "content": "]", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 299, + "content": ".", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 303, + "content": ".", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 362, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 364, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 467, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 469, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 473, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 475, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 598, + "content": "[", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 599, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 601, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 603, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 605, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 606, + "content": ",", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 608, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 610, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 612, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 614, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 615, + "content": ",", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 617, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 619, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 621, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 623, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 624, + "content": "]", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 646, + "content": "[", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 647, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 649, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 650, + "content": ",", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 651, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 653, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 654, + "content": ",", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 655, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 657, + "content": "'", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 658, + "content": "]", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 677, + "content": "(", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 679, + "content": ")", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 696, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 698, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 780, + "content": "(", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 782, + "content": ")", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 784, + "content": "//", + "color": "#859900", + "newColor": "#93A1A1" + } + ], + "tomorrow_night_blue": [ + { + "index": 13, + "content": "x", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 56, + "content": "technologies", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 60, + "content": "[", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 61, + "content": "]", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 134, + "content": "$i", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 134, + "content": "t", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 151, + "content": "$i", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 153, + "content": "$i", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 153, + "content": "t", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 239, + "content": "devMap", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 243, + "content": "[", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 244, + "content": ":", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 245, + "content": "]", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 298, + "content": "$i", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 298, + "content": "t", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 300, + "content": "k", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 300, + "content": "e", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 300, + "content": "y", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 302, + "content": "$i", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 302, + "content": "t", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 304, + "content": "v", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 304, + "content": "a", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 304, + "content": "l", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 304, + "content": "u", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 304, + "content": "e", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 321, + "content": "$i", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 323, + "content": "$i", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 323, + "content": "t", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 358, + "content": "name", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 360, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 371, + "content": "language", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 386, + "content": ".", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 388, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 397, + "content": "lastName", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 406, + "content": "x", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 450, + "content": "y", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 457, + "content": "x", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 460, + "content": "(", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 460, + "content": "y ", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 464, + "content": ")", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 519, + "content": "x", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 594, + "content": "map", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 598, + "content": "[", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 602, + "content": ":", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 611, + "content": ":", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 620, + "content": ":", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 624, + "content": "]", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 642, + "content": "technologies", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 646, + "content": "[", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 658, + "content": "]", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 670, + "content": "user", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 676, + "content": "get", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 677, + "content": "(", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 679, + "content": ")", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 682, + "content": "username", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 685, + "content": " user", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 687, + "content": "username", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 690, + "content": "clos", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 693, + "content": "{", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 699, + "content": "}", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 702, + "content": "sum", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 705, + "content": "{", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 708, + "content": ",", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 715, + "content": " a", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 717, + "content": "b ", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 717, + "content": "}", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 726, + "content": "x", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 733, + "content": "multiplyBy", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 736, + "content": "{", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 741, + "content": " num ", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 743, + "content": " x ", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 743, + "content": "}", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 752, + "content": "clos", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 755, + "content": "{", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 757, + "content": " it ", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 757, + "content": "}", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 768, + "content": "cl", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 771, + "content": "{", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 773, + "content": ",", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 779, + "content": "sleep", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 780, + "content": "(", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 782, + "content": ")", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 784, + "content": "//", + "color": "#FF9DA4", + "newColor": "#7285B7" + }, + { + "index": 785, + "content": " simulate some time consuming processing", + "color": "#FF9DA4", + "newColor": "#7285B7" + }, + { + "index": 786, + "content": " a ", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 788, + "content": " b", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 789, + "content": "}", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 830, + "content": "$a", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 832, + "content": "$b", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 852, + "content": ".", + "color": "#FFFFFF", + "newColor": "#EBBBFF" + }, + { + "index": 854, + "content": ".", + "color": "#FFFFFF", + "newColor": "#EBBBFF" + }, + { + "index": 907, + "content": ".", + "color": "#FFFFFF", + "newColor": "#EBBBFF" + }, + { + "index": 909, + "content": ".", + "color": "#FFFFFF", + "newColor": "#EBBBFF" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.handlebars b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.handlebars new file mode 100644 index 000000000..5558731ec --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.handlebars @@ -0,0 +1,30 @@ +
+

{{title}}

+ {{#if author}} +

{{author.firstName}} {{author.lastName}}

+ {{else}} +

Unknown Author

+ {{/if}} + {{contentBody}} +
+ +{{#unless license}} +

WARNING: This entry does not have a license!

+{{/unless}} + +
+
    + {{#each footnotes}} +
  • {{this}}
  • + {{/each}} +
+
+ +

Comments

+ +
+ {{#each comments}} +

{{title}}

+
{{body}}
+ {{/each}} +
\ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.handlebars.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.handlebars.result new file mode 100644 index 000000000..7d02ce2b3 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.handlebars.result @@ -0,0 +1,14982 @@ +{ + "abyss": [ + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "div", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#DDBB88", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#DDBB88", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "entry", + "color": "#22AA44", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "h1", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "title", + "color": "#2277FF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{#if", + "color": "#9966B8", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "author", + "color": "#2277FF", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "h2", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "author.firstName", + "color": "#2277FF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "author.lastName", + "color": "#2277FF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{else}}", + "color": "#9966B8", + "_t": "constant.else.function.handlebars.inline.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "h2", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Unknown Author", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{/if}}", + "color": "#9966B8", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "contentBody", + "color": "#2277FF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{#unless", + "color": "#9966B8", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "license", + "color": "#2277FF", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "h3", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#DDBB88", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#DDBB88", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "warning", + "color": "#22AA44", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "WARNING: This entry does not have a license!", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{/unless}}", + "color": "#9966B8", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "div", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#DDBB88", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#DDBB88", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "footnotes", + "color": "#22AA44", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ul", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{#each", + "color": "#9966B8", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "footnotes", + "color": "#2277FF", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "li", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "this", + "color": "#2277FF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{/each}}", + "color": "#9966B8", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "h1", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Comments", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "div", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "id", + "color": "#DDBB88", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "comments", + "color": "#22AA44", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{#each", + "color": "#9966B8", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "comments", + "color": "#2277FF", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "h2", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "href", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/posts/", + "color": "#22AA44", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "{{", + "color": "#9966B8", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "../permalink", + "color": "#2277FF", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "#", + "color": "#22AA44", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "{{", + "color": "#9966B8", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "id", + "color": "#2277FF", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "title", + "color": "#2277FF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "div", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "body", + "color": "#2277FF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{/each}}", + "color": "#9966B8", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "entry", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "title", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{#if", + "color": "#D4D4D4", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "author", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h2", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "author.firstName", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "author.lastName", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{else}}", + "color": "#D4D4D4", + "_t": "constant.else.function.handlebars.inline.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h2", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Unknown Author", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{/if}}", + "color": "#D4D4D4", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "contentBody", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{#unless", + "color": "#D4D4D4", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "license", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h3", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "warning", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "WARNING: This entry does not have a license!", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{/unless}}", + "color": "#D4D4D4", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "footnotes", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "ul", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{#each", + "color": "#D4D4D4", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "footnotes", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "li", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{/each}}", + "color": "#D4D4D4", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Comments", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "id", + "color": "#9CDCFE", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "comments", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{#each", + "color": "#D4D4D4", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "comments", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h2", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "href", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/posts/", + "color": "#CE9178", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "{{", + "color": "#CE9178", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "../permalink", + "color": "#CE9178", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "}}", + "color": "#CE9178", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "#", + "color": "#CE9178", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "{{", + "color": "#CE9178", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "id", + "color": "#CE9178", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "}}", + "color": "#CE9178", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "title", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "body", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{/each}}", + "color": "#D4D4D4", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "light_vs": [ + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "entry", + "color": "#0000FF", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h1", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "title", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{#if", + "color": "#000000", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "author", + "color": "#000000", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h2", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "author.firstName", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "author.lastName", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{else}}", + "color": "#000000", + "_t": "constant.else.function.handlebars.inline.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h2", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Unknown Author", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{/if}}", + "color": "#000000", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "contentBody", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{#unless", + "color": "#000000", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "license", + "color": "#000000", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h3", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "warning", + "color": "#0000FF", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "WARNING: This entry does not have a license!", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{/unless}}", + "color": "#000000", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "footnotes", + "color": "#0000FF", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "ul", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{#each", + "color": "#000000", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "footnotes", + "color": "#000000", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "li", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{/each}}", + "color": "#000000", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h1", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Comments", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "id", + "color": "#FF0000", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "comments", + "color": "#0000FF", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{#each", + "color": "#000000", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "comments", + "color": "#000000", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h2", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "href", + "color": "#FF0000", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "/posts/", + "color": "#0000FF", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "{{", + "color": "#0000FF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "../permalink", + "color": "#0000FF", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "}}", + "color": "#0000FF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "#", + "color": "#0000FF", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "{{", + "color": "#0000FF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "id", + "color": "#0000FF", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "}}", + "color": "#0000FF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "title", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "body", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{/each}}", + "color": "#000000", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + } + ], + "hc_black": [ + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.block.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "entry", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "title", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{#if", + "color": "#FFFFFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.start", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "author", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h2", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "author.firstName", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "author.lastName", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{else}}", + "color": "#FFFFFF", + "_t": "constant.else.function.handlebars.inline.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h2", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Unknown Author", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{/if}}", + "color": "#FFFFFF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "contentBody", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{#unless", + "color": "#FFFFFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.start", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "license", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h3", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.block.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "warning", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "WARNING: This entry does not have a license!", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{/unless}}", + "color": "#FFFFFF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.block.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "footnotes", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "ul", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{#each", + "color": "#FFFFFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.start", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "footnotes", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "li", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{/each}}", + "color": "#FFFFFF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Comments", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.block.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "id", + "color": "#9CDCFE", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "comments", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{#each", + "color": "#FFFFFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.start", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "comments", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h2", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "href", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/posts/", + "color": "#CE9178", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "{{", + "color": "#CE9178", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "../permalink", + "color": "#CE9178", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "}}", + "color": "#CE9178", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "#", + "color": "#CE9178", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "{{", + "color": "#CE9178", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "id", + "color": "#CE9178", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "}}", + "color": "#CE9178", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "title", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "body", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{/each}}", + "color": "#FFFFFF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "dark_plus": [ + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "entry", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "title", + "color": "#9CDCFE", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{#if", + "color": "#DCDCAA", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "author", + "color": "#9CDCFE", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h2", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "author.firstName", + "color": "#9CDCFE", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "author.lastName", + "color": "#9CDCFE", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{else}}", + "color": "#DCDCAA", + "_t": "constant.else.function.handlebars.inline.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h2", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Unknown Author", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{/if}}", + "color": "#DCDCAA", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "contentBody", + "color": "#9CDCFE", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{#unless", + "color": "#DCDCAA", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "license", + "color": "#9CDCFE", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h3", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "warning", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "WARNING: This entry does not have a license!", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{/unless}}", + "color": "#DCDCAA", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "footnotes", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "ul", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{#each", + "color": "#DCDCAA", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "footnotes", + "color": "#9CDCFE", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "li", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "this", + "color": "#9CDCFE", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{/each}}", + "color": "#DCDCAA", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Comments", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "id", + "color": "#9CDCFE", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "comments", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{#each", + "color": "#DCDCAA", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "comments", + "color": "#9CDCFE", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h2", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "href", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/posts/", + "color": "#CE9178", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "{{", + "color": "#DCDCAA", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "../permalink", + "color": "#9CDCFE", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "#", + "color": "#CE9178", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "{{", + "color": "#DCDCAA", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "id", + "color": "#9CDCFE", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "title", + "color": "#9CDCFE", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "body", + "color": "#9CDCFE", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{/each}}", + "color": "#DCDCAA", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "light_plus": [ + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "entry", + "color": "#0000FF", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h1", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "title", + "color": "#001080", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{#if", + "color": "#795E26", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "author", + "color": "#001080", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h2", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "author.firstName", + "color": "#001080", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "author.lastName", + "color": "#001080", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{else}}", + "color": "#795E26", + "_t": "constant.else.function.handlebars.inline.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h2", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Unknown Author", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{/if}}", + "color": "#795E26", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "contentBody", + "color": "#001080", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{#unless", + "color": "#795E26", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "license", + "color": "#001080", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h3", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "warning", + "color": "#0000FF", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "WARNING: This entry does not have a license!", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{/unless}}", + "color": "#795E26", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "footnotes", + "color": "#0000FF", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "ul", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{#each", + "color": "#795E26", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "footnotes", + "color": "#001080", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "li", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "this", + "color": "#001080", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{/each}}", + "color": "#795E26", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h1", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Comments", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "id", + "color": "#FF0000", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "comments", + "color": "#0000FF", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{#each", + "color": "#795E26", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "comments", + "color": "#001080", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h2", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "href", + "color": "#FF0000", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "/posts/", + "color": "#0000FF", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "{{", + "color": "#795E26", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "../permalink", + "color": "#001080", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "#", + "color": "#0000FF", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "{{", + "color": "#795E26", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "id", + "color": "#001080", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "title", + "color": "#001080", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "body", + "color": "#001080", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{/each}}", + "color": "#795E26", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "div", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#F79A32", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#F79A32", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "entry", + "color": "#889B4A", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "h1", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "title", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{#if", + "color": "#7E602C", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "author", + "color": "#D3AF86", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "h2", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "author.firstName", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "author.lastName", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{else}}", + "color": "#7E602C", + "_t": "constant.else.function.handlebars.inline.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "h2", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Unknown Author", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{/if}}", + "color": "#7E602C", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "contentBody", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{#unless", + "color": "#7E602C", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "license", + "color": "#D3AF86", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "h3", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#F79A32", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#F79A32", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "warning", + "color": "#889B4A", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "WARNING: This entry does not have a license!", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{/unless}}", + "color": "#7E602C", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "div", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#F79A32", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#F79A32", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "footnotes", + "color": "#889B4A", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "ul", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{#each", + "color": "#7E602C", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "footnotes", + "color": "#D3AF86", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "li", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "this", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{/each}}", + "color": "#7E602C", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "h1", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Comments", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "div", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "id", + "color": "#8AB1B0", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "comments", + "color": "#889B4A", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{#each", + "color": "#7E602C", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "comments", + "color": "#D3AF86", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "h2", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "href", + "color": "#F79A32", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "/posts/", + "color": "#889B4A", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "{{", + "color": "#7E602C", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "../permalink", + "color": "#D3AF86", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "#", + "color": "#889B4A", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "{{", + "color": "#7E602C", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "id", + "color": "#D3AF86", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "title", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "div", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "body", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{/each}}", + "color": "#7E602C", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "div", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#A6E22E", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#A6E22E", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "entry", + "color": "#E6DB74", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "h1", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "title", + "color": "#FD971F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{#if", + "color": "#66D9EF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "author", + "color": "#FD971F", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "h2", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "author.firstName", + "color": "#FD971F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "author.lastName", + "color": "#FD971F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{else}}", + "color": "#66D9EF", + "_t": "constant.else.function.handlebars.inline.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "h2", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Unknown Author", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{/if}}", + "color": "#66D9EF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "contentBody", + "color": "#FD971F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{#unless", + "color": "#66D9EF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "license", + "color": "#FD971F", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "h3", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#A6E22E", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#A6E22E", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "warning", + "color": "#E6DB74", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "WARNING: This entry does not have a license!", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{/unless}}", + "color": "#66D9EF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "div", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#A6E22E", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#A6E22E", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "footnotes", + "color": "#E6DB74", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ul", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{#each", + "color": "#66D9EF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "footnotes", + "color": "#FD971F", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "li", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "this", + "color": "#FD971F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{/each}}", + "color": "#66D9EF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "h1", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Comments", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "div", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "id", + "color": "#A6E22E", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "comments", + "color": "#E6DB74", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{#each", + "color": "#66D9EF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "comments", + "color": "#FD971F", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "h2", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "href", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/posts/", + "color": "#E6DB74", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "{{", + "color": "#66D9EF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "../permalink", + "color": "#FD971F", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "#", + "color": "#E6DB74", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "{{", + "color": "#66D9EF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "id", + "color": "#FD971F", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "title", + "color": "#FD971F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "div", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "body", + "color": "#FD971F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{/each}}", + "color": "#66D9EF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "div", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "class", + "color": "#D0B344", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "entry", + "color": "#9AA83A", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "h1", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "{{", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "title", + "color": "#6089B4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{#if", + "color": "#9872A2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "author", + "color": "#6089B4", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "h2", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "{{", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "author.firstName", + "color": "#6089B4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "author.lastName", + "color": "#6089B4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{else}}", + "color": "#9872A2", + "_t": "constant.else.function.handlebars.inline.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "h2", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "Unknown Author", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{/if}}", + "color": "#9872A2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "contentBody", + "color": "#6089B4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "{{#unless", + "color": "#9872A2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "license", + "color": "#6089B4", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "h3", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "class", + "color": "#D0B344", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "warning", + "color": "#9AA83A", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "WARNING: This entry does not have a license!", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "{{/unless}}", + "color": "#9872A2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "div", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "class", + "color": "#D0B344", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "footnotes", + "color": "#9AA83A", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "ul", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{#each", + "color": "#9872A2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "footnotes", + "color": "#6089B4", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "li", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "{{", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "this", + "color": "#6089B4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{/each}}", + "color": "#9872A2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "h1", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "Comments", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "div", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "id", + "color": "#D0B344", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "comments", + "color": "#9AA83A", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{#each", + "color": "#9872A2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "comments", + "color": "#6089B4", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "h2", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "href", + "color": "#D0B344", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "/posts/", + "color": "#9AA83A", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "{{", + "color": "#9AA83A", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "../permalink", + "color": "#9AA83A", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "}}", + "color": "#9AA83A", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "#", + "color": "#9AA83A", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "{{", + "color": "#9AA83A", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "id", + "color": "#9AA83A", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "}}", + "color": "#9AA83A", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "{{", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "title", + "color": "#6089B4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "div", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "{{", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "body", + "color": "#6089B4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{/each}}", + "color": "#9872A2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + } + ], + "quietlight": [ + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "div", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "class", + "color": "#91B3E0", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "entry", + "color": "#91B3E0", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "h1", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "{{", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "title", + "color": "#7A3E9D", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{#if", + "color": "#AA3731", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "author", + "color": "#7A3E9D", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "h2", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "{{", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "author.firstName", + "color": "#7A3E9D", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "author.lastName", + "color": "#7A3E9D", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{else}}", + "color": "#AA3731", + "_t": "constant.else.function.handlebars.inline.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "h2", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "Unknown Author", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{/if}}", + "color": "#AA3731", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "contentBody", + "color": "#7A3E9D", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "{{#unless", + "color": "#AA3731", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "license", + "color": "#7A3E9D", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "h3", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "class", + "color": "#91B3E0", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "warning", + "color": "#91B3E0", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "WARNING: This entry does not have a license!", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "{{/unless}}", + "color": "#AA3731", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "div", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "class", + "color": "#91B3E0", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "footnotes", + "color": "#91B3E0", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "ul", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{#each", + "color": "#AA3731", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "footnotes", + "color": "#7A3E9D", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "li", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "{{", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "this", + "color": "#7A3E9D", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{/each}}", + "color": "#AA3731", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "h1", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "Comments", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "div", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "id", + "color": "#91B3E0", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#434343", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "comments", + "color": "#91B3E0", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{#each", + "color": "#AA3731", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "comments", + "color": "#7A3E9D", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "h2", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "a", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "href", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "/posts/", + "color": "#91B3E0", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "{{", + "color": "#91B3E0", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "../permalink", + "color": "#91B3E0", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "}}", + "color": "#91B3E0", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "#", + "color": "#91B3E0", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "{{", + "color": "#91B3E0", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "id", + "color": "#91B3E0", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "}}", + "color": "#91B3E0", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "{{", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "title", + "color": "#7A3E9D", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "div", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "{{", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "body", + "color": "#7A3E9D", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{/each}}", + "color": "#AA3731", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + } + ], + "red": [ + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "div", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "class", + "color": "#EC0D1E", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "entry", + "color": "#EC0D1E", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "h1", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "{{", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "title", + "color": "#FB9A4B", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{#if", + "color": "#EB939A", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "author", + "color": "#FB9A4B", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "h2", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "{{", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "author.firstName", + "color": "#FB9A4B", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "author.lastName", + "color": "#FB9A4B", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{else}}", + "color": "#EB939A", + "_t": "constant.else.function.handlebars.inline.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "h2", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Unknown Author", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{/if}}", + "color": "#EB939A", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "contentBody", + "color": "#FB9A4B", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "{{#unless", + "color": "#EB939A", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "license", + "color": "#FB9A4B", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "h3", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "class", + "color": "#EC0D1E", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "warning", + "color": "#EC0D1E", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "WARNING: This entry does not have a license!", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "{{/unless}}", + "color": "#EB939A", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "div", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "class", + "color": "#EC0D1E", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "footnotes", + "color": "#EC0D1E", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "ul", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{#each", + "color": "#EB939A", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "footnotes", + "color": "#FB9A4B", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "li", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "{{", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{/each}}", + "color": "#EB939A", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "h1", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Comments", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "div", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "id", + "color": "#EC0D1E", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "comments", + "color": "#EC0D1E", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{#each", + "color": "#EB939A", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "comments", + "color": "#FB9A4B", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "h2", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "a", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "href", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "/posts/", + "color": "#EC0D1E", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "{{", + "color": "#EC0D1E", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "../permalink", + "color": "#EC0D1E", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "}}", + "color": "#EC0D1E", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "#", + "color": "#EC0D1E", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "{{", + "color": "#EC0D1E", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "id", + "color": "#EC0D1E", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "}}", + "color": "#EC0D1E", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "{{", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "title", + "color": "#FB9A4B", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "div", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "{{", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "body", + "color": "#FB9A4B", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{/each}}", + "color": "#EB939A", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + } + ], + "solarized_dark": [ + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "entry", + "color": "#2AA198", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "h1", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "title", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{#if", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "author", + "color": "#93A1A1", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "h2", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "author.firstName", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "author.lastName", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{else}}", + "color": "#268BD2", + "_t": "constant.else.function.handlebars.inline.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "h2", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Unknown Author", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{/if}}", + "color": "#268BD2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "contentBody", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "{{#unless", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "license", + "color": "#93A1A1", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "h3", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "warning", + "color": "#2AA198", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "WARNING: This entry does not have a license!", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "{{/unless}}", + "color": "#268BD2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "footnotes", + "color": "#2AA198", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "ul", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{#each", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "footnotes", + "color": "#93A1A1", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "li", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{/each}}", + "color": "#268BD2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "h1", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Comments", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "id", + "color": "#93A1A1", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "comments", + "color": "#2AA198", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{#each", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "comments", + "color": "#93A1A1", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "h2", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "href", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "/posts/", + "color": "#2AA198", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "../permalink", + "color": "#268BD2", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "#", + "color": "#2AA198", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "id", + "color": "#268BD2", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "title", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{/each}}", + "color": "#268BD2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + } + ], + "solarized_light": [ + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "entry", + "color": "#2AA198", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "h1", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "title", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{#if", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "author", + "color": "#586E75", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "h2", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "author.firstName", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "author.lastName", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{else}}", + "color": "#268BD2", + "_t": "constant.else.function.handlebars.inline.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "h2", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Unknown Author", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{/if}}", + "color": "#268BD2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "contentBody", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{#unless", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "license", + "color": "#586E75", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "h3", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "warning", + "color": "#2AA198", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "WARNING: This entry does not have a license!", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{/unless}}", + "color": "#268BD2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "footnotes", + "color": "#2AA198", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "ul", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{#each", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "footnotes", + "color": "#586E75", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "li", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{/each}}", + "color": "#268BD2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "h1", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Comments", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "id", + "color": "#93A1A1", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "comments", + "color": "#2AA198", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{#each", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "comments", + "color": "#586E75", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "h2", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "href", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "/posts/", + "color": "#2AA198", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "../permalink", + "color": "#268BD2", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "#", + "color": "#2AA198", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "id", + "color": "#268BD2", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "title", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{/each}}", + "color": "#268BD2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "div", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "class", + "color": "#FF9DA4", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "entry", + "color": "#FF9DA4", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "h1", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "{{", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "title", + "color": "#FFC58F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{#if", + "color": "#BBDAFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "author", + "color": "#FFC58F", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "h2", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "{{", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "author.firstName", + "color": "#FFC58F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "author.lastName", + "color": "#FFC58F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{else}}", + "color": "#BBDAFF", + "_t": "constant.else.function.handlebars.inline.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "h2", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Unknown Author", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{/if}}", + "color": "#BBDAFF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "contentBody", + "color": "#FFC58F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "{{#unless", + "color": "#BBDAFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "license", + "color": "#FFC58F", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "h3", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "class", + "color": "#FF9DA4", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "warning", + "color": "#FF9DA4", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "WARNING: This entry does not have a license!", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "{{/unless}}", + "color": "#BBDAFF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "div", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "class", + "color": "#FF9DA4", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "footnotes", + "color": "#FF9DA4", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "ul", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{#each", + "color": "#BBDAFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "footnotes", + "color": "#FFC58F", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "li", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "{{", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "this", + "color": "#FFC58F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{/each}}", + "color": "#BBDAFF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "h1", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Comments", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "div", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "id", + "color": "#FF9DA4", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "comments", + "color": "#FF9DA4", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{#each", + "color": "#BBDAFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "comments", + "color": "#FFC58F", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "h2", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "a", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "href", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "/posts/", + "color": "#FF9DA4", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "{{", + "color": "#BBDAFF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "../permalink", + "color": "#FFC58F", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "#", + "color": "#FF9DA4", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "{{", + "color": "#BBDAFF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "id", + "color": "#FFC58F", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "{{", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "title", + "color": "#FFC58F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "div", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "{{", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "body", + "color": "#FFC58F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{/each}}", + "color": "#BBDAFF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.handlebars.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.handlebars.result.patch new file mode 100644 index 000000000..78690f7b2 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.handlebars.result.patch @@ -0,0 +1,3130 @@ +{ + "abyss": [], + "dark_vs": [ + { + "index": 5, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 7, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 67, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 69, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 81, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 83, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 125, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 127, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 143, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 152, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + } + ], + "light_vs": [ + { + "index": 5, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 7, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 67, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 69, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 81, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 83, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 125, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 127, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 143, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 152, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + } + ], + "hc_black": [ + { + "index": 5, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 7, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 67, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 69, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 81, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 83, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 125, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 127, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 143, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 152, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + } + ], + "dark_plus": [ + { + "index": 5, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 7, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 13, + "content": "{{", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 15, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 20, + "content": "{{#", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 20, + "content": "if", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 23, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 28, + "content": "{{", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 30, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 32, + "content": "{{", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 34, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 39, + "content": "{{else", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 39, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 49, + "content": "{{/", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 49, + "content": "if", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 49, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 51, + "content": "{{", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 53, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 57, + "content": "{{#", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 57, + "content": "unless", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 60, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 67, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 69, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 75, + "content": "{{/", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 75, + "content": "unless", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 75, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 81, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 83, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 90, + "content": "{{#", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 90, + "content": "each", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 93, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 98, + "content": "{{", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 100, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 105, + "content": "{{/", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 105, + "content": "each", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 105, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 125, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 127, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 130, + "content": "{{#", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 130, + "content": "each", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 133, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 143, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 145, + "content": "{{", + "color": "#DCDCAA", + "newColor": "#CE9178" + }, + { + "index": 147, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#CE9178" + }, + { + "index": 149, + "content": "{{", + "color": "#DCDCAA", + "newColor": "#CE9178" + }, + { + "index": 151, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#CE9178" + }, + { + "index": 152, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 154, + "content": "{{", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 156, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 167, + "content": "{{", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 169, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 174, + "content": "{{/", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 174, + "content": "each", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 174, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + } + ], + "light_plus": [ + { + "index": 5, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 7, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 13, + "content": "{{", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 15, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 20, + "content": "{{#", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 20, + "content": "if", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 23, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 28, + "content": "{{", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 30, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 32, + "content": "{{", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 34, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 39, + "content": "{{else", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 39, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 49, + "content": "{{/", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 49, + "content": "if", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 49, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 51, + "content": "{{", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 53, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 57, + "content": "{{#", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 57, + "content": "unless", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 60, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 67, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 69, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 75, + "content": "{{/", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 75, + "content": "unless", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 75, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 81, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 83, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 90, + "content": "{{#", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 90, + "content": "each", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 93, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 98, + "content": "{{", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 100, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 105, + "content": "{{/", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 105, + "content": "each", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 105, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 125, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 127, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 130, + "content": "{{#", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 130, + "content": "each", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 133, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 143, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 145, + "content": "{{", + "color": "#795E26", + "newColor": "#0000FF" + }, + { + "index": 147, + "content": "}}", + "color": "#795E26", + "newColor": "#0000FF" + }, + { + "index": 149, + "content": "{{", + "color": "#795E26", + "newColor": "#0000FF" + }, + { + "index": 151, + "content": "}}", + "color": "#795E26", + "newColor": "#0000FF" + }, + { + "index": 152, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 154, + "content": "{{", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 156, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 167, + "content": "{{", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 169, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 174, + "content": "{{/", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 174, + "content": "each", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 174, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + } + ], + "kimbie_dark": [ + { + "index": 13, + "content": "{{", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 14, + "content": "title", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 15, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 20, + "content": "{{#", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 20, + "content": "if", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 22, + "content": "author", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 23, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 28, + "content": "{{", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 29, + "content": "author.firstName", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 30, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 32, + "content": "{{", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 33, + "content": "author.lastName", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 34, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 39, + "content": "{{else", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 39, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 49, + "content": "{{/", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 49, + "content": "if", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 49, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 51, + "content": "{{", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 52, + "content": "contentBody", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 53, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 57, + "content": "{{#", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 57, + "content": "unless", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 59, + "content": "license", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 60, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 75, + "content": "{{/", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 75, + "content": "unless", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 75, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 90, + "content": "{{#", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 90, + "content": "each", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 92, + "content": "footnotes", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 93, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 98, + "content": "{{", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 99, + "content": "this", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 100, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 105, + "content": "{{/", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 105, + "content": "each", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 105, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 130, + "content": "{{#", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 130, + "content": "each", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 132, + "content": "comments", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 133, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 145, + "content": "{{", + "color": "#7E602C", + "newColor": "#889B4A" + }, + { + "index": 146, + "content": "../permalink", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 147, + "content": "}}", + "color": "#7E602C", + "newColor": "#889B4A" + }, + { + "index": 149, + "content": "{{", + "color": "#7E602C", + "newColor": "#889B4A" + }, + { + "index": 150, + "content": "id", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 151, + "content": "}}", + "color": "#7E602C", + "newColor": "#889B4A" + }, + { + "index": 154, + "content": "{{", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 155, + "content": "title", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 156, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 167, + "content": "{{", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 168, + "content": "body", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 169, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 174, + "content": "{{/", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 174, + "content": "each", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 174, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + } + ], + "monokai": [], + "monokai_dimmed": [ + { + "index": 13, + "content": "{{", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 15, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 20, + "content": "{{#", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 20, + "content": "if", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 23, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 28, + "content": "{{", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 30, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 32, + "content": "{{", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 34, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 39, + "content": "{{else", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 39, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 49, + "content": "{{/", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 49, + "content": "if", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 49, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 51, + "content": "{{", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 53, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 57, + "content": "{{#", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 57, + "content": "unless", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 60, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 75, + "content": "{{/", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 75, + "content": "unless", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 75, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 90, + "content": "{{#", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 90, + "content": "each", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 93, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 98, + "content": "{{", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 100, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 105, + "content": "{{/", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 105, + "content": "each", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 105, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 130, + "content": "{{#", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 130, + "content": "each", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 133, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 145, + "content": "{{", + "color": "#9AA83A", + "newColor": "#C7444A" + }, + { + "index": 146, + "content": "../permalink", + "color": "#9AA83A", + "newColor": "#6089B4" + }, + { + "index": 147, + "content": "}}", + "color": "#9AA83A", + "newColor": "#C7444A" + }, + { + "index": 149, + "content": "{{", + "color": "#9AA83A", + "newColor": "#C7444A" + }, + { + "index": 150, + "content": "id", + "color": "#9AA83A", + "newColor": "#6089B4" + }, + { + "index": 151, + "content": "}}", + "color": "#9AA83A", + "newColor": "#C7444A" + }, + { + "index": 154, + "content": "{{", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 156, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 167, + "content": "{{", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 169, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 174, + "content": "{{/", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 174, + "content": "each", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 174, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + } + ], + "quietlight": [ + { + "index": 4, + "content": "=", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 5, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 6, + "content": "entry", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 7, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 13, + "content": "{{", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 15, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 20, + "content": "{{#", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 20, + "content": "if", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 23, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 28, + "content": "{{", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 30, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 32, + "content": "{{", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 34, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 39, + "content": "{{else", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 39, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 49, + "content": "{{/", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 49, + "content": "if", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 49, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 51, + "content": "{{", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 53, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 57, + "content": "{{#", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 57, + "content": "unless", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 60, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 66, + "content": "=", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 67, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 68, + "content": "warning", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 69, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 75, + "content": "{{/", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 75, + "content": "unless", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 75, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 80, + "content": "=", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 81, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 82, + "content": "footnotes", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 83, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 90, + "content": "{{#", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 90, + "content": "each", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 93, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 98, + "content": "{{", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 100, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 105, + "content": "{{/", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 105, + "content": "each", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 105, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 124, + "content": "=", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 125, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 126, + "content": "comments", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 127, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 130, + "content": "{{#", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 130, + "content": "each", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 133, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 142, + "content": "=", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 143, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 144, + "content": "/posts/", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 145, + "content": "{{", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 146, + "content": "../permalink", + "color": "#91B3E0", + "newColor": "#7A3E9D" + }, + { + "index": 147, + "content": "}}", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 148, + "content": "#", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 149, + "content": "{{", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 150, + "content": "id", + "color": "#91B3E0", + "newColor": "#7A3E9D" + }, + { + "index": 151, + "content": "}}", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 152, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 154, + "content": "{{", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 156, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 167, + "content": "{{", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 169, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 174, + "content": "{{/", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 174, + "content": "each", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 174, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + } + ], + "red": [ + { + "index": 5, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 6, + "content": "entry", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 7, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 67, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 68, + "content": "warning", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 69, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 81, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 82, + "content": "footnotes", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 83, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 125, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 126, + "content": "comments", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 127, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 143, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 144, + "content": "/posts/", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 145, + "content": "{{", + "color": "#EC0D1E", + "newColor": "#EB939A" + }, + { + "index": 146, + "content": "../permalink", + "color": "#EC0D1E", + "newColor": "#EDEF7D" + }, + { + "index": 147, + "content": "}}", + "color": "#EC0D1E", + "newColor": "#EB939A" + }, + { + "index": 148, + "content": "#", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 149, + "content": "{{", + "color": "#EC0D1E", + "newColor": "#EB939A" + }, + { + "index": 150, + "content": "id", + "color": "#EC0D1E", + "newColor": "#EDEF7D" + }, + { + "index": 151, + "content": "}}", + "color": "#EC0D1E", + "newColor": "#EB939A" + }, + { + "index": 152, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + } + ], + "solarized_dark": [ + { + "index": 5, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 7, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 13, + "content": "{{", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 14, + "content": "title", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 15, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 20, + "content": "{{#", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 20, + "content": "if", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 23, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 28, + "content": "{{", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 29, + "content": "author.firstName", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 30, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 32, + "content": "{{", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 33, + "content": "author.lastName", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 34, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 39, + "content": "{{else", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 39, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 49, + "content": "{{/", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 49, + "content": "if", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 49, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 51, + "content": "{{", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 52, + "content": "contentBody", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 53, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 57, + "content": "{{#", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 57, + "content": "unless", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 60, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 67, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 69, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 75, + "content": "{{/", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 75, + "content": "unless", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 75, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 81, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 83, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 90, + "content": "{{#", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 90, + "content": "each", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 93, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 98, + "content": "{{", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 99, + "content": "this", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 100, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 105, + "content": "{{/", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 105, + "content": "each", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 105, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 125, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 127, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 130, + "content": "{{#", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 130, + "content": "each", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 133, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 143, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 145, + "content": "{{", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 146, + "content": "../permalink", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 147, + "content": "}}", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 149, + "content": "{{", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 150, + "content": "id", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 151, + "content": "}}", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 152, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 154, + "content": "{{", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 155, + "content": "title", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 156, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 167, + "content": "{{", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 168, + "content": "body", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 169, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 174, + "content": "{{/", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 174, + "content": "each", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 174, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + } + ], + "solarized_light": [ + { + "index": 5, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 7, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 13, + "content": "{{", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 14, + "content": "title", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 15, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 20, + "content": "{{#", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 20, + "content": "if", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 23, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 28, + "content": "{{", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 29, + "content": "author.firstName", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 30, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 32, + "content": "{{", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 33, + "content": "author.lastName", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 34, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 39, + "content": "{{else", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 39, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 49, + "content": "{{/", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 49, + "content": "if", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 49, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 51, + "content": "{{", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 52, + "content": "contentBody", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 53, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 57, + "content": "{{#", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 57, + "content": "unless", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 60, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 67, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 69, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 75, + "content": "{{/", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 75, + "content": "unless", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 75, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 81, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 83, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 90, + "content": "{{#", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 90, + "content": "each", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 93, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 98, + "content": "{{", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 99, + "content": "this", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 100, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 105, + "content": "{{/", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 105, + "content": "each", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 105, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 125, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 127, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 130, + "content": "{{#", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 130, + "content": "each", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 133, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 143, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 145, + "content": "{{", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 146, + "content": "../permalink", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 147, + "content": "}}", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 149, + "content": "{{", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 150, + "content": "id", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 151, + "content": "}}", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 152, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 154, + "content": "{{", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 155, + "content": "title", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 156, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 167, + "content": "{{", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 168, + "content": "body", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 169, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 174, + "content": "{{/", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 174, + "content": "each", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 174, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + } + ], + "tomorrow_night_blue": [ + { + "index": 5, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 6, + "content": "entry", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 7, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 13, + "content": "{{", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 15, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 20, + "content": "{{#", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 20, + "content": "if", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 23, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 28, + "content": "{{", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 30, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 32, + "content": "{{", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 34, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 39, + "content": "{{else", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 39, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 49, + "content": "{{/", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 49, + "content": "if", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 49, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 51, + "content": "{{", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 53, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 57, + "content": "{{#", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 57, + "content": "unless", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 60, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 67, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 68, + "content": "warning", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 69, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 75, + "content": "{{/", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 75, + "content": "unless", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 75, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 81, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 82, + "content": "footnotes", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 83, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 90, + "content": "{{#", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 90, + "content": "each", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 93, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 98, + "content": "{{", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 100, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 105, + "content": "{{/", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 105, + "content": "each", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 105, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 124, + "content": "=", + "color": "#FFFFFF", + "newColor": "#FF9DA4" + }, + { + "index": 125, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 126, + "content": "comments", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 127, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 130, + "content": "{{#", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 130, + "content": "each", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 133, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 143, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 144, + "content": "/posts/", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 145, + "content": "{{", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 147, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 148, + "content": "#", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 149, + "content": "{{", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 151, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 152, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 154, + "content": "{{", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 156, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 167, + "content": "{{", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 169, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 174, + "content": "{{/", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 174, + "content": "each", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 174, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.hbs b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.hbs new file mode 100644 index 000000000..5ebf19c01 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.hbs @@ -0,0 +1,24 @@ +

Comments

+ +
+ {{#each comments}} +

{{title}}

+
{{body}}
+ {{/each}} +

{{./name}} or {{this/name}} or {{this.name}}

+
+
+ {{!-- only output author name if an author exists --}} + {{#if author}} +

{{firstName}} {{lastName}}

+ {{/if}} +
+
+ {{> userMessage tagName="h1" }} + +

Comments

+ + {{#each comments}} + {{> userMessage tagName="h2" }} + {{/each}} +
\ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.hbs.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.hbs.result new file mode 100644 index 000000000..bf99bd929 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.hbs.result @@ -0,0 +1,14226 @@ +{ + "abyss": [ + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "h1", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Comments", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "div", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "id", + "color": "#DDBB88", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "comments", + "color": "#22AA44", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{#each", + "color": "#9966B8", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "comments", + "color": "#2277FF", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "h2", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "href", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/posts/", + "color": "#22AA44", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "{{", + "color": "#9966B8", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "../permalink", + "color": "#2277FF", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "#", + "color": "#22AA44", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "{{", + "color": "#9966B8", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "id", + "color": "#2277FF", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "title", + "color": "#2277FF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "div", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "body", + "color": "#2277FF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{/each}}", + "color": "#9966B8", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "p", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "./name", + "color": "#2277FF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " or ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "this/name", + "color": "#2277FF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " or ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "this.name", + "color": "#2277FF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "div", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#DDBB88", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#DDBB88", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "entry", + "color": "#22AA44", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{!-- only output author name if an author exists --}}", + "color": "#223355", + "_t": "block.comment.handlebars", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{#if", + "color": "#9966B8", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "author", + "color": "#2277FF", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "h1", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "firstName", + "color": "#2277FF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "lastName", + "color": "#2277FF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{/if}}", + "color": "#9966B8", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "div", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#DDBB88", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#DDBB88", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "post", + "color": "#22AA44", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{>", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "userMessage", + "color": "#2277FF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "tagName", + "color": "#DDBB88", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#DDBB88", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "h1", + "color": "#22AA44", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "h1", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Comments", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{#each", + "color": "#9966B8", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "comments", + "color": "#2277FF", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{>", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "userMessage", + "color": "#2277FF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "tagName", + "color": "#DDBB88", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#DDBB88", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "h2", + "color": "#22AA44", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}}", + "color": "#9966B8", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{{/each}}", + "color": "#9966B8", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Comments", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "id", + "color": "#9CDCFE", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "comments", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{#each", + "color": "#D4D4D4", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "comments", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h2", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "href", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/posts/", + "color": "#CE9178", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "{{", + "color": "#CE9178", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "../permalink", + "color": "#CE9178", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "}}", + "color": "#CE9178", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "#", + "color": "#CE9178", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "{{", + "color": "#CE9178", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "id", + "color": "#CE9178", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "}}", + "color": "#CE9178", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "title", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "body", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{/each}}", + "color": "#D4D4D4", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "./name", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " or ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this/name", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " or ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this.name", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "entry", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{!-- only output author name if an author exists --}}", + "color": "#608B4E", + "_t": "block.comment.handlebars", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{#if", + "color": "#D4D4D4", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "author", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "firstName", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "lastName", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{/if}}", + "color": "#D4D4D4", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "post", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{>", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "userMessage", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "tagName", + "color": "#9CDCFE", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "h1", + "color": "#CE9178", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Comments", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{#each", + "color": "#D4D4D4", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "comments", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{>", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "userMessage", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "tagName", + "color": "#9CDCFE", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "h2", + "color": "#CE9178", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#D4D4D4", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{/each}}", + "color": "#D4D4D4", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "light_vs": [ + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h1", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Comments", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "id", + "color": "#FF0000", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "comments", + "color": "#0000FF", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{#each", + "color": "#000000", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "comments", + "color": "#000000", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h2", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "href", + "color": "#FF0000", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "/posts/", + "color": "#0000FF", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "{{", + "color": "#0000FF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "../permalink", + "color": "#0000FF", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "}}", + "color": "#0000FF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "#", + "color": "#0000FF", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "{{", + "color": "#0000FF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "id", + "color": "#0000FF", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "}}", + "color": "#0000FF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "title", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "body", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{/each}}", + "color": "#000000", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "./name", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " or ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this/name", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " or ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this.name", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "entry", + "color": "#0000FF", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{!-- only output author name if an author exists --}}", + "color": "#008000", + "_t": "block.comment.handlebars", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{#if", + "color": "#000000", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "author", + "color": "#000000", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h1", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "firstName", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "lastName", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{/if}}", + "color": "#000000", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "post", + "color": "#0000FF", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{>", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "userMessage", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "tagName", + "color": "#FF0000", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "h1", + "color": "#A31515", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h1", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Comments", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{#each", + "color": "#000000", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "comments", + "color": "#000000", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{>", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "userMessage", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "tagName", + "color": "#FF0000", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "h2", + "color": "#A31515", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#000000", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{/each}}", + "color": "#000000", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + } + ], + "hc_black": [ + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Comments", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.block.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "id", + "color": "#9CDCFE", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "comments", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{#each", + "color": "#FFFFFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.start", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "comments", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h2", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "href", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/posts/", + "color": "#CE9178", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "{{", + "color": "#CE9178", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "../permalink", + "color": "#CE9178", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "}}", + "color": "#CE9178", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "#", + "color": "#CE9178", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "{{", + "color": "#CE9178", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "id", + "color": "#CE9178", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "}}", + "color": "#CE9178", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "title", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "body", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{/each}}", + "color": "#FFFFFF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "./name", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " or ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this/name", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " or ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this.name", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.block.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "entry", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{!-- only output author name if an author exists --}}", + "color": "#7CA668", + "_t": "block.comment.handlebars", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{#if", + "color": "#FFFFFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.start", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "author", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "firstName", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "lastName", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{/if}}", + "color": "#FFFFFF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.block.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "post", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{>", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "userMessage", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "tagName", + "color": "#9CDCFE", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "h1", + "color": "#CE9178", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Comments", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{#each", + "color": "#FFFFFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.start", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "comments", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{>", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "userMessage", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "tagName", + "color": "#9CDCFE", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "h2", + "color": "#CE9178", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#FFFFFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{{/each}}", + "color": "#FFFFFF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "dark_plus": [ + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Comments", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "id", + "color": "#9CDCFE", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "comments", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{#each", + "color": "#DCDCAA", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "comments", + "color": "#9CDCFE", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h2", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "href", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/posts/", + "color": "#CE9178", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "{{", + "color": "#DCDCAA", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "../permalink", + "color": "#9CDCFE", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "#", + "color": "#CE9178", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "{{", + "color": "#DCDCAA", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "id", + "color": "#9CDCFE", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "title", + "color": "#9CDCFE", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "body", + "color": "#9CDCFE", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{/each}}", + "color": "#DCDCAA", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "./name", + "color": "#9CDCFE", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " or ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "this/name", + "color": "#9CDCFE", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " or ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "this.name", + "color": "#9CDCFE", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "entry", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{!-- only output author name if an author exists --}}", + "color": "#608B4E", + "_t": "block.comment.handlebars", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{#if", + "color": "#DCDCAA", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "author", + "color": "#9CDCFE", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "{{", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "firstName", + "color": "#9CDCFE", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "lastName", + "color": "#9CDCFE", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{/if}}", + "color": "#DCDCAA", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "post", + "color": "#CE9178", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{>", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "userMessage", + "color": "#9CDCFE", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "tagName", + "color": "#9CDCFE", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "h1", + "color": "#CE9178", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Comments", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{#each", + "color": "#DCDCAA", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "comments", + "color": "#9CDCFE", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{>", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "userMessage", + "color": "#9CDCFE", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "tagName", + "color": "#9CDCFE", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "h2", + "color": "#CE9178", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}}", + "color": "#DCDCAA", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{{/each}}", + "color": "#DCDCAA", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "light_plus": [ + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h1", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Comments", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "id", + "color": "#FF0000", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "comments", + "color": "#0000FF", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{#each", + "color": "#795E26", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "comments", + "color": "#001080", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h2", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "href", + "color": "#FF0000", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "/posts/", + "color": "#0000FF", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "{{", + "color": "#795E26", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "../permalink", + "color": "#001080", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "#", + "color": "#0000FF", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "{{", + "color": "#795E26", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "id", + "color": "#001080", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "title", + "color": "#001080", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "body", + "color": "#001080", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{/each}}", + "color": "#795E26", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "./name", + "color": "#001080", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " or ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "this/name", + "color": "#001080", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " or ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "this.name", + "color": "#001080", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "entry", + "color": "#0000FF", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{!-- only output author name if an author exists --}}", + "color": "#008000", + "_t": "block.comment.handlebars", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{#if", + "color": "#795E26", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "author", + "color": "#001080", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h1", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "{{", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "firstName", + "color": "#001080", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "lastName", + "color": "#001080", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{/if}}", + "color": "#795E26", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "post", + "color": "#0000FF", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{>", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "userMessage", + "color": "#001080", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "tagName", + "color": "#FF0000", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "h1", + "color": "#A31515", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h1", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Comments", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{#each", + "color": "#795E26", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "comments", + "color": "#001080", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{>", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "userMessage", + "color": "#001080", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "tagName", + "color": "#FF0000", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "h2", + "color": "#A31515", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}}", + "color": "#795E26", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{{/each}}", + "color": "#795E26", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "h1", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Comments", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "div", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "id", + "color": "#8AB1B0", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "comments", + "color": "#889B4A", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{#each", + "color": "#7E602C", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "comments", + "color": "#D3AF86", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "h2", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "href", + "color": "#F79A32", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "/posts/", + "color": "#889B4A", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "{{", + "color": "#7E602C", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "../permalink", + "color": "#D3AF86", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "#", + "color": "#889B4A", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "{{", + "color": "#7E602C", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "id", + "color": "#D3AF86", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "title", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "div", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "body", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{/each}}", + "color": "#7E602C", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "p", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "./name", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " or ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "this/name", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " or ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "this.name", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "div", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#F79A32", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#F79A32", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "entry", + "color": "#889B4A", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{!-- only output author name if an author exists --}}", + "color": "#A57A4C", + "_t": "block.comment.handlebars", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{#if", + "color": "#7E602C", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "author", + "color": "#D3AF86", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "h1", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "firstName", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "lastName", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{/if}}", + "color": "#7E602C", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "div", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#F79A32", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#F79A32", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "post", + "color": "#889B4A", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{>", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "userMessage", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "tagName", + "color": "#F79A32", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#F79A32", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "h1", + "color": "#889B4A", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "h1", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Comments", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{#each", + "color": "#7E602C", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "comments", + "color": "#D3AF86", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{>", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "userMessage", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "tagName", + "color": "#F79A32", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#F79A32", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "h2", + "color": "#889B4A", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}}", + "color": "#7E602C", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{{/each}}", + "color": "#7E602C", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "h1", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Comments", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "div", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "id", + "color": "#A6E22E", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "comments", + "color": "#E6DB74", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{#each", + "color": "#66D9EF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "comments", + "color": "#FD971F", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "h2", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "href", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/posts/", + "color": "#E6DB74", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "{{", + "color": "#66D9EF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "../permalink", + "color": "#FD971F", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "#", + "color": "#E6DB74", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "{{", + "color": "#66D9EF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "id", + "color": "#FD971F", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "title", + "color": "#FD971F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "div", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "body", + "color": "#FD971F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{/each}}", + "color": "#66D9EF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "p", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "./name", + "color": "#FD971F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " or ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "this/name", + "color": "#FD971F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " or ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "this.name", + "color": "#FD971F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "div", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#A6E22E", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#A6E22E", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "entry", + "color": "#E6DB74", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{!-- only output author name if an author exists --}}", + "color": "#75715E", + "_t": "block.comment.handlebars", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{#if", + "color": "#66D9EF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "author", + "color": "#FD971F", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "h1", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "firstName", + "color": "#FD971F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "lastName", + "color": "#FD971F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{/if}}", + "color": "#66D9EF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "div", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#A6E22E", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#A6E22E", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "post", + "color": "#E6DB74", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{>", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "userMessage", + "color": "#FD971F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "tagName", + "color": "#A6E22E", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#A6E22E", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "h1", + "color": "#E6DB74", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "h1", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Comments", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{#each", + "color": "#66D9EF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "comments", + "color": "#FD971F", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{>", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "userMessage", + "color": "#FD971F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "tagName", + "color": "#A6E22E", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#A6E22E", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "h2", + "color": "#E6DB74", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}}", + "color": "#66D9EF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{{/each}}", + "color": "#66D9EF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "h1", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "Comments", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "div", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "id", + "color": "#D0B344", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "comments", + "color": "#9AA83A", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{#each", + "color": "#9872A2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "comments", + "color": "#6089B4", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "h2", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "href", + "color": "#D0B344", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "/posts/", + "color": "#9AA83A", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "{{", + "color": "#9AA83A", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "../permalink", + "color": "#9AA83A", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "}}", + "color": "#9AA83A", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "#", + "color": "#9AA83A", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "{{", + "color": "#9AA83A", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "id", + "color": "#9AA83A", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "}}", + "color": "#9AA83A", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "{{", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "title", + "color": "#6089B4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "div", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "{{", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "body", + "color": "#6089B4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{/each}}", + "color": "#9872A2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "p", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "{{", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "./name", + "color": "#6089B4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " or ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "this/name", + "color": "#6089B4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " or ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "this.name", + "color": "#6089B4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "div", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "class", + "color": "#D0B344", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "entry", + "color": "#9AA83A", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{!-- only output author name if an author exists --}}", + "color": "#9A9B99", + "_t": "block.comment.handlebars", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{#if", + "color": "#9872A2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "author", + "color": "#6089B4", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "h1", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "{{", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "firstName", + "color": "#6089B4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "lastName", + "color": "#6089B4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{/if}}", + "color": "#9872A2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "div", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "class", + "color": "#D0B344", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "post", + "color": "#9AA83A", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{>", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "userMessage", + "color": "#6089B4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "tagName", + "color": "#D0B344", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "h1", + "color": "#9AA83A", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "h1", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "Comments", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{#each", + "color": "#9872A2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "comments", + "color": "#6089B4", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{>", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "userMessage", + "color": "#6089B4", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "tagName", + "color": "#D0B344", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "h2", + "color": "#9AA83A", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}}", + "color": "#9872A2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{{/each}}", + "color": "#9872A2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + } + ], + "quietlight": [ + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "h1", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "Comments", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "div", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "id", + "color": "#91B3E0", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#434343", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "comments", + "color": "#91B3E0", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{#each", + "color": "#AA3731", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "comments", + "color": "#7A3E9D", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "h2", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "a", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "href", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "/posts/", + "color": "#91B3E0", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "{{", + "color": "#91B3E0", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "../permalink", + "color": "#91B3E0", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "}}", + "color": "#91B3E0", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "#", + "color": "#91B3E0", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "{{", + "color": "#91B3E0", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "id", + "color": "#91B3E0", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "}}", + "color": "#91B3E0", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "{{", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "title", + "color": "#7A3E9D", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "div", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "{{", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "body", + "color": "#7A3E9D", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{/each}}", + "color": "#AA3731", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "p", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "{{", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "./name", + "color": "#7A3E9D", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " or ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "this/name", + "color": "#7A3E9D", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " or ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "this.name", + "color": "#7A3E9D", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "div", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "class", + "color": "#91B3E0", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "entry", + "color": "#91B3E0", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{!-- only output author name if an author exists --}}", + "color": "#AAAAAA", + "_t": "block.comment.handlebars", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{#if", + "color": "#AA3731", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "author", + "color": "#7A3E9D", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "h1", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "{{", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "firstName", + "color": "#7A3E9D", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "lastName", + "color": "#7A3E9D", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{/if}}", + "color": "#AA3731", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "div", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "class", + "color": "#91B3E0", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "post", + "color": "#91B3E0", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{>", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "userMessage", + "color": "#7A3E9D", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "tagName", + "color": "#7A3E9D", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#333333", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "h1", + "color": "#448C27", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "h1", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "Comments", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{#each", + "color": "#AA3731", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "comments", + "color": "#7A3E9D", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{>", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "userMessage", + "color": "#7A3E9D", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "tagName", + "color": "#7A3E9D", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#333333", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "h2", + "color": "#448C27", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}}", + "color": "#AA3731", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{{/each}}", + "color": "#AA3731", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + } + ], + "red": [ + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "h1", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Comments", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "div", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "id", + "color": "#EC0D1E", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "comments", + "color": "#EC0D1E", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{#each", + "color": "#EB939A", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "comments", + "color": "#FB9A4B", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "h2", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "a", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "href", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "/posts/", + "color": "#EC0D1E", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "{{", + "color": "#EC0D1E", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "../permalink", + "color": "#EC0D1E", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "}}", + "color": "#EC0D1E", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "#", + "color": "#EC0D1E", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "{{", + "color": "#EC0D1E", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "id", + "color": "#EC0D1E", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "}}", + "color": "#EC0D1E", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "{{", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "title", + "color": "#FB9A4B", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "div", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "{{", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "body", + "color": "#FB9A4B", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{/each}}", + "color": "#EB939A", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "p", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "{{", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "./name", + "color": "#FB9A4B", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " or ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "this/name", + "color": "#FB9A4B", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " or ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "this.name", + "color": "#FB9A4B", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "div", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "class", + "color": "#EC0D1E", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "entry", + "color": "#EC0D1E", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{!-- only output author name if an author exists --}}", + "color": "#E7C0C0", + "_t": "block.comment.handlebars", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{#if", + "color": "#EB939A", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "author", + "color": "#FB9A4B", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "h1", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "{{", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "firstName", + "color": "#FB9A4B", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "lastName", + "color": "#FB9A4B", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{/if}}", + "color": "#EB939A", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "div", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "class", + "color": "#EC0D1E", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "post", + "color": "#EC0D1E", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{>", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "userMessage", + "color": "#FB9A4B", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "tagName", + "color": "#FB9A4B", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FEC758", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "h1", + "color": "#CD8D8D", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "h1", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Comments", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{#each", + "color": "#EB939A", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "comments", + "color": "#FB9A4B", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{>", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "userMessage", + "color": "#FB9A4B", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "tagName", + "color": "#FB9A4B", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#FEC758", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "h2", + "color": "#CD8D8D", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}}", + "color": "#EB939A", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{{/each}}", + "color": "#EB939A", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + } + ], + "solarized_dark": [ + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "h1", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Comments", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "id", + "color": "#93A1A1", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "comments", + "color": "#2AA198", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{#each", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "comments", + "color": "#93A1A1", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "h2", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "href", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "/posts/", + "color": "#2AA198", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "../permalink", + "color": "#268BD2", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "#", + "color": "#2AA198", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "id", + "color": "#268BD2", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "title", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{/each}}", + "color": "#268BD2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "./name", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " or ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "this/name", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " or ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "this.name", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "entry", + "color": "#2AA198", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{!-- only output author name if an author exists --}}", + "color": "#657B83", + "_t": "block.comment.handlebars", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{#if", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "author", + "color": "#93A1A1", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "h1", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "firstName", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "lastName", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{/if}}", + "color": "#268BD2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "post", + "color": "#2AA198", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{>", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "userMessage", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "tagName", + "color": "#93A1A1", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "h1", + "color": "#2AA198", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "h1", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Comments", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{#each", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "comments", + "color": "#93A1A1", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{>", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "userMessage", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "tagName", + "color": "#93A1A1", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "h2", + "color": "#2AA198", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{{/each}}", + "color": "#268BD2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + } + ], + "solarized_light": [ + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "h1", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Comments", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "id", + "color": "#93A1A1", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "comments", + "color": "#2AA198", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{#each", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "comments", + "color": "#586E75", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "h2", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "href", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "/posts/", + "color": "#2AA198", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "../permalink", + "color": "#268BD2", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "#", + "color": "#2AA198", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "id", + "color": "#268BD2", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "title", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{/each}}", + "color": "#268BD2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "./name", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " or ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "this/name", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " or ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "this.name", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "entry", + "color": "#2AA198", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{!-- only output author name if an author exists --}}", + "color": "#93A1A1", + "_t": "block.comment.handlebars", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{#if", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "author", + "color": "#586E75", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "h1", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "firstName", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "lastName", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{/if}}", + "color": "#268BD2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "post", + "color": "#2AA198", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{>", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "userMessage", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "tagName", + "color": "#93A1A1", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "h1", + "color": "#2AA198", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "h1", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Comments", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{#each", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "comments", + "color": "#586E75", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{>", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "userMessage", + "color": "#268BD2", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "tagName", + "color": "#93A1A1", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "h2", + "color": "#2AA198", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}}", + "color": "#268BD2", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{{/each}}", + "color": "#268BD2", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "h1", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Comments", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "div", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "id", + "color": "#FF9DA4", + "_t": "any.attribute-name.attribute-with-value.block.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.attribute-with-value.block.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "comments", + "color": "#FF9DA4", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{#each", + "color": "#BBDAFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "comments", + "color": "#FFC58F", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "h2", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "a", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "href", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.generic.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "/posts/", + "color": "#FF9DA4", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "{{", + "color": "#BBDAFF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "../permalink", + "color": "#FFC58F", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "#", + "color": "#FF9DA4", + "_t": "any.double.handlebars.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "{{", + "color": "#BBDAFF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "id", + "color": "#FFC58F", + "_t": "any.double.function.handlebars.html.inline.meta.other.parameter.quoted.string.tag.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "any.constant.double.function.handlebars.html.inline.meta.other.quoted.string.support.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.handlebars.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "{{", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "title", + "color": "#FFC58F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "div", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "{{", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "body", + "color": "#FFC58F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{/each}}", + "color": "#BBDAFF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "p", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "{{", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "./name", + "color": "#FFC58F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " or ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "this/name", + "color": "#FFC58F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " or ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "this.name", + "color": "#FFC58F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "div", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "class", + "color": "#FF9DA4", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "entry", + "color": "#FF9DA4", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{!-- only output author name if an author exists --}}", + "color": "#7285B7", + "_t": "block.comment.handlebars", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{#if", + "color": "#BBDAFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "author", + "color": "#FFC58F", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "h1", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "{{", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "firstName", + "color": "#FFC58F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "lastName", + "color": "#FFC58F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{/if}}", + "color": "#BBDAFF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "div", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "class", + "color": "#FF9DA4", + "_t": "any.attribute-name.block.entity.generic.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.attribute-name.block.entity.html.key-value.meta.other.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.double.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "post", + "color": "#FF9DA4", + "_t": "any.block.double.handlebars.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.block.definition.double.end.handlebars.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{>", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "userMessage", + "color": "#FFC58F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "tagName", + "color": "#FF9DA4", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "h1", + "color": "#D1F1A9", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "h1", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Comments", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{#each", + "color": "#BBDAFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.handlebars.meta.start", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "comments", + "color": "#FFC58F", + "_t": "block.function.handlebars.meta.parameter.start.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "block.constant.function.handlebars.meta.start.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{>", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "userMessage", + "color": "#FFC58F", + "_t": "function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "tagName", + "color": "#FF9DA4", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "attribute-name.entity.function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "h2", + "color": "#D1F1A9", + "_t": "double.function.handlebars.inline.meta.other.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.function.handlebars.html.inline.meta.other.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.handlebars.inline.meta.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}}", + "color": "#BBDAFF", + "_t": "constant.function.handlebars.inline.meta.other.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{{/each}}", + "color": "#BBDAFF", + "_t": "block.constant.end.function.handlebars.meta.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.hbs.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.hbs.result.patch new file mode 100644 index 000000000..178505ca6 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.hbs.result.patch @@ -0,0 +1,2922 @@ +{ + "abyss": [ + { + "index": 132, + "content": "tagName", + "color": "#DDBB88", + "newColor": "#2277FF" + }, + { + "index": 157, + "content": "tagName", + "color": "#DDBB88", + "newColor": "#2277FF" + } + ], + "dark_vs": [ + { + "index": 12, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 14, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 30, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 39, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 88, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 90, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 123, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 125, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + } + ], + "light_vs": [ + { + "index": 12, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 14, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 30, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 39, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 88, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 90, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 123, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 125, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 135, + "content": "h1", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 160, + "content": "h2", + "color": "#A31515", + "newColor": "#0000FF" + } + ], + "hc_black": [ + { + "index": 12, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 14, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 30, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 39, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 88, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 90, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 123, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 125, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + } + ], + "dark_plus": [ + { + "index": 12, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 14, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 17, + "content": "{{#", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 17, + "content": "each", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 20, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 30, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 32, + "content": "{{", + "color": "#DCDCAA", + "newColor": "#CE9178" + }, + { + "index": 34, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#CE9178" + }, + { + "index": 36, + "content": "{{", + "color": "#DCDCAA", + "newColor": "#CE9178" + }, + { + "index": 38, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#CE9178" + }, + { + "index": 39, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 41, + "content": "{{", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 43, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 54, + "content": "{{", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 56, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 61, + "content": "{{/", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 61, + "content": "each", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 61, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 66, + "content": "{{", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 68, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 70, + "content": "{{", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 72, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 74, + "content": "{{", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 76, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 88, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 90, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 95, + "content": "{{#", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 95, + "content": "if", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 98, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 103, + "content": "{{", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 105, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 107, + "content": "{{", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 109, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 114, + "content": "{{/", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 114, + "content": "if", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 114, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 123, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 125, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 128, + "content": "{{>", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 138, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 148, + "content": "{{#", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 148, + "content": "each", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 151, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 153, + "content": "{{>", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 163, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 165, + "content": "{{/", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 165, + "content": "each", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + }, + { + "index": 165, + "content": "}}", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + } + ], + "light_plus": [ + { + "index": 12, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 14, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 17, + "content": "{{#", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 17, + "content": "each", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 20, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 30, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 32, + "content": "{{", + "color": "#795E26", + "newColor": "#0000FF" + }, + { + "index": 34, + "content": "}}", + "color": "#795E26", + "newColor": "#0000FF" + }, + { + "index": 36, + "content": "{{", + "color": "#795E26", + "newColor": "#0000FF" + }, + { + "index": 38, + "content": "}}", + "color": "#795E26", + "newColor": "#0000FF" + }, + { + "index": 39, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 41, + "content": "{{", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 43, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 54, + "content": "{{", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 56, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 61, + "content": "{{/", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 61, + "content": "each", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 61, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 66, + "content": "{{", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 68, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 70, + "content": "{{", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 72, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 74, + "content": "{{", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 76, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 88, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 90, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 95, + "content": "{{#", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 95, + "content": "if", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 98, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 103, + "content": "{{", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 105, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 107, + "content": "{{", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 109, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 114, + "content": "{{/", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 114, + "content": "if", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 114, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 123, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 125, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 128, + "content": "{{>", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 132, + "content": "tagName", + "color": "#FF0000", + "newColor": "#001080" + }, + { + "index": 135, + "content": "h1", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 138, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 148, + "content": "{{#", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 148, + "content": "each", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 151, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 153, + "content": "{{>", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 157, + "content": "tagName", + "color": "#FF0000", + "newColor": "#001080" + }, + { + "index": 160, + "content": "h2", + "color": "#A31515", + "newColor": "#0000FF" + }, + { + "index": 163, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 165, + "content": "{{/", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 165, + "content": "each", + "color": "#795E26", + "newColor": "#000000" + }, + { + "index": 165, + "content": "}}", + "color": "#795E26", + "newColor": "#000000" + } + ], + "kimbie_dark": [ + { + "index": 17, + "content": "{{#", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 17, + "content": "each", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 19, + "content": "comments", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 20, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 32, + "content": "{{", + "color": "#7E602C", + "newColor": "#889B4A" + }, + { + "index": 33, + "content": "../permalink", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 34, + "content": "}}", + "color": "#7E602C", + "newColor": "#889B4A" + }, + { + "index": 36, + "content": "{{", + "color": "#7E602C", + "newColor": "#889B4A" + }, + { + "index": 37, + "content": "id", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 38, + "content": "}}", + "color": "#7E602C", + "newColor": "#889B4A" + }, + { + "index": 41, + "content": "{{", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 42, + "content": "title", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 43, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 54, + "content": "{{", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 55, + "content": "body", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 56, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 61, + "content": "{{/", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 61, + "content": "each", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 61, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 66, + "content": "{{", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 67, + "content": "./name", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 68, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 70, + "content": "{{", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 71, + "content": "this/name", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 72, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 74, + "content": "{{", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 75, + "content": "this.name", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 76, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 95, + "content": "{{#", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 95, + "content": "if", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 97, + "content": "author", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 98, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 103, + "content": "{{", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 104, + "content": "firstName", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 105, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 107, + "content": "{{", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 108, + "content": "lastName", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 109, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 114, + "content": "{{/", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 114, + "content": "if", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 114, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 128, + "content": "{{>", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 130, + "content": "userMessage", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 132, + "content": "tagName", + "color": "#F79A32", + "newColor": "#DC3958" + }, + { + "index": 138, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 148, + "content": "{{#", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 148, + "content": "each", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 150, + "content": "comments", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 151, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 153, + "content": "{{>", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 155, + "content": "userMessage", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 157, + "content": "tagName", + "color": "#F79A32", + "newColor": "#DC3958" + }, + { + "index": 163, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 165, + "content": "{{/", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 165, + "content": "each", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 165, + "content": "}}", + "color": "#7E602C", + "newColor": "#D3AF86" + } + ], + "monokai": [ + { + "index": 132, + "content": "tagName", + "color": "#A6E22E", + "newColor": "#FD971F" + }, + { + "index": 157, + "content": "tagName", + "color": "#A6E22E", + "newColor": "#FD971F" + } + ], + "monokai_dimmed": [ + { + "index": 17, + "content": "{{#", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 17, + "content": "each", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 20, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 32, + "content": "{{", + "color": "#9AA83A", + "newColor": "#C7444A" + }, + { + "index": 33, + "content": "../permalink", + "color": "#9AA83A", + "newColor": "#6089B4" + }, + { + "index": 34, + "content": "}}", + "color": "#9AA83A", + "newColor": "#C7444A" + }, + { + "index": 36, + "content": "{{", + "color": "#9AA83A", + "newColor": "#C7444A" + }, + { + "index": 37, + "content": "id", + "color": "#9AA83A", + "newColor": "#6089B4" + }, + { + "index": 38, + "content": "}}", + "color": "#9AA83A", + "newColor": "#C7444A" + }, + { + "index": 41, + "content": "{{", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 43, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 54, + "content": "{{", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 56, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 61, + "content": "{{/", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 61, + "content": "each", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 61, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 66, + "content": "{{", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 68, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 70, + "content": "{{", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 72, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 74, + "content": "{{", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 76, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 95, + "content": "{{#", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 95, + "content": "if", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 98, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 103, + "content": "{{", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 105, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 107, + "content": "{{", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 109, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 114, + "content": "{{/", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 114, + "content": "if", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 114, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 128, + "content": "{{>", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 132, + "content": "tagName", + "color": "#D0B344", + "newColor": "#6089B4" + }, + { + "index": 138, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 148, + "content": "{{#", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 148, + "content": "each", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 151, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 153, + "content": "{{>", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 157, + "content": "tagName", + "color": "#D0B344", + "newColor": "#6089B4" + }, + { + "index": 163, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 165, + "content": "{{/", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 165, + "content": "each", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 165, + "content": "}}", + "color": "#9872A2", + "newColor": "#C7444A" + } + ], + "quietlight": [ + { + "index": 11, + "content": "=", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 12, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 13, + "content": "comments", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 14, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 17, + "content": "{{#", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 17, + "content": "each", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 20, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 29, + "content": "=", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 30, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 31, + "content": "/posts/", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 32, + "content": "{{", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 33, + "content": "../permalink", + "color": "#91B3E0", + "newColor": "#7A3E9D" + }, + { + "index": 34, + "content": "}}", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 35, + "content": "#", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 36, + "content": "{{", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 37, + "content": "id", + "color": "#91B3E0", + "newColor": "#7A3E9D" + }, + { + "index": 38, + "content": "}}", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 39, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 41, + "content": "{{", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 43, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 54, + "content": "{{", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 56, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 61, + "content": "{{/", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 61, + "content": "each", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 61, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 66, + "content": "{{", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 68, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 70, + "content": "{{", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 72, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 74, + "content": "{{", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 76, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 87, + "content": "=", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 88, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 89, + "content": "entry", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 90, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 95, + "content": "{{#", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 95, + "content": "if", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 98, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 103, + "content": "{{", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 105, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 107, + "content": "{{", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 109, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 114, + "content": "{{/", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 114, + "content": "if", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 114, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 122, + "content": "=", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 123, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 124, + "content": "post", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 125, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 128, + "content": "{{>", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 138, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 148, + "content": "{{#", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 148, + "content": "each", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 151, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 153, + "content": "{{>", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 163, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 165, + "content": "{{/", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 165, + "content": "each", + "color": "#AA3731", + "newColor": "#AB6526" + }, + { + "index": 165, + "content": "}}", + "color": "#AA3731", + "newColor": "#AB6526" + } + ], + "red": [ + { + "index": 12, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 13, + "content": "comments", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 14, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 30, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 31, + "content": "/posts/", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 32, + "content": "{{", + "color": "#EC0D1E", + "newColor": "#EB939A" + }, + { + "index": 33, + "content": "../permalink", + "color": "#EC0D1E", + "newColor": "#EDEF7D" + }, + { + "index": 34, + "content": "}}", + "color": "#EC0D1E", + "newColor": "#EB939A" + }, + { + "index": 35, + "content": "#", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 36, + "content": "{{", + "color": "#EC0D1E", + "newColor": "#EB939A" + }, + { + "index": 37, + "content": "id", + "color": "#EC0D1E", + "newColor": "#EDEF7D" + }, + { + "index": 38, + "content": "}}", + "color": "#EC0D1E", + "newColor": "#EB939A" + }, + { + "index": 39, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 88, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 89, + "content": "entry", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 90, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 123, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 124, + "content": "post", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 125, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + } + ], + "solarized_dark": [ + { + "index": 12, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 14, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 17, + "content": "{{#", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 17, + "content": "each", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 20, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 30, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 32, + "content": "{{", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 33, + "content": "../permalink", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 34, + "content": "}}", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 36, + "content": "{{", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 37, + "content": "id", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 38, + "content": "}}", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 39, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 41, + "content": "{{", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 42, + "content": "title", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 43, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 54, + "content": "{{", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 55, + "content": "body", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 56, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 61, + "content": "{{/", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 61, + "content": "each", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 61, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 66, + "content": "{{", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 67, + "content": "./name", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 68, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 70, + "content": "{{", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 71, + "content": "this/name", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 72, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 74, + "content": "{{", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 75, + "content": "this.name", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 76, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 88, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 90, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 95, + "content": "{{#", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 95, + "content": "if", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 98, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 103, + "content": "{{", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 104, + "content": "firstName", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 105, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 107, + "content": "{{", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 108, + "content": "lastName", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 109, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 114, + "content": "{{/", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 114, + "content": "if", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 114, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 123, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 125, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 128, + "content": "{{>", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 130, + "content": "userMessage", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 138, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 148, + "content": "{{#", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 148, + "content": "each", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 151, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 153, + "content": "{{>", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 155, + "content": "userMessage", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 163, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 165, + "content": "{{/", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 165, + "content": "each", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 165, + "content": "}}", + "color": "#268BD2", + "newColor": "#93A1A1" + } + ], + "solarized_light": [ + { + "index": 12, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 14, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 17, + "content": "{{#", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 17, + "content": "each", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 20, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 30, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 32, + "content": "{{", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 33, + "content": "../permalink", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 34, + "content": "}}", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 36, + "content": "{{", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 37, + "content": "id", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 38, + "content": "}}", + "color": "#268BD2", + "newColor": "#2AA198" + }, + { + "index": 39, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 41, + "content": "{{", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 42, + "content": "title", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 43, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 54, + "content": "{{", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 55, + "content": "body", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 56, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 61, + "content": "{{/", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 61, + "content": "each", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 61, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 66, + "content": "{{", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 67, + "content": "./name", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 68, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 70, + "content": "{{", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 71, + "content": "this/name", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 72, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 74, + "content": "{{", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 75, + "content": "this.name", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 76, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 88, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 90, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 95, + "content": "{{#", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 95, + "content": "if", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 98, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 103, + "content": "{{", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 104, + "content": "firstName", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 105, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 107, + "content": "{{", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 108, + "content": "lastName", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 109, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 114, + "content": "{{/", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 114, + "content": "if", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 114, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 123, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 125, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 128, + "content": "{{>", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 130, + "content": "userMessage", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 138, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 148, + "content": "{{#", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 148, + "content": "each", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 151, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 153, + "content": "{{>", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 155, + "content": "userMessage", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 163, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 165, + "content": "{{/", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 165, + "content": "each", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 165, + "content": "}}", + "color": "#268BD2", + "newColor": "#586E75" + } + ], + "tomorrow_night_blue": [ + { + "index": 11, + "content": "=", + "color": "#FFFFFF", + "newColor": "#FF9DA4" + }, + { + "index": 12, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 13, + "content": "comments", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 14, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 17, + "content": "{{#", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 17, + "content": "each", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 20, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 30, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 31, + "content": "/posts/", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 32, + "content": "{{", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 34, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 35, + "content": "#", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 36, + "content": "{{", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 38, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 39, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 41, + "content": "{{", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 43, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 54, + "content": "{{", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 56, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 61, + "content": "{{/", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 61, + "content": "each", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 61, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 66, + "content": "{{", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 68, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 70, + "content": "{{", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 72, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 74, + "content": "{{", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 76, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 88, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 89, + "content": "entry", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 90, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 95, + "content": "{{#", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 95, + "content": "if", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 98, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 103, + "content": "{{", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 105, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 107, + "content": "{{", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 109, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 114, + "content": "{{/", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 114, + "content": "if", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 114, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 123, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 124, + "content": "post", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 125, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 128, + "content": "{{>", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 132, + "content": "tagName", + "color": "#FF9DA4", + "newColor": "#FFC58F" + }, + { + "index": 138, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 148, + "content": "{{#", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 148, + "content": "each", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 151, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 153, + "content": "{{>", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 157, + "content": "tagName", + "color": "#FF9DA4", + "newColor": "#FFC58F" + }, + { + "index": 163, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 165, + "content": "{{/", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 165, + "content": "each", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 165, + "content": "}}", + "color": "#BBDAFF", + "newColor": "#FFC58F" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.html b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.html new file mode 100644 index 000000000..295e0ce7d --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.html @@ -0,0 +1,42 @@ + + + + VSCode Tests + + + + + +
+ + + + + + + + + \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.html.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.html.result new file mode 100644 index 000000000..ad515242c --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.html.result @@ -0,0 +1,23970 @@ +{ + "abyss": [ + { + "content": "<", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "html", + "color": "#225588", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "head", + "color": "#225588", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "meta", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "charset", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "utf-8", + "color": "#22AA44", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "title", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "VSCode Tests", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "link", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "href", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css", + "color": "#22AA44", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "rel", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "stylesheet", + "color": "#22AA44", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " />", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "style", + "color": "#225588", + "_t": "entity.html.name.style.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "type", + "color": "#DDBB88", + "_t": "attribute-name.css.embedded.entity.html.other.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.css.definition.double.embedded.html.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "text/css", + "color": "#22AA44", + "_t": "css.double.embedded.html.quoted.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "css.definition.double.embedded.end.html.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "body", + "color": "#225588", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "purple", + "color": "#9966B8", + "_t": "color.constant.css.embedded.html.meta.property-list.property-value.source.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "background-color", + "color": "#9966B8", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#F280D0", + "_t": "color.constant.css.definition.embedded.html.meta.other.property-list.property-value.punctuation.rgb-value.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "d8da3d", + "color": "#F280D0", + "_t": "color.constant.css.embedded.html.meta.other.property-list.property-value.rgb-value.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "body", + "color": "#225588", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "div", + "color": "#225588", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "id", + "color": "#DDBB88", + "_t": "any.attribute-name.attribute-with-value.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.attribute-with-value.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.attribute-with-value.begin.definition.double.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "mocha", + "color": "#22AA44", + "_t": "any.attribute-with-value.double.html.id.meta.quoted.string.tag.toc-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.attribute-with-value.definition.double.end.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "div", + "color": "#225588", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#223355", + "_t": "block.comment.definition.html.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "script", + "color": "#225588", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "src", + "color": "#DDBB88", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/out/vs/loader.js", + "color": "#22AA44", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "script", + "color": "#225588", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "src", + "color": "#DDBB88", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js", + "color": "#22AA44", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "script", + "color": "#225588", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "mocha", + "color": "#6688CC", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "setup", + "color": "#DDBB88", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "tdd", + "color": "#22AA44", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "require", + "color": "#6688CC", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "config", + "color": "#DDBB88", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "baseUrl", + "color": "#6688CC", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/out", + "color": "#22AA44", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.embedded.html.js.meta.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "paths", + "color": "#6688CC", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t", + "color": "#6688CC", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "assert", + "color": "#6688CC", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/test/assert.js", + "color": "#22AA44", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "require", + "color": "#9966B8", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{ ", + "color": "#6688CC", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "modules", + "color": "#6688CC", + "_t": "embedded.html.js.member.meta.object.objectliteral.other.readwrite.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.embedded.html.js.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "function", + "color": "#9966B8", + "_t": "embedded.function.html.js.meta.source.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.embedded.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.embedded.end.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "mocha", + "color": "#6688CC", + "_t": "block.embedded.function.html.js.meta.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "run", + "color": "#DDBB88", + "_t": "block.embedded.entity.function.html.js.meta.name.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "block.brace.embedded.function.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.embedded.function.html.js.meta.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "div", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#DDBB88", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden", + "color": "#22AA44", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "span", + "color": "#225588", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "octicon", + "color": "#22AA44", + "_t": "any.html.meta.string.tag.unquoted", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "span", + "color": "#225588", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "span", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "signed-in-tab-flash", + "color": "#22AA44", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "You signed in with another tab or window. ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "href", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Reload", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " to refresh your session.", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "span", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "signed-out-tab-flash", + "color": "#22AA44", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "You signed out in another tab or window. ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "href", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Reload", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " to refresh your session.", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "html", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "head", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "meta", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "charset", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "utf-8", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "title", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "VSCode Tests", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "link", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "href", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "rel", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "stylesheet", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " />", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "style", + "color": "#569CD6", + "_t": "entity.html.name.style.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.embedded.html.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "type", + "color": "#D7BA7D", + "_t": "attribute-name.css.embedded.entity.html.other.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "css.embedded.html.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.css.definition.double.embedded.html.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "text/css", + "color": "#CE9178", + "_t": "css.double.embedded.html.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "css.definition.double.embedded.end.html.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#808080", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#D7BA7D", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "body", + "color": "#D7BA7D", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "purple", + "color": "#D4D4D4", + "_t": "color.constant.css.embedded.html.meta.property-list.property-value.source.support.w3c-standard-color-name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background-color", + "color": "#9CDCFE", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D4D4D4", + "_t": "color.constant.css.definition.embedded.html.meta.other.property-list.property-value.punctuation.rgb-value.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": "d8da3d", + "color": "#D4D4D4", + "_t": "color.constant.css.embedded.html.meta.other.property-list.property-value.rgb-value.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.embedded.html.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "body", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "id", + "color": "#9CDCFE", + "_t": "any.attribute-name.attribute-with-value.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.attribute-with-value.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.attribute-with-value.begin.definition.double.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "mocha", + "color": "#CE9178", + "_t": "any.attribute-with-value.double.html.id.meta.quoted.string.tag.toc-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.attribute-with-value.definition.double.end.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#608B4E", + "_t": "block.comment.definition.html.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "script", + "color": "#569CD6", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "src", + "color": "#9CDCFE", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/out/vs/loader.js", + "color": "#CE9178", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "script", + "color": "#569CD6", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "src", + "color": "#9CDCFE", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js", + "color": "#CE9178", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "script", + "color": "#569CD6", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "mocha", + "color": "#D4D4D4", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "setup", + "color": "#D4D4D4", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "tdd", + "color": "#CE9178", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "require", + "color": "#D4D4D4", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "config", + "color": "#D4D4D4", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "baseUrl", + "color": "#D4D4D4", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/out", + "color": "#CE9178", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.embedded.html.js.meta.objectliteral.punctuation.separator.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "paths", + "color": "#D4D4D4", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "assert", + "color": "#D4D4D4", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/test/assert.js", + "color": "#CE9178", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "require", + "color": "#D4D4D4", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{ ", + "color": "#D4D4D4", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "modules", + "color": "#D4D4D4", + "_t": "embedded.html.js.member.meta.object.objectliteral.other.readwrite.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.embedded.html.js.punctuation.separator.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "embedded.function.html.js.meta.source.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.embedded.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.embedded.end.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "mocha", + "color": "#D4D4D4", + "_t": "block.embedded.function.html.js.meta.object.other.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "run", + "color": "#D4D4D4", + "_t": "block.embedded.entity.function.html.js.meta.name.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "block.brace.embedded.function.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.embedded.function.html.js.meta.punctuation.source.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden", + "color": "#CE9178", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "span", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "octicon", + "color": "#CE9178", + "_t": "any.html.meta.string.tag.unquoted", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "span", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "span", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "signed-in-tab-flash", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "You signed in with another tab or window. ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "href", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Reload", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " to refresh your session.", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "span", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "signed-out-tab-flash", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "You signed out in another tab or window. ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "href", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Reload", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " to refresh your session.", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "light_vs": [ + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "html", + "color": "#800000", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "head", + "color": "#800000", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "meta", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "charset", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "utf-8", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "title", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "VSCode Tests", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "link", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "href", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "rel", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "stylesheet", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " />", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "style", + "color": "#800000", + "_t": "entity.html.name.style.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.embedded.html.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "type", + "color": "#800000", + "_t": "attribute-name.css.embedded.entity.html.other.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "css.embedded.html.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "begin.css.definition.double.embedded.html.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "text/css", + "color": "#0000FF", + "_t": "css.double.embedded.html.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "css.definition.double.embedded.end.html.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": ">", + "color": "#800000", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t\t", + "color": "#800000", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "purple", + "color": "#0451A5", + "_t": "color.constant.css.embedded.html.meta.property-list.property-value.source.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background-color", + "color": "#FF0000", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#0451A5", + "_t": "color.constant.css.definition.embedded.html.meta.other.property-list.property-value.punctuation.rgb-value.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": "d8da3d", + "color": "#0451A5", + "_t": "color.constant.css.embedded.html.meta.other.property-list.property-value.rgb-value.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.embedded.html.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "id", + "color": "#FF0000", + "_t": "any.attribute-name.attribute-with-value.entity.html.id.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.attribute-with-value.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.attribute-with-value.begin.definition.double.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "mocha", + "color": "#0000FF", + "_t": "any.attribute-with-value.double.html.id.meta.quoted.string.tag.toc-list", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.attribute-with-value.definition.double.end.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "/", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#008000", + "_t": "block.comment.definition.html.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "script", + "color": "#800000", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "src", + "color": "#FF0000", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "/out/vs/loader.js", + "color": "#0000FF", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "script", + "color": "#800000", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "src", + "color": "#FF0000", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js", + "color": "#0000FF", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "script", + "color": "#800000", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "mocha", + "color": "#000000", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "setup", + "color": "#000000", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "tdd", + "color": "#0000FF", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "require", + "color": "#000000", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "config", + "color": "#000000", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "baseUrl", + "color": "#000000", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "/out", + "color": "#0000FF", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.embedded.html.js.meta.objectliteral.punctuation.separator.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "paths", + "color": "#000000", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "assert", + "color": "#000000", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "/test/assert.js", + "color": "#0000FF", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "require", + "color": "#000000", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{ ", + "color": "#000000", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "modules", + "color": "#000000", + "_t": "embedded.html.js.member.meta.object.objectliteral.other.readwrite.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.embedded.html.js.punctuation.separator.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "embedded.function.html.js.meta.source.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.embedded.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.embedded.end.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "mocha", + "color": "#000000", + "_t": "block.embedded.function.html.js.meta.object.other.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "run", + "color": "#000000", + "_t": "block.embedded.entity.function.html.js.meta.name.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "block.brace.embedded.function.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.embedded.function.html.js.meta.punctuation.source.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden", + "color": "#0000FF", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "span", + "color": "#800000", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "octicon", + "color": "#0000FF", + "_t": "any.html.meta.string.tag.unquoted", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "/", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "span", + "color": "#800000", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "span", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "signed-in-tab-flash", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "You signed in with another tab or window. ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "href", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Reload", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " to refresh your session.", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "span", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "signed-out-tab-flash", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "You signed out in another tab or window. ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "href", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Reload", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " to refresh your session.", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + } + ], + "hc_black": [ + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "html", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "head", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "meta", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "charset", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "utf-8", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "title", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "VSCode Tests", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "link", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "href", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "rel", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "stylesheet", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " />", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "style", + "color": "#569CD6", + "_t": "entity.html.name.style.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.embedded.html.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "type", + "color": "#D7BA7D", + "_t": "attribute-name.css.embedded.entity.html.other.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "css.embedded.html.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.css.definition.double.embedded.html.punctuation.quoted.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "text/css", + "color": "#CE9178", + "_t": "css.double.embedded.html.quoted.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "css.definition.double.embedded.end.html.punctuation.quoted.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#808080", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#D7BA7D", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "body", + "color": "#D7BA7D", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "purple", + "color": "#FFFFFF", + "_t": "color.constant.css.embedded.html.meta.property-list.property-value.source.support.w3c-standard-color-name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "background-color", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#D4D4D4", + "_t": "color.constant.css.definition.embedded.html.meta.other.property-list.property-value.punctuation.rgb-value.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": "d8da3d", + "color": "#D4D4D4", + "_t": "color.constant.css.embedded.html.meta.other.property-list.property-value.rgb-value.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.embedded.html.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "body", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "id", + "color": "#9CDCFE", + "_t": "any.attribute-name.attribute-with-value.entity.html.id.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.attribute-with-value.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.attribute-with-value.begin.definition.double.html.id.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "mocha", + "color": "#CE9178", + "_t": "any.attribute-with-value.double.html.id.meta.quoted.string.tag.toc-list", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.attribute-with-value.definition.double.end.html.id.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#7CA668", + "_t": "block.comment.definition.html.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "script", + "color": "#569CD6", + "_t": "entity.html.name.script.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "src", + "color": "#9CDCFE", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/out/vs/loader.js", + "color": "#CE9178", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "script", + "color": "#569CD6", + "_t": "entity.html.name.script.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "src", + "color": "#9CDCFE", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js", + "color": "#CE9178", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "script", + "color": "#569CD6", + "_t": "entity.html.name.script.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "mocha", + "color": "#FFFFFF", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "setup", + "color": "#FFFFFF", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "tdd", + "color": "#CE9178", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "require", + "color": "#FFFFFF", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "config", + "color": "#FFFFFF", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "baseUrl", + "color": "#FFFFFF", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/out", + "color": "#CE9178", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.embedded.html.js.meta.objectliteral.punctuation.separator.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "paths", + "color": "#FFFFFF", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "assert", + "color": "#FFFFFF", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/test/assert.js", + "color": "#CE9178", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "require", + "color": "#FFFFFF", + "_t": "embedded.function.html.js.source.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{ ", + "color": "#FFFFFF", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "modules", + "color": "#FFFFFF", + "_t": "embedded.html.js.member.meta.object.objectliteral.other.readwrite.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.embedded.html.js.punctuation.separator.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "embedded.function.html.js.meta.source.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.function.html.js.meta.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.embedded.function.html.js.meta.parameters.punctuation.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.embedded.end.function.html.js.meta.parameters.punctuation.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.function.html.js.meta.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "mocha", + "color": "#FFFFFF", + "_t": "block.embedded.function.html.js.meta.object.other.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.embedded.function.html.js.meta.punctuation.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "run", + "color": "#FFFFFF", + "_t": "block.embedded.entity.function.html.js.meta.name.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "block.brace.embedded.function.html.js.meta.round.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.embedded.function.html.js.meta.punctuation.source.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.block.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.block.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden", + "color": "#CE9178", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "span", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "octicon", + "color": "#CE9178", + "_t": "any.html.meta.string.tag.unquoted", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "span", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "span", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "signed-in-tab-flash", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "You signed in with another tab or window. ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "href", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Reload", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " to refresh your session.", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "span", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "signed-out-tab-flash", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "You signed out in another tab or window. ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "href", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Reload", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " to refresh your session.", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "dark_plus": [ + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "html", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "head", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "meta", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "charset", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "utf-8", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "title", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "VSCode Tests", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "link", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "href", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "rel", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "stylesheet", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " />", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "style", + "color": "#569CD6", + "_t": "entity.html.name.style.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.embedded.html.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "type", + "color": "#D7BA7D", + "_t": "attribute-name.css.embedded.entity.html.other.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "css.embedded.html.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.css.definition.double.embedded.html.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "text/css", + "color": "#CE9178", + "_t": "css.double.embedded.html.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "css.definition.double.embedded.end.html.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#808080", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#D7BA7D", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "body", + "color": "#D7BA7D", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "purple", + "color": "#CE9178", + "_t": "color.constant.css.embedded.html.meta.property-list.property-value.source.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background-color", + "color": "#9CDCFE", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#CE9178", + "_t": "color.constant.css.definition.embedded.html.meta.other.property-list.property-value.punctuation.rgb-value.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": "d8da3d", + "color": "#CE9178", + "_t": "color.constant.css.embedded.html.meta.other.property-list.property-value.rgb-value.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.embedded.html.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "body", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "id", + "color": "#9CDCFE", + "_t": "any.attribute-name.attribute-with-value.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.attribute-with-value.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.attribute-with-value.begin.definition.double.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "mocha", + "color": "#CE9178", + "_t": "any.attribute-with-value.double.html.id.meta.quoted.string.tag.toc-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.attribute-with-value.definition.double.end.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#608B4E", + "_t": "block.comment.definition.html.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "script", + "color": "#569CD6", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "src", + "color": "#9CDCFE", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/out/vs/loader.js", + "color": "#CE9178", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "script", + "color": "#569CD6", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "src", + "color": "#9CDCFE", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js", + "color": "#CE9178", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "script", + "color": "#569CD6", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "mocha", + "color": "#9CDCFE", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "setup", + "color": "#DCDCAA", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "tdd", + "color": "#CE9178", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "require", + "color": "#9CDCFE", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "config", + "color": "#DCDCAA", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "baseUrl", + "color": "#9CDCFE", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/out", + "color": "#CE9178", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.embedded.html.js.meta.objectliteral.punctuation.separator.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "paths", + "color": "#9CDCFE", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "assert", + "color": "#9CDCFE", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/test/assert.js", + "color": "#CE9178", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "require", + "color": "#DCDCAA", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{ ", + "color": "#D4D4D4", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "modules", + "color": "#9CDCFE", + "_t": "embedded.html.js.member.meta.object.objectliteral.other.readwrite.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.embedded.html.js.punctuation.separator.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "embedded.function.html.js.meta.source.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.embedded.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.embedded.end.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "mocha", + "color": "#9CDCFE", + "_t": "block.embedded.function.html.js.meta.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "run", + "color": "#DCDCAA", + "_t": "block.embedded.entity.function.html.js.meta.name.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "block.brace.embedded.function.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.embedded.function.html.js.meta.punctuation.source.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "embedded.html.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden", + "color": "#CE9178", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "span", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "octicon", + "color": "#CE9178", + "_t": "any.html.meta.string.tag.unquoted", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "span", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "span", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "signed-in-tab-flash", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "You signed in with another tab or window. ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "href", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Reload", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " to refresh your session.", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "span", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "signed-out-tab-flash", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "You signed out in another tab or window. ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "href", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Reload", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " to refresh your session.", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "light_plus": [ + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "html", + "color": "#800000", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "head", + "color": "#800000", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "meta", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "charset", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "utf-8", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "title", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "VSCode Tests", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "link", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "href", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "rel", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "stylesheet", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " />", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "style", + "color": "#800000", + "_t": "entity.html.name.style.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.embedded.html.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "type", + "color": "#800000", + "_t": "attribute-name.css.embedded.entity.html.other.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "css.embedded.html.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "begin.css.definition.double.embedded.html.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "text/css", + "color": "#0000FF", + "_t": "css.double.embedded.html.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "css.definition.double.embedded.end.html.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": ">", + "color": "#800000", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t\t", + "color": "#800000", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "purple", + "color": "#0451A5", + "_t": "color.constant.css.embedded.html.meta.property-list.property-value.source.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background-color", + "color": "#FF0000", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#0451A5", + "_t": "color.constant.css.definition.embedded.html.meta.other.property-list.property-value.punctuation.rgb-value.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": "d8da3d", + "color": "#0451A5", + "_t": "color.constant.css.embedded.html.meta.other.property-list.property-value.rgb-value.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.embedded.html.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "id", + "color": "#FF0000", + "_t": "any.attribute-name.attribute-with-value.entity.html.id.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.attribute-with-value.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.attribute-with-value.begin.definition.double.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "mocha", + "color": "#0000FF", + "_t": "any.attribute-with-value.double.html.id.meta.quoted.string.tag.toc-list", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.attribute-with-value.definition.double.end.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "/", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#008000", + "_t": "block.comment.definition.html.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "script", + "color": "#800000", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "src", + "color": "#FF0000", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "/out/vs/loader.js", + "color": "#0000FF", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "script", + "color": "#800000", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "src", + "color": "#FF0000", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js", + "color": "#0000FF", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "script", + "color": "#800000", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "mocha", + "color": "#001080", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "setup", + "color": "#795E26", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "tdd", + "color": "#0000FF", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "require", + "color": "#001080", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "config", + "color": "#795E26", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "baseUrl", + "color": "#001080", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "/out", + "color": "#0000FF", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.embedded.html.js.meta.objectliteral.punctuation.separator.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "paths", + "color": "#001080", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "assert", + "color": "#001080", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "/test/assert.js", + "color": "#0000FF", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "'", + "color": "#0000FF", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "require", + "color": "#795E26", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{ ", + "color": "#000000", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "modules", + "color": "#001080", + "_t": "embedded.html.js.member.meta.object.objectliteral.other.readwrite.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.embedded.html.js.punctuation.separator.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "embedded.function.html.js.meta.source.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.embedded.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.embedded.end.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "mocha", + "color": "#001080", + "_t": "block.embedded.function.html.js.meta.object.other.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "run", + "color": "#795E26", + "_t": "block.embedded.entity.function.html.js.meta.name.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "()", + "color": "#000000", + "_t": "block.brace.embedded.function.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.embedded.function.html.js.meta.punctuation.source.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "embedded.html.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden", + "color": "#0000FF", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "span", + "color": "#800000", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "octicon", + "color": "#0000FF", + "_t": "any.html.meta.string.tag.unquoted", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "/", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "span", + "color": "#800000", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "span", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "signed-in-tab-flash", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "You signed in with another tab or window. ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "href", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Reload", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " to refresh your session.", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "span", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "signed-out-tab-flash", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "You signed out in another tab or window. ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "href", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Reload", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " to refresh your session.", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "<", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "html", + "color": "#DC3958", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "head", + "color": "#DC3958", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "meta", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "charset", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "utf-8", + "color": "#889B4A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "title", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "VSCode Tests", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "link", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "href", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css", + "color": "#889B4A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "rel", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "stylesheet", + "color": "#889B4A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " />", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "style", + "color": "#DC3958", + "_t": "entity.html.name.style.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "type", + "color": "#F79A32", + "_t": "attribute-name.css.embedded.entity.html.other.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.css.definition.double.embedded.html.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "text/css", + "color": "#889B4A", + "_t": "css.double.embedded.html.quoted.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "css.definition.double.embedded.end.html.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#98676A", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "body", + "color": "#DC3958", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#18401E", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "purple", + "color": "#F79A32", + "_t": "color.constant.css.embedded.html.meta.property-list.property-value.source.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "background-color", + "color": "#D3AF86", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#7E602C", + "_t": "color.constant.css.definition.embedded.html.meta.other.property-list.property-value.punctuation.rgb-value.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.color rgb(126, 96, 44)" + }, + { + "content": "d8da3d", + "color": "#7E602C", + "_t": "color.constant.css.embedded.html.meta.other.property-list.property-value.rgb-value.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.color rgb(126, 96, 44)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#18401E", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "body", + "color": "#DC3958", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "div", + "color": "#DC3958", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "id", + "color": "#8AB1B0", + "_t": "any.attribute-name.attribute-with-value.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.attribute-with-value.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.attribute-with-value.begin.definition.double.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "mocha", + "color": "#889B4A", + "_t": "any.attribute-with-value.double.html.id.meta.quoted.string.tag.toc-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.attribute-with-value.definition.double.end.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "div", + "color": "#DC3958", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#A57A4C", + "_t": "block.comment.definition.html.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "script", + "color": "#DC3958", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "src", + "color": "#F79A32", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "/out/vs/loader.js", + "color": "#889B4A", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "script", + "color": "#DC3958", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "src", + "color": "#F79A32", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js", + "color": "#889B4A", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "script", + "color": "#DC3958", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "mocha", + "color": "#DC3958", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "setup", + "color": "#8AB1B0", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "tdd", + "color": "#889B4A", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "require", + "color": "#DC3958", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "config", + "color": "#8AB1B0", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "baseUrl", + "color": "#D3AF86", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "/out", + "color": "#889B4A", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.embedded.html.js.meta.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "paths", + "color": "#D3AF86", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t", + "color": "#D3AF86", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "assert", + "color": "#D3AF86", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "/test/assert.js", + "color": "#889B4A", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "require", + "color": "#7E602C", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{ ", + "color": "#D3AF86", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "modules", + "color": "#DC3958", + "_t": "embedded.html.js.member.meta.object.objectliteral.other.readwrite.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.embedded.html.js.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "function", + "color": "#98676A", + "_t": "embedded.function.html.js.meta.source.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.embedded.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.embedded.end.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "mocha", + "color": "#DC3958", + "_t": "block.embedded.function.html.js.meta.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "run", + "color": "#8AB1B0", + "_t": "block.embedded.entity.function.html.js.meta.name.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "block.brace.embedded.function.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.embedded.function.html.js.meta.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "div", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#F79A32", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden", + "color": "#889B4A", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "span", + "color": "#DC3958", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "octicon", + "color": "#889B4A", + "_t": "any.html.meta.string.tag.unquoted", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "span", + "color": "#DC3958", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "span", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "signed-in-tab-flash", + "color": "#889B4A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "You signed in with another tab or window. ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "href", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Reload", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " to refresh your session.", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "span", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "signed-out-tab-flash", + "color": "#889B4A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "You signed out in another tab or window. ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "href", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Reload", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " to refresh your session.", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "html", + "color": "#F92672", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "head", + "color": "#F92672", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "meta", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "charset", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "utf-8", + "color": "#E6DB74", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "title", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "VSCode Tests", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "link", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "href", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css", + "color": "#E6DB74", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "rel", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "stylesheet", + "color": "#E6DB74", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " />", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "style", + "color": "#F92672", + "_t": "entity.html.name.style.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "type", + "color": "#A6E22E", + "_t": "attribute-name.css.embedded.entity.html.other.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.css.definition.double.embedded.html.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "text/css", + "color": "#E6DB74", + "_t": "css.double.embedded.html.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "css.definition.double.embedded.end.html.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "body", + "color": "#F92672", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "purple", + "color": "#66D9EF", + "_t": "color.constant.css.embedded.html.meta.property-list.property-value.source.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "background-color", + "color": "#66D9EF", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#AE81FF", + "_t": "color.constant.css.definition.embedded.html.meta.other.property-list.property-value.punctuation.rgb-value.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "d8da3d", + "color": "#AE81FF", + "_t": "color.constant.css.embedded.html.meta.other.property-list.property-value.rgb-value.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "body", + "color": "#F92672", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "div", + "color": "#F92672", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "id", + "color": "#A6E22E", + "_t": "any.attribute-name.attribute-with-value.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.attribute-with-value.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.attribute-with-value.begin.definition.double.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "mocha", + "color": "#E6DB74", + "_t": "any.attribute-with-value.double.html.id.meta.quoted.string.tag.toc-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.attribute-with-value.definition.double.end.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "div", + "color": "#F92672", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#75715E", + "_t": "block.comment.definition.html.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "script", + "color": "#F92672", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "src", + "color": "#A6E22E", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/out/vs/loader.js", + "color": "#E6DB74", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "script", + "color": "#F92672", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "src", + "color": "#A6E22E", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js", + "color": "#E6DB74", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "script", + "color": "#F92672", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "mocha", + "color": "#F8F8F2", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "setup", + "color": "#A6E22E", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "tdd", + "color": "#E6DB74", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "require", + "color": "#F8F8F2", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "config", + "color": "#A6E22E", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "baseUrl", + "color": "#F8F8F2", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/out", + "color": "#E6DB74", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.embedded.html.js.meta.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "paths", + "color": "#F8F8F2", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F2", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "assert", + "color": "#F8F8F2", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/test/assert.js", + "color": "#E6DB74", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "require", + "color": "#66D9EF", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{ ", + "color": "#F8F8F2", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "modules", + "color": "#F8F8F2", + "_t": "embedded.html.js.member.meta.object.objectliteral.other.readwrite.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.embedded.html.js.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "function", + "color": "#66D9EF", + "_t": "embedded.function.html.js.meta.source.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.embedded.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.embedded.end.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "mocha", + "color": "#F8F8F2", + "_t": "block.embedded.function.html.js.meta.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "run", + "color": "#A6E22E", + "_t": "block.embedded.entity.function.html.js.meta.name.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "block.brace.embedded.function.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.embedded.function.html.js.meta.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "div", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#A6E22E", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden", + "color": "#E6DB74", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "span", + "color": "#F92672", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "octicon", + "color": "#E6DB74", + "_t": "any.html.meta.string.tag.unquoted", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "span", + "color": "#F92672", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "span", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "signed-in-tab-flash", + "color": "#E6DB74", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "You signed in with another tab or window. ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "href", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Reload", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " to refresh your session.", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "span", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "signed-out-tab-flash", + "color": "#E6DB74", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "You signed out in another tab or window. ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "href", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Reload", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " to refresh your session.", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "<", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "html", + "color": "#6089B4", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "head", + "color": "#6089B4", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "meta", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "charset", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "utf-8", + "color": "#9AA83A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "title", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "VSCode Tests", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "link", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "href", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css", + "color": "#9AA83A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "rel", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "stylesheet", + "color": "#9AA83A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": " />", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "style", + "color": "#9872A2", + "_t": "entity.html.name.style.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag.style rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "type", + "color": "#D0B344", + "_t": "attribute-name.css.embedded.entity.html.other.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#C5C8C6", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.css.definition.double.embedded.html.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "text/css", + "color": "#9AA83A", + "_t": "css.double.embedded.html.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "css.definition.double.embedded.end.html.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#9872A2", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.source.css.embedded.punctuation.definition.tag.html rgb(152, 114, 162)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "body", + "color": "#6089B4", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#676867", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "purple", + "color": "#C7444A", + "_t": "color.constant.css.embedded.html.meta.property-list.property-value.source.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "background-color", + "color": "#676867", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#8080FF", + "_t": "color.constant.css.definition.embedded.html.meta.other.property-list.property-value.punctuation.rgb-value.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "d8da3d", + "color": "#8080FF", + "_t": "color.constant.css.embedded.html.meta.other.property-list.property-value.rgb-value.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "body", + "color": "#6089B4", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "div", + "color": "#6089B4", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "id", + "color": "#D0B344", + "_t": "any.attribute-name.attribute-with-value.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.attribute-with-value.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.attribute-with-value.begin.definition.double.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "mocha", + "color": "#9AA83A", + "_t": "any.attribute-with-value.double.html.id.meta.quoted.string.tag.toc-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.attribute-with-value.definition.double.end.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "/", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "div", + "color": "#6089B4", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#9A9B99", + "_t": "block.comment.definition.html.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "script", + "color": "#9872A2", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag.script rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "src", + "color": "#D0B344", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#C5C8C6", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "/out/vs/loader.js", + "color": "#9AA83A", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "script", + "color": "#9872A2", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag.script rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "src", + "color": "#D0B344", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#C5C8C6", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js", + "color": "#9AA83A", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "script", + "color": "#9872A2", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag.script rgb(152, 114, 162)" + }, + { + "content": ">", + "color": "#9872A2", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.source.js.embedded.punctuation.definition.tag.html rgb(152, 114, 162)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "mocha", + "color": "#6089B4", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "setup", + "color": "#CE6700", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "tdd", + "color": "#D08442", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "require", + "color": "#6089B4", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "config", + "color": "#CE6700", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "baseUrl", + "color": "#C5C8C6", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "/out", + "color": "#D08442", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.embedded.html.js.meta.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "paths", + "color": "#C5C8C6", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t", + "color": "#C5C8C6", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "assert", + "color": "#C5C8C6", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "/test/assert.js", + "color": "#D08442", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "require", + "color": "#9872A2", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{ ", + "color": "#C5C8C6", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "modules", + "color": "#6089B4", + "_t": "embedded.html.js.member.meta.object.objectliteral.other.readwrite.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.embedded.html.js.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "function", + "color": "#9872A2", + "_t": "embedded.function.html.js.meta.source.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.embedded.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.embedded.end.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "mocha", + "color": "#6089B4", + "_t": "block.embedded.function.html.js.meta.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "run", + "color": "#CE6700", + "_t": "block.embedded.entity.function.html.js.meta.name.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "block.brace.embedded.function.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.embedded.function.html.js.meta.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "div", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "class", + "color": "#D0B344", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden", + "color": "#9AA83A", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "span", + "color": "#6089B4", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "class", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "octicon", + "color": "#D0B344", + "_t": "any.html.meta.string.tag.unquoted", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "/", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "span", + "color": "#6089B4", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "span", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "class", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "signed-in-tab-flash", + "color": "#9AA83A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "You signed in with another tab or window. ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "href", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "Reload", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " to refresh your session.", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "span", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "class", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "signed-out-tab-flash", + "color": "#9AA83A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "You signed out in another tab or window. ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "href", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "Reload", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " to refresh your session.", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + } + ], + "quietlight": [ + { + "content": "<", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "html", + "color": "#4B83CD", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "head", + "color": "#4B83CD", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "meta", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "charset", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "utf-8", + "color": "#91B3E0", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "title", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "VSCode Tests", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "link", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "href", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css", + "color": "#91B3E0", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "rel", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "stylesheet", + "color": "#91B3E0", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " />", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "style", + "color": "#4B83CD", + "_t": "entity.html.name.style.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.embedded.html.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "type", + "color": "#91B3E0", + "_t": "attribute-name.css.embedded.entity.html.other.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.other.attribute-name.html rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#333333", + "_t": "css.embedded.html.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.css.definition.double.embedded.html.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "text/css", + "color": "#448C27", + "_t": "css.double.embedded.html.quoted.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "css.definition.double.embedded.end.html.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t\t", + "color": "#7A3E9D", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "body", + "color": "#7A3E9D", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "purple", + "color": "#448C27", + "_t": "color.constant.css.embedded.html.meta.property-list.property-value.source.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "background-color", + "color": "#AB6526", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "#", + "color": "#448C27", + "_t": "color.constant.css.definition.embedded.html.meta.other.property-list.property-value.punctuation.rgb-value.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": "d8da3d", + "color": "#448C27", + "_t": "color.constant.css.embedded.html.meta.other.property-list.property-value.rgb-value.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#448C27", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "css.embedded.html.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "body", + "color": "#4B83CD", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "div", + "color": "#4B83CD", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "id", + "color": "#91B3E0", + "_t": "any.attribute-name.attribute-with-value.entity.html.id.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#434343", + "_t": "any.attribute-with-value.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.attribute-with-value.begin.definition.double.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "mocha", + "color": "#91B3E0", + "_t": "any.attribute-with-value.double.html.id.meta.quoted.string.tag.toc-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.attribute-with-value.definition.double.end.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "/", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "div", + "color": "#4B83CD", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#AAAAAA", + "_t": "block.comment.definition.html.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "script", + "color": "#4B83CD", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "src", + "color": "#91B3E0", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.other.attribute-name.html rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#333333", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/out/vs/loader.js", + "color": "#448C27", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "script", + "color": "#4B83CD", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "src", + "color": "#91B3E0", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.other.attribute-name.html rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#333333", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js", + "color": "#448C27", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "script", + "color": "#4B83CD", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "mocha", + "color": "#7A3E9D", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "setup", + "color": "#AA3731", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "tdd", + "color": "#448C27", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "require", + "color": "#7A3E9D", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "config", + "color": "#AA3731", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "baseUrl", + "color": "#333333", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#434343", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/out", + "color": "#448C27", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#434343", + "_t": "comma.embedded.html.js.meta.objectliteral.punctuation.separator.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "paths", + "color": "#333333", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#434343", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t", + "color": "#333333", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "assert", + "color": "#333333", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#434343", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/test/assert.js", + "color": "#448C27", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "require", + "color": "#AA3731", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "{ ", + "color": "#333333", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "modules", + "color": "#7A3E9D", + "_t": "embedded.html.js.member.meta.object.objectliteral.other.readwrite.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#333333", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ",", + "color": "#777777", + "_t": "comma.embedded.html.js.punctuation.separator.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "function", + "color": "#7A3E9D", + "_t": "embedded.function.html.js.meta.source.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.embedded.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.embedded.end.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "mocha", + "color": "#7A3E9D", + "_t": "block.embedded.function.html.js.meta.object.other.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "run", + "color": "#AA3731", + "_t": "block.embedded.entity.function.html.js.meta.name.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "()", + "color": "#333333", + "_t": "block.brace.embedded.function.html.js.meta.round.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.embedded.function.html.js.meta.punctuation.source.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "div", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "class", + "color": "#91B3E0", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden", + "color": "#91B3E0", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "span", + "color": "#4B83CD", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "class", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "octicon", + "color": "#91B3E0", + "_t": "any.html.meta.string.tag.unquoted", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "/", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "span", + "color": "#4B83CD", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "span", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "class", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "signed-in-tab-flash", + "color": "#91B3E0", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "You signed in with another tab or window. ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "a", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "href", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "Reload", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " to refresh your session.", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "span", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "class", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "signed-out-tab-flash", + "color": "#91B3E0", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "You signed out in another tab or window. ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "a", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "href", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "Reload", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " to refresh your session.", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + } + ], + "red": [ + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "html", + "color": "#EC0D1E", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "head", + "color": "#EC0D1E", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "meta", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "charset", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "utf-8", + "color": "#EC0D1E", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "title", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "VSCode Tests", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "link", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "href", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css", + "color": "#EC0D1E", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "rel", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "stylesheet", + "color": "#EC0D1E", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " />", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F8F8F8", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "style", + "color": "#FEC758", + "_t": "entity.html.name.style.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "type", + "color": "#FEC758", + "_t": "attribute-name.css.embedded.entity.html.other.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "=", + "color": "#F8F8F8", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "begin.css.definition.double.embedded.html.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "text/css", + "color": "#9DF39F", + "_t": "css.double.embedded.html.quoted.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "css.definition.double.embedded.end.html.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": ">", + "color": "#F8F8F8", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "body", + "color": "#AA5507", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#96DD3B", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "purple", + "color": "#FFE862", + "_t": "color.constant.css.embedded.html.meta.property-list.property-value.source.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "background-color", + "color": "#96DD3B", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FFE862", + "_t": "color.constant.css.definition.embedded.html.meta.other.property-list.property-value.punctuation.rgb-value.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "d8da3d", + "color": "#FFE862", + "_t": "color.constant.css.embedded.html.meta.other.property-list.property-value.rgb-value.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#F8F8F8", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "body", + "color": "#EC0D1E", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "div", + "color": "#EC0D1E", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "id", + "color": "#EC0D1E", + "_t": "any.attribute-name.attribute-with-value.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.attribute-with-value.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.attribute-with-value.begin.definition.double.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "mocha", + "color": "#EC0D1E", + "_t": "any.attribute-with-value.double.html.id.meta.quoted.string.tag.toc-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.attribute-with-value.definition.double.end.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "/", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "div", + "color": "#EC0D1E", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#E7C0C0", + "_t": "block.comment.definition.html.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F8F8F8", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "script", + "color": "#FEC758", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "src", + "color": "#FEC758", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "=", + "color": "#F8F8F8", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "/out/vs/loader.js", + "color": "#9DF39F", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": ">", + "color": "#F8F8F8", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F8F8F8", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "script", + "color": "#FEC758", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "src", + "color": "#FEC758", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "=", + "color": "#F8F8F8", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js", + "color": "#9DF39F", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": ">", + "color": "#F8F8F8", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F8F8F8", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "script", + "color": "#FEC758", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ">", + "color": "#F8F8F8", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "mocha", + "color": "#FB9A4B", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "setup", + "color": "#FEC758", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#9DF39F", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "tdd", + "color": "#9DF39F", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "'", + "color": "#9DF39F", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "require", + "color": "#FB9A4B", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "config", + "color": "#FEC758", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "baseUrl", + "color": "#F8F8F8", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#9DF39F", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "/out", + "color": "#9DF39F", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "'", + "color": "#9DF39F", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.embedded.html.js.meta.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "paths", + "color": "#F8F8F8", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F8", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "assert", + "color": "#F8F8F8", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#9DF39F", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "/test/assert.js", + "color": "#9DF39F", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "'", + "color": "#9DF39F", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "require", + "color": "#FFB454", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{ ", + "color": "#F8F8F8", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "modules", + "color": "#FB9A4B", + "_t": "embedded.html.js.member.meta.object.objectliteral.other.readwrite.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.embedded.html.js.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "function", + "color": "#FF6262", + "_t": "embedded.function.html.js.meta.source.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.embedded.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.embedded.end.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "mocha", + "color": "#FB9A4B", + "_t": "block.embedded.function.html.js.meta.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "run", + "color": "#FEC758", + "_t": "block.embedded.entity.function.html.js.meta.name.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "block.brace.embedded.function.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.embedded.function.html.js.meta.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#F8F8F8", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "div", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "class", + "color": "#EC0D1E", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden", + "color": "#EC0D1E", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "span", + "color": "#EC0D1E", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "class", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "octicon", + "color": "#EC0D1E", + "_t": "any.html.meta.string.tag.unquoted", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "/", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "span", + "color": "#EC0D1E", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "span", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "class", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "signed-in-tab-flash", + "color": "#EC0D1E", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "You signed in with another tab or window. ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "a", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "href", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Reload", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " to refresh your session.", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "span", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "class", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "signed-out-tab-flash", + "color": "#EC0D1E", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "You signed out in another tab or window. ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "a", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "href", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Reload", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " to refresh your session.", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + } + ], + "solarized_dark": [ + { + "content": "<", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "html", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "head", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "meta", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "charset", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "utf-8", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "title", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "VSCode Tests", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "link", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "href", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "rel", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "stylesheet", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " />", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "style", + "color": "#268BD2", + "_t": "entity.html.name.style.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "type", + "color": "#93A1A1", + "_t": "attribute-name.css.embedded.entity.html.other.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.css.definition.double.embedded.html.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "text/css", + "color": "#2AA198", + "_t": "css.double.embedded.html.quoted.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "css.definition.double.embedded.end.html.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#D30102", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "purple", + "color": "#93A1A1", + "_t": "color.constant.css.embedded.html.meta.property-list.property-value.source.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "background-color", + "color": "#859900", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#CB4B16", + "_t": "color.constant.css.definition.embedded.html.meta.other.property-list.property-value.punctuation.rgb-value.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "d8da3d", + "color": "#CB4B16", + "_t": "color.constant.css.embedded.html.meta.other.property-list.property-value.rgb-value.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "id", + "color": "#93A1A1", + "_t": "any.attribute-name.attribute-with-value.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.attribute-with-value.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.attribute-with-value.begin.definition.double.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "mocha", + "color": "#2AA198", + "_t": "any.attribute-with-value.double.html.id.meta.quoted.string.tag.toc-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.attribute-with-value.definition.double.end.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "/", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "block.comment.definition.html.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "script", + "color": "#268BD2", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "src", + "color": "#93A1A1", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "/out/vs/loader.js", + "color": "#2AA198", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "script", + "color": "#268BD2", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "src", + "color": "#93A1A1", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js", + "color": "#2AA198", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "script", + "color": "#268BD2", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "mocha", + "color": "#268BD2", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "setup", + "color": "#268BD2", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "tdd", + "color": "#2AA198", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "require", + "color": "#268BD2", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "config", + "color": "#268BD2", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "baseUrl", + "color": "#93A1A1", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "/out", + "color": "#2AA198", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.embedded.html.js.meta.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "paths", + "color": "#93A1A1", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t", + "color": "#93A1A1", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "assert", + "color": "#93A1A1", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "/test/assert.js", + "color": "#2AA198", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "require", + "color": "#268BD2", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{ ", + "color": "#93A1A1", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "modules", + "color": "#268BD2", + "_t": "embedded.html.js.member.meta.object.objectliteral.other.readwrite.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.embedded.html.js.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "function", + "color": "#93A1A1", + "_t": "embedded.function.html.js.meta.source.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.embedded.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.embedded.end.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "mocha", + "color": "#268BD2", + "_t": "block.embedded.function.html.js.meta.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "run", + "color": "#268BD2", + "_t": "block.embedded.entity.function.html.js.meta.name.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "block.brace.embedded.function.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.embedded.function.html.js.meta.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden", + "color": "#2AA198", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "span", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "octicon", + "color": "#2AA198", + "_t": "any.html.meta.string.tag.unquoted", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "/", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "span", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "span", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "signed-in-tab-flash", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "You signed in with another tab or window. ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "href", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Reload", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " to refresh your session.", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "span", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "signed-out-tab-flash", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "You signed out in another tab or window. ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "href", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Reload", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " to refresh your session.", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + } + ], + "solarized_light": [ + { + "content": "<", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "html", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "head", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "meta", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "charset", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "utf-8", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "title", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "VSCode Tests", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "link", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "href", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "rel", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "stylesheet", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " />", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "style", + "color": "#268BD2", + "_t": "entity.html.name.style.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.embedded.html.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "type", + "color": "#93A1A1", + "_t": "attribute-name.css.embedded.entity.html.other.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "css.embedded.html.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.css.definition.double.embedded.html.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "text/css", + "color": "#2AA198", + "_t": "css.double.embedded.html.quoted.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "css.definition.double.embedded.end.html.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#D30102", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "purple", + "color": "#586E75", + "_t": "color.constant.css.embedded.html.meta.property-list.property-value.source.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "background-color", + "color": "#859900", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#CB4B16", + "_t": "color.constant.css.definition.embedded.html.meta.other.property-list.property-value.punctuation.rgb-value.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "d8da3d", + "color": "#CB4B16", + "_t": "color.constant.css.embedded.html.meta.other.property-list.property-value.rgb-value.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "css.embedded.html.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "id", + "color": "#93A1A1", + "_t": "any.attribute-name.attribute-with-value.entity.html.id.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.attribute-with-value.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.attribute-with-value.begin.definition.double.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "mocha", + "color": "#2AA198", + "_t": "any.attribute-with-value.double.html.id.meta.quoted.string.tag.toc-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.attribute-with-value.definition.double.end.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "block.comment.definition.html.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "script", + "color": "#268BD2", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "src", + "color": "#93A1A1", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "/out/vs/loader.js", + "color": "#2AA198", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "script", + "color": "#268BD2", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "src", + "color": "#93A1A1", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js", + "color": "#2AA198", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "script", + "color": "#268BD2", + "_t": "entity.html.name.script.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "mocha", + "color": "#268BD2", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "setup", + "color": "#268BD2", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "tdd", + "color": "#2AA198", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "require", + "color": "#268BD2", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "config", + "color": "#268BD2", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "baseUrl", + "color": "#586E75", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "/out", + "color": "#2AA198", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.embedded.html.js.meta.objectliteral.punctuation.separator.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "paths", + "color": "#586E75", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t", + "color": "#586E75", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "assert", + "color": "#586E75", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "/test/assert.js", + "color": "#2AA198", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "require", + "color": "#268BD2", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{ ", + "color": "#586E75", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "modules", + "color": "#268BD2", + "_t": "embedded.html.js.member.meta.object.objectliteral.other.readwrite.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.embedded.html.js.punctuation.separator.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "function", + "color": "#073642", + "_t": "embedded.function.html.js.meta.source.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.embedded.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.embedded.end.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "mocha", + "color": "#268BD2", + "_t": "block.embedded.function.html.js.meta.object.other.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "run", + "color": "#268BD2", + "_t": "block.embedded.entity.function.html.js.meta.name.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "block.brace.embedded.function.html.js.meta.round.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.embedded.function.html.js.meta.punctuation.source.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "embedded.html.js.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden", + "color": "#2AA198", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "span", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "octicon", + "color": "#2AA198", + "_t": "any.html.meta.string.tag.unquoted", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "span", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "span", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "signed-in-tab-flash", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "You signed in with another tab or window. ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "href", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "Reload", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " to refresh your session.", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "span", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "signed-out-tab-flash", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "You signed out in another tab or window. ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "href", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "Reload", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " to refresh your session.", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "html", + "color": "#FF9DA4", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "head", + "color": "#FF9DA4", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "meta", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "charset", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "utf-8", + "color": "#FF9DA4", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "title", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "VSCode Tests", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "link", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "href", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css", + "color": "#FF9DA4", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "rel", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "stylesheet", + "color": "#FF9DA4", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " />", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "style", + "color": "#FF9DA4", + "_t": "entity.html.name.style.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "type", + "color": "#FF9DA4", + "_t": "attribute-name.css.embedded.entity.html.other.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.css.definition.double.embedded.html.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "text/css", + "color": "#D1F1A9", + "_t": "css.double.embedded.html.quoted.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "css.definition.double.embedded.end.html.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "body", + "color": "#EBBBFF", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFC58F", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "purple", + "color": "#FFC58F", + "_t": "color.constant.css.embedded.html.meta.property-list.property-value.source.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "background-color", + "color": "#FFEEAD", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#99FFFF", + "_t": "color.constant.css.definition.embedded.html.meta.other.property-list.property-value.punctuation.rgb-value.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.color rgb(153, 255, 255)" + }, + { + "content": "d8da3d", + "color": "#99FFFF", + "_t": "color.constant.css.embedded.html.meta.other.property-list.property-value.rgb-value.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.color rgb(153, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.property-value.punctuation.rule.source.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFC58F", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FFFFFF", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "body", + "color": "#FF9DA4", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "div", + "color": "#FF9DA4", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "id", + "color": "#FF9DA4", + "_t": "any.attribute-name.attribute-with-value.entity.html.id.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.attribute-with-value.html.id.key-value.meta.punctuation.separator.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.attribute-with-value.begin.definition.double.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "mocha", + "color": "#FF9DA4", + "_t": "any.attribute-with-value.double.html.id.meta.quoted.string.tag.toc-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.attribute-with-value.definition.double.end.html.id.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "div", + "color": "#FF9DA4", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#7285B7", + "_t": "block.comment.definition.html.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "script", + "color": "#FF9DA4", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "src", + "color": "#FF9DA4", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "/out/vs/loader.js", + "color": "#D1F1A9", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "script", + "color": "#FF9DA4", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "src", + "color": "#FF9DA4", + "_t": "attribute-name.embedded.entity.html.js.other.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.embedded.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js", + "color": "#D1F1A9", + "_t": "double.embedded.html.js.quoted.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.embedded.end.html.js.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "script", + "color": "#FF9DA4", + "_t": "entity.html.name.script.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "definition.embedded.html.js.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "mocha", + "color": "#FF9DA4", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "setup", + "color": "#BBDAFF", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.embedded.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "tdd", + "color": "#D1F1A9", + "_t": "embedded.html.js.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.embedded.end.html.js.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "require", + "color": "#FF9DA4", + "_t": "embedded.html.js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.embedded.html.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "config", + "color": "#BBDAFF", + "_t": "embedded.entity.function.html.js.name.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "baseUrl", + "color": "#FFFFFF", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "/out", + "color": "#D1F1A9", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.embedded.html.js.meta.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "paths", + "color": "#FFFFFF", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "assert", + "color": "#FFFFFF", + "_t": "embedded.html.js.key.member.meta.object.object-literal.objectliteral.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "embedded.html.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "/test/assert.js", + "color": "#D1F1A9", + "_t": "embedded.html.js.member.meta.object.objectliteral.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.embedded.end.html.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.embedded.html.js.member.meta.object.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "require", + "color": "#BBDAFF", + "_t": "embedded.function.html.js.source.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{ ", + "color": "#FFFFFF", + "_t": "embedded.html.js.meta.objectliteral.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "modules", + "color": "#FF9DA4", + "_t": "embedded.html.js.member.meta.object.objectliteral.other.readwrite.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.html.js.member.meta.object.objectliteral.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.embedded.html.js.meta.objectliteral.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.embedded.html.js.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#EBBBFF", + "_t": "embedded.function.html.js.meta.source.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.embedded.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.embedded.end.function.html.js.meta.parameters.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "mocha", + "color": "#FF9DA4", + "_t": "block.embedded.function.html.js.meta.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "run", + "color": "#BBDAFF", + "_t": "block.embedded.entity.function.html.js.meta.name.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "block.brace.embedded.function.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.embedded.function.html.js.meta.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.embedded.function.html.js.meta.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.embedded.function.html.js.meta.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.embedded.html.js.meta.round.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "embedded.html.js.punctuation.source.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "embedded.html.js.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FFFFFF", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "div", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "class", + "color": "#FF9DA4", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden", + "color": "#FF9DA4", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "span", + "color": "#FF9DA4", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "class", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "octicon", + "color": "#FF9DA4", + "_t": "any.html.meta.string.tag.unquoted", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.between-tag-pair.definition.html.meta.punctuation.scope.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "span", + "color": "#FF9DA4", + "_t": "any.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "span", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "class", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "signed-in-tab-flash", + "color": "#FF9DA4", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "You signed in with another tab or window. ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "a", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "href", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Reload", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " to refresh your session.", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "span", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "class", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "signed-out-tab-flash", + "color": "#FF9DA4", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "You signed out in another tab or window. ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "a", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "href", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Reload", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " to refresh your session.", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.html.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.html.result.patch new file mode 100644 index 000000000..92362ffbe --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.html.result.patch @@ -0,0 +1,1654 @@ +{ + "abyss": [], + "dark_vs": [ + { + "index": 12, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 14, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 30, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 32, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 36, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 38, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 44, + "content": "type", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 85, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 87, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 205, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 207, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 227, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 229, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 237, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 238, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 254, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 256, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 264, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 265, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + } + ], + "light_vs": [ + { + "index": 12, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 14, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 30, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 32, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 36, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 38, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 44, + "content": "type", + "color": "#800000", + "newColor": "#FF0000" + }, + { + "index": 85, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 87, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 131, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 132, + "content": "tdd", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 133, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 146, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 147, + "content": "/out", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 148, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 159, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 160, + "content": "/test/assert.js", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 161, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 205, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 207, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 227, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 229, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 237, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 238, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 254, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 256, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 264, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 265, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + } + ], + "hc_black": [ + { + "index": 12, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 14, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 30, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 32, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 36, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 38, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 44, + "content": "type", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 85, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 87, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 205, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 207, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 227, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 229, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 237, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 238, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 254, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 256, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 264, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 265, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + } + ], + "dark_plus": [ + { + "index": 12, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 14, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 30, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 32, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 36, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 38, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 44, + "content": "type", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 85, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 87, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 205, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 207, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 227, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 229, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 237, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 238, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 254, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 256, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 264, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 265, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + } + ], + "light_plus": [ + { + "index": 12, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 14, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 30, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 32, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 36, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 38, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 44, + "content": "type", + "color": "#800000", + "newColor": "#FF0000" + }, + { + "index": 85, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 87, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 131, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 132, + "content": "tdd", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 133, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 146, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 147, + "content": "/out", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 148, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 159, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 160, + "content": "/test/assert.js", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 161, + "content": "'", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 205, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 207, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 227, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 229, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 237, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 238, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 254, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 256, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 264, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 265, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + } + ], + "kimbie_dark": [ + { + "index": 53, + "content": "{", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 58, + "content": "purple", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 68, + "content": "}", + "color": "#18401E", + "newColor": "#D3AF86" + } + ], + "monokai": [], + "monokai_dimmed": [ + { + "index": 132, + "content": "tdd", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 147, + "content": "/out", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 160, + "content": "/test/assert.js", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 215, + "content": "octicon", + "color": "#D0B344", + "newColor": "#9AA83A" + } + ], + "quietlight": [ + { + "index": 12, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 13, + "content": "utf-8", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 14, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 30, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 31, + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 32, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 36, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 37, + "content": "stylesheet", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 38, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 56, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 58, + "content": "purple", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 59, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 62, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 64, + "content": "#", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 66, + "content": ";", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 84, + "content": "=", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 85, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 86, + "content": "mocha", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 87, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 144, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 149, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 152, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 157, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 205, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 206, + "content": "js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 207, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 215, + "content": "octicon", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 227, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 228, + "content": "signed-in-tab-flash", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 229, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 237, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 238, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 254, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 255, + "content": "signed-out-tab-flash", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 256, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 264, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 265, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + } + ], + "red": [ + { + "index": 12, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 13, + "content": "utf-8", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 14, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 30, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 31, + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 32, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 36, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 37, + "content": "stylesheet", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 38, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 46, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 47, + "content": "text/css", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 48, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 58, + "content": "purple", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 85, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 86, + "content": "mocha", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 87, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 104, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 105, + "content": "/out/vs/loader.js", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 106, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 116, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 117, + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 118, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 131, + "content": "'", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 132, + "content": "tdd", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 133, + "content": "'", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 146, + "content": "'", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 147, + "content": "/out", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 148, + "content": "'", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 159, + "content": "'", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 160, + "content": "/test/assert.js", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 161, + "content": "'", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 205, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 206, + "content": "js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 207, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 215, + "content": "octicon", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 227, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 228, + "content": "signed-in-tab-flash", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 229, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 237, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 238, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 254, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 255, + "content": "signed-out-tab-flash", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 256, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 264, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 265, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + } + ], + "solarized_dark": [ + { + "index": 12, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 14, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 30, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 32, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 36, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 38, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 53, + "content": "{", + "color": "#D30102", + "newColor": "#93A1A1" + }, + { + "index": 68, + "content": "}", + "color": "#D30102", + "newColor": "#93A1A1" + }, + { + "index": 85, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 87, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 205, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 207, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 227, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 229, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 237, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 238, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 254, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 256, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 264, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 265, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + } + ], + "solarized_light": [ + { + "index": 12, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 14, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 30, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 32, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 36, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 38, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 53, + "content": "{", + "color": "#D30102", + "newColor": "#586E75" + }, + { + "index": 68, + "content": "}", + "color": "#D30102", + "newColor": "#586E75" + }, + { + "index": 85, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 87, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 205, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 207, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 227, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 229, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 237, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 238, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 254, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 256, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 264, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 265, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + } + ], + "tomorrow_night_blue": [ + { + "index": 12, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 13, + "content": "utf-8", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 14, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 30, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 31, + "content": "https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 32, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 36, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 37, + "content": "stylesheet", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 38, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 53, + "content": "{", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 68, + "content": "}", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 84, + "content": "=", + "color": "#FFFFFF", + "newColor": "#FF9DA4" + }, + { + "index": 85, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 86, + "content": "mocha", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 87, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 205, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 206, + "content": "js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 207, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 215, + "content": "octicon", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 227, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 228, + "content": "signed-in-tab-flash", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 229, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 237, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 238, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 254, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 255, + "content": "signed-out-tab-flash", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 256, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 264, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 265, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ini b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ini new file mode 100644 index 000000000..1461ad45d --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ini @@ -0,0 +1,10 @@ +; last modified 1 April 2001 by John Doe +[owner] +name=John Doe +organization=Acme Widgets Inc. + +[database] +; use IP address in case network name resolution is not working +server=192.0.2.62 +port=143 +file="payroll.dat" \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ini.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ini.result new file mode 100644 index 000000000..5491feb25 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ini.result @@ -0,0 +1,2298 @@ +{ + "abyss": [ + { + "content": ";", + "color": "#223355", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " last modified 1 April 2001 by John Doe", + "color": "#223355", + "_t": "comment.ini.line.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "owner", + "color": "#6688CC", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "name", + "color": "#225588", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "John Doe", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "organization", + "color": "#225588", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Acme Widgets Inc.", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "database", + "color": "#6688CC", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#223355", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " use IP address in case network name resolution is not working", + "color": "#223355", + "_t": "comment.ini.line.semicolon", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "server", + "color": "#225588", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "192.0.2.62", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "port", + "color": "#225588", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "143", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "file", + "color": "#225588", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.ini.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "payroll.dat", + "color": "#22AA44", + "_t": "double.ini.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.ini.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + } + ], + "dark_vs": [ + { + "content": ";", + "color": "#608B4E", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " last modified 1 April 2001 by John Doe", + "color": "#608B4E", + "_t": "comment.ini.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "owner", + "color": "#D4D4D4", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#569CD6", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "John Doe", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "organization", + "color": "#569CD6", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Acme Widgets Inc.", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "database", + "color": "#D4D4D4", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " use IP address in case network name resolution is not working", + "color": "#608B4E", + "_t": "comment.ini.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "server", + "color": "#569CD6", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "192.0.2.62", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "port", + "color": "#569CD6", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "143", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "file", + "color": "#569CD6", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.ini.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "payroll.dat", + "color": "#CE9178", + "_t": "double.ini.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.ini.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + } + ], + "light_vs": [ + { + "content": ";", + "color": "#008000", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " last modified 1 April 2001 by John Doe", + "color": "#008000", + "_t": "comment.ini.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "owner", + "color": "#000000", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#0000FF", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "=", + "color": "#000000", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "John Doe", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "organization", + "color": "#0000FF", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "=", + "color": "#000000", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Acme Widgets Inc.", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "database", + "color": "#000000", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " use IP address in case network name resolution is not working", + "color": "#008000", + "_t": "comment.ini.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "server", + "color": "#0000FF", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "=", + "color": "#000000", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "192.0.2.62", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "port", + "color": "#0000FF", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "=", + "color": "#000000", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "143", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "file", + "color": "#0000FF", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "=", + "color": "#000000", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.ini.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "payroll.dat", + "color": "#A31515", + "_t": "double.ini.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.ini.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + } + ], + "hc_black": [ + { + "content": ";", + "color": "#7CA668", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " last modified 1 April 2001 by John Doe", + "color": "#7CA668", + "_t": "comment.ini.line.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "owner", + "color": "#FFFFFF", + "_t": "entity.group-title.ini.name.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "name", + "color": "#569CD6", + "_t": "definition.ini.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "ini.key-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "John Doe", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "organization", + "color": "#569CD6", + "_t": "definition.ini.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "ini.key-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Acme Widgets Inc.", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "database", + "color": "#FFFFFF", + "_t": "entity.group-title.ini.name.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7CA668", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " use IP address in case network name resolution is not working", + "color": "#7CA668", + "_t": "comment.ini.line.semicolon", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "server", + "color": "#569CD6", + "_t": "definition.ini.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "ini.key-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "192.0.2.62", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "port", + "color": "#569CD6", + "_t": "definition.ini.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "ini.key-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "143", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "file", + "color": "#569CD6", + "_t": "definition.ini.keyword.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "ini.key-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.ini.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "payroll.dat", + "color": "#CE9178", + "_t": "double.ini.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.ini.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + ], + "dark_plus": [ + { + "content": ";", + "color": "#608B4E", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " last modified 1 April 2001 by John Doe", + "color": "#608B4E", + "_t": "comment.ini.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "owner", + "color": "#D4D4D4", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#569CD6", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "John Doe", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "organization", + "color": "#569CD6", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Acme Widgets Inc.", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "database", + "color": "#D4D4D4", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#608B4E", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " use IP address in case network name resolution is not working", + "color": "#608B4E", + "_t": "comment.ini.line.semicolon", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "server", + "color": "#569CD6", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "192.0.2.62", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "port", + "color": "#569CD6", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "143", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "file", + "color": "#569CD6", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.ini.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "payroll.dat", + "color": "#CE9178", + "_t": "double.ini.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.ini.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + } + ], + "light_plus": [ + { + "content": ";", + "color": "#008000", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " last modified 1 April 2001 by John Doe", + "color": "#008000", + "_t": "comment.ini.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "owner", + "color": "#000000", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#0000FF", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "=", + "color": "#000000", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "John Doe", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "organization", + "color": "#0000FF", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "=", + "color": "#000000", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Acme Widgets Inc.", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "database", + "color": "#000000", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#008000", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " use IP address in case network name resolution is not working", + "color": "#008000", + "_t": "comment.ini.line.semicolon", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "server", + "color": "#0000FF", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "=", + "color": "#000000", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "192.0.2.62", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "port", + "color": "#0000FF", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "=", + "color": "#000000", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "143", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "file", + "color": "#0000FF", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "=", + "color": "#000000", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.ini.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "payroll.dat", + "color": "#A31515", + "_t": "double.ini.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.ini.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + } + ], + "kimbie_dark": [ + { + "content": ";", + "color": "#A57A4C", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " last modified 1 April 2001 by John Doe", + "color": "#A57A4C", + "_t": "comment.ini.line.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "[", + "color": "#8AB1B0", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.section rgb(138, 177, 176)" + }, + { + "content": "owner", + "color": "#8AB1B0", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.section rgb(138, 177, 176)" + }, + { + "content": "]", + "color": "#8AB1B0", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.section rgb(138, 177, 176)" + }, + { + "content": "name", + "color": "#98676A", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "John Doe", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "organization", + "color": "#98676A", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Acme Widgets Inc.", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#8AB1B0", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.section rgb(138, 177, 176)" + }, + { + "content": "database", + "color": "#8AB1B0", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.section rgb(138, 177, 176)" + }, + { + "content": "]", + "color": "#8AB1B0", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.section rgb(138, 177, 176)" + }, + { + "content": ";", + "color": "#A57A4C", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " use IP address in case network name resolution is not working", + "color": "#A57A4C", + "_t": "comment.ini.line.semicolon", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "server", + "color": "#98676A", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "192.0.2.62", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "port", + "color": "#98676A", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "143", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "file", + "color": "#98676A", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.ini.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "payroll.dat", + "color": "#889B4A", + "_t": "double.ini.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.ini.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": ";", + "color": "#75715E", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " last modified 1 April 2001 by John Doe", + "color": "#75715E", + "_t": "comment.ini.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "owner", + "color": "#F8F8F2", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "name", + "color": "#F92672", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "John Doe", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "organization", + "color": "#F92672", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Acme Widgets Inc.", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "database", + "color": "#F8F8F2", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#75715E", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " use IP address in case network name resolution is not working", + "color": "#75715E", + "_t": "comment.ini.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "server", + "color": "#F92672", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "192.0.2.62", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "port", + "color": "#F92672", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "143", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "file", + "color": "#F92672", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.ini.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "payroll.dat", + "color": "#E6DB74", + "_t": "double.ini.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.ini.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + } + ], + "monokai_dimmed": [ + { + "content": ";", + "color": "#9A9B99", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " last modified 1 April 2001 by John Doe", + "color": "#9A9B99", + "_t": "comment.ini.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "owner", + "color": "#C5C8C6", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "name", + "color": "#676867", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "=", + "color": "#C5C8C6", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "John Doe", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "organization", + "color": "#676867", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "=", + "color": "#C5C8C6", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Acme Widgets Inc.", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "database", + "color": "#C5C8C6", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#9A9B99", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " use IP address in case network name resolution is not working", + "color": "#9A9B99", + "_t": "comment.ini.line.semicolon", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "server", + "color": "#676867", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "=", + "color": "#C5C8C6", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "192.0.2.62", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "port", + "color": "#676867", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "=", + "color": "#C5C8C6", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "143", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "file", + "color": "#676867", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "=", + "color": "#C5C8C6", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.ini.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "payroll.dat", + "color": "#9AA83A", + "_t": "double.ini.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.ini.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + } + ], + "quietlight": [ + { + "content": ";", + "color": "#AAAAAA", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " last modified 1 April 2001 by John Doe", + "color": "#AAAAAA", + "_t": "comment.ini.line.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "[", + "color": "#AB6526", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "owner", + "color": "#333333", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.section rgb(51, 51, 51)" + }, + { + "content": "]", + "color": "#AB6526", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "name", + "color": "#4B83CD", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "=", + "color": "#777777", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "John Doe", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "organization", + "color": "#4B83CD", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "=", + "color": "#777777", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Acme Widgets Inc.", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#AB6526", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "database", + "color": "#333333", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.section rgb(51, 51, 51)" + }, + { + "content": "]", + "color": "#AB6526", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#AAAAAA", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " use IP address in case network name resolution is not working", + "color": "#AAAAAA", + "_t": "comment.ini.line.semicolon", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "server", + "color": "#4B83CD", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "=", + "color": "#777777", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "192.0.2.62", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "port", + "color": "#4B83CD", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "=", + "color": "#777777", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "143", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "file", + "color": "#4B83CD", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "=", + "color": "#777777", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.ini.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "payroll.dat", + "color": "#448C27", + "_t": "double.ini.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.ini.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": ";", + "color": "#E7C0C0", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " last modified 1 April 2001 by John Doe", + "color": "#E7C0C0", + "_t": "comment.ini.line.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "[", + "color": "#FEC758", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "owner", + "color": "#FEC758", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "]", + "color": "#FEC758", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "name", + "color": "#F12727", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "=", + "color": "#F8F8F8", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "John Doe", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "organization", + "color": "#F12727", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "=", + "color": "#F8F8F8", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Acme Widgets Inc.", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#FEC758", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "database", + "color": "#FEC758", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "]", + "color": "#FEC758", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ";", + "color": "#E7C0C0", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " use IP address in case network name resolution is not working", + "color": "#E7C0C0", + "_t": "comment.ini.line.semicolon", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "server", + "color": "#F12727", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "=", + "color": "#F8F8F8", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "192.0.2.62", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "port", + "color": "#F12727", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "=", + "color": "#F8F8F8", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "143", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "file", + "color": "#F12727", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "=", + "color": "#F8F8F8", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.ini.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "payroll.dat", + "color": "#CD8D8D", + "_t": "double.ini.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.ini.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + } + ], + "solarized_dark": [ + { + "content": ";", + "color": "#657B83", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " last modified 1 April 2001 by John Doe", + "color": "#657B83", + "_t": "comment.ini.line.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "owner", + "color": "#93A1A1", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "name", + "color": "#859900", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "John Doe", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "organization", + "color": "#859900", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Acme Widgets Inc.", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "database", + "color": "#93A1A1", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#657B83", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " use IP address in case network name resolution is not working", + "color": "#657B83", + "_t": "comment.ini.line.semicolon", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "server", + "color": "#859900", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "192.0.2.62", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "port", + "color": "#859900", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "143", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "file", + "color": "#859900", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.ini.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "payroll.dat", + "color": "#2AA198", + "_t": "double.ini.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.ini.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + } + ], + "solarized_light": [ + { + "content": ";", + "color": "#93A1A1", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " last modified 1 April 2001 by John Doe", + "color": "#93A1A1", + "_t": "comment.ini.line.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "owner", + "color": "#586E75", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "name", + "color": "#859900", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "John Doe", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "organization", + "color": "#859900", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Acme Widgets Inc.", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "database", + "color": "#586E75", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " use IP address in case network name resolution is not working", + "color": "#93A1A1", + "_t": "comment.ini.line.semicolon", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "server", + "color": "#859900", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "192.0.2.62", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "port", + "color": "#859900", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "143", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "file", + "color": "#859900", + "_t": "definition.ini.keyword.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.ini.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "payroll.dat", + "color": "#2AA198", + "_t": "double.ini.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.ini.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + } + ], + "tomorrow_night_blue": [ + { + "content": ";", + "color": "#7285B7", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " last modified 1 April 2001 by John Doe", + "color": "#7285B7", + "_t": "comment.ini.line.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "owner", + "color": "#FFFFFF", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "name", + "color": "#EBBBFF", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "John Doe", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "organization", + "color": "#EBBBFF", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Acme Widgets Inc.", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "database", + "color": "#FFFFFF", + "_t": "entity.group-title.ini.name.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "definition.entity.group-title.ini.name.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#7285B7", + "_t": "comment.definition.ini.line.punctuation.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " use IP address in case network name resolution is not working", + "color": "#7285B7", + "_t": "comment.ini.line.semicolon", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "server", + "color": "#EBBBFF", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "192.0.2.62", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "port", + "color": "#EBBBFF", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "143", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "file", + "color": "#EBBBFF", + "_t": "definition.ini.keyword.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "ini.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.ini.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "payroll.dat", + "color": "#D1F1A9", + "_t": "double.ini.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.ini.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jade b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jade new file mode 100644 index 000000000..b1d4c72d2 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jade @@ -0,0 +1,27 @@ +// h1(name=maintainer.name) +// | Maintainer: +// = ' ' + maintainer.name +table + tr + td(style='width: '+(100/2)+'%'). + Twitter + td= maintainer.twitter + tr + td(style='width: '+(100/2)+'%'). + Blog + td= maintainer.blog + +- var user = { name: 'John' } +if user + div.welcomebox + // Filtered inline output + p. + Welcome, #{user.name} +else + div.loginbox + form(name="login", action="/login", method="post") + input(type="text", name="user") + input(type="password", name="pass") + input(type="submit", value="login") + +p #[code samp] — Regular text. #[samp This is sample text] more text. \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jade.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jade.result new file mode 100644 index 000000000..aa4f34a42 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jade.result @@ -0,0 +1,13722 @@ +{ + "abyss": [ + { + "content": "// h1(name=maintainer.name)", + "color": "#22AA44", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "// | Maintainer:", + "color": "#22AA44", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "// = ' ' + maintainer.name", + "color": "#22AA44", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "table", + "color": "#225588", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "tr", + "color": "#225588", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "td", + "color": "#225588", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#F280D0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "style", + "color": "#DDBB88", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'width: '", + "color": "#22AA44", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "100", + "color": "#F280D0", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "/", + "color": "#225588", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "'%'", + "color": "#22AA44", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#F280D0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Twitter", + "color": "#225588", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "td", + "color": "#225588", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "constant.js.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "maintainer", + "color": "#6688CC", + "_t": "js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "twitter", + "color": "#6688CC", + "_t": "js.other.property.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "tr", + "color": "#225588", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "td", + "color": "#225588", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#F280D0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "style", + "color": "#DDBB88", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'width: '", + "color": "#22AA44", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "100", + "color": "#F280D0", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "/", + "color": "#225588", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "'%'", + "color": "#22AA44", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#F280D0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Blog", + "color": "#225588", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "td", + "color": "#225588", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "constant.js.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "maintainer", + "color": "#6688CC", + "_t": "js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "blog", + "color": "#6688CC", + "_t": "js.other.property.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "- ", + "color": "#6688CC", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "expr.js.meta.source.storage.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.source.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "user", + "color": "#6688CC", + "_t": "expr.js.meta.other.readwrite.source.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.source.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.js.keyword.meta.operator.source.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.source.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "name", + "color": "#6688CC", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "John", + "color": "#22AA44", + "_t": "expr.js.member.meta.object.objectliteral.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#9966B8", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "control.flow.jade.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "user", + "color": "#6688CC", + "_t": "control.flow.jade.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "div", + "color": "#225588", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ".welcomebox", + "color": "#F280D0", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": " // Filtered inline output", + "color": "#22AA44", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "p", + "color": "#225588", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " Welcome, ", + "color": "#6688CC", + "_t": "block.jade.text", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#{", + "color": "#22AA44", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "user", + "color": "#22AA44", + "_t": "block.interpolated.jade.js.object.other.string.text.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ".", + "color": "#22AA44", + "_t": "accessor.block.interpolated.jade.js.punctuation.string.text", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "name", + "color": "#22AA44", + "_t": "block.dom.interpolated.jade.js.property.string.support.text.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#22AA44", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "else", + "color": "#9966B8", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "div", + "color": "#225588", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ".loginbox", + "color": "#F280D0", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "form", + "color": "#225588", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#F280D0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "name", + "color": "#DDBB88", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"login\"", + "color": "#22AA44", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "action", + "color": "#DDBB88", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"/login\"", + "color": "#22AA44", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "method", + "color": "#DDBB88", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"post\"", + "color": "#22AA44", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#F280D0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "input", + "color": "#225588", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#F280D0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "type", + "color": "#DDBB88", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"text\"", + "color": "#22AA44", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "name", + "color": "#DDBB88", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"user\"", + "color": "#22AA44", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#F280D0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "input", + "color": "#225588", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#F280D0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "type", + "color": "#DDBB88", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"password\"", + "color": "#22AA44", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "name", + "color": "#DDBB88", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"pass\"", + "color": "#22AA44", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#F280D0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "input", + "color": "#225588", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#F280D0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "type", + "color": "#DDBB88", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"submit\"", + "color": "#22AA44", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "value", + "color": "#DDBB88", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"login\"", + "color": "#22AA44", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#F280D0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "p", + "color": "#225588", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#[", + "color": "#DDBB88", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "code", + "color": "#225588", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "samp", + "color": "#225588", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "]", + "color": "#DDBB88", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " — Regular text. ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#[", + "color": "#DDBB88", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "samp", + "color": "#225588", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "This", + "color": "#225588", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "is", + "color": "#225588", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sample", + "color": "#225588", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "text", + "color": "#225588", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "]", + "color": "#DDBB88", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " more text.", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "// h1(name=maintainer.name)", + "color": "#CE9178", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "// | Maintainer:", + "color": "#CE9178", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "// = ' ' + maintainer.name", + "color": "#CE9178", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "table", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "tr", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "td", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "style", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'width: '", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "'%'", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Twitter", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "td", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "constant.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "maintainer", + "color": "#D4D4D4", + "_t": "js.object.other.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.js.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "twitter", + "color": "#D4D4D4", + "_t": "js.other.property.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "tr", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "td", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "style", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'width: '", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "'%'", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Blog", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "td", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "constant.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "maintainer", + "color": "#D4D4D4", + "_t": "js.object.other.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.js.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "blog", + "color": "#D4D4D4", + "_t": "js.other.property.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.source.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.source.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "user", + "color": "#D4D4D4", + "_t": "expr.js.meta.other.readwrite.source.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.source.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.source.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.source.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.objectliteral.source.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#D4D4D4", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.source.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "John", + "color": "#CE9178", + "_t": "expr.js.member.meta.object.objectliteral.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "control.flow.jade.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "user", + "color": "#D4D4D4", + "_t": "control.flow.jade.js.meta.other.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ".welcomebox", + "color": "#569CD6", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " // Filtered inline output", + "color": "#CE9178", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " Welcome, ", + "color": "#D4D4D4", + "_t": "block.jade.text", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "user", + "color": "#CE9178", + "_t": "block.interpolated.jade.js.object.other.string.text.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "accessor.block.interpolated.jade.js.punctuation.string.text", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "name", + "color": "#CE9178", + "_t": "block.dom.interpolated.jade.js.property.string.support.text.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ".loginbox", + "color": "#569CD6", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "form", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"login\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "action", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"/login\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "method", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"post\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "input", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"text\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"user\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "input", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"password\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"pass\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "input", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"submit\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "value", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"login\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#[", + "color": "#D4D4D4", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "code", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "inline.jade", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "samp", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " — Regular text. ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#[", + "color": "#D4D4D4", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "samp", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "inline.jade", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "This", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "inline.jade", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "is", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "inline.jade", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sample", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "inline.jade", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " more text.", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "// h1(name=maintainer.name)", + "color": "#0000FF", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": "// | Maintainer:", + "color": "#0000FF", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": "// = ' ' + maintainer.name", + "color": "#0000FF", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": "table", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "tr", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "td", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "style", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'width: '", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100", + "color": "#09885A", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "/", + "color": "#000000", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "'%'", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Twitter", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "td", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "constant.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "maintainer", + "color": "#000000", + "_t": "js.object.other.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.js.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "twitter", + "color": "#000000", + "_t": "js.other.property.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "tr", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "td", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "style", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'width: '", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100", + "color": "#09885A", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "/", + "color": "#000000", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "'%'", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Blog", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "td", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "constant.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "maintainer", + "color": "#000000", + "_t": "js.object.other.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.js.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "blog", + "color": "#000000", + "_t": "js.other.property.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.js.meta.source.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.source.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "user", + "color": "#000000", + "_t": "expr.js.meta.other.readwrite.source.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.source.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.js.keyword.meta.operator.source.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.source.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.objectliteral.source.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#000000", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.source.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "John", + "color": "#A31515", + "_t": "expr.js.member.meta.object.objectliteral.quoted.single.source.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "control.flow.jade.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "user", + "color": "#000000", + "_t": "control.flow.jade.js.meta.other.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ".welcomebox", + "color": "#0000FF", + "_t": "constant.js.language", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " // Filtered inline output", + "color": "#0000FF", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " Welcome, ", + "color": "#000000", + "_t": "block.jade.text", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#{", + "color": "#0000FF", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": "user", + "color": "#0000FF", + "_t": "block.interpolated.jade.js.object.other.string.text.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#0000FF", + "_t": "accessor.block.interpolated.jade.js.punctuation.string.text", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": "name", + "color": "#0000FF", + "_t": "block.dom.interpolated.jade.js.property.string.support.text.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": "}", + "color": "#0000FF", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": "else", + "color": "#0000FF", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ".loginbox", + "color": "#0000FF", + "_t": "constant.js.language", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "form", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"login\"", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "action", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"/login\"", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "method", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"post\"", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "input", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "type", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"text\"", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"user\"", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "input", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "type", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"password\"", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"pass\"", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "input", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "type", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"submit\"", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "value", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"login\"", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#[", + "color": "#000000", + "_t": "entity.function.inline.jade.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "code", + "color": "#800000", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "inline.jade", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "samp", + "color": "#800000", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "entity.function.inline.jade.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " — Regular text. ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#[", + "color": "#000000", + "_t": "entity.function.inline.jade.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "samp", + "color": "#800000", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "inline.jade", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "This", + "color": "#800000", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "inline.jade", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "is", + "color": "#800000", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "inline.jade", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sample", + "color": "#800000", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "inline.jade", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text", + "color": "#800000", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "entity.function.inline.jade.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " more text.", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "// h1(name=maintainer.name)", + "color": "#CE9178", + "_t": "block.buffered.comment.jade.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "// | Maintainer:", + "color": "#CE9178", + "_t": "block.buffered.comment.jade.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "// = ' ' + maintainer.name", + "color": "#CE9178", + "_t": "block.buffered.comment.jade.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "table", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "tr", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "td", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "style", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "attribute_value.meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'width: '", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "attribute_value.meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "attribute_value.meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "'%'", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Twitter", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "td", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "constant.js.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "js.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "maintainer", + "color": "#FFFFFF", + "_t": "js.object.other.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.js.punctuation.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "twitter", + "color": "#FFFFFF", + "_t": "js.other.property.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "tr", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "td", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "style", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "attribute_value.meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'width: '", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "attribute_value.meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "attribute_value.meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "'%'", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Blog", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "td", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "constant.js.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "js.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "maintainer", + "color": "#FFFFFF", + "_t": "js.object.other.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.js.punctuation.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "blog", + "color": "#FFFFFF", + "_t": "js.other.property.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "js.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.source.storage.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.source.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "user", + "color": "#FFFFFF", + "_t": "expr.js.meta.other.readwrite.source.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.source.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.source.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.source.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.objectliteral.source.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "name", + "color": "#FFFFFF", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.source.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "John", + "color": "#CE9178", + "_t": "expr.js.member.meta.object.objectliteral.quoted.single.source.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "control.flow.jade.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "user", + "color": "#FFFFFF", + "_t": "control.flow.jade.js.meta.other.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ".welcomebox", + "color": "#569CD6", + "_t": "constant.js.language", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " // Filtered inline output", + "color": "#CE9178", + "_t": "block.buffered.comment.jade.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " Welcome, ", + "color": "#FFFFFF", + "_t": "block.jade.text", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "block.interpolated.jade.string.text", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "user", + "color": "#CE9178", + "_t": "block.interpolated.jade.js.object.other.string.text.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "accessor.block.interpolated.jade.js.punctuation.string.text", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "name", + "color": "#CE9178", + "_t": "block.dom.interpolated.jade.js.property.string.support.text.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "block.interpolated.jade.string.text", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ".loginbox", + "color": "#569CD6", + "_t": "constant.js.language", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "form", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "attribute_value.meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"login\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "action", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "attribute_value.meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"/login\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "method", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "attribute_value.meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"post\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "input", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "attribute_value.meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"text\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "attribute_value.meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"user\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "input", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "attribute_value.meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"password\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "attribute_value.meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"pass\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "input", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "attribute_value.meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"submit\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "value", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "attribute_value.meta.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"login\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#[", + "color": "#FFFFFF", + "_t": "entity.function.inline.jade.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "code", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "inline.jade", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "samp", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "entity.function.inline.jade.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " — Regular text. ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#[", + "color": "#FFFFFF", + "_t": "entity.function.inline.jade.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "samp", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "inline.jade", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "This", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "inline.jade", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "is", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "inline.jade", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sample", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "inline.jade", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "text", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "entity.function.inline.jade.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " more text.", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "// h1(name=maintainer.name)", + "color": "#CE9178", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "// | Maintainer:", + "color": "#CE9178", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "// = ' ' + maintainer.name", + "color": "#CE9178", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "table", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "tr", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "td", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "style", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'width: '", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "'%'", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Twitter", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "td", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "constant.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "maintainer", + "color": "#9CDCFE", + "_t": "js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.js.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "twitter", + "color": "#9CDCFE", + "_t": "js.other.property.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "tr", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "td", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "style", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'width: '", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "'%'", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Blog", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "td", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "constant.js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "maintainer", + "color": "#9CDCFE", + "_t": "js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.js.punctuation.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "blog", + "color": "#9CDCFE", + "_t": "js.other.property.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "js.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.source.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.source.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "user", + "color": "#9CDCFE", + "_t": "expr.js.meta.other.readwrite.source.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.source.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.source.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.source.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.objectliteral.source.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "John", + "color": "#CE9178", + "_t": "expr.js.member.meta.object.objectliteral.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "control.flow.jade.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "user", + "color": "#9CDCFE", + "_t": "control.flow.jade.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ".welcomebox", + "color": "#569CD6", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " // Filtered inline output", + "color": "#CE9178", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " Welcome, ", + "color": "#D4D4D4", + "_t": "block.jade.text", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "user", + "color": "#9CDCFE", + "_t": "block.interpolated.jade.js.object.other.string.text.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "accessor.block.interpolated.jade.js.punctuation.string.text", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "block.dom.interpolated.jade.js.property.string.support.text.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ".loginbox", + "color": "#569CD6", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "form", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"login\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "action", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"/login\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "method", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"post\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "input", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"text\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"user\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "input", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"password\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"pass\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "input", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"submit\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "value", + "color": "#9CDCFE", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"login\"", + "color": "#CE9178", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#[", + "color": "#DCDCAA", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "code", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "inline.jade", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "samp", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "]", + "color": "#DCDCAA", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " — Regular text. ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#[", + "color": "#DCDCAA", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "samp", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "inline.jade", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "This", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "inline.jade", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "is", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "inline.jade", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sample", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "inline.jade", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text", + "color": "#569CD6", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "]", + "color": "#DCDCAA", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " more text.", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "// h1(name=maintainer.name)", + "color": "#0000FF", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": "// | Maintainer:", + "color": "#0000FF", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": "// = ' ' + maintainer.name", + "color": "#0000FF", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": "table", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "tr", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "td", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "style", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'width: '", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100", + "color": "#09885A", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "/", + "color": "#000000", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "'%'", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Twitter", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "td", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "constant.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "maintainer", + "color": "#001080", + "_t": "js.object.other.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.js.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "twitter", + "color": "#001080", + "_t": "js.other.property.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "tr", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "td", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "style", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'width: '", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100", + "color": "#09885A", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "/", + "color": "#000000", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "'%'", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Blog", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "td", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "constant.js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "maintainer", + "color": "#001080", + "_t": "js.object.other.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.js.punctuation.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "blog", + "color": "#001080", + "_t": "js.other.property.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "js.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.js.meta.source.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.source.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "user", + "color": "#001080", + "_t": "expr.js.meta.other.readwrite.source.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.source.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.js.keyword.meta.operator.source.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.source.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.objectliteral.source.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#001080", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.source.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "John", + "color": "#A31515", + "_t": "expr.js.member.meta.object.objectliteral.quoted.single.source.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "control.flow.jade.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "user", + "color": "#001080", + "_t": "control.flow.jade.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ".welcomebox", + "color": "#0000FF", + "_t": "constant.js.language", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " // Filtered inline output", + "color": "#0000FF", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " Welcome, ", + "color": "#000000", + "_t": "block.jade.text", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#{", + "color": "#0000FF", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": "user", + "color": "#0000FF", + "_t": "block.interpolated.jade.js.object.other.string.text.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#0000FF", + "_t": "accessor.block.interpolated.jade.js.punctuation.string.text", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": "name", + "color": "#001080", + "_t": "block.dom.interpolated.jade.js.property.string.support.text.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#0000FF", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": "else", + "color": "#0000FF", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ".loginbox", + "color": "#0000FF", + "_t": "constant.js.language", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "form", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"login\"", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "action", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"/login\"", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "method", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"post\"", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "input", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "type", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"text\"", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"user\"", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "input", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "type", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"password\"", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"pass\"", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "input", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "type", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"submit\"", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "value", + "color": "#FF0000", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"login\"", + "color": "#0000FF", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.jade rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#[", + "color": "#795E26", + "_t": "entity.function.inline.jade.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "code", + "color": "#800000", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "inline.jade", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "samp", + "color": "#800000", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "]", + "color": "#795E26", + "_t": "entity.function.inline.jade.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " — Regular text. ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#[", + "color": "#795E26", + "_t": "entity.function.inline.jade.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "samp", + "color": "#800000", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "inline.jade", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "This", + "color": "#800000", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "inline.jade", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "is", + "color": "#800000", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "inline.jade", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sample", + "color": "#800000", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "inline.jade", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text", + "color": "#800000", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "]", + "color": "#795E26", + "_t": "entity.function.inline.jade.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " more text.", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "// h1(name=maintainer.name)", + "color": "#889B4A", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "// | Maintainer:", + "color": "#889B4A", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "// = ' ' + maintainer.name", + "color": "#889B4A", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "table", + "color": "#DC3958", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "tr", + "color": "#DC3958", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "td", + "color": "#DC3958", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "(", + "color": "#F79A32", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "style", + "color": "#F79A32", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'width: '", + "color": "#889B4A", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "100", + "color": "#F79A32", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "'%'", + "color": "#889B4A", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ")", + "color": "#F79A32", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Twitter", + "color": "#DC3958", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "td", + "color": "#DC3958", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#F79A32", + "_t": "constant.js.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "maintainer", + "color": "#DC3958", + "_t": "js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "twitter", + "color": "#DC3958", + "_t": "js.other.property.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "tr", + "color": "#DC3958", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "td", + "color": "#DC3958", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "(", + "color": "#F79A32", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "style", + "color": "#F79A32", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'width: '", + "color": "#889B4A", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "100", + "color": "#F79A32", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "'%'", + "color": "#889B4A", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ")", + "color": "#F79A32", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Blog", + "color": "#DC3958", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "td", + "color": "#DC3958", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#F79A32", + "_t": "constant.js.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "maintainer", + "color": "#DC3958", + "_t": "js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "blog", + "color": "#DC3958", + "_t": "js.other.property.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "- ", + "color": "#D3AF86", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "expr.js.meta.source.storage.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.source.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "user", + "color": "#DC3958", + "_t": "expr.js.meta.other.readwrite.source.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.source.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.js.keyword.meta.operator.source.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.source.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "name", + "color": "#D3AF86", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "John", + "color": "#889B4A", + "_t": "expr.js.member.meta.object.objectliteral.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "control.flow.jade.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "user", + "color": "#DC3958", + "_t": "control.flow.jade.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "div", + "color": "#DC3958", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ".welcomebox", + "color": "#F79A32", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " // Filtered inline output", + "color": "#889B4A", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "p", + "color": "#DC3958", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " Welcome, ", + "color": "#D3AF86", + "_t": "block.jade.text", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#{", + "color": "#889B4A", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "user", + "color": "#889B4A", + "_t": "block.interpolated.jade.js.object.other.string.text.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ".", + "color": "#889B4A", + "_t": "accessor.block.interpolated.jade.js.punctuation.string.text", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "name", + "color": "#889B4A", + "_t": "block.dom.interpolated.jade.js.property.string.support.text.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "}", + "color": "#889B4A", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "else", + "color": "#98676A", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "div", + "color": "#DC3958", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ".loginbox", + "color": "#F79A32", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "form", + "color": "#DC3958", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "(", + "color": "#F79A32", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "name", + "color": "#F79A32", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"login\"", + "color": "#889B4A", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "action", + "color": "#F79A32", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"/login\"", + "color": "#889B4A", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "method", + "color": "#F79A32", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"post\"", + "color": "#889B4A", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ")", + "color": "#F79A32", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "input", + "color": "#DC3958", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "(", + "color": "#F79A32", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "type", + "color": "#F79A32", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"text\"", + "color": "#889B4A", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "name", + "color": "#F79A32", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"user\"", + "color": "#889B4A", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ")", + "color": "#F79A32", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "input", + "color": "#DC3958", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "(", + "color": "#F79A32", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "type", + "color": "#F79A32", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"password\"", + "color": "#889B4A", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "name", + "color": "#F79A32", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"pass\"", + "color": "#889B4A", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ")", + "color": "#F79A32", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "input", + "color": "#DC3958", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "(", + "color": "#F79A32", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "type", + "color": "#F79A32", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"submit\"", + "color": "#889B4A", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "value", + "color": "#F79A32", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"login\"", + "color": "#889B4A", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ")", + "color": "#F79A32", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "p", + "color": "#DC3958", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#[", + "color": "#8AB1B0", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "code", + "color": "#DC3958", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "samp", + "color": "#DC3958", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "]", + "color": "#8AB1B0", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " — Regular text. ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#[", + "color": "#8AB1B0", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "samp", + "color": "#DC3958", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "This", + "color": "#DC3958", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "is", + "color": "#DC3958", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "sample", + "color": "#DC3958", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "text", + "color": "#DC3958", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "]", + "color": "#8AB1B0", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " more text.", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "// h1(name=maintainer.name)", + "color": "#E6DB74", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "// | Maintainer:", + "color": "#E6DB74", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "// = ' ' + maintainer.name", + "color": "#E6DB74", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "table", + "color": "#F92672", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "tr", + "color": "#F92672", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "td", + "color": "#F92672", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#AE81FF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "style", + "color": "#A6E22E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'width: '", + "color": "#E6DB74", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "100", + "color": "#AE81FF", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "/", + "color": "#F92672", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "'%'", + "color": "#E6DB74", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#AE81FF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Twitter", + "color": "#F92672", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "td", + "color": "#F92672", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "constant.js.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "maintainer", + "color": "#F8F8F2", + "_t": "js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "twitter", + "color": "#F8F8F2", + "_t": "js.other.property.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "tr", + "color": "#F92672", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "td", + "color": "#F92672", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#AE81FF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "style", + "color": "#A6E22E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'width: '", + "color": "#E6DB74", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "100", + "color": "#AE81FF", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "/", + "color": "#F92672", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "'%'", + "color": "#E6DB74", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#AE81FF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Blog", + "color": "#F92672", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "td", + "color": "#F92672", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "constant.js.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "maintainer", + "color": "#F8F8F2", + "_t": "js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "blog", + "color": "#F8F8F2", + "_t": "js.other.property.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "- ", + "color": "#F8F8F2", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "expr.js.meta.source.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.source.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "user", + "color": "#F8F8F2", + "_t": "expr.js.meta.other.readwrite.source.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.source.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.js.keyword.meta.operator.source.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.source.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "name", + "color": "#F8F8F2", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "John", + "color": "#E6DB74", + "_t": "expr.js.member.meta.object.objectliteral.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#66D9EF", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "control.flow.jade.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "user", + "color": "#F8F8F2", + "_t": "control.flow.jade.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "div", + "color": "#F92672", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ".welcomebox", + "color": "#AE81FF", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": " // Filtered inline output", + "color": "#E6DB74", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "p", + "color": "#F92672", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " Welcome, ", + "color": "#F8F8F2", + "_t": "block.jade.text", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#{", + "color": "#E6DB74", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "user", + "color": "#E6DB74", + "_t": "block.interpolated.jade.js.object.other.string.text.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ".", + "color": "#E6DB74", + "_t": "accessor.block.interpolated.jade.js.punctuation.string.text", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "name", + "color": "#E6DB74", + "_t": "block.dom.interpolated.jade.js.property.string.support.text.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#E6DB74", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "else", + "color": "#66D9EF", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "div", + "color": "#F92672", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ".loginbox", + "color": "#AE81FF", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "form", + "color": "#F92672", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#AE81FF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "name", + "color": "#A6E22E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"login\"", + "color": "#E6DB74", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "action", + "color": "#A6E22E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"/login\"", + "color": "#E6DB74", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "method", + "color": "#A6E22E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"post\"", + "color": "#E6DB74", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#AE81FF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "input", + "color": "#F92672", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#AE81FF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "type", + "color": "#A6E22E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"text\"", + "color": "#E6DB74", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "name", + "color": "#A6E22E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"user\"", + "color": "#E6DB74", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#AE81FF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "input", + "color": "#F92672", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#AE81FF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "type", + "color": "#A6E22E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"password\"", + "color": "#E6DB74", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "name", + "color": "#A6E22E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"pass\"", + "color": "#E6DB74", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#AE81FF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "input", + "color": "#F92672", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#AE81FF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "type", + "color": "#A6E22E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"submit\"", + "color": "#E6DB74", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "value", + "color": "#A6E22E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"login\"", + "color": "#E6DB74", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#AE81FF", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "p", + "color": "#F92672", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#[", + "color": "#A6E22E", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "code", + "color": "#F92672", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "samp", + "color": "#F92672", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "]", + "color": "#A6E22E", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " — Regular text. ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#[", + "color": "#A6E22E", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "samp", + "color": "#F92672", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "This", + "color": "#F92672", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "is", + "color": "#F92672", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sample", + "color": "#F92672", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "text", + "color": "#F92672", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "]", + "color": "#A6E22E", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " more text.", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "// h1(name=maintainer.name)", + "color": "#9AA83A", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "// | Maintainer:", + "color": "#9AA83A", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "// = ' ' + maintainer.name", + "color": "#9AA83A", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "table", + "color": "#9872A2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "tr", + "color": "#9872A2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "td", + "color": "#9872A2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#9872A2", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "style", + "color": "#D0B344", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#9872A2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "'width: '", + "color": "#9872A2", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "+", + "color": "#9872A2", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#9872A2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "100", + "color": "#9872A2", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "/", + "color": "#9872A2", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "2", + "color": "#9872A2", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#9872A2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "+", + "color": "#9872A2", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "'%'", + "color": "#9872A2", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#9872A2", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Twitter", + "color": "#9872A2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "td", + "color": "#9872A2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "=", + "color": "#C5C8C6", + "_t": "constant.js.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "maintainer", + "color": "#6089B4", + "_t": "js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "twitter", + "color": "#9872A2", + "_t": "js.other.property.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "tr", + "color": "#9872A2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "td", + "color": "#9872A2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#9872A2", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "style", + "color": "#D0B344", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#9872A2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "'width: '", + "color": "#9872A2", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "+", + "color": "#9872A2", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#9872A2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "100", + "color": "#9872A2", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "/", + "color": "#9872A2", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "2", + "color": "#9872A2", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#9872A2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "+", + "color": "#9872A2", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "'%'", + "color": "#9872A2", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#9872A2", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Blog", + "color": "#9872A2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "td", + "color": "#9872A2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "=", + "color": "#C5C8C6", + "_t": "constant.js.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "maintainer", + "color": "#6089B4", + "_t": "js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "blog", + "color": "#9872A2", + "_t": "js.other.property.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": "- ", + "color": "#C5C8C6", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "expr.js.meta.source.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.source.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "user", + "color": "#6089B4", + "_t": "expr.js.meta.other.readwrite.source.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.source.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.js.keyword.meta.operator.source.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.source.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "name", + "color": "#C5C8C6", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#D08442", + "_t": "begin.definition.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "John", + "color": "#D08442", + "_t": "expr.js.member.meta.object.objectliteral.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "'", + "color": "#D08442", + "_t": "definition.end.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "control.flow.jade.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "user", + "color": "#6089B4", + "_t": "control.flow.jade.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "div", + "color": "#9872A2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ".welcomebox", + "color": "#FF0080", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": " // Filtered inline output", + "color": "#9AA83A", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "p", + "color": "#9872A2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " Welcome, ", + "color": "#C5C8C6", + "_t": "block.jade.text", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#{", + "color": "#9AA83A", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "user", + "color": "#6089B4", + "_t": "block.interpolated.jade.js.object.other.string.text.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#9AA83A", + "_t": "accessor.block.interpolated.jade.js.punctuation.string.text", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "name", + "color": "#6089B4", + "_t": "block.dom.interpolated.jade.js.property.string.support.text.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": "}", + "color": "#9AA83A", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "else", + "color": "#9872A2", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "div", + "color": "#9872A2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ".loginbox", + "color": "#FF0080", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "form", + "color": "#9872A2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#9872A2", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "name", + "color": "#D0B344", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#9872A2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "\"login\"", + "color": "#9872A2", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ", ", + "color": "#9872A2", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "action", + "color": "#D0B344", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#9872A2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "\"/login\"", + "color": "#9872A2", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ", ", + "color": "#9872A2", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "method", + "color": "#D0B344", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#9872A2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "\"post\"", + "color": "#9872A2", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#9872A2", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "input", + "color": "#9872A2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#9872A2", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "type", + "color": "#D0B344", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#9872A2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "\"text\"", + "color": "#9872A2", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ", ", + "color": "#9872A2", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "name", + "color": "#D0B344", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#9872A2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "\"user\"", + "color": "#9872A2", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#9872A2", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "input", + "color": "#9872A2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#9872A2", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "type", + "color": "#D0B344", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#9872A2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "\"password\"", + "color": "#9872A2", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ", ", + "color": "#9872A2", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "name", + "color": "#D0B344", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#9872A2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "\"pass\"", + "color": "#9872A2", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#9872A2", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "input", + "color": "#9872A2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#9872A2", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "type", + "color": "#D0B344", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#9872A2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "\"submit\"", + "color": "#9872A2", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ", ", + "color": "#9872A2", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "value", + "color": "#D0B344", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#9872A2", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "\"login\"", + "color": "#9872A2", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#9872A2", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "p", + "color": "#9872A2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#[", + "color": "#CE6700", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "code", + "color": "#9872A2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "samp", + "color": "#9872A2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "]", + "color": "#CE6700", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " — Regular text. ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#[", + "color": "#CE6700", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "samp", + "color": "#9872A2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "This", + "color": "#9872A2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "is", + "color": "#9872A2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "sample", + "color": "#9872A2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "text", + "color": "#9872A2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "]", + "color": "#CE6700", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " more text.", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "// h1(name=maintainer.name)", + "color": "#448C27", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "// | Maintainer:", + "color": "#448C27", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "// = ' ' + maintainer.name", + "color": "#448C27", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "table", + "color": "#4B83CD", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "tr", + "color": "#4B83CD", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "td", + "color": "#4B83CD", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#91B3E0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "style", + "color": "#91B3E0", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "'width: '", + "color": "#91B3E0", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "+", + "color": "#91B3E0", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "(", + "color": "#91B3E0", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "100", + "color": "#91B3E0", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "/", + "color": "#91B3E0", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "2", + "color": "#91B3E0", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ")", + "color": "#91B3E0", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "+", + "color": "#91B3E0", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "'%'", + "color": "#91B3E0", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ")", + "color": "#91B3E0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ".", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Twitter", + "color": "#4B83CD", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "td", + "color": "#4B83CD", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "=", + "color": "#AB6526", + "_t": "constant.js.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "js.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "maintainer", + "color": "#7A3E9D", + "_t": "js.object.other.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.js.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "twitter", + "color": "#7A3E9D", + "_t": "js.other.property.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "tr", + "color": "#4B83CD", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "td", + "color": "#4B83CD", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#91B3E0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "style", + "color": "#91B3E0", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "'width: '", + "color": "#91B3E0", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "+", + "color": "#91B3E0", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "(", + "color": "#91B3E0", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "100", + "color": "#91B3E0", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "/", + "color": "#91B3E0", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "2", + "color": "#91B3E0", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ")", + "color": "#91B3E0", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "+", + "color": "#91B3E0", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "'%'", + "color": "#91B3E0", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ")", + "color": "#91B3E0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ".", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Blog", + "color": "#4B83CD", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "td", + "color": "#4B83CD", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "=", + "color": "#AB6526", + "_t": "constant.js.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "js.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "maintainer", + "color": "#7A3E9D", + "_t": "js.object.other.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.js.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "blog", + "color": "#7A3E9D", + "_t": "js.other.property.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "- ", + "color": "#333333", + "_t": "js.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "expr.js.meta.source.storage.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.source.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "user", + "color": "#7A3E9D", + "_t": "expr.js.meta.other.readwrite.source.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.source.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.js.keyword.meta.operator.source.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.source.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.objectliteral.source.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "name", + "color": "#333333", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.source.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#434343", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "John", + "color": "#448C27", + "_t": "expr.js.member.meta.object.objectliteral.quoted.single.source.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "if", + "color": "#7A3E9D", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "control.flow.jade.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "user", + "color": "#7A3E9D", + "_t": "control.flow.jade.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "div", + "color": "#4B83CD", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ".welcomebox", + "color": "#AB6526", + "_t": "constant.js.language", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": " // Filtered inline output", + "color": "#448C27", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "p", + "color": "#4B83CD", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ".", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " Welcome, ", + "color": "#333333", + "_t": "block.jade.text", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#{", + "color": "#448C27", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "user", + "color": "#448C27", + "_t": "block.interpolated.jade.js.object.other.string.text.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.interpolated.jade.js.punctuation.string.text", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "name", + "color": "#7A3E9D", + "_t": "block.dom.interpolated.jade.js.property.string.support.text.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.variable rgb(122, 62, 157)" + }, + { + "content": "}", + "color": "#448C27", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "else", + "color": "#7A3E9D", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "div", + "color": "#4B83CD", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ".loginbox", + "color": "#AB6526", + "_t": "constant.js.language", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "form", + "color": "#4B83CD", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#91B3E0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "name", + "color": "#91B3E0", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"login\"", + "color": "#91B3E0", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ", ", + "color": "#91B3E0", + "_t": "meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "action", + "color": "#91B3E0", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"/login\"", + "color": "#91B3E0", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ", ", + "color": "#91B3E0", + "_t": "meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "method", + "color": "#91B3E0", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"post\"", + "color": "#91B3E0", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ")", + "color": "#91B3E0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "input", + "color": "#4B83CD", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#91B3E0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "type", + "color": "#91B3E0", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"text\"", + "color": "#91B3E0", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ", ", + "color": "#91B3E0", + "_t": "meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "name", + "color": "#91B3E0", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"user\"", + "color": "#91B3E0", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ")", + "color": "#91B3E0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "input", + "color": "#4B83CD", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#91B3E0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "type", + "color": "#91B3E0", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"password\"", + "color": "#91B3E0", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ", ", + "color": "#91B3E0", + "_t": "meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "name", + "color": "#91B3E0", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"pass\"", + "color": "#91B3E0", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ")", + "color": "#91B3E0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "input", + "color": "#4B83CD", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#91B3E0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "type", + "color": "#91B3E0", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"submit\"", + "color": "#91B3E0", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ", ", + "color": "#91B3E0", + "_t": "meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "value", + "color": "#91B3E0", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"login\"", + "color": "#91B3E0", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ")", + "color": "#91B3E0", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "p", + "color": "#4B83CD", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#[", + "color": "#AA3731", + "_t": "entity.function.inline.jade.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "code", + "color": "#4B83CD", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "inline.jade", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "samp", + "color": "#4B83CD", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "]", + "color": "#AA3731", + "_t": "entity.function.inline.jade.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " — Regular text. ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#[", + "color": "#AA3731", + "_t": "entity.function.inline.jade.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "samp", + "color": "#4B83CD", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "inline.jade", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "This", + "color": "#4B83CD", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "inline.jade", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "is", + "color": "#4B83CD", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "inline.jade", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "sample", + "color": "#4B83CD", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "inline.jade", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "text", + "color": "#4B83CD", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "]", + "color": "#AA3731", + "_t": "entity.function.inline.jade.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " more text.", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + } + ], + "red": [ + { + "content": "// h1(name=maintainer.name)", + "color": "#CD8D8D", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "// | Maintainer:", + "color": "#CD8D8D", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "// = ' ' + maintainer.name", + "color": "#CD8D8D", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "table", + "color": "#EC0D1E", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "tr", + "color": "#EC0D1E", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "td", + "color": "#EC0D1E", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "(", + "color": "#EC0D1E", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "style", + "color": "#EC0D1E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "'width: '", + "color": "#EC0D1E", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "+", + "color": "#EC0D1E", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "(", + "color": "#EC0D1E", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "100", + "color": "#EC0D1E", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "/", + "color": "#EC0D1E", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "2", + "color": "#EC0D1E", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ")", + "color": "#EC0D1E", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "+", + "color": "#EC0D1E", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "'%'", + "color": "#EC0D1E", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ")", + "color": "#EC0D1E", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Twitter", + "color": "#EC0D1E", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "td", + "color": "#EC0D1E", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#994646", + "_t": "constant.js.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "maintainer", + "color": "#FB9A4B", + "_t": "js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "twitter", + "color": "#FB9A4B", + "_t": "js.other.property.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "tr", + "color": "#EC0D1E", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "td", + "color": "#EC0D1E", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "(", + "color": "#EC0D1E", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "style", + "color": "#EC0D1E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "'width: '", + "color": "#EC0D1E", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "+", + "color": "#EC0D1E", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "(", + "color": "#EC0D1E", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "100", + "color": "#EC0D1E", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "/", + "color": "#EC0D1E", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "2", + "color": "#EC0D1E", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ")", + "color": "#EC0D1E", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "+", + "color": "#EC0D1E", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "'%'", + "color": "#EC0D1E", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ")", + "color": "#EC0D1E", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Blog", + "color": "#EC0D1E", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "td", + "color": "#EC0D1E", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#994646", + "_t": "constant.js.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "maintainer", + "color": "#FB9A4B", + "_t": "js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "blog", + "color": "#FB9A4B", + "_t": "js.other.property.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "- ", + "color": "#F8F8F8", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "expr.js.meta.source.storage.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.source.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "user", + "color": "#FB9A4B", + "_t": "expr.js.meta.other.readwrite.source.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.source.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.js.keyword.meta.operator.source.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.source.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "name", + "color": "#F8F8F8", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#9DF39F", + "_t": "begin.definition.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "John", + "color": "#9DF39F", + "_t": "expr.js.member.meta.object.objectliteral.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "'", + "color": "#9DF39F", + "_t": "definition.end.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#FF6262", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "control.flow.jade.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "user", + "color": "#FB9A4B", + "_t": "control.flow.jade.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "div", + "color": "#EC0D1E", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ".welcomebox", + "color": "#994646", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " // Filtered inline output", + "color": "#CD8D8D", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "p", + "color": "#EC0D1E", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " Welcome, ", + "color": "#F8F8F8", + "_t": "block.jade.text", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#{", + "color": "#CD8D8D", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "user", + "color": "#EDEF7D", + "_t": "block.interpolated.jade.js.object.other.string.text.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ".", + "color": "#CD8D8D", + "_t": "accessor.block.interpolated.jade.js.punctuation.string.text", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "name", + "color": "#EDEF7D", + "_t": "block.dom.interpolated.jade.js.property.string.support.text.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "}", + "color": "#CD8D8D", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "else", + "color": "#FF6262", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "div", + "color": "#EC0D1E", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ".loginbox", + "color": "#994646", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "form", + "color": "#EC0D1E", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "(", + "color": "#EC0D1E", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "name", + "color": "#EC0D1E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"login\"", + "color": "#EC0D1E", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ", ", + "color": "#EC0D1E", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "action", + "color": "#EC0D1E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"/login\"", + "color": "#EC0D1E", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ", ", + "color": "#EC0D1E", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "method", + "color": "#EC0D1E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"post\"", + "color": "#EC0D1E", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ")", + "color": "#EC0D1E", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "input", + "color": "#EC0D1E", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "(", + "color": "#EC0D1E", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "type", + "color": "#EC0D1E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"text\"", + "color": "#EC0D1E", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ", ", + "color": "#EC0D1E", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "name", + "color": "#EC0D1E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"user\"", + "color": "#EC0D1E", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ")", + "color": "#EC0D1E", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "input", + "color": "#EC0D1E", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "(", + "color": "#EC0D1E", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "type", + "color": "#EC0D1E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"password\"", + "color": "#EC0D1E", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ", ", + "color": "#EC0D1E", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "name", + "color": "#EC0D1E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"pass\"", + "color": "#EC0D1E", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ")", + "color": "#EC0D1E", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "input", + "color": "#EC0D1E", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "(", + "color": "#EC0D1E", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "type", + "color": "#EC0D1E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"submit\"", + "color": "#EC0D1E", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ", ", + "color": "#EC0D1E", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "value", + "color": "#EC0D1E", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"login\"", + "color": "#EC0D1E", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ")", + "color": "#EC0D1E", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "p", + "color": "#EC0D1E", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#[", + "color": "#FEC758", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "code", + "color": "#EC0D1E", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "samp", + "color": "#EC0D1E", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "]", + "color": "#FEC758", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " — Regular text. ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#[", + "color": "#FEC758", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "samp", + "color": "#EC0D1E", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "This", + "color": "#EC0D1E", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "is", + "color": "#EC0D1E", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "sample", + "color": "#EC0D1E", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "text", + "color": "#EC0D1E", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "]", + "color": "#FEC758", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " more text.", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "// h1(name=maintainer.name)", + "color": "#2AA198", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "// | Maintainer:", + "color": "#2AA198", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "// = ' ' + maintainer.name", + "color": "#2AA198", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "table", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "tr", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "td", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "style", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'width: '", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "100", + "color": "#CB4B16", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "/", + "color": "#859900", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "2", + "color": "#CB4B16", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "'%'", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Twitter", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "td", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "constant.js.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "maintainer", + "color": "#268BD2", + "_t": "js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "twitter", + "color": "#268BD2", + "_t": "js.other.property.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "tr", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "td", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "style", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'width: '", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "100", + "color": "#CB4B16", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "/", + "color": "#859900", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "2", + "color": "#CB4B16", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "'%'", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Blog", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "td", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "constant.js.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "maintainer", + "color": "#268BD2", + "_t": "js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "blog", + "color": "#268BD2", + "_t": "js.other.property.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "- ", + "color": "#93A1A1", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "expr.js.meta.source.storage.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.source.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "user", + "color": "#268BD2", + "_t": "expr.js.meta.other.readwrite.source.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.source.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.js.keyword.meta.operator.source.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.source.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "name", + "color": "#93A1A1", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "John", + "color": "#2AA198", + "_t": "expr.js.member.meta.object.objectliteral.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#93A1A1", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "control.flow.jade.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "user", + "color": "#268BD2", + "_t": "control.flow.jade.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ".welcomebox", + "color": "#B58900", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " // Filtered inline output", + "color": "#2AA198", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " Welcome, ", + "color": "#93A1A1", + "_t": "block.jade.text", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#2AA198", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "user", + "color": "#268BD2", + "_t": "block.interpolated.jade.js.object.other.string.text.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#2AA198", + "_t": "accessor.block.interpolated.jade.js.punctuation.string.text", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "name", + "color": "#2AA198", + "_t": "block.dom.interpolated.jade.js.property.string.support.text.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#2AA198", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "else", + "color": "#93A1A1", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ".loginbox", + "color": "#B58900", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "form", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "name", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"login\"", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "action", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"/login\"", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "method", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"post\"", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "input", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "type", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"text\"", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "name", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"user\"", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "input", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "type", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"password\"", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "name", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"pass\"", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "input", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "type", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"submit\"", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "value", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"login\"", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#[", + "color": "#268BD2", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "code", + "color": "#268BD2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "samp", + "color": "#268BD2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#268BD2", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " — Regular text. ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#[", + "color": "#268BD2", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "samp", + "color": "#268BD2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "This", + "color": "#268BD2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "is", + "color": "#268BD2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "sample", + "color": "#268BD2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "text", + "color": "#268BD2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#268BD2", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " more text.", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "// h1(name=maintainer.name)", + "color": "#2AA198", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "// | Maintainer:", + "color": "#2AA198", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "// = ' ' + maintainer.name", + "color": "#2AA198", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "table", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "tr", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "td", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "style", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'width: '", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "100", + "color": "#CB4B16", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "/", + "color": "#859900", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "2", + "color": "#CB4B16", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "'%'", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Twitter", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "td", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "constant.js.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "js.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "maintainer", + "color": "#268BD2", + "_t": "js.object.other.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.js.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "twitter", + "color": "#268BD2", + "_t": "js.other.property.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "tr", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "td", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "style", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'width: '", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "100", + "color": "#CB4B16", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "/", + "color": "#859900", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "2", + "color": "#CB4B16", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "'%'", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Blog", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "td", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "constant.js.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "js.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "maintainer", + "color": "#268BD2", + "_t": "js.object.other.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.js.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "blog", + "color": "#268BD2", + "_t": "js.other.property.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "- ", + "color": "#586E75", + "_t": "js.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "expr.js.meta.source.storage.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.source.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "user", + "color": "#268BD2", + "_t": "expr.js.meta.other.readwrite.source.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.source.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.js.keyword.meta.operator.source.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.source.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.objectliteral.source.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "name", + "color": "#586E75", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.source.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "John", + "color": "#2AA198", + "_t": "expr.js.member.meta.object.objectliteral.quoted.single.source.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#073642", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "control.flow.jade.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "user", + "color": "#268BD2", + "_t": "control.flow.jade.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ".welcomebox", + "color": "#B58900", + "_t": "constant.js.language", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " // Filtered inline output", + "color": "#2AA198", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " Welcome, ", + "color": "#586E75", + "_t": "block.jade.text", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#{", + "color": "#2AA198", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "user", + "color": "#268BD2", + "_t": "block.interpolated.jade.js.object.other.string.text.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#2AA198", + "_t": "accessor.block.interpolated.jade.js.punctuation.string.text", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "name", + "color": "#2AA198", + "_t": "block.dom.interpolated.jade.js.property.string.support.text.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#2AA198", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "else", + "color": "#073642", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ".loginbox", + "color": "#B58900", + "_t": "constant.js.language", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "form", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "name", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"login\"", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "action", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"/login\"", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "method", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"post\"", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "input", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "type", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"text\"", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "name", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"user\"", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "input", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "type", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"password\"", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "name", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"pass\"", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "input", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "type", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"submit\"", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "value", + "color": "#93A1A1", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"login\"", + "color": "#2AA198", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#CB4B16", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#[", + "color": "#268BD2", + "_t": "entity.function.inline.jade.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "code", + "color": "#268BD2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "inline.jade", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "samp", + "color": "#268BD2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#268BD2", + "_t": "entity.function.inline.jade.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " — Regular text. ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#[", + "color": "#268BD2", + "_t": "entity.function.inline.jade.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "samp", + "color": "#268BD2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "inline.jade", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "This", + "color": "#268BD2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "inline.jade", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "is", + "color": "#268BD2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "inline.jade", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "sample", + "color": "#268BD2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "inline.jade", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "text", + "color": "#268BD2", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#268BD2", + "_t": "entity.function.inline.jade.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " more text.", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "// h1(name=maintainer.name)", + "color": "#D1F1A9", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "// | Maintainer:", + "color": "#D1F1A9", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "// = ' ' + maintainer.name", + "color": "#D1F1A9", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "table", + "color": "#FF9DA4", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "tr", + "color": "#FF9DA4", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "td", + "color": "#FF9DA4", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "(", + "color": "#FF9DA4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "style", + "color": "#FF9DA4", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "'width: '", + "color": "#FF9DA4", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "(", + "color": "#FF9DA4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "100", + "color": "#FFC58F", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "/", + "color": "#99FFFF", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FF9DA4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "'%'", + "color": "#FF9DA4", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FF9DA4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Twitter", + "color": "#FF9DA4", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "td", + "color": "#FF9DA4", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "constant.js.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "maintainer", + "color": "#FF9DA4", + "_t": "js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "twitter", + "color": "#FF9DA4", + "_t": "js.other.property.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "tr", + "color": "#FF9DA4", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "td", + "color": "#FF9DA4", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "(", + "color": "#FF9DA4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "style", + "color": "#FF9DA4", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "'width: '", + "color": "#FF9DA4", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "(", + "color": "#FF9DA4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "100", + "color": "#FFC58F", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "/", + "color": "#99FFFF", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "attribute_value.constant.decimal.js.meta.numeric.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FF9DA4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "arithmetic.attribute_value.js.keyword.meta.operator.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "'%'", + "color": "#FF9DA4", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FF9DA4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Blog", + "color": "#FF9DA4", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "td", + "color": "#FF9DA4", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "constant.js.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "maintainer", + "color": "#FF9DA4", + "_t": "js.object.other.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.js.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "blog", + "color": "#FF9DA4", + "_t": "js.other.property.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "js.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "expr.js.meta.source.storage.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.source.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "user", + "color": "#FF9DA4", + "_t": "expr.js.meta.other.readwrite.source.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.source.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.js.keyword.meta.operator.source.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.source.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "name", + "color": "#FFFFFF", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.source.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "John", + "color": "#D1F1A9", + "_t": "expr.js.member.meta.object.objectliteral.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.expr.js.member.meta.object.objectliteral.punctuation.quoted.single.source.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.member.meta.object.objectliteral.source.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.source.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "control.flow.jade.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "user", + "color": "#FF9DA4", + "_t": "control.flow.jade.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "div", + "color": "#FF9DA4", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ".welcomebox", + "color": "#FFC58F", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": " // Filtered inline output", + "color": "#D1F1A9", + "_t": "block.buffered.comment.jade.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "p", + "color": "#FF9DA4", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " Welcome, ", + "color": "#FFFFFF", + "_t": "block.jade.text", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#D1F1A9", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "user", + "color": "#D1F1A9", + "_t": "block.interpolated.jade.js.object.other.string.text.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ".", + "color": "#D1F1A9", + "_t": "accessor.block.interpolated.jade.js.punctuation.string.text", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "name", + "color": "#D1F1A9", + "_t": "block.dom.interpolated.jade.js.property.string.support.text.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#D1F1A9", + "_t": "block.interpolated.jade.string.text", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "else", + "color": "#EBBBFF", + "_t": "control.flow.function.jade.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "div", + "color": "#FF9DA4", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ".loginbox", + "color": "#FFC58F", + "_t": "constant.js.language", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "form", + "color": "#FF9DA4", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "(", + "color": "#FF9DA4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "name", + "color": "#FF9DA4", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"login\"", + "color": "#FF9DA4", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ", ", + "color": "#FF9DA4", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "action", + "color": "#FF9DA4", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"/login\"", + "color": "#FF9DA4", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ", ", + "color": "#FF9DA4", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "method", + "color": "#FF9DA4", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"post\"", + "color": "#FF9DA4", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FF9DA4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "input", + "color": "#FF9DA4", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "(", + "color": "#FF9DA4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "type", + "color": "#FF9DA4", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"text\"", + "color": "#FF9DA4", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ", ", + "color": "#FF9DA4", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "name", + "color": "#FF9DA4", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"user\"", + "color": "#FF9DA4", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FF9DA4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "input", + "color": "#FF9DA4", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "(", + "color": "#FF9DA4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "type", + "color": "#FF9DA4", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"password\"", + "color": "#FF9DA4", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ", ", + "color": "#FF9DA4", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "name", + "color": "#FF9DA4", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"pass\"", + "color": "#FF9DA4", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FF9DA4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "input", + "color": "#FF9DA4", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "(", + "color": "#FF9DA4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "type", + "color": "#FF9DA4", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"submit\"", + "color": "#FF9DA4", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ", ", + "color": "#FF9DA4", + "_t": "meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "value", + "color": "#FF9DA4", + "_t": "attribute-name.entity.jade.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "attribute_value.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"login\"", + "color": "#FF9DA4", + "_t": "attribute_value.jade.meta.other.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FF9DA4", + "_t": "attribute.constant.jade.meta.name.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "p", + "color": "#FF9DA4", + "_t": "jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#[", + "color": "#BBDAFF", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "code", + "color": "#FF9DA4", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "samp", + "color": "#FF9DA4", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "]", + "color": "#BBDAFF", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " — Regular text. ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#[", + "color": "#BBDAFF", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "samp", + "color": "#FF9DA4", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "This", + "color": "#FF9DA4", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "is", + "color": "#FF9DA4", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "sample", + "color": "#FF9DA4", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "inline.jade", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "text", + "color": "#FF9DA4", + "_t": "inline.jade.meta.name.other entity.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "]", + "color": "#BBDAFF", + "_t": "entity.function.inline.jade.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " more text.", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jade.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jade.result.patch new file mode 100644 index 000000000..ee8f18bee --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jade.result.patch @@ -0,0 +1,1844 @@ +{ + "abyss": [ + { + "index": 8, + "content": "(", + "color": "#F280D0", + "newColor": "#6688CC" + }, + { + "index": 20, + "content": ")", + "color": "#F280D0", + "newColor": "#6688CC" + }, + { + "index": 35, + "content": "(", + "color": "#F280D0", + "newColor": "#6688CC" + }, + { + "index": 47, + "content": ")", + "color": "#F280D0", + "newColor": "#6688CC" + }, + { + "index": 97, + "content": "(", + "color": "#F280D0", + "newColor": "#6688CC" + }, + { + "index": 109, + "content": ")", + "color": "#F280D0", + "newColor": "#6688CC" + }, + { + "index": 112, + "content": "(", + "color": "#F280D0", + "newColor": "#6688CC" + }, + { + "index": 120, + "content": ")", + "color": "#F280D0", + "newColor": "#6688CC" + }, + { + "index": 123, + "content": "(", + "color": "#F280D0", + "newColor": "#6688CC" + }, + { + "index": 131, + "content": ")", + "color": "#F280D0", + "newColor": "#6688CC" + }, + { + "index": 134, + "content": "(", + "color": "#F280D0", + "newColor": "#6688CC" + }, + { + "index": 142, + "content": ")", + "color": "#F280D0", + "newColor": "#6688CC" + } + ], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [ + { + "index": 87, + "content": "user", + "color": "#0000FF", + "newColor": "#001080" + } + ], + "kimbie_dark": [ + { + "index": 87, + "content": "user", + "color": "#889B4A", + "newColor": "#DC3958" + } + ], + "monokai": [ + { + "index": 8, + "content": "(", + "color": "#AE81FF", + "newColor": "#F8F8F2" + }, + { + "index": 20, + "content": ")", + "color": "#AE81FF", + "newColor": "#F8F8F2" + }, + { + "index": 35, + "content": "(", + "color": "#AE81FF", + "newColor": "#F8F8F2" + }, + { + "index": 47, + "content": ")", + "color": "#AE81FF", + "newColor": "#F8F8F2" + }, + { + "index": 97, + "content": "(", + "color": "#AE81FF", + "newColor": "#F8F8F2" + }, + { + "index": 109, + "content": ")", + "color": "#AE81FF", + "newColor": "#F8F8F2" + }, + { + "index": 112, + "content": "(", + "color": "#AE81FF", + "newColor": "#F8F8F2" + }, + { + "index": 120, + "content": ")", + "color": "#AE81FF", + "newColor": "#F8F8F2" + }, + { + "index": 123, + "content": "(", + "color": "#AE81FF", + "newColor": "#F8F8F2" + }, + { + "index": 131, + "content": ")", + "color": "#AE81FF", + "newColor": "#F8F8F2" + }, + { + "index": 134, + "content": "(", + "color": "#AE81FF", + "newColor": "#F8F8F2" + }, + { + "index": 142, + "content": ")", + "color": "#AE81FF", + "newColor": "#F8F8F2" + } + ], + "monokai_dimmed": [ + { + "index": 3, + "content": "table", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 5, + "content": "tr", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 7, + "content": "td", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 11, + "content": "'", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 11, + "content": "width: ", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 11, + "content": "'", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 12, + "content": "+", + "color": "#9872A2", + "newColor": "#676867" + }, + { + "index": 14, + "content": "100", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 15, + "content": "/", + "color": "#9872A2", + "newColor": "#676867" + }, + { + "index": 16, + "content": "2", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 18, + "content": "+", + "color": "#9872A2", + "newColor": "#676867" + }, + { + "index": 19, + "content": "'", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 19, + "content": "%", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 19, + "content": "'", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 23, + "content": "Twitter", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 25, + "content": "td", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 32, + "content": "tr", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 34, + "content": "td", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 38, + "content": "'", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 38, + "content": "width: ", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 38, + "content": "'", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 39, + "content": "+", + "color": "#9872A2", + "newColor": "#676867" + }, + { + "index": 41, + "content": "100", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 42, + "content": "/", + "color": "#9872A2", + "newColor": "#676867" + }, + { + "index": 43, + "content": "2", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 45, + "content": "+", + "color": "#9872A2", + "newColor": "#676867" + }, + { + "index": 46, + "content": "'", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 46, + "content": "%", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 46, + "content": "'", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 50, + "content": "Blog", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 52, + "content": "td", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 70, + "content": "'", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 71, + "content": "John", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 72, + "content": "'", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 79, + "content": "div", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 83, + "content": "p", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 89, + "content": "name", + "color": "#6089B4", + "newColor": "#C7444A" + }, + { + "index": 93, + "content": "div", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 96, + "content": "form", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 100, + "content": "\"", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 100, + "content": "login", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 100, + "content": "\"", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 104, + "content": "\"", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 104, + "content": "/login", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 104, + "content": "\"", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 108, + "content": "\"", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 108, + "content": "post", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 108, + "content": "\"", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 111, + "content": "input", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 115, + "content": "\"", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 115, + "content": "text", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 115, + "content": "\"", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 119, + "content": "\"", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 119, + "content": "user", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 119, + "content": "\"", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 122, + "content": "input", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 126, + "content": "\"", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 126, + "content": "password", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 126, + "content": "\"", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 130, + "content": "\"", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 130, + "content": "pass", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 130, + "content": "\"", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 133, + "content": "input", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 137, + "content": "\"", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 137, + "content": "submit", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 137, + "content": "\"", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 141, + "content": "\"", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 141, + "content": "login", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 141, + "content": "\"", + "color": "#9872A2", + "newColor": "#9AA83A" + }, + { + "index": 143, + "content": "p", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 146, + "content": "code", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 148, + "content": "samp", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 152, + "content": "samp", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 154, + "content": "This", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 156, + "content": "is", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 158, + "content": "sample", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 160, + "content": "text", + "color": "#9872A2", + "newColor": "#6089B4" + } + ], + "quietlight": [ + { + "index": 8, + "content": "(", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 11, + "content": "'", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 11, + "content": "width: ", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 11, + "content": "'", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 12, + "content": "+", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 14, + "content": "100", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 15, + "content": "/", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 16, + "content": "2", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 18, + "content": "+", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 19, + "content": "'", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 19, + "content": "%", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 19, + "content": "'", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 20, + "content": ")", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 35, + "content": "(", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 38, + "content": "'", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 38, + "content": "width: ", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 38, + "content": "'", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 39, + "content": "+", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 41, + "content": "100", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 42, + "content": "/", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 43, + "content": "2", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 45, + "content": "+", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 46, + "content": "'", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 46, + "content": "%", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 46, + "content": "'", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 47, + "content": ")", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 68, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 87, + "content": "user", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 97, + "content": "(", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 100, + "content": "\"", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 100, + "content": "login", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 100, + "content": "\"", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 104, + "content": "\"", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 104, + "content": "/login", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 104, + "content": "\"", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 108, + "content": "\"", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 108, + "content": "post", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 108, + "content": "\"", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 109, + "content": ")", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 112, + "content": "(", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 115, + "content": "\"", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 115, + "content": "text", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 115, + "content": "\"", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 119, + "content": "\"", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 119, + "content": "user", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 119, + "content": "\"", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 120, + "content": ")", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 123, + "content": "(", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 126, + "content": "\"", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 126, + "content": "password", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 126, + "content": "\"", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 130, + "content": "\"", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 130, + "content": "pass", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 130, + "content": "\"", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 131, + "content": ")", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 134, + "content": "(", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 137, + "content": "\"", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 137, + "content": "submit", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 137, + "content": "\"", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 141, + "content": "\"", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 141, + "content": "login", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 141, + "content": "\"", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 142, + "content": ")", + "color": "#91B3E0", + "newColor": "#AB6526" + } + ], + "red": [ + { + "index": 8, + "content": "(", + "color": "#EC0D1E", + "newColor": "#994646" + }, + { + "index": 11, + "content": "'", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 11, + "content": "width: ", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 11, + "content": "'", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 12, + "content": "+", + "color": "#EC0D1E", + "newColor": "#F12727" + }, + { + "index": 14, + "content": "100", + "color": "#EC0D1E", + "newColor": "#994646" + }, + { + "index": 15, + "content": "/", + "color": "#EC0D1E", + "newColor": "#F12727" + }, + { + "index": 16, + "content": "2", + "color": "#EC0D1E", + "newColor": "#994646" + }, + { + "index": 18, + "content": "+", + "color": "#EC0D1E", + "newColor": "#F12727" + }, + { + "index": 19, + "content": "'", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 19, + "content": "%", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 19, + "content": "'", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 20, + "content": ")", + "color": "#EC0D1E", + "newColor": "#994646" + }, + { + "index": 35, + "content": "(", + "color": "#EC0D1E", + "newColor": "#994646" + }, + { + "index": 38, + "content": "'", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 38, + "content": "width: ", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 38, + "content": "'", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 39, + "content": "+", + "color": "#EC0D1E", + "newColor": "#F12727" + }, + { + "index": 41, + "content": "100", + "color": "#EC0D1E", + "newColor": "#994646" + }, + { + "index": 42, + "content": "/", + "color": "#EC0D1E", + "newColor": "#F12727" + }, + { + "index": 43, + "content": "2", + "color": "#EC0D1E", + "newColor": "#994646" + }, + { + "index": 45, + "content": "+", + "color": "#EC0D1E", + "newColor": "#F12727" + }, + { + "index": 46, + "content": "'", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 46, + "content": "%", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 46, + "content": "'", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 47, + "content": ")", + "color": "#EC0D1E", + "newColor": "#994646" + }, + { + "index": 70, + "content": "'", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 71, + "content": "John", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 72, + "content": "'", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 89, + "content": "name", + "color": "#EDEF7D", + "newColor": "#9DF39F" + }, + { + "index": 97, + "content": "(", + "color": "#EC0D1E", + "newColor": "#994646" + }, + { + "index": 100, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 100, + "content": "login", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 100, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 104, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 104, + "content": "/login", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 104, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 108, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 108, + "content": "post", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 108, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 109, + "content": ")", + "color": "#EC0D1E", + "newColor": "#994646" + }, + { + "index": 112, + "content": "(", + "color": "#EC0D1E", + "newColor": "#994646" + }, + { + "index": 115, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 115, + "content": "text", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 115, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 119, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 119, + "content": "user", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 119, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 120, + "content": ")", + "color": "#EC0D1E", + "newColor": "#994646" + }, + { + "index": 123, + "content": "(", + "color": "#EC0D1E", + "newColor": "#994646" + }, + { + "index": 126, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 126, + "content": "password", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 126, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 130, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 130, + "content": "pass", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 130, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 131, + "content": ")", + "color": "#EC0D1E", + "newColor": "#994646" + }, + { + "index": 134, + "content": "(", + "color": "#EC0D1E", + "newColor": "#994646" + }, + { + "index": 137, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 137, + "content": "submit", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 137, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 141, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 141, + "content": "login", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 141, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 142, + "content": ")", + "color": "#EC0D1E", + "newColor": "#994646" + } + ], + "solarized_dark": [ + { + "index": 8, + "content": "(", + "color": "#CB4B16", + "newColor": "#93A1A1" + }, + { + "index": 14, + "content": "100", + "color": "#CB4B16", + "newColor": "#D33682" + }, + { + "index": 16, + "content": "2", + "color": "#CB4B16", + "newColor": "#D33682" + }, + { + "index": 20, + "content": ")", + "color": "#CB4B16", + "newColor": "#93A1A1" + }, + { + "index": 35, + "content": "(", + "color": "#CB4B16", + "newColor": "#93A1A1" + }, + { + "index": 41, + "content": "100", + "color": "#CB4B16", + "newColor": "#D33682" + }, + { + "index": 43, + "content": "2", + "color": "#CB4B16", + "newColor": "#D33682" + }, + { + "index": 47, + "content": ")", + "color": "#CB4B16", + "newColor": "#93A1A1" + }, + { + "index": 97, + "content": "(", + "color": "#CB4B16", + "newColor": "#93A1A1" + }, + { + "index": 109, + "content": ")", + "color": "#CB4B16", + "newColor": "#93A1A1" + }, + { + "index": 112, + "content": "(", + "color": "#CB4B16", + "newColor": "#93A1A1" + }, + { + "index": 120, + "content": ")", + "color": "#CB4B16", + "newColor": "#93A1A1" + }, + { + "index": 123, + "content": "(", + "color": "#CB4B16", + "newColor": "#93A1A1" + }, + { + "index": 131, + "content": ")", + "color": "#CB4B16", + "newColor": "#93A1A1" + }, + { + "index": 134, + "content": "(", + "color": "#CB4B16", + "newColor": "#93A1A1" + }, + { + "index": 142, + "content": ")", + "color": "#CB4B16", + "newColor": "#93A1A1" + } + ], + "solarized_light": [ + { + "index": 8, + "content": "(", + "color": "#CB4B16", + "newColor": "#586E75" + }, + { + "index": 14, + "content": "100", + "color": "#CB4B16", + "newColor": "#D33682" + }, + { + "index": 16, + "content": "2", + "color": "#CB4B16", + "newColor": "#D33682" + }, + { + "index": 20, + "content": ")", + "color": "#CB4B16", + "newColor": "#586E75" + }, + { + "index": 35, + "content": "(", + "color": "#CB4B16", + "newColor": "#586E75" + }, + { + "index": 41, + "content": "100", + "color": "#CB4B16", + "newColor": "#D33682" + }, + { + "index": 43, + "content": "2", + "color": "#CB4B16", + "newColor": "#D33682" + }, + { + "index": 47, + "content": ")", + "color": "#CB4B16", + "newColor": "#586E75" + }, + { + "index": 97, + "content": "(", + "color": "#CB4B16", + "newColor": "#586E75" + }, + { + "index": 109, + "content": ")", + "color": "#CB4B16", + "newColor": "#586E75" + }, + { + "index": 112, + "content": "(", + "color": "#CB4B16", + "newColor": "#586E75" + }, + { + "index": 120, + "content": ")", + "color": "#CB4B16", + "newColor": "#586E75" + }, + { + "index": 123, + "content": "(", + "color": "#CB4B16", + "newColor": "#586E75" + }, + { + "index": 131, + "content": ")", + "color": "#CB4B16", + "newColor": "#586E75" + }, + { + "index": 134, + "content": "(", + "color": "#CB4B16", + "newColor": "#586E75" + }, + { + "index": 142, + "content": ")", + "color": "#CB4B16", + "newColor": "#586E75" + } + ], + "tomorrow_night_blue": [ + { + "index": 11, + "content": "'", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 11, + "content": "width: ", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 11, + "content": "'", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 19, + "content": "'", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 19, + "content": "%", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 19, + "content": "'", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 38, + "content": "'", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 38, + "content": "width: ", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 38, + "content": "'", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 46, + "content": "'", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 46, + "content": "%", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 46, + "content": "'", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 87, + "content": "user", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 100, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 100, + "content": "login", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 100, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 104, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 104, + "content": "/login", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 104, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 108, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 108, + "content": "post", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 108, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 115, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 115, + "content": "text", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 115, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 119, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 119, + "content": "user", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 119, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 126, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 126, + "content": "password", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 126, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 130, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 130, + "content": "pass", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 130, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 137, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 137, + "content": "submit", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 137, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 141, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 141, + "content": "login", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 141, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.js b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.js new file mode 100644 index 000000000..aa4f58de3 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.js @@ -0,0 +1,37 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +var gulp = require('gulp'); +var tsb = require('gulp-tsb'); +var util = require('./lib/util'); +var watcher = require('./lib/watch'); +var assign = require('object-assign'); + +var compilation = tsb.create(assign({ verbose: true }, require('./tsconfig.json').compilerOptions)); + +gulp.task('compile', function() { + return gulp.src('**/*.ts', { base: '.' }) + .pipe(compilation()) + .pipe(gulp.dest('')); +}); + +gulp.task('watch', function() { + var src = gulp.src('**/*.ts', { base: '.' }); + + return watcher('**/*.ts', { base: '.' }) + .pipe(util.incremental(compilation, src)) + .pipe(gulp.dest('')); +}); + +gulp.task('default', ['compile']); + +function cloneArray(arr) { + _.foo(); + var r = []; + for (var i = 0, len = arr.length; i < len; i++) { + r[i] = doClone(arr[i]); + } + return r; +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.js.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.js.result new file mode 100644 index 000000000..abd1314cd --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.js.result @@ -0,0 +1,29346 @@ +{ + "abyss": [ + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "---------------------------------------------------------------------------------------------", + "color": "#223355", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " * Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#223355", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " * Licensed under the MIT License. See License.txt in the project root for license information.", + "color": "#223355", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " *--------------------------------------------------------------------------------------------", + "color": "#223355", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "gulp", + "color": "#6688CC", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "require", + "color": "#9966B8", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "gulp", + "color": "#22AA44", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "tsb", + "color": "#6688CC", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "require", + "color": "#9966B8", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "gulp-tsb", + "color": "#22AA44", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "util", + "color": "#6688CC", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "require", + "color": "#9966B8", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "./lib/util", + "color": "#22AA44", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "watcher", + "color": "#6688CC", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "require", + "color": "#9966B8", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "./lib/watch", + "color": "#22AA44", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "assign", + "color": "#6688CC", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "require", + "color": "#9966B8", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "object-assign", + "color": "#22AA44", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "compilation", + "color": "#6688CC", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "tsb", + "color": "#6688CC", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "create", + "color": "#DDBB88", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "assign", + "color": "#DDBB88", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "verbose", + "color": "#6688CC", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "true", + "color": "#F280D0", + "_t": "boolean.constant.expr.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.expr.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "require", + "color": "#9966B8", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "./tsconfig.json", + "color": "#22AA44", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "compilerOptions", + "color": "#6688CC", + "_t": "expr.js.meta.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "))", + "color": "#6688CC", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "gulp", + "color": "#6688CC", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "task", + "color": "#DDBB88", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "compile", + "color": "#22AA44", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "function", + "color": "#9966B8", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "gulp", + "color": "#6688CC", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "src", + "color": "#DDBB88", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "**/*.ts", + "color": "#22AA44", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "base", + "color": "#6688CC", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ".", + "color": "#22AA44", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "pipe", + "color": "#DDBB88", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "compilation", + "color": "#DDBB88", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "())", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "pipe", + "color": "#DDBB88", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "gulp", + "color": "#6688CC", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "dest", + "color": "#DDBB88", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "))", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "gulp", + "color": "#6688CC", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "task", + "color": "#DDBB88", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "watch", + "color": "#22AA44", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "function", + "color": "#9966B8", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "src", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "gulp", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "src", + "color": "#DDBB88", + "_t": "block.entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.block.definition.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "**/*.ts", + "color": "#22AA44", + "_t": "block.expr.function.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "block.definition.end.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "base", + "color": "#6688CC", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ".", + "color": "#22AA44", + "_t": "block.expr.function.js.member.meta.object.objectliteral.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "watcher", + "color": "#DDBB88", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "**/*.ts", + "color": "#22AA44", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "base", + "color": "#6688CC", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ".", + "color": "#22AA44", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "pipe", + "color": "#DDBB88", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "util", + "color": "#9966B8", + "_t": "block.function.js.meta.module.node.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "incremental", + "color": "#DDBB88", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "compilation", + "color": "#6688CC", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "src", + "color": "#6688CC", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "))", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "pipe", + "color": "#DDBB88", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "gulp", + "color": "#6688CC", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "dest", + "color": "#DDBB88", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "))", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "gulp", + "color": "#6688CC", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "task", + "color": "#DDBB88", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "default", + "color": "#22AA44", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "array.begin.definition.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "compile", + "color": "#22AA44", + "_t": "array.js.literal.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "array.definition.end.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "function", + "color": "#9966B8", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cloneArray", + "color": "#DDBB88", + "_t": "entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "arr", + "color": "#2277FF", + "_t": "function.js.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "_", + "color": "#6688CC", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#DDBB88", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "r", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[]", + "color": "#6688CC", + "_t": "array.block.brace.expr.function.js.literal.meta.square.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "block.control.function.js.keyword.loop.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "block.constant.decimal.expr.function.js.meta.numeric.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "len", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "arr", + "color": "#6688CC", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "length", + "color": "#9966B8", + "_t": "block.expr.function.js.meta.property.support.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#6688CC", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "block.function.js.keyword.meta.operator.relational", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "len", + "color": "#6688CC", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#6688CC", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "++", + "color": "#225588", + "_t": "block.function.increment.js.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "r", + "color": "#6688CC", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#6688CC", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.function.js.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "doClone", + "color": "#DDBB88", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "arr", + "color": "#6688CC", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "i", + "color": "#6688CC", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "r", + "color": "#6688CC", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "---------------------------------------------------------------------------------------------", + "color": "#608B4E", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " * Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#608B4E", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " * Licensed under the MIT License. See License.txt in the project root for license information.", + "color": "#608B4E", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " *--------------------------------------------------------------------------------------------", + "color": "#608B4E", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gulp", + "color": "#D4D4D4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "require", + "color": "#D4D4D4", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "gulp", + "color": "#CE9178", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "tsb", + "color": "#D4D4D4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "require", + "color": "#D4D4D4", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "gulp-tsb", + "color": "#CE9178", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "util", + "color": "#D4D4D4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "require", + "color": "#D4D4D4", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "./lib/util", + "color": "#CE9178", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "watcher", + "color": "#D4D4D4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "require", + "color": "#D4D4D4", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "./lib/watch", + "color": "#CE9178", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "assign", + "color": "#D4D4D4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "require", + "color": "#D4D4D4", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "object-assign", + "color": "#CE9178", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "compilation", + "color": "#D4D4D4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "tsb", + "color": "#D4D4D4", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "create", + "color": "#D4D4D4", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "assign", + "color": "#D4D4D4", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "verbose", + "color": "#D4D4D4", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "boolean.constant.expr.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.expr.js.meta.punctuation.separator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "require", + "color": "#D4D4D4", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "./tsconfig.json", + "color": "#CE9178", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "compilerOptions", + "color": "#D4D4D4", + "_t": "expr.js.meta.other.property.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gulp", + "color": "#D4D4D4", + "_t": "js.object.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "task", + "color": "#D4D4D4", + "_t": "entity.function.js.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "compile", + "color": "#CE9178", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gulp", + "color": "#D4D4D4", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "src", + "color": "#D4D4D4", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "**/*.ts", + "color": "#CE9178", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "base", + "color": "#D4D4D4", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pipe", + "color": "#D4D4D4", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "compilation", + "color": "#D4D4D4", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "())", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pipe", + "color": "#D4D4D4", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gulp", + "color": "#D4D4D4", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dest", + "color": "#D4D4D4", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gulp", + "color": "#D4D4D4", + "_t": "js.object.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "task", + "color": "#D4D4D4", + "_t": "entity.function.js.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "watch", + "color": "#CE9178", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "src", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gulp", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "src", + "color": "#D4D4D4", + "_t": "block.entity.expr.function.js.meta.name.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "**/*.ts", + "color": "#CE9178", + "_t": "block.expr.function.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "base", + "color": "#D4D4D4", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "block.expr.function.js.member.meta.object.objectliteral.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "watcher", + "color": "#D4D4D4", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "**/*.ts", + "color": "#CE9178", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "base", + "color": "#D4D4D4", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pipe", + "color": "#D4D4D4", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "util", + "color": "#D4D4D4", + "_t": "block.function.js.meta.module.node.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "incremental", + "color": "#D4D4D4", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "compilation", + "color": "#D4D4D4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "src", + "color": "#D4D4D4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pipe", + "color": "#D4D4D4", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gulp", + "color": "#D4D4D4", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dest", + "color": "#D4D4D4", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gulp", + "color": "#D4D4D4", + "_t": "js.object.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "task", + "color": "#D4D4D4", + "_t": "entity.function.js.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "default", + "color": "#CE9178", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "array.begin.definition.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "compile", + "color": "#CE9178", + "_t": "array.js.literal.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "array.definition.end.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cloneArray", + "color": "#D4D4D4", + "_t": "entity.function.js.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arr", + "color": "#D4D4D4", + "_t": "function.js.meta.parameter.parameters.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#D4D4D4", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "r", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[]", + "color": "#D4D4D4", + "_t": "array.block.brace.expr.function.js.literal.meta.square.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "block.control.function.js.keyword.loop.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.constant.decimal.expr.function.js.meta.numeric.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "len", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arr", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "length", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.property.support.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.function.js.keyword.meta.operator.relational", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "len", + "color": "#D4D4D4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.function.increment.js.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "r", + "color": "#D4D4D4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.function.js.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "doClone", + "color": "#D4D4D4", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arr", + "color": "#D4D4D4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#D4D4D4", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "r", + "color": "#D4D4D4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "---------------------------------------------------------------------------------------------", + "color": "#008000", + "_t": "block.comment.js", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " * Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#008000", + "_t": "block.comment.js", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " * Licensed under the MIT License. See License.txt in the project root for license information.", + "color": "#008000", + "_t": "block.comment.js", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " *--------------------------------------------------------------------------------------------", + "color": "#008000", + "_t": "block.comment.js", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gulp", + "color": "#000000", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "require", + "color": "#000000", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "gulp", + "color": "#A31515", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "tsb", + "color": "#000000", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "require", + "color": "#000000", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "gulp-tsb", + "color": "#A31515", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "util", + "color": "#000000", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "require", + "color": "#000000", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "./lib/util", + "color": "#A31515", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "watcher", + "color": "#000000", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "require", + "color": "#000000", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "./lib/watch", + "color": "#A31515", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "assign", + "color": "#000000", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "require", + "color": "#000000", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "object-assign", + "color": "#A31515", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "compilation", + "color": "#000000", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "tsb", + "color": "#000000", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "create", + "color": "#000000", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "assign", + "color": "#000000", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "verbose", + "color": "#000000", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "true", + "color": "#0000FF", + "_t": "boolean.constant.expr.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.expr.js.meta.punctuation.separator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "require", + "color": "#000000", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "./tsconfig.json", + "color": "#A31515", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "compilerOptions", + "color": "#000000", + "_t": "expr.js.meta.other.property.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "))", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gulp", + "color": "#000000", + "_t": "js.object.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.js.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "task", + "color": "#000000", + "_t": "entity.function.js.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "compile", + "color": "#A31515", + "_t": "js.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.js.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "function.js.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gulp", + "color": "#000000", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "src", + "color": "#000000", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "**/*.ts", + "color": "#A31515", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "base", + "color": "#000000", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ".", + "color": "#A31515", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pipe", + "color": "#000000", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "compilation", + "color": "#000000", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "())", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pipe", + "color": "#000000", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gulp", + "color": "#000000", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dest", + "color": "#000000", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "))", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gulp", + "color": "#000000", + "_t": "js.object.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.js.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "task", + "color": "#000000", + "_t": "entity.function.js.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "watch", + "color": "#A31515", + "_t": "js.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.js.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "function.js.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "src", + "color": "#000000", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gulp", + "color": "#000000", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "src", + "color": "#000000", + "_t": "block.entity.expr.function.js.meta.name.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "**/*.ts", + "color": "#A31515", + "_t": "block.expr.function.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "base", + "color": "#000000", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ".", + "color": "#A31515", + "_t": "block.expr.function.js.member.meta.object.objectliteral.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "watcher", + "color": "#000000", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "**/*.ts", + "color": "#A31515", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "base", + "color": "#000000", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ".", + "color": "#A31515", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pipe", + "color": "#000000", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "util", + "color": "#000000", + "_t": "block.function.js.meta.module.node.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "incremental", + "color": "#000000", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "compilation", + "color": "#000000", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "src", + "color": "#000000", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "))", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pipe", + "color": "#000000", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gulp", + "color": "#000000", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dest", + "color": "#000000", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "))", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gulp", + "color": "#000000", + "_t": "js.object.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.js.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "task", + "color": "#000000", + "_t": "entity.function.js.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "default", + "color": "#A31515", + "_t": "js.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.js.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "array.begin.definition.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "compile", + "color": "#A31515", + "_t": "array.js.literal.meta.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "array.definition.end.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#000000", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "function.js.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cloneArray", + "color": "#000000", + "_t": "entity.function.js.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arr", + "color": "#000000", + "_t": "function.js.meta.parameter.parameters.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#000000", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#000000", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "r", + "color": "#000000", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[]", + "color": "#000000", + "_t": "array.block.brace.expr.function.js.literal.meta.square.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "block.control.function.js.keyword.loop.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.constant.decimal.expr.function.js.meta.numeric.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "len", + "color": "#000000", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arr", + "color": "#000000", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "length", + "color": "#000000", + "_t": "block.expr.function.js.meta.property.support.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "block.function.js.keyword.meta.operator.relational", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "len", + "color": "#000000", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++", + "color": "#000000", + "_t": "block.function.increment.js.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "r", + "color": "#000000", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.function.js.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "doClone", + "color": "#000000", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arr", + "color": "#000000", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#000000", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "r", + "color": "#000000", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.js.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "---------------------------------------------------------------------------------------------", + "color": "#7CA668", + "_t": "block.comment.js", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " * Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#7CA668", + "_t": "block.comment.js", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " * Licensed under the MIT License. See License.txt in the project root for license information.", + "color": "#7CA668", + "_t": "block.comment.js", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " *--------------------------------------------------------------------------------------------", + "color": "#7CA668", + "_t": "block.comment.js", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.js.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "gulp", + "color": "#FFFFFF", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "require", + "color": "#FFFFFF", + "_t": "expr.function.js.meta.support.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "gulp", + "color": "#CE9178", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "tsb", + "color": "#FFFFFF", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "require", + "color": "#FFFFFF", + "_t": "expr.function.js.meta.support.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "gulp-tsb", + "color": "#CE9178", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "util", + "color": "#FFFFFF", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "require", + "color": "#FFFFFF", + "_t": "expr.function.js.meta.support.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "./lib/util", + "color": "#CE9178", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "watcher", + "color": "#FFFFFF", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "require", + "color": "#FFFFFF", + "_t": "expr.function.js.meta.support.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "./lib/watch", + "color": "#CE9178", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "assign", + "color": "#FFFFFF", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "require", + "color": "#FFFFFF", + "_t": "expr.function.js.meta.support.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "object-assign", + "color": "#CE9178", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "compilation", + "color": "#FFFFFF", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "tsb", + "color": "#FFFFFF", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "create", + "color": "#FFFFFF", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "assign", + "color": "#FFFFFF", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "verbose", + "color": "#FFFFFF", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "boolean.constant.expr.js.language.member.meta.object.objectliteral.true.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.expr.js.meta.punctuation.separator.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "require", + "color": "#FFFFFF", + "_t": "expr.function.js.meta.support.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "./tsconfig.json", + "color": "#CE9178", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "compilerOptions", + "color": "#FFFFFF", + "_t": "expr.js.meta.other.property.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "gulp", + "color": "#FFFFFF", + "_t": "js.object.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.js.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "task", + "color": "#FFFFFF", + "_t": "entity.function.js.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "compile", + "color": "#CE9178", + "_t": "js.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.js.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.js.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "gulp", + "color": "#FFFFFF", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "src", + "color": "#FFFFFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "**/*.ts", + "color": "#CE9178", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta.objectliteral", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "base", + "color": "#FFFFFF", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "pipe", + "color": "#FFFFFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "compilation", + "color": "#FFFFFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "())", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "pipe", + "color": "#FFFFFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "gulp", + "color": "#FFFFFF", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "dest", + "color": "#FFFFFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "gulp", + "color": "#FFFFFF", + "_t": "js.object.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.js.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "task", + "color": "#FFFFFF", + "_t": "entity.function.js.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "watch", + "color": "#CE9178", + "_t": "js.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.js.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.js.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "src", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "gulp", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "src", + "color": "#FFFFFF", + "_t": "block.entity.expr.function.js.meta.name.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "**/*.ts", + "color": "#CE9178", + "_t": "block.expr.function.js.meta.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "base", + "color": "#FFFFFF", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "block.expr.function.js.member.meta.object.objectliteral.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "watcher", + "color": "#FFFFFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "**/*.ts", + "color": "#CE9178", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta.objectliteral", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "base", + "color": "#FFFFFF", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "pipe", + "color": "#FFFFFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "util", + "color": "#FFFFFF", + "_t": "block.function.js.meta.module.node.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "incremental", + "color": "#FFFFFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "compilation", + "color": "#FFFFFF", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "src", + "color": "#FFFFFF", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "pipe", + "color": "#FFFFFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "gulp", + "color": "#FFFFFF", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "dest", + "color": "#FFFFFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "gulp", + "color": "#FFFFFF", + "_t": "js.object.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.js.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "task", + "color": "#FFFFFF", + "_t": "entity.function.js.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "default", + "color": "#CE9178", + "_t": "js.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.js.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "array.brace.js.literal.meta.square", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "array.begin.definition.js.literal.meta.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "compile", + "color": "#CE9178", + "_t": "array.js.literal.meta.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "array.definition.end.js.literal.meta.punctuation.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "array.brace.js.literal.meta.square", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.js.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cloneArray", + "color": "#FFFFFF", + "_t": "entity.function.js.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "arr", + "color": "#FFFFFF", + "_t": "function.js.meta.parameter.parameters.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "_", + "color": "#FFFFFF", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "r", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[]", + "color": "#FFFFFF", + "_t": "array.block.brace.expr.function.js.literal.meta.square.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "block.control.function.js.keyword.loop.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.constant.decimal.expr.function.js.meta.numeric.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "len", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "arr", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "length", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.property.support.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.function.js.keyword.meta.operator.relational", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "len", + "color": "#FFFFFF", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.function.increment.js.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "r", + "color": "#FFFFFF", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.function.js.keyword.meta.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "doClone", + "color": "#FFFFFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "arr", + "color": "#FFFFFF", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FFFFFF", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "r", + "color": "#FFFFFF", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "---------------------------------------------------------------------------------------------", + "color": "#608B4E", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " * Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#608B4E", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " * Licensed under the MIT License. See License.txt in the project root for license information.", + "color": "#608B4E", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " *--------------------------------------------------------------------------------------------", + "color": "#608B4E", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gulp", + "color": "#9CDCFE", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "require", + "color": "#DCDCAA", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "gulp", + "color": "#CE9178", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "tsb", + "color": "#9CDCFE", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "require", + "color": "#DCDCAA", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "gulp-tsb", + "color": "#CE9178", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "util", + "color": "#9CDCFE", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "require", + "color": "#DCDCAA", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "./lib/util", + "color": "#CE9178", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "watcher", + "color": "#9CDCFE", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "require", + "color": "#DCDCAA", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "./lib/watch", + "color": "#CE9178", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "assign", + "color": "#9CDCFE", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "require", + "color": "#DCDCAA", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "object-assign", + "color": "#CE9178", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "compilation", + "color": "#9CDCFE", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "tsb", + "color": "#9CDCFE", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "create", + "color": "#DCDCAA", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "assign", + "color": "#DCDCAA", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "verbose", + "color": "#9CDCFE", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "boolean.constant.expr.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.expr.js.meta.punctuation.separator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "require", + "color": "#DCDCAA", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "./tsconfig.json", + "color": "#CE9178", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "compilerOptions", + "color": "#9CDCFE", + "_t": "expr.js.meta.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gulp", + "color": "#9CDCFE", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "task", + "color": "#DCDCAA", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "compile", + "color": "#CE9178", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gulp", + "color": "#9CDCFE", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "src", + "color": "#DCDCAA", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "**/*.ts", + "color": "#CE9178", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "base", + "color": "#9CDCFE", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pipe", + "color": "#DCDCAA", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "compilation", + "color": "#DCDCAA", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "())", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pipe", + "color": "#DCDCAA", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gulp", + "color": "#9CDCFE", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dest", + "color": "#DCDCAA", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gulp", + "color": "#9CDCFE", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "task", + "color": "#DCDCAA", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "watch", + "color": "#CE9178", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "src", + "color": "#9CDCFE", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gulp", + "color": "#9CDCFE", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "src", + "color": "#DCDCAA", + "_t": "block.entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "**/*.ts", + "color": "#CE9178", + "_t": "block.expr.function.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "base", + "color": "#9CDCFE", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "block.expr.function.js.member.meta.object.objectliteral.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "watcher", + "color": "#DCDCAA", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "**/*.ts", + "color": "#CE9178", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "base", + "color": "#9CDCFE", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pipe", + "color": "#DCDCAA", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "util", + "color": "#DCDCAA", + "_t": "block.function.js.meta.module.node.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "incremental", + "color": "#DCDCAA", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "compilation", + "color": "#9CDCFE", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "src", + "color": "#9CDCFE", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pipe", + "color": "#DCDCAA", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gulp", + "color": "#9CDCFE", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dest", + "color": "#DCDCAA", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gulp", + "color": "#9CDCFE", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "task", + "color": "#DCDCAA", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "default", + "color": "#CE9178", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "array.begin.definition.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "compile", + "color": "#CE9178", + "_t": "array.js.literal.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "array.definition.end.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cloneArray", + "color": "#DCDCAA", + "_t": "entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arr", + "color": "#9CDCFE", + "_t": "function.js.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#9CDCFE", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#DCDCAA", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "r", + "color": "#9CDCFE", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[]", + "color": "#D4D4D4", + "_t": "array.block.brace.expr.function.js.literal.meta.square.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "block.control.function.js.keyword.loop.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.constant.decimal.expr.function.js.meta.numeric.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "len", + "color": "#9CDCFE", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arr", + "color": "#9CDCFE", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "length", + "color": "#9CDCFE", + "_t": "block.expr.function.js.meta.property.support.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.function.js.keyword.meta.operator.relational", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "len", + "color": "#9CDCFE", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.function.increment.js.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "r", + "color": "#9CDCFE", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.function.js.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "doClone", + "color": "#DCDCAA", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "arr", + "color": "#9CDCFE", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "i", + "color": "#9CDCFE", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.function.js.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "r", + "color": "#9CDCFE", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "---------------------------------------------------------------------------------------------", + "color": "#008000", + "_t": "block.comment.js", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " * Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#008000", + "_t": "block.comment.js", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " * Licensed under the MIT License. See License.txt in the project root for license information.", + "color": "#008000", + "_t": "block.comment.js", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " *--------------------------------------------------------------------------------------------", + "color": "#008000", + "_t": "block.comment.js", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gulp", + "color": "#001080", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "require", + "color": "#795E26", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "gulp", + "color": "#A31515", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "tsb", + "color": "#001080", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "require", + "color": "#795E26", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "gulp-tsb", + "color": "#A31515", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "util", + "color": "#001080", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "require", + "color": "#795E26", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "./lib/util", + "color": "#A31515", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "watcher", + "color": "#001080", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "require", + "color": "#795E26", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "./lib/watch", + "color": "#A31515", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "assign", + "color": "#001080", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "require", + "color": "#795E26", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "object-assign", + "color": "#A31515", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "compilation", + "color": "#001080", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "tsb", + "color": "#001080", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "create", + "color": "#795E26", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "assign", + "color": "#795E26", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "verbose", + "color": "#001080", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "true", + "color": "#0000FF", + "_t": "boolean.constant.expr.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.expr.js.meta.punctuation.separator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "require", + "color": "#795E26", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "./tsconfig.json", + "color": "#A31515", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "compilerOptions", + "color": "#001080", + "_t": "expr.js.meta.other.property.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "))", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gulp", + "color": "#001080", + "_t": "js.object.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.js.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "task", + "color": "#795E26", + "_t": "entity.function.js.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "compile", + "color": "#A31515", + "_t": "js.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.js.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "function.js.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gulp", + "color": "#001080", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "src", + "color": "#795E26", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "**/*.ts", + "color": "#A31515", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "base", + "color": "#001080", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ".", + "color": "#A31515", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pipe", + "color": "#795E26", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "compilation", + "color": "#795E26", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "())", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pipe", + "color": "#795E26", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gulp", + "color": "#001080", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dest", + "color": "#795E26", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "))", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gulp", + "color": "#001080", + "_t": "js.object.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.js.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "task", + "color": "#795E26", + "_t": "entity.function.js.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "watch", + "color": "#A31515", + "_t": "js.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.js.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "function.js.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "src", + "color": "#001080", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gulp", + "color": "#001080", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "src", + "color": "#795E26", + "_t": "block.entity.expr.function.js.meta.name.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "**/*.ts", + "color": "#A31515", + "_t": "block.expr.function.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "base", + "color": "#001080", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ".", + "color": "#A31515", + "_t": "block.expr.function.js.member.meta.object.objectliteral.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "watcher", + "color": "#795E26", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "**/*.ts", + "color": "#A31515", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "base", + "color": "#001080", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ".", + "color": "#A31515", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pipe", + "color": "#795E26", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "util", + "color": "#795E26", + "_t": "block.function.js.meta.module.node.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "incremental", + "color": "#795E26", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "compilation", + "color": "#001080", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "src", + "color": "#001080", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "))", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pipe", + "color": "#795E26", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gulp", + "color": "#001080", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dest", + "color": "#795E26", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "))", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gulp", + "color": "#001080", + "_t": "js.object.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.js.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "task", + "color": "#795E26", + "_t": "entity.function.js.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "default", + "color": "#A31515", + "_t": "js.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.js.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "array.begin.definition.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "compile", + "color": "#A31515", + "_t": "array.js.literal.meta.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "array.definition.end.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#000000", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "function.js.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cloneArray", + "color": "#795E26", + "_t": "entity.function.js.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arr", + "color": "#001080", + "_t": "function.js.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#001080", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#795E26", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "()", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "r", + "color": "#001080", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[]", + "color": "#000000", + "_t": "array.block.brace.expr.function.js.literal.meta.square.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "block.control.function.js.keyword.loop.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.constant.decimal.expr.function.js.meta.numeric.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "len", + "color": "#001080", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arr", + "color": "#001080", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "length", + "color": "#001080", + "_t": "block.expr.function.js.meta.property.support.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "block.function.js.keyword.meta.operator.relational", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "len", + "color": "#001080", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "++", + "color": "#000000", + "_t": "block.function.increment.js.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "r", + "color": "#001080", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "[", + "color": "#000000", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "]", + "color": "#000000", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.function.js.keyword.meta.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "doClone", + "color": "#795E26", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "arr", + "color": "#001080", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "[", + "color": "#000000", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "i", + "color": "#001080", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "]", + "color": "#000000", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.function.js.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "r", + "color": "#001080", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "---------------------------------------------------------------------------------------------", + "color": "#A57A4C", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " * Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#A57A4C", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " * Licensed under the MIT License. See License.txt in the project root for license information.", + "color": "#A57A4C", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " *--------------------------------------------------------------------------------------------", + "color": "#A57A4C", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "gulp", + "color": "#DC3958", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "require", + "color": "#7E602C", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "gulp", + "color": "#889B4A", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "tsb", + "color": "#DC3958", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "require", + "color": "#7E602C", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "gulp-tsb", + "color": "#889B4A", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "util", + "color": "#DC3958", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "require", + "color": "#7E602C", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "./lib/util", + "color": "#889B4A", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "watcher", + "color": "#DC3958", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "require", + "color": "#7E602C", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "./lib/watch", + "color": "#889B4A", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "assign", + "color": "#DC3958", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "require", + "color": "#7E602C", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "object-assign", + "color": "#889B4A", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "compilation", + "color": "#DC3958", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "tsb", + "color": "#DC3958", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "create", + "color": "#8AB1B0", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "assign", + "color": "#8AB1B0", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "verbose", + "color": "#D3AF86", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "true", + "color": "#F79A32", + "_t": "boolean.constant.expr.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.expr.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "require", + "color": "#7E602C", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "./tsconfig.json", + "color": "#889B4A", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "compilerOptions", + "color": "#DC3958", + "_t": "expr.js.meta.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "))", + "color": "#D3AF86", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "gulp", + "color": "#DC3958", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "task", + "color": "#8AB1B0", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "compile", + "color": "#889B4A", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "function", + "color": "#98676A", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "gulp", + "color": "#DC3958", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "src", + "color": "#8AB1B0", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "**/*.ts", + "color": "#889B4A", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "base", + "color": "#D3AF86", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#889B4A", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "pipe", + "color": "#8AB1B0", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "compilation", + "color": "#8AB1B0", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "())", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "pipe", + "color": "#8AB1B0", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "gulp", + "color": "#DC3958", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "dest", + "color": "#8AB1B0", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "))", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "gulp", + "color": "#DC3958", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "task", + "color": "#8AB1B0", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "watch", + "color": "#889B4A", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "function", + "color": "#98676A", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "src", + "color": "#DC3958", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "gulp", + "color": "#DC3958", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "src", + "color": "#8AB1B0", + "_t": "block.entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.block.definition.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "**/*.ts", + "color": "#889B4A", + "_t": "block.expr.function.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "block.definition.end.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "base", + "color": "#D3AF86", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#889B4A", + "_t": "block.expr.function.js.member.meta.object.objectliteral.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "watcher", + "color": "#8AB1B0", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "**/*.ts", + "color": "#889B4A", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "base", + "color": "#D3AF86", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#889B4A", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "pipe", + "color": "#8AB1B0", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "util", + "color": "#7E602C", + "_t": "block.function.js.meta.module.node.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "incremental", + "color": "#8AB1B0", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "compilation", + "color": "#DC3958", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "src", + "color": "#DC3958", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "))", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "pipe", + "color": "#8AB1B0", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "gulp", + "color": "#DC3958", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "dest", + "color": "#8AB1B0", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "))", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "gulp", + "color": "#DC3958", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "task", + "color": "#8AB1B0", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "default", + "color": "#889B4A", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "array.begin.definition.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.array rgb(211, 175, 134)" + }, + { + "content": "compile", + "color": "#889B4A", + "_t": "array.js.literal.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "array.definition.end.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.array rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "function", + "color": "#98676A", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cloneArray", + "color": "#8AB1B0", + "_t": "entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "arr", + "color": "#D3AF86", + "_t": "function.js.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "_", + "color": "#DC3958", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#8AB1B0", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "r", + "color": "#DC3958", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[]", + "color": "#D3AF86", + "_t": "array.block.brace.expr.function.js.literal.meta.square.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "block.control.function.js.keyword.loop.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "block.constant.decimal.expr.function.js.meta.numeric.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "len", + "color": "#DC3958", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "arr", + "color": "#DC3958", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "length", + "color": "#7E602C", + "_t": "block.expr.function.js.meta.property.support.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "block.function.js.keyword.meta.operator.relational", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "len", + "color": "#DC3958", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "++", + "color": "#D3AF86", + "_t": "block.function.increment.js.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "r", + "color": "#DC3958", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.function.js.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "doClone", + "color": "#8AB1B0", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "arr", + "color": "#DC3958", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#DC3958", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "r", + "color": "#DC3958", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "---------------------------------------------------------------------------------------------", + "color": "#75715E", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " * Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#75715E", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " * Licensed under the MIT License. See License.txt in the project root for license information.", + "color": "#75715E", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " *--------------------------------------------------------------------------------------------", + "color": "#75715E", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "gulp", + "color": "#F8F8F2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "require", + "color": "#66D9EF", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "gulp", + "color": "#E6DB74", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "tsb", + "color": "#F8F8F2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "require", + "color": "#66D9EF", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "gulp-tsb", + "color": "#E6DB74", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "util", + "color": "#F8F8F2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "require", + "color": "#66D9EF", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "./lib/util", + "color": "#E6DB74", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "watcher", + "color": "#F8F8F2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "require", + "color": "#66D9EF", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "./lib/watch", + "color": "#E6DB74", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "assign", + "color": "#F8F8F2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "require", + "color": "#66D9EF", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "object-assign", + "color": "#E6DB74", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "compilation", + "color": "#F8F8F2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "tsb", + "color": "#F8F8F2", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "create", + "color": "#A6E22E", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "assign", + "color": "#A6E22E", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "verbose", + "color": "#F8F8F2", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "true", + "color": "#AE81FF", + "_t": "boolean.constant.expr.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.expr.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "require", + "color": "#66D9EF", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "./tsconfig.json", + "color": "#E6DB74", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "compilerOptions", + "color": "#F8F8F2", + "_t": "expr.js.meta.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "))", + "color": "#F8F8F2", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "gulp", + "color": "#F8F8F2", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "task", + "color": "#A6E22E", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "compile", + "color": "#E6DB74", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "function", + "color": "#66D9EF", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "gulp", + "color": "#F8F8F2", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "src", + "color": "#A6E22E", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "**/*.ts", + "color": "#E6DB74", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "base", + "color": "#F8F8F2", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ".", + "color": "#E6DB74", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "pipe", + "color": "#A6E22E", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "compilation", + "color": "#A6E22E", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "())", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "pipe", + "color": "#A6E22E", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "gulp", + "color": "#F8F8F2", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "dest", + "color": "#A6E22E", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "))", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "gulp", + "color": "#F8F8F2", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "task", + "color": "#A6E22E", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "watch", + "color": "#E6DB74", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "function", + "color": "#66D9EF", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "src", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "gulp", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "src", + "color": "#A6E22E", + "_t": "block.entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.block.definition.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "**/*.ts", + "color": "#E6DB74", + "_t": "block.expr.function.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "block.definition.end.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "base", + "color": "#F8F8F2", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ".", + "color": "#E6DB74", + "_t": "block.expr.function.js.member.meta.object.objectliteral.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "watcher", + "color": "#A6E22E", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "**/*.ts", + "color": "#E6DB74", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "base", + "color": "#F8F8F2", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ".", + "color": "#E6DB74", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "pipe", + "color": "#A6E22E", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "util", + "color": "#66D9EF", + "_t": "block.function.js.meta.module.node.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "incremental", + "color": "#A6E22E", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "compilation", + "color": "#F8F8F2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "src", + "color": "#F8F8F2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "))", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "pipe", + "color": "#A6E22E", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "gulp", + "color": "#F8F8F2", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "dest", + "color": "#A6E22E", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "))", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "gulp", + "color": "#F8F8F2", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "task", + "color": "#A6E22E", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "default", + "color": "#E6DB74", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "array.begin.definition.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "compile", + "color": "#E6DB74", + "_t": "array.js.literal.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "array.definition.end.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "function", + "color": "#66D9EF", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cloneArray", + "color": "#A6E22E", + "_t": "entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "arr", + "color": "#FD971F", + "_t": "function.js.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "_", + "color": "#F8F8F2", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#A6E22E", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "r", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[]", + "color": "#F8F8F2", + "_t": "array.block.brace.expr.function.js.literal.meta.square.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "block.control.function.js.keyword.loop.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "block.constant.decimal.expr.function.js.meta.numeric.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "len", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "arr", + "color": "#F8F8F2", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "length", + "color": "#66D9EF", + "_t": "block.expr.function.js.meta.property.support.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#F8F8F2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "block.function.js.keyword.meta.operator.relational", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "len", + "color": "#F8F8F2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#F8F8F2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "++", + "color": "#F92672", + "_t": "block.function.increment.js.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "r", + "color": "#F8F8F2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#F8F8F2", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.function.js.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "doClone", + "color": "#A6E22E", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "arr", + "color": "#F8F8F2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "i", + "color": "#F8F8F2", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "r", + "color": "#F8F8F2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "---------------------------------------------------------------------------------------------", + "color": "#9A9B99", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " * Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#9A9B99", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " * Licensed under the MIT License. See License.txt in the project root for license information.", + "color": "#9A9B99", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " *--------------------------------------------------------------------------------------------", + "color": "#9A9B99", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "gulp", + "color": "#6089B4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "require", + "color": "#9872A2", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "gulp", + "color": "#9AA83A", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "tsb", + "color": "#6089B4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "require", + "color": "#9872A2", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "gulp-tsb", + "color": "#9AA83A", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "util", + "color": "#6089B4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "require", + "color": "#9872A2", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "./lib/util", + "color": "#9AA83A", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "watcher", + "color": "#6089B4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "require", + "color": "#9872A2", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "./lib/watch", + "color": "#9AA83A", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "assign", + "color": "#6089B4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "require", + "color": "#9872A2", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "object-assign", + "color": "#9AA83A", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "compilation", + "color": "#6089B4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "tsb", + "color": "#6089B4", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "create", + "color": "#CE6700", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "assign", + "color": "#CE6700", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "verbose", + "color": "#C5C8C6", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "true", + "color": "#FF0080", + "_t": "boolean.constant.expr.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.expr.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "require", + "color": "#9872A2", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "./tsconfig.json", + "color": "#9AA83A", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "compilerOptions", + "color": "#9872A2", + "_t": "expr.js.meta.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": "))", + "color": "#C5C8C6", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "gulp", + "color": "#6089B4", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "task", + "color": "#CE6700", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "compile", + "color": "#9AA83A", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "function", + "color": "#9872A2", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "gulp", + "color": "#6089B4", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "src", + "color": "#CE6700", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "**/*.ts", + "color": "#9AA83A", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "base", + "color": "#C5C8C6", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ".", + "color": "#9AA83A", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "pipe", + "color": "#CE6700", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "compilation", + "color": "#CE6700", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "())", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "pipe", + "color": "#CE6700", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "gulp", + "color": "#6089B4", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "dest", + "color": "#CE6700", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "))", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "gulp", + "color": "#6089B4", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "task", + "color": "#CE6700", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "watch", + "color": "#9AA83A", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "function", + "color": "#9872A2", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "src", + "color": "#6089B4", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "gulp", + "color": "#6089B4", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "src", + "color": "#CE6700", + "_t": "block.entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.block.definition.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "**/*.ts", + "color": "#9AA83A", + "_t": "block.expr.function.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "block.definition.end.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "base", + "color": "#C5C8C6", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ".", + "color": "#9AA83A", + "_t": "block.expr.function.js.member.meta.object.objectliteral.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "watcher", + "color": "#CE6700", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "**/*.ts", + "color": "#9AA83A", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "base", + "color": "#C5C8C6", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ".", + "color": "#9AA83A", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "pipe", + "color": "#CE6700", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "util", + "color": "#9872A2", + "_t": "block.function.js.meta.module.node.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "incremental", + "color": "#CE6700", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "compilation", + "color": "#6089B4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "src", + "color": "#6089B4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": "))", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "pipe", + "color": "#CE6700", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "gulp", + "color": "#6089B4", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "dest", + "color": "#CE6700", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "))", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "gulp", + "color": "#6089B4", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "task", + "color": "#CE6700", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "default", + "color": "#9AA83A", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "array.begin.definition.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "compile", + "color": "#9AA83A", + "_t": "array.js.literal.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "array.definition.end.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "function", + "color": "#9872A2", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cloneArray", + "color": "#CE6700", + "_t": "entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "arr", + "color": "#6089B4", + "_t": "function.js.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "_", + "color": "#6089B4", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#CE6700", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "r", + "color": "#6089B4", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[]", + "color": "#C5C8C6", + "_t": "array.block.brace.expr.function.js.literal.meta.square.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "block.control.function.js.keyword.loop.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "block.constant.decimal.expr.function.js.meta.numeric.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "len", + "color": "#6089B4", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "arr", + "color": "#6089B4", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "length", + "color": "#6089B4", + "_t": "block.expr.function.js.meta.property.support.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "block.function.js.keyword.meta.operator.relational", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "len", + "color": "#6089B4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": "++", + "color": "#676867", + "_t": "block.function.increment.js.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "r", + "color": "#6089B4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.function.js.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "doClone", + "color": "#CE6700", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "arr", + "color": "#6089B4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "i", + "color": "#6089B4", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "r", + "color": "#6089B4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "---------------------------------------------------------------------------------------------", + "color": "#AAAAAA", + "_t": "block.comment.js", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " * Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#AAAAAA", + "_t": "block.comment.js", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " * Licensed under the MIT License. See License.txt in the project root for license information.", + "color": "#AAAAAA", + "_t": "block.comment.js", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " *--------------------------------------------------------------------------------------------", + "color": "#AAAAAA", + "_t": "block.comment.js", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "gulp", + "color": "#7A3E9D", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "require", + "color": "#AA3731", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "gulp", + "color": "#448C27", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "tsb", + "color": "#7A3E9D", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "require", + "color": "#AA3731", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "gulp-tsb", + "color": "#448C27", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "util", + "color": "#7A3E9D", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "require", + "color": "#AA3731", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "./lib/util", + "color": "#448C27", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "watcher", + "color": "#7A3E9D", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "require", + "color": "#AA3731", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "./lib/watch", + "color": "#448C27", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "assign", + "color": "#7A3E9D", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "require", + "color": "#AA3731", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "object-assign", + "color": "#448C27", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "compilation", + "color": "#7A3E9D", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "tsb", + "color": "#7A3E9D", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "create", + "color": "#AA3731", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "assign", + "color": "#AA3731", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "verbose", + "color": "#333333", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#434343", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "true", + "color": "#AB6526", + "_t": "boolean.constant.expr.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#434343", + "_t": "comma.expr.js.meta.punctuation.separator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "require", + "color": "#AA3731", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "./tsconfig.json", + "color": "#448C27", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "compilerOptions", + "color": "#7A3E9D", + "_t": "expr.js.meta.other.property.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "))", + "color": "#333333", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "gulp", + "color": "#7A3E9D", + "_t": "js.object.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.js.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "task", + "color": "#AA3731", + "_t": "entity.function.js.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "compile", + "color": "#448C27", + "_t": "js.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#777777", + "_t": "comma.js.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "function", + "color": "#7A3E9D", + "_t": "function.js.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "gulp", + "color": "#7A3E9D", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "src", + "color": "#AA3731", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "**/*.ts", + "color": "#448C27", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "base", + "color": "#333333", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#434343", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#448C27", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "pipe", + "color": "#AA3731", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "compilation", + "color": "#AA3731", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "())", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "pipe", + "color": "#AA3731", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "gulp", + "color": "#7A3E9D", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "dest", + "color": "#AA3731", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "'", + "color": "#777777", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "))", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "gulp", + "color": "#7A3E9D", + "_t": "js.object.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.js.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "task", + "color": "#AA3731", + "_t": "entity.function.js.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "watch", + "color": "#448C27", + "_t": "js.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#777777", + "_t": "comma.js.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "function", + "color": "#7A3E9D", + "_t": "function.js.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "src", + "color": "#7A3E9D", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "gulp", + "color": "#7A3E9D", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "src", + "color": "#AA3731", + "_t": "block.entity.expr.function.js.meta.name.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.block.definition.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "**/*.ts", + "color": "#448C27", + "_t": "block.expr.function.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "block.definition.end.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.meta.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "base", + "color": "#333333", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#434343", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#448C27", + "_t": "block.expr.function.js.member.meta.object.objectliteral.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "watcher", + "color": "#AA3731", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "**/*.ts", + "color": "#448C27", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "base", + "color": "#333333", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#434343", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#448C27", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "pipe", + "color": "#AA3731", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "util", + "color": "#AA3731", + "_t": "block.function.js.meta.module.node.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "incremental", + "color": "#AA3731", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "compilation", + "color": "#7A3E9D", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "src", + "color": "#7A3E9D", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "))", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "pipe", + "color": "#AA3731", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "gulp", + "color": "#7A3E9D", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "dest", + "color": "#AA3731", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "'", + "color": "#777777", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "))", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "gulp", + "color": "#7A3E9D", + "_t": "js.object.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.js.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "task", + "color": "#AA3731", + "_t": "entity.function.js.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "default", + "color": "#448C27", + "_t": "js.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#777777", + "_t": "comma.js.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#333333", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "array.begin.definition.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "compile", + "color": "#448C27", + "_t": "array.js.literal.meta.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "array.definition.end.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "]", + "color": "#333333", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "function", + "color": "#7A3E9D", + "_t": "function.js.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cloneArray", + "color": "#AA3731", + "_t": "entity.function.js.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "arr", + "color": "#7A3E9D", + "_t": "function.js.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "_", + "color": "#7A3E9D", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "foo", + "color": "#AA3731", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "()", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "r", + "color": "#7A3E9D", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[]", + "color": "#333333", + "_t": "array.block.brace.expr.function.js.literal.meta.square.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "block.control.function.js.keyword.loop.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "block.constant.decimal.expr.function.js.meta.numeric.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "len", + "color": "#7A3E9D", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "arr", + "color": "#7A3E9D", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "length", + "color": "#AA3731", + "_t": "block.expr.function.js.meta.property.support.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "block.function.js.keyword.meta.operator.relational", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "len", + "color": "#7A3E9D", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "++", + "color": "#777777", + "_t": "block.function.increment.js.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "r", + "color": "#7A3E9D", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "[", + "color": "#333333", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "]", + "color": "#333333", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.function.js.keyword.meta.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "doClone", + "color": "#AA3731", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "arr", + "color": "#7A3E9D", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "[", + "color": "#333333", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "i", + "color": "#7A3E9D", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "]", + "color": "#333333", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "r", + "color": "#7A3E9D", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "---------------------------------------------------------------------------------------------", + "color": "#E7C0C0", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " * Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#E7C0C0", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " * Licensed under the MIT License. See License.txt in the project root for license information.", + "color": "#E7C0C0", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " *--------------------------------------------------------------------------------------------", + "color": "#E7C0C0", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "gulp", + "color": "#FB9A4B", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "require", + "color": "#FFB454", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "gulp", + "color": "#CD8D8D", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "tsb", + "color": "#FB9A4B", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "require", + "color": "#FFB454", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "gulp-tsb", + "color": "#CD8D8D", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "util", + "color": "#FB9A4B", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "require", + "color": "#FFB454", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "./lib/util", + "color": "#CD8D8D", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "watcher", + "color": "#FB9A4B", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "require", + "color": "#FFB454", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "./lib/watch", + "color": "#CD8D8D", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "assign", + "color": "#FB9A4B", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "require", + "color": "#FFB454", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "object-assign", + "color": "#CD8D8D", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "compilation", + "color": "#FB9A4B", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "tsb", + "color": "#FB9A4B", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "create", + "color": "#FEC758", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "assign", + "color": "#FEC758", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "verbose", + "color": "#F8F8F8", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "true", + "color": "#994646", + "_t": "boolean.constant.expr.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.expr.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "require", + "color": "#FFB454", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "./tsconfig.json", + "color": "#CD8D8D", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "compilerOptions", + "color": "#FB9A4B", + "_t": "expr.js.meta.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "))", + "color": "#F8F8F8", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "gulp", + "color": "#FB9A4B", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "task", + "color": "#FEC758", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "compile", + "color": "#CD8D8D", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "function", + "color": "#FF6262", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "gulp", + "color": "#FB9A4B", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "src", + "color": "#FEC758", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "**/*.ts", + "color": "#CD8D8D", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "base", + "color": "#F8F8F8", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ".", + "color": "#CD8D8D", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "pipe", + "color": "#FEC758", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "compilation", + "color": "#FEC758", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "())", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "pipe", + "color": "#FEC758", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "gulp", + "color": "#FB9A4B", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "dest", + "color": "#FEC758", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "))", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "gulp", + "color": "#FB9A4B", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "task", + "color": "#FEC758", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "watch", + "color": "#CD8D8D", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "function", + "color": "#FF6262", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "src", + "color": "#FB9A4B", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "gulp", + "color": "#FB9A4B", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "src", + "color": "#FEC758", + "_t": "block.entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.block.definition.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "**/*.ts", + "color": "#CD8D8D", + "_t": "block.expr.function.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "block.definition.end.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "base", + "color": "#F8F8F8", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ".", + "color": "#CD8D8D", + "_t": "block.expr.function.js.member.meta.object.objectliteral.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "watcher", + "color": "#FEC758", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "**/*.ts", + "color": "#CD8D8D", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "base", + "color": "#F8F8F8", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ".", + "color": "#CD8D8D", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "pipe", + "color": "#FEC758", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "util", + "color": "#FFB454", + "_t": "block.function.js.meta.module.node.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "incremental", + "color": "#FEC758", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "compilation", + "color": "#FB9A4B", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "src", + "color": "#FB9A4B", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "))", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "pipe", + "color": "#FEC758", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "gulp", + "color": "#FB9A4B", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "dest", + "color": "#FEC758", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "))", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "gulp", + "color": "#FB9A4B", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "task", + "color": "#FEC758", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "default", + "color": "#CD8D8D", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "array.begin.definition.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "compile", + "color": "#CD8D8D", + "_t": "array.js.literal.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "array.definition.end.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "function", + "color": "#FF6262", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cloneArray", + "color": "#FEC758", + "_t": "entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "arr", + "color": "#FB9A4B", + "_t": "function.js.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "_", + "color": "#FB9A4B", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#FEC758", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "r", + "color": "#FB9A4B", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[]", + "color": "#F8F8F8", + "_t": "array.block.brace.expr.function.js.literal.meta.square.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "block.control.function.js.keyword.loop.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "block.constant.decimal.expr.function.js.meta.numeric.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "len", + "color": "#FB9A4B", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "arr", + "color": "#FB9A4B", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "length", + "color": "#FFB454", + "_t": "block.expr.function.js.meta.property.support.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "block.function.js.keyword.meta.operator.relational", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "len", + "color": "#FB9A4B", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "++", + "color": "#F12727", + "_t": "block.function.increment.js.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "r", + "color": "#FB9A4B", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.function.js.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "doClone", + "color": "#FEC758", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "arr", + "color": "#FB9A4B", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "i", + "color": "#FB9A4B", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "r", + "color": "#FB9A4B", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "---------------------------------------------------------------------------------------------", + "color": "#657B83", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " * Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#657B83", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " * Licensed under the MIT License. See License.txt in the project root for license information.", + "color": "#657B83", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " *--------------------------------------------------------------------------------------------", + "color": "#657B83", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "gulp", + "color": "#268BD2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "require", + "color": "#268BD2", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "gulp", + "color": "#2AA198", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "tsb", + "color": "#268BD2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "require", + "color": "#268BD2", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "gulp-tsb", + "color": "#2AA198", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "util", + "color": "#268BD2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "require", + "color": "#268BD2", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "./lib/util", + "color": "#2AA198", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "watcher", + "color": "#268BD2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "require", + "color": "#268BD2", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "./lib/watch", + "color": "#2AA198", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "assign", + "color": "#268BD2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "require", + "color": "#268BD2", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "object-assign", + "color": "#2AA198", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "compilation", + "color": "#268BD2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "tsb", + "color": "#268BD2", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "create", + "color": "#268BD2", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "assign", + "color": "#268BD2", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "verbose", + "color": "#93A1A1", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "true", + "color": "#B58900", + "_t": "boolean.constant.expr.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.expr.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "require", + "color": "#268BD2", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "./tsconfig.json", + "color": "#2AA198", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "compilerOptions", + "color": "#268BD2", + "_t": "expr.js.meta.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "))", + "color": "#93A1A1", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "gulp", + "color": "#268BD2", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "task", + "color": "#268BD2", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "compile", + "color": "#2AA198", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "function", + "color": "#93A1A1", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "gulp", + "color": "#268BD2", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "src", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "**/*.ts", + "color": "#2AA198", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "base", + "color": "#93A1A1", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ".", + "color": "#2AA198", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "pipe", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "compilation", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "())", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "pipe", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "gulp", + "color": "#268BD2", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "dest", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "))", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "gulp", + "color": "#268BD2", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "task", + "color": "#268BD2", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "watch", + "color": "#2AA198", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "function", + "color": "#93A1A1", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "src", + "color": "#268BD2", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "gulp", + "color": "#268BD2", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "src", + "color": "#268BD2", + "_t": "block.entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "**/*.ts", + "color": "#2AA198", + "_t": "block.expr.function.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "base", + "color": "#93A1A1", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ".", + "color": "#2AA198", + "_t": "block.expr.function.js.member.meta.object.objectliteral.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "watcher", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "**/*.ts", + "color": "#2AA198", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "base", + "color": "#93A1A1", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ".", + "color": "#2AA198", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "pipe", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "util", + "color": "#268BD2", + "_t": "block.function.js.meta.module.node.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "incremental", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "compilation", + "color": "#268BD2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "src", + "color": "#268BD2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "))", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "pipe", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "gulp", + "color": "#268BD2", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "dest", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "))", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "gulp", + "color": "#268BD2", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "task", + "color": "#268BD2", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "default", + "color": "#2AA198", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "array.begin.definition.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "compile", + "color": "#2AA198", + "_t": "array.js.literal.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "array.definition.end.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "function", + "color": "#93A1A1", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cloneArray", + "color": "#268BD2", + "_t": "entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "arr", + "color": "#93A1A1", + "_t": "function.js.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "_", + "color": "#268BD2", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "r", + "color": "#268BD2", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[]", + "color": "#93A1A1", + "_t": "array.block.brace.expr.function.js.literal.meta.square.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "block.control.function.js.keyword.loop.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.constant.decimal.expr.function.js.meta.numeric.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "len", + "color": "#268BD2", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "arr", + "color": "#268BD2", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "length", + "color": "#268BD2", + "_t": "block.expr.function.js.meta.property.support.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "block.function.js.keyword.meta.operator.relational", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "len", + "color": "#268BD2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "block.function.increment.js.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "r", + "color": "#268BD2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.function.js.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "doClone", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "arr", + "color": "#268BD2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "r", + "color": "#268BD2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "---------------------------------------------------------------------------------------------", + "color": "#93A1A1", + "_t": "block.comment.js", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " * Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#93A1A1", + "_t": "block.comment.js", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " * Licensed under the MIT License. See License.txt in the project root for license information.", + "color": "#93A1A1", + "_t": "block.comment.js", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " *--------------------------------------------------------------------------------------------", + "color": "#93A1A1", + "_t": "block.comment.js", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#073642", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "gulp", + "color": "#268BD2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "require", + "color": "#268BD2", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "gulp", + "color": "#2AA198", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "tsb", + "color": "#268BD2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "require", + "color": "#268BD2", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "gulp-tsb", + "color": "#2AA198", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "util", + "color": "#268BD2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "require", + "color": "#268BD2", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "./lib/util", + "color": "#2AA198", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "watcher", + "color": "#268BD2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "require", + "color": "#268BD2", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "./lib/watch", + "color": "#2AA198", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "assign", + "color": "#268BD2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "require", + "color": "#268BD2", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "object-assign", + "color": "#2AA198", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "compilation", + "color": "#268BD2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "tsb", + "color": "#268BD2", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "create", + "color": "#268BD2", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "assign", + "color": "#268BD2", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "verbose", + "color": "#586E75", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "true", + "color": "#B58900", + "_t": "boolean.constant.expr.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.expr.js.meta.punctuation.separator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "require", + "color": "#268BD2", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "./tsconfig.json", + "color": "#2AA198", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "compilerOptions", + "color": "#268BD2", + "_t": "expr.js.meta.other.property.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "))", + "color": "#586E75", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "gulp", + "color": "#268BD2", + "_t": "js.object.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.js.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "task", + "color": "#268BD2", + "_t": "entity.function.js.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "compile", + "color": "#2AA198", + "_t": "js.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.js.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "function", + "color": "#073642", + "_t": "function.js.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "gulp", + "color": "#268BD2", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "src", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "**/*.ts", + "color": "#2AA198", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "base", + "color": "#586E75", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ".", + "color": "#2AA198", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "pipe", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "compilation", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "())", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "pipe", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "gulp", + "color": "#268BD2", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "dest", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "))", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "gulp", + "color": "#268BD2", + "_t": "js.object.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.js.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "task", + "color": "#268BD2", + "_t": "entity.function.js.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "watch", + "color": "#2AA198", + "_t": "js.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.js.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "function", + "color": "#073642", + "_t": "function.js.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "src", + "color": "#268BD2", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "gulp", + "color": "#268BD2", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "src", + "color": "#268BD2", + "_t": "block.entity.expr.function.js.meta.name.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "**/*.ts", + "color": "#2AA198", + "_t": "block.expr.function.js.meta.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.meta.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "base", + "color": "#586E75", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ".", + "color": "#2AA198", + "_t": "block.expr.function.js.member.meta.object.objectliteral.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "watcher", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "**/*.ts", + "color": "#2AA198", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "base", + "color": "#586E75", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ".", + "color": "#2AA198", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "pipe", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "util", + "color": "#268BD2", + "_t": "block.function.js.meta.module.node.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "incremental", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "compilation", + "color": "#268BD2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "src", + "color": "#268BD2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "))", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "pipe", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "gulp", + "color": "#268BD2", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "dest", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "))", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "gulp", + "color": "#268BD2", + "_t": "js.object.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.js.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "task", + "color": "#268BD2", + "_t": "entity.function.js.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "default", + "color": "#2AA198", + "_t": "js.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.js.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "array.begin.definition.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "compile", + "color": "#2AA198", + "_t": "array.js.literal.meta.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "array.definition.end.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "function", + "color": "#073642", + "_t": "function.js.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cloneArray", + "color": "#268BD2", + "_t": "entity.function.js.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "arr", + "color": "#586E75", + "_t": "function.js.meta.parameter.parameters.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "_", + "color": "#268BD2", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "r", + "color": "#268BD2", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[]", + "color": "#586E75", + "_t": "array.block.brace.expr.function.js.literal.meta.square.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "block.control.function.js.keyword.loop.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.constant.decimal.expr.function.js.meta.numeric.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "len", + "color": "#268BD2", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "arr", + "color": "#268BD2", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "length", + "color": "#268BD2", + "_t": "block.expr.function.js.meta.property.support.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "block.function.js.keyword.meta.operator.relational", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "len", + "color": "#268BD2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "block.function.increment.js.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "r", + "color": "#268BD2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.function.js.keyword.meta.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "doClone", + "color": "#268BD2", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "arr", + "color": "#268BD2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "i", + "color": "#268BD2", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.function.js.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "r", + "color": "#268BD2", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "---------------------------------------------------------------------------------------------", + "color": "#7285B7", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " * Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#7285B7", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " * Licensed under the MIT License. See License.txt in the project root for license information.", + "color": "#7285B7", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " *--------------------------------------------------------------------------------------------", + "color": "#7285B7", + "_t": "block.comment.js", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.js.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "gulp", + "color": "#FF9DA4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "require", + "color": "#BBDAFF", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "gulp", + "color": "#D1F1A9", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "tsb", + "color": "#FF9DA4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "require", + "color": "#BBDAFF", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "gulp-tsb", + "color": "#D1F1A9", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "util", + "color": "#FF9DA4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "require", + "color": "#BBDAFF", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "./lib/util", + "color": "#D1F1A9", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "watcher", + "color": "#FF9DA4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "require", + "color": "#BBDAFF", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "./lib/watch", + "color": "#D1F1A9", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "assign", + "color": "#FF9DA4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "require", + "color": "#BBDAFF", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "object-assign", + "color": "#D1F1A9", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "compilation", + "color": "#FF9DA4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "tsb", + "color": "#FF9DA4", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "create", + "color": "#BBDAFF", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "assign", + "color": "#BBDAFF", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "verbose", + "color": "#FFFFFF", + "_t": "expr.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "true", + "color": "#FFC58F", + "_t": "boolean.constant.expr.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.expr.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "require", + "color": "#BBDAFF", + "_t": "expr.function.js.meta.support.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "./tsconfig.json", + "color": "#D1F1A9", + "_t": "expr.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.expr.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "compilerOptions", + "color": "#FF9DA4", + "_t": "expr.js.meta.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "gulp", + "color": "#FF9DA4", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "task", + "color": "#BBDAFF", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "compile", + "color": "#D1F1A9", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#EBBBFF", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "gulp", + "color": "#FF9DA4", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "src", + "color": "#BBDAFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "**/*.ts", + "color": "#D1F1A9", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "base", + "color": "#FFFFFF", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ".", + "color": "#D1F1A9", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "pipe", + "color": "#BBDAFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "compilation", + "color": "#BBDAFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "())", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "pipe", + "color": "#BBDAFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "gulp", + "color": "#FF9DA4", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "dest", + "color": "#BBDAFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "gulp", + "color": "#FF9DA4", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "task", + "color": "#BBDAFF", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "watch", + "color": "#D1F1A9", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#EBBBFF", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "src", + "color": "#FF9DA4", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "gulp", + "color": "#FF9DA4", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "src", + "color": "#BBDAFF", + "_t": "block.entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.block.definition.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "**/*.ts", + "color": "#D1F1A9", + "_t": "block.expr.function.js.meta.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "block.definition.end.expr.function.js.meta.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "base", + "color": "#FFFFFF", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ".", + "color": "#D1F1A9", + "_t": "block.expr.function.js.member.meta.object.objectliteral.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "watcher", + "color": "#BBDAFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "**/*.ts", + "color": "#D1F1A9", + "_t": "block.function.js.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta.objectliteral", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "base", + "color": "#FFFFFF", + "_t": "block.function.js.key.member.meta.object.object-literal.objectliteral", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "block.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.block.definition.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ".", + "color": "#D1F1A9", + "_t": "block.function.js.member.meta.object.objectliteral.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "block.definition.end.function.js.member.meta.object.objectliteral.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.member.meta.object.objectliteral", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.objectliteral.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "pipe", + "color": "#BBDAFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "util", + "color": "#BBDAFF", + "_t": "block.function.js.meta.module.node.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "incremental", + "color": "#BBDAFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "compilation", + "color": "#FF9DA4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.comma.function.js.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "src", + "color": "#FF9DA4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "pipe", + "color": "#BBDAFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "gulp", + "color": "#FF9DA4", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "dest", + "color": "#BBDAFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.block.definition.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "block.definition.end.function.js.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "gulp", + "color": "#FF9DA4", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "task", + "color": "#BBDAFF", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "default", + "color": "#D1F1A9", + "_t": "js.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.js.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "array.begin.definition.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "compile", + "color": "#D1F1A9", + "_t": "array.js.literal.meta.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "array.definition.end.js.literal.meta.punctuation.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "array.brace.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#EBBBFF", + "_t": "function.js.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cloneArray", + "color": "#BBDAFF", + "_t": "entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "arr", + "color": "#FFC58F", + "_t": "function.js.meta.parameter.parameters.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.js.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "_", + "color": "#FF9DA4", + "_t": "block.function.js.meta.object.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#BBDAFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "r", + "color": "#FF9DA4", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[]", + "color": "#FFFFFF", + "_t": "array.block.brace.expr.function.js.literal.meta.square.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "block.control.function.js.keyword.loop.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "block.expr.function.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "block.constant.decimal.expr.function.js.meta.numeric.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.comma.expr.function.js.meta.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "len", + "color": "#FF9DA4", + "_t": "block.expr.function.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.expr.function.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "arr", + "color": "#FF9DA4", + "_t": "block.expr.function.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "length", + "color": "#BBDAFF", + "_t": "block.expr.function.js.meta.property.support.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "block.function.js.keyword.meta.operator.relational", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "len", + "color": "#FF9DA4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "++", + "color": "#99FFFF", + "_t": "block.function.increment.js.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "r", + "color": "#FF9DA4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.function.js.keyword.meta.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "doClone", + "color": "#BBDAFF", + "_t": "block.entity.function.js.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "arr", + "color": "#FF9DA4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "array.block.function.js.literal.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "array.block.brace.function.js.literal.meta.square", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.function.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "block.control.flow.function.js.keyword.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.function.js.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "r", + "color": "#FF9DA4", + "_t": "block.function.js.meta.other.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.function.js.meta.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.function.js.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.js.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.js.result.patch new file mode 100644 index 000000000..085d490ad --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.js.result.patch @@ -0,0 +1,213 @@ +{ + "abyss": [ + { + "index": 228, + "content": "util", + "color": "#9966B8", + "newColor": "#6688CC" + }, + { + "index": 310, + "content": "length", + "color": "#9966B8", + "newColor": "#6688CC" + } + ], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [ + { + "index": 228, + "content": "util", + "color": "#DCDCAA", + "newColor": "#D4D4D4" + } + ], + "light_plus": [ + { + "index": 228, + "content": "util", + "color": "#795E26", + "newColor": "#000000" + } + ], + "kimbie_dark": [ + { + "index": 228, + "content": "util", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 272, + "content": "arr", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 310, + "content": "length", + "color": "#7E602C", + "newColor": "#D3AF86" + } + ], + "monokai": [ + { + "index": 228, + "content": "util", + "color": "#66D9EF", + "newColor": "#F8F8F2" + }, + { + "index": 310, + "content": "length", + "color": "#66D9EF", + "newColor": "#F8F8F2" + } + ], + "monokai_dimmed": [ + { + "index": 228, + "content": "util", + "color": "#9872A2", + "newColor": "#C7444A" + }, + { + "index": 310, + "content": "length", + "color": "#6089B4", + "newColor": "#C7444A" + } + ], + "quietlight": [ + { + "index": 86, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 91, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 127, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 132, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 189, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 194, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 211, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 216, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 228, + "content": "util", + "color": "#AA3731", + "newColor": "#333333" + }, + { + "index": 233, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 302, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 310, + "content": "length", + "color": "#AA3731", + "newColor": "#7A3E9D" + } + ], + "red": [ + { + "index": 228, + "content": "util", + "color": "#FFB454", + "newColor": "#9DF39F" + }, + { + "index": 310, + "content": "length", + "color": "#FFB454", + "newColor": "#9DF39F" + } + ], + "solarized_dark": [ + { + "index": 228, + "content": "util", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 310, + "content": "length", + "color": "#268BD2", + "newColor": "#93A1A1" + } + ], + "solarized_light": [ + { + "index": 228, + "content": "util", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 310, + "content": "length", + "color": "#268BD2", + "newColor": "#586E75" + } + ], + "tomorrow_night_blue": [ + { + "index": 228, + "content": "util", + "color": "#BBDAFF", + "newColor": "#FFFFFF" + }, + { + "index": 310, + "content": "length", + "color": "#BBDAFF", + "newColor": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.json b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.json new file mode 100644 index 000000000..189b7269d --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.json @@ -0,0 +1,14 @@ +{ + // a comment + "options": { + "myBool": true, + "myInteger": 1, + "myString": "String\u0056", + "myNumber": 1.24, + "myNull": null, + "myArray": [ 1, "Hello", true, null, [], {}], + "myObject" : { + "foo": "bar" + } + } +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.json.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.json.result new file mode 100644 index 000000000..afcbf4dd5 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.json.result @@ -0,0 +1,8850 @@ +{ + "abyss": [ + { + "content": "{", + "color": "#6688CC", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.dictionary.double-slash.js.json.line.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " a comment", + "color": "#223355", + "_t": "comment.dictionary.double-slash.js.json.line.meta.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#9966B8", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": "options", + "color": "#9966B8", + "_t": "dictionary.json.meta.property-name.structure.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": "\"", + "color": "#9966B8", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#9966B8", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": "myBool", + "color": "#9966B8", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": "\"", + "color": "#9966B8", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "true", + "color": "#F280D0", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#9966B8", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": "myInteger", + "color": "#9966B8", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": "\"", + "color": "#9966B8", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#9966B8", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": "myString", + "color": "#9966B8", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": "\"", + "color": "#9966B8", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "String", + "color": "#22AA44", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\u0056", + "color": "#F280D0", + "_t": "character.constant.dictionary.double.escape.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#9966B8", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": "myNumber", + "color": "#9966B8", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": "\"", + "color": "#9966B8", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1.24", + "color": "#F280D0", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#9966B8", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": "myNull", + "color": "#9966B8", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": "\"", + "color": "#9966B8", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "null", + "color": "#F280D0", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#9966B8", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": "myArray", + "color": "#9966B8", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": "\"", + "color": "#9966B8", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "array.constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "array.begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Hello", + "color": "#22AA44", + "_t": "array.dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "array.definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "true", + "color": "#F280D0", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "null", + "color": "#F280D0", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}]", + "color": "#6688CC", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#9966B8", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": "myObject", + "color": "#9966B8", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": "\"", + "color": "#9966B8", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#9966B8", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": "foo", + "color": "#9966B8", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": "\"", + "color": "#9966B8", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "bar", + "color": "#22AA44", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "definition.dictionary.end.json.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.dictionary.double-slash.js.json.line.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " a comment", + "color": "#608B4E", + "_t": "comment.dictionary.double-slash.js.json.line.meta.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "options", + "color": "#9CDCFE", + "_t": "dictionary.json.meta.property-name.structure.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "myBool", + "color": "#9CDCFE", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "myInteger", + "color": "#9CDCFE", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "myString", + "color": "#9CDCFE", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "String", + "color": "#CE9178", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "\\u0056", + "color": "#CE9178", + "_t": "character.constant.dictionary.double.escape.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "myNumber", + "color": "#9CDCFE", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1.24", + "color": "#B5CEA8", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "myNull", + "color": "#9CDCFE", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "null", + "color": "#569CD6", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "myArray", + "color": "#9CDCFE", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "array.constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "array.begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "Hello", + "color": "#CE9178", + "_t": "array.dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "array.definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "null", + "color": "#569CD6", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}]", + "color": "#D4D4D4", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "myObject", + "color": "#9CDCFE", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "foo", + "color": "#9CDCFE", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.dictionary.end.json.meta.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "{", + "color": "#000000", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.dictionary.double-slash.js.json.line.meta.punctuation.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " a comment", + "color": "#008000", + "_t": "comment.dictionary.double-slash.js.json.line.meta.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "options", + "color": "#0451A5", + "_t": "dictionary.json.meta.property-name.structure.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": ":", + "color": "#000000", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "myBool", + "color": "#0451A5", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": ":", + "color": "#000000", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "true", + "color": "#0000FF", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "myInteger", + "color": "#0451A5", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": ":", + "color": "#000000", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "myString", + "color": "#0451A5", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": ":", + "color": "#000000", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "String", + "color": "#A31515", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\\u0056", + "color": "#A31515", + "_t": "character.constant.dictionary.double.escape.json.meta.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "myNumber", + "color": "#0451A5", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": ":", + "color": "#000000", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1.24", + "color": "#09885A", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "myNull", + "color": "#0451A5", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": ":", + "color": "#000000", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "null", + "color": "#0000FF", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "myArray", + "color": "#0451A5", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": ":", + "color": "#000000", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "array.constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "array.begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Hello", + "color": "#A31515", + "_t": "array.dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "array.definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "true", + "color": "#0000FF", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "null", + "color": "#0000FF", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}]", + "color": "#000000", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "myObject", + "color": "#0451A5", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "foo", + "color": "#0451A5", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": ":", + "color": "#000000", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "bar", + "color": "#A31515", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.dictionary.end.json.meta.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.dictionary.double-slash.js.json.line.meta.punctuation.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " a comment", + "color": "#7CA668", + "_t": "comment.dictionary.double-slash.js.json.line.meta.structure", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D4D4D4", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": "options", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.property-name.structure.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#D4D4D4", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D4D4D4", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": "myBool", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#D4D4D4", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D4D4D4", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": "myInteger", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#D4D4D4", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D4D4D4", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": "myString", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#D4D4D4", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "String", + "color": "#CE9178", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "\\u0056", + "color": "#CE9178", + "_t": "character.constant.dictionary.double.escape.json.meta.quoted.string.structure.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D4D4D4", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": "myNumber", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#D4D4D4", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1.24", + "color": "#B5CEA8", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D4D4D4", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": "myNull", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#D4D4D4", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "null", + "color": "#569CD6", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D4D4D4", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": "myArray", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#D4D4D4", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "array.constant.dictionary.json.meta.numeric.structure.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "array.begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "Hello", + "color": "#CE9178", + "_t": "array.dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "array.definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "null", + "color": "#569CD6", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}]", + "color": "#FFFFFF", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D4D4D4", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": "myObject", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#D4D4D4", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D4D4D4", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#D4D4D4", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.dictionary.end.json.meta.punctuation.structure", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.dictionary.double-slash.js.json.line.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " a comment", + "color": "#608B4E", + "_t": "comment.dictionary.double-slash.js.json.line.meta.structure", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "options", + "color": "#9CDCFE", + "_t": "dictionary.json.meta.property-name.structure.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "myBool", + "color": "#9CDCFE", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "myInteger", + "color": "#9CDCFE", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "myString", + "color": "#9CDCFE", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "String", + "color": "#CE9178", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "\\u0056", + "color": "#CE9178", + "_t": "character.constant.dictionary.double.escape.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "myNumber", + "color": "#9CDCFE", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1.24", + "color": "#B5CEA8", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "myNull", + "color": "#9CDCFE", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "null", + "color": "#569CD6", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "myArray", + "color": "#9CDCFE", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "array.constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "array.begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "Hello", + "color": "#CE9178", + "_t": "array.dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "array.definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "null", + "color": "#569CD6", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}]", + "color": "#D4D4D4", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "myObject", + "color": "#9CDCFE", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "foo", + "color": "#9CDCFE", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.dictionary.end.json.meta.punctuation.structure", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "{", + "color": "#000000", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.dictionary.double-slash.js.json.line.meta.punctuation.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " a comment", + "color": "#008000", + "_t": "comment.dictionary.double-slash.js.json.line.meta.structure", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "options", + "color": "#0451A5", + "_t": "dictionary.json.meta.property-name.structure.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": ":", + "color": "#000000", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "myBool", + "color": "#0451A5", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": ":", + "color": "#000000", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "true", + "color": "#0000FF", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "myInteger", + "color": "#0451A5", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": ":", + "color": "#000000", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "myString", + "color": "#0451A5", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": ":", + "color": "#000000", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "String", + "color": "#A31515", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\\u0056", + "color": "#A31515", + "_t": "character.constant.dictionary.double.escape.json.meta.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "myNumber", + "color": "#0451A5", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": ":", + "color": "#000000", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1.24", + "color": "#09885A", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "myNull", + "color": "#0451A5", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": ":", + "color": "#000000", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "null", + "color": "#0000FF", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "myArray", + "color": "#0451A5", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": ":", + "color": "#000000", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "array.constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "array.begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Hello", + "color": "#A31515", + "_t": "array.dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "array.definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "true", + "color": "#0000FF", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "null", + "color": "#0000FF", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}]", + "color": "#000000", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "myObject", + "color": "#0451A5", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "foo", + "color": "#0451A5", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": "\"", + "color": "#0451A5", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name rgb(4, 81, 165)" + }, + { + "content": ":", + "color": "#000000", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "bar", + "color": "#A31515", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.dictionary.end.json.meta.punctuation.structure", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.dictionary.double-slash.js.json.line.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " a comment", + "color": "#A57A4C", + "_t": "comment.dictionary.double-slash.js.json.line.meta.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "options", + "color": "#D3AF86", + "_t": "dictionary.json.meta.property-name.structure.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "myBool", + "color": "#D3AF86", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "true", + "color": "#F79A32", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "myInteger", + "color": "#D3AF86", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "myString", + "color": "#D3AF86", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "String", + "color": "#889B4A", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\\u0056", + "color": "#7E602C", + "_t": "character.constant.dictionary.double.escape.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "myNumber", + "color": "#D3AF86", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1.24", + "color": "#F79A32", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "myNull", + "color": "#D3AF86", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "null", + "color": "#F79A32", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "myArray", + "color": "#D3AF86", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.array rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "array.constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "array.begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.array rgb(211, 175, 134)" + }, + { + "content": "Hello", + "color": "#889B4A", + "_t": "array.dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "array.definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.array rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "true", + "color": "#F79A32", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "null", + "color": "#F79A32", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.array rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.array rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.array rgb(211, 175, 134)" + }, + { + "content": "}]", + "color": "#D3AF86", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.array rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "myObject", + "color": "#D3AF86", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#D3AF86", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "bar", + "color": "#889B4A", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "definition.dictionary.end.json.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.dictionary.double-slash.js.json.line.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " a comment", + "color": "#75715E", + "_t": "comment.dictionary.double-slash.js.json.line.meta.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#66D9EF", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": "options", + "color": "#66D9EF", + "_t": "dictionary.json.meta.property-name.structure.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": "\"", + "color": "#66D9EF", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#66D9EF", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": "myBool", + "color": "#66D9EF", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": "\"", + "color": "#66D9EF", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "true", + "color": "#AE81FF", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#66D9EF", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": "myInteger", + "color": "#66D9EF", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": "\"", + "color": "#66D9EF", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#66D9EF", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": "myString", + "color": "#66D9EF", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": "\"", + "color": "#66D9EF", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#CFCFC2", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.structure.dictionary.json.string.quoted.double.json rgb(207, 207, 194)" + }, + { + "content": "String", + "color": "#CFCFC2", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.structure.dictionary.json.string.quoted.double.json rgb(207, 207, 194)" + }, + { + "content": "\\u0056", + "color": "#CFCFC2", + "_t": "character.constant.dictionary.double.escape.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.structure.dictionary.json.string.quoted.double.json rgb(207, 207, 194)" + }, + { + "content": "\"", + "color": "#CFCFC2", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.structure.dictionary.json.string.quoted.double.json rgb(207, 207, 194)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#66D9EF", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": "myNumber", + "color": "#66D9EF", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": "\"", + "color": "#66D9EF", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1.24", + "color": "#AE81FF", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#66D9EF", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": "myNull", + "color": "#66D9EF", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": "\"", + "color": "#66D9EF", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "null", + "color": "#AE81FF", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#66D9EF", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": "myArray", + "color": "#66D9EF", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": "\"", + "color": "#66D9EF", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "array.constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#CFCFC2", + "_t": "array.begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.structure.dictionary.json.string.quoted.double.json rgb(207, 207, 194)" + }, + { + "content": "Hello", + "color": "#CFCFC2", + "_t": "array.dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.structure.dictionary.json.string.quoted.double.json rgb(207, 207, 194)" + }, + { + "content": "\"", + "color": "#CFCFC2", + "_t": "array.definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.structure.dictionary.json.string.quoted.double.json rgb(207, 207, 194)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "true", + "color": "#AE81FF", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "null", + "color": "#AE81FF", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}]", + "color": "#F8F8F2", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#66D9EF", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": "myObject", + "color": "#66D9EF", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": "\"", + "color": "#66D9EF", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#66D9EF", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": "foo", + "color": "#66D9EF", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": "\"", + "color": "#66D9EF", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#CFCFC2", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.structure.dictionary.json.string.quoted.double.json rgb(207, 207, 194)" + }, + { + "content": "bar", + "color": "#CFCFC2", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.structure.dictionary.json.string.quoted.double.json rgb(207, 207, 194)" + }, + { + "content": "\"", + "color": "#CFCFC2", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.meta.structure.dictionary.json.string.quoted.double.json rgb(207, 207, 194)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "definition.dictionary.end.json.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.dictionary.double-slash.js.json.line.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " a comment", + "color": "#9A9B99", + "_t": "comment.dictionary.double-slash.js.json.line.meta.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#C7444A", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "options", + "color": "#C7444A", + "_t": "dictionary.json.meta.property-name.structure.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "\"", + "color": "#C7444A", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#C7444A", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "myBool", + "color": "#C7444A", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "\"", + "color": "#C7444A", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "true", + "color": "#FF0080", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#C7444A", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "myInteger", + "color": "#C7444A", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "\"", + "color": "#C7444A", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#C7444A", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "myString", + "color": "#C7444A", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "\"", + "color": "#C7444A", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "String", + "color": "#9AA83A", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\u0056", + "color": "#8080FF", + "_t": "character.constant.dictionary.double.escape.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#C7444A", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "myNumber", + "color": "#C7444A", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "\"", + "color": "#C7444A", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1.24", + "color": "#6089B4", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#C7444A", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "myNull", + "color": "#C7444A", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "\"", + "color": "#C7444A", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "null", + "color": "#FF0080", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#C7444A", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "myArray", + "color": "#C7444A", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "\"", + "color": "#C7444A", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "array.constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "array.begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Hello", + "color": "#9AA83A", + "_t": "array.dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "array.definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "true", + "color": "#FF0080", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "null", + "color": "#FF0080", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}]", + "color": "#C5C8C6", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#C7444A", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "myObject", + "color": "#C7444A", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "\"", + "color": "#C7444A", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#C7444A", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "foo", + "color": "#C7444A", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "\"", + "color": "#C7444A", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "bar", + "color": "#9AA83A", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "definition.dictionary.end.json.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "{", + "color": "#777777", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "dictionary.json.meta.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.dictionary.double-slash.js.json.line.meta.punctuation.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " a comment", + "color": "#AAAAAA", + "_t": "comment.dictionary.double-slash.js.json.line.meta.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "dictionary.json.meta.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#AB6526", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": "options", + "color": "#AB6526", + "_t": "dictionary.json.meta.property-name.structure.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": "\"", + "color": "#AB6526", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#AB6526", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": "myBool", + "color": "#AB6526", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": "\"", + "color": "#AB6526", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "true", + "color": "#AB6526", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#AB6526", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": "myInteger", + "color": "#AB6526", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": "\"", + "color": "#AB6526", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#AB6526", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": "myString", + "color": "#AB6526", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": "\"", + "color": "#AB6526", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "String", + "color": "#448C27", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\\u0056", + "color": "#777777", + "_t": "character.constant.dictionary.double.escape.json.meta.quoted.string.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#434343", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#AB6526", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": "myNumber", + "color": "#AB6526", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": "\"", + "color": "#AB6526", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1.24", + "color": "#AB6526", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#AB6526", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": "myNull", + "color": "#AB6526", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": "\"", + "color": "#AB6526", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "null", + "color": "#AB6526", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#AB6526", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": "myArray", + "color": "#AB6526", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": "\"", + "color": "#AB6526", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "array.constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "array.begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Hello", + "color": "#448C27", + "_t": "array.dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "array.definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#434343", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "true", + "color": "#AB6526", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "null", + "color": "#AB6526", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "]", + "color": "#777777", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#434343", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}]", + "color": "#777777", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#434343", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#AB6526", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": "myObject", + "color": "#AB6526", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": "\"", + "color": "#AB6526", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#434343", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#AB6526", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": "foo", + "color": "#AB6526", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": "\"", + "color": "#AB6526", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "bar", + "color": "#448C27", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "definition.dictionary.end.json.meta.punctuation.structure", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.dictionary.double-slash.js.json.line.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " a comment", + "color": "#E7C0C0", + "_t": "comment.dictionary.double-slash.js.json.line.meta.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "options", + "color": "#9DF39F", + "_t": "dictionary.json.meta.property-name.structure.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "myBool", + "color": "#9DF39F", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "true", + "color": "#994646", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "myInteger", + "color": "#9DF39F", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "myString", + "color": "#9DF39F", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "String", + "color": "#CD8D8D", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\\u0056", + "color": "#FFE862", + "_t": "character.constant.dictionary.double.escape.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.constant rgb(255, 232, 98)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "myNumber", + "color": "#9DF39F", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1.24", + "color": "#994646", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "myNull", + "color": "#9DF39F", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "null", + "color": "#994646", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "myArray", + "color": "#9DF39F", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "array.constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "array.begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Hello", + "color": "#CD8D8D", + "_t": "array.dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "array.definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "true", + "color": "#994646", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "null", + "color": "#994646", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}]", + "color": "#F8F8F8", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "myObject", + "color": "#9DF39F", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "foo", + "color": "#9DF39F", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "bar", + "color": "#CD8D8D", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "definition.dictionary.end.json.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.dictionary.double-slash.js.json.line.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " a comment", + "color": "#657B83", + "_t": "comment.dictionary.double-slash.js.json.line.meta.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "options", + "color": "#859900", + "_t": "dictionary.json.meta.property-name.structure.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "myBool", + "color": "#859900", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "true", + "color": "#B58900", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "myInteger", + "color": "#859900", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "myString", + "color": "#859900", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "String", + "color": "#2AA198", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\\u0056", + "color": "#CB4B16", + "_t": "character.constant.dictionary.double.escape.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "myNumber", + "color": "#859900", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1.24", + "color": "#D33682", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "myNull", + "color": "#859900", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "null", + "color": "#B58900", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "myArray", + "color": "#859900", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "array.constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "array.begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Hello", + "color": "#2AA198", + "_t": "array.dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "array.definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "true", + "color": "#B58900", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "null", + "color": "#B58900", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}]", + "color": "#93A1A1", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "myObject", + "color": "#859900", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "foo", + "color": "#859900", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "bar", + "color": "#2AA198", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "definition.dictionary.end.json.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "{", + "color": "#586E75", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "dictionary.json.meta.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.dictionary.double-slash.js.json.line.meta.punctuation.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " a comment", + "color": "#93A1A1", + "_t": "comment.dictionary.double-slash.js.json.line.meta.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "dictionary.json.meta.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "options", + "color": "#859900", + "_t": "dictionary.json.meta.property-name.structure.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "myBool", + "color": "#859900", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "true", + "color": "#B58900", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "myInteger", + "color": "#859900", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "myString", + "color": "#859900", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "String", + "color": "#2AA198", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\\u0056", + "color": "#CB4B16", + "_t": "character.constant.dictionary.double.escape.json.meta.quoted.string.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "myNumber", + "color": "#859900", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1.24", + "color": "#D33682", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "myNull", + "color": "#859900", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "null", + "color": "#B58900", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "myArray", + "color": "#859900", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "array.constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "array.begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Hello", + "color": "#2AA198", + "_t": "array.dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "array.definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "true", + "color": "#B58900", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "null", + "color": "#B58900", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}]", + "color": "#586E75", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "myObject", + "color": "#859900", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "foo", + "color": "#859900", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "bar", + "color": "#2AA198", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "definition.dictionary.end.json.meta.punctuation.structure", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.dictionary.double-slash.js.json.line.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " a comment", + "color": "#7285B7", + "_t": "comment.dictionary.double-slash.js.json.line.meta.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#FFEEAD", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": "options", + "color": "#FFEEAD", + "_t": "dictionary.json.meta.property-name.structure.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": "\"", + "color": "#FFEEAD", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#FFEEAD", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": "myBool", + "color": "#FFEEAD", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": "\"", + "color": "#FFEEAD", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "true", + "color": "#FFC58F", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#FFEEAD", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": "myInteger", + "color": "#FFEEAD", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": "\"", + "color": "#FFEEAD", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#FFEEAD", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": "myString", + "color": "#FFEEAD", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": "\"", + "color": "#FFEEAD", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "String", + "color": "#D1F1A9", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\\u0056", + "color": "#FFC58F", + "_t": "character.constant.dictionary.double.escape.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#FFEEAD", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": "myNumber", + "color": "#FFEEAD", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": "\"", + "color": "#FFEEAD", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1.24", + "color": "#FFC58F", + "_t": "constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#FFEEAD", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": "myNull", + "color": "#FFEEAD", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": "\"", + "color": "#FFEEAD", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "null", + "color": "#FFC58F", + "_t": "constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#FFEEAD", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": "myArray", + "color": "#FFEEAD", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": "\"", + "color": "#FFEEAD", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "array.constant.dictionary.json.meta.numeric.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "array.begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Hello", + "color": "#D1F1A9", + "_t": "array.dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "array.definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "true", + "color": "#FFC58F", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "null", + "color": "#FFC58F", + "_t": "array.constant.dictionary.json.language.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "array.dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "array.begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}]", + "color": "#FFFFFF", + "_t": "array.definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.pair.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#FFEEAD", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": "myObject", + "color": "#FFEEAD", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": "\"", + "color": "#FFEEAD", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.definition.dictionary.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#FFEEAD", + "_t": "begin.dictionary.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": "foo", + "color": "#FFEEAD", + "_t": "dictionary.json.meta.property-name.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": "\"", + "color": "#FFEEAD", + "_t": "dictionary.end.json.meta.property-name.punctuation.structure.support.type.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "dictionary.json.key-value.meta.punctuation.separator.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.dictionary.double.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "bar", + "color": "#D1F1A9", + "_t": "dictionary.double.json.meta.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.dictionary.double.end.json.meta.punctuation.quoted.string.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "dictionary.json.meta.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.dictionary.end.json.meta.punctuation.structure.value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.dictionary.end.json.meta.punctuation.structure", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.json.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.json.result.patch new file mode 100644 index 000000000..db19dd07d --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.json.result.patch @@ -0,0 +1,252 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [], + "monokai": [ + { + "index": 35, + "content": "\\u0056", + "color": "#CFCFC2", + "newColor": "#AE81FF" + } + ], + "monokai_dimmed": [], + "quietlight": [ + { + "index": 5, + "content": "\"", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 7, + "content": "\"", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 8, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 12, + "content": "\"", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 14, + "content": "\"", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 15, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 18, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 20, + "content": "\"", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 22, + "content": "\"", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 23, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 26, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 28, + "content": "\"", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 30, + "content": "\"", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 31, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 37, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 39, + "content": "\"", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 41, + "content": "\"", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 42, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 45, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 47, + "content": "\"", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 49, + "content": "\"", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 50, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 53, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 55, + "content": "\"", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 57, + "content": "\"", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 58, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 63, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 68, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 71, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 74, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 78, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 82, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 84, + "content": "\"", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 86, + "content": "\"", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 88, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 92, + "content": "\"", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 94, + "content": "\"", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 95, + "content": ":", + "color": "#434343", + "newColor": "#777777" + } + ], + "red": [], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jsx b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jsx new file mode 100644 index 000000000..18e667eee --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jsx @@ -0,0 +1,35 @@ +var ToggleText = React.createClass({ + getInitialState: function () { + return { + showDefault: true + } + }, + + toggle: function (e) { + // Prevent following the link. + e.preventDefault(); + + // Invert the chosen default. + // This will trigger an intelligent re-render of the component. + this.setState({ showDefault: !this.state.showDefault }) + }, + + render: function () { + // Default to the default message. + var message = this.props.default; + + // If toggled, show the alternate message. + if (!this.state.showDefault) { + message = this.props.alt; + } + + return ( +
+

Hello {message}!

+ Toggle +
+ ); + } +}); + +React.render(, document.body); \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jsx.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jsx.result new file mode 100644 index 000000000..d107867ef --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jsx.result @@ -0,0 +1,18342 @@ +{ + "abyss": [ + { + "content": "var", + "color": "#9966B8", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ToggleText", + "color": "#6688CC", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "React", + "color": "#6688CC", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "createClass", + "color": "#DDBB88", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "getInitialState", + "color": "#DDBB88", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "function", + "color": "#9966B8", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "showDefault", + "color": "#6688CC", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "true", + "color": "#F280D0", + "_t": "block.boolean.constant.expr.function.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "toggle", + "color": "#DDBB88", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "function", + "color": "#9966B8", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "e", + "color": "#2277FF", + "_t": "expr.function.js.member.meta.object.objectliteral.parameter.parameters.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#223355", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Prevent following the link.", + "color": "#223355", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "e", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "preventDefault", + "color": "#9966B8", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.support.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#223355", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Invert the chosen default.", + "color": "#223355", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#223355", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " This will trigger an intelligent re-render of the component.", + "color": "#223355", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "setState", + "color": "#DDBB88", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "showDefault", + "color": "#6688CC", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "!", + "color": "#225588", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "state", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "showDefault", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "render", + "color": "#DDBB88", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "function", + "color": "#9966B8", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#223355", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Default to the default message.", + "color": "#223355", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "message", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "props", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "default", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#223355", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " If toggled, show the alternate message.", + "color": "#223355", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "block.conditional.control.expr.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "!", + "color": "#225588", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "state", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "showDefault", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "message", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "props", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "alt", + "color": "#9966B8", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.property.support.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "div", + "color": "#225588", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "h1", + "color": "#225588", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Hello ", + "color": "#6688CC", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "message", + "color": "#6688CC", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.readwrite.tag.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "!", + "color": "#6688CC", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#225588", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "href", + "color": "#DDBB88", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.block.children.definition.double.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "block.children.definition.double.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "onClick", + "color": "#DDBB88", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.children.embedded.expr.expression.function.js.jsx.language.member.meta.object.objectliteral.tag.this.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "toggle", + "color": "#6688CC", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.property.tag.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Toggle", + "color": "#6688CC", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "React", + "color": "#6688CC", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "render", + "color": "#DDBB88", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "begin.definition.js.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ToggleText", + "color": "#225588", + "_t": "entity.js.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "default", + "color": "#DDBB88", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "World", + "color": "#22AA44", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "alt", + "color": "#DDBB88", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Mars", + "color": "#22AA44", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/>", + "color": "#6688CC", + "_t": "definition.end.js.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "document", + "color": "#6688CC", + "_t": "dom.js.support.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "body", + "color": "#6688CC", + "_t": "dom.js.property.support.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ToggleText", + "color": "#D4D4D4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "React", + "color": "#D4D4D4", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "createClass", + "color": "#D4D4D4", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "getInitialState", + "color": "#D4D4D4", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "showDefault", + "color": "#D4D4D4", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "block.boolean.constant.expr.function.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "toggle", + "color": "#D4D4D4", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "e", + "color": "#D4D4D4", + "_t": "expr.function.js.member.meta.object.objectliteral.parameter.parameters.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Prevent following the link.", + "color": "#608B4E", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "e", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "preventDefault", + "color": "#D4D4D4", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.support.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Invert the chosen default.", + "color": "#608B4E", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " This will trigger an intelligent re-render of the component.", + "color": "#608B4E", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "setState", + "color": "#D4D4D4", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "showDefault", + "color": "#D4D4D4", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "!", + "color": "#D4D4D4", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "state", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "showDefault", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "render", + "color": "#D4D4D4", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Default to the default message.", + "color": "#608B4E", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "message", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "props", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "default", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " If toggled, show the alternate message.", + "color": "#608B4E", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.conditional.control.expr.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "!", + "color": "#D4D4D4", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "state", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "showDefault", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "message", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "props", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "alt", + "color": "#D4D4D4", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.property.support.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Hello ", + "color": "#D4D4D4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "message", + "color": "#D4D4D4", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.readwrite.tag.tsx.var.variable.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "!", + "color": "#D4D4D4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "href", + "color": "#9CDCFE", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.block.children.definition.double.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "block.children.definition.double.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "onClick", + "color": "#9CDCFE", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.children.embedded.expr.expression.function.js.jsx.language.member.meta.object.objectliteral.tag.this.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "toggle", + "color": "#D4D4D4", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.property.tag.tsx.var.variable.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#808080", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Toggle", + "color": "#D4D4D4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "React", + "color": "#D4D4D4", + "_t": "js.object.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "render", + "color": "#D4D4D4", + "_t": "entity.function.js.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.definition.js.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "ToggleText", + "color": "#569CD6", + "_t": "entity.js.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "js.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "default", + "color": "#9CDCFE", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "World", + "color": "#CE9178", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "js.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "alt", + "color": "#9CDCFE", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Mars", + "color": "#CE9178", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "js.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.end.js.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "document", + "color": "#D4D4D4", + "_t": "dom.js.support.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "body", + "color": "#D4D4D4", + "_t": "dom.js.property.support.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "var", + "color": "#0000FF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ToggleText", + "color": "#000000", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "React", + "color": "#000000", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "createClass", + "color": "#000000", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "getInitialState", + "color": "#000000", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "showDefault", + "color": "#000000", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "true", + "color": "#0000FF", + "_t": "block.boolean.constant.expr.function.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "toggle", + "color": "#000000", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "e", + "color": "#000000", + "_t": "expr.function.js.member.meta.object.objectliteral.parameter.parameters.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Prevent following the link.", + "color": "#008000", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "e", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "preventDefault", + "color": "#000000", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.support.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Invert the chosen default.", + "color": "#008000", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " This will trigger an intelligent re-render of the component.", + "color": "#008000", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "setState", + "color": "#000000", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "showDefault", + "color": "#000000", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "!", + "color": "#000000", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "state", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "showDefault", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "render", + "color": "#000000", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Default to the default message.", + "color": "#008000", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "message", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "props", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "default", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " If toggled, show the alternate message.", + "color": "#008000", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "block.conditional.control.expr.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "!", + "color": "#000000", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "state", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "showDefault", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "message", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "props", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "alt", + "color": "#000000", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.property.support.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.tag.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h1", + "color": "#800000", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Hello ", + "color": "#000000", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "message", + "color": "#000000", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.readwrite.tag.tsx.var.variable.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "!", + "color": "#000000", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "href", + "color": "#FF0000", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.block.children.definition.double.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "block.children.definition.double.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "onClick", + "color": "#FF0000", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.children.embedded.expr.expression.function.js.jsx.language.member.meta.object.objectliteral.tag.this.tsx.var.variable.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "toggle", + "color": "#000000", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.property.tag.tsx.var.variable.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Toggle", + "color": "#000000", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "React", + "color": "#000000", + "_t": "js.object.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.js.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "render", + "color": "#000000", + "_t": "entity.function.js.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "begin.definition.js.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "ToggleText", + "color": "#800000", + "_t": "entity.js.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "js.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "default", + "color": "#FF0000", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "World", + "color": "#A31515", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "js.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "alt", + "color": "#FF0000", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Mars", + "color": "#A31515", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "js.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/>", + "color": "#800000", + "_t": "definition.end.js.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.js.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "document", + "color": "#000000", + "_t": "dom.js.support.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.js.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "body", + "color": "#000000", + "_t": "dom.js.property.support.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "ToggleText", + "color": "#FFFFFF", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "React", + "color": "#FFFFFF", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "createClass", + "color": "#FFFFFF", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "getInitialState", + "color": "#FFFFFF", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "showDefault", + "color": "#FFFFFF", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "block.boolean.constant.expr.function.js.language.member.meta.object.objectliteral.true.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "toggle", + "color": "#FFFFFF", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "e", + "color": "#FFFFFF", + "_t": "expr.function.js.member.meta.object.objectliteral.parameter.parameters.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Prevent following the link.", + "color": "#7CA668", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "e", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "preventDefault", + "color": "#FFFFFF", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.support.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Invert the chosen default.", + "color": "#7CA668", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " This will trigger an intelligent re-render of the component.", + "color": "#7CA668", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "setState", + "color": "#FFFFFF", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "showDefault", + "color": "#FFFFFF", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "!", + "color": "#D4D4D4", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "state", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "showDefault", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "render", + "color": "#FFFFFF", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Default to the default message.", + "color": "#7CA668", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "message", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "props", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "default", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " If toggled, show the alternate message.", + "color": "#7CA668", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.conditional.control.expr.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "!", + "color": "#D4D4D4", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "state", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "showDefault", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "message", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "props", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "alt", + "color": "#FFFFFF", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.property.support.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.tag.var.without-attributes", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Hello ", + "color": "#FFFFFF", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "message", + "color": "#FFFFFF", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.readwrite.tag.tsx.var.variable.without-attributes", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "!", + "color": "#FFFFFF", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "href", + "color": "#9CDCFE", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.block.children.definition.double.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "block.children.definition.double.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "onClick", + "color": "#9CDCFE", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.children.embedded.expr.expression.function.js.jsx.language.member.meta.object.objectliteral.tag.this.tsx.var.variable.without-attributes", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "toggle", + "color": "#FFFFFF", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.property.tag.tsx.var.variable.without-attributes", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#808080", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Toggle", + "color": "#FFFFFF", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "React", + "color": "#FFFFFF", + "_t": "js.object.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.js.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "render", + "color": "#FFFFFF", + "_t": "entity.function.js.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.definition.js.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "ToggleText", + "color": "#569CD6", + "_t": "entity.js.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "js.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "default", + "color": "#9CDCFE", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "World", + "color": "#CE9178", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "js.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "alt", + "color": "#9CDCFE", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Mars", + "color": "#CE9178", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "js.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.end.js.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.js.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "document", + "color": "#FFFFFF", + "_t": "dom.js.support.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.js.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "body", + "color": "#FFFFFF", + "_t": "dom.js.property.support.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.js.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "var", + "color": "#569CD6", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ToggleText", + "color": "#9CDCFE", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "React", + "color": "#9CDCFE", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "createClass", + "color": "#DCDCAA", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "getInitialState", + "color": "#9CDCFE", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "showDefault", + "color": "#9CDCFE", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "block.boolean.constant.expr.function.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "toggle", + "color": "#9CDCFE", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "e", + "color": "#9CDCFE", + "_t": "expr.function.js.member.meta.object.objectliteral.parameter.parameters.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Prevent following the link.", + "color": "#608B4E", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "e", + "color": "#9CDCFE", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "preventDefault", + "color": "#DCDCAA", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.support.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Invert the chosen default.", + "color": "#608B4E", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " This will trigger an intelligent re-render of the component.", + "color": "#608B4E", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "setState", + "color": "#DCDCAA", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "showDefault", + "color": "#9CDCFE", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "!", + "color": "#D4D4D4", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "state", + "color": "#9CDCFE", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "showDefault", + "color": "#9CDCFE", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "render", + "color": "#9CDCFE", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.object-literal.member.key rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Default to the default message.", + "color": "#608B4E", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "message", + "color": "#9CDCFE", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "props", + "color": "#9CDCFE", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "default", + "color": "#9CDCFE", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " If toggled, show the alternate message.", + "color": "#608B4E", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "block.conditional.control.expr.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "!", + "color": "#D4D4D4", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "state", + "color": "#9CDCFE", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "showDefault", + "color": "#9CDCFE", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "message", + "color": "#9CDCFE", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "props", + "color": "#9CDCFE", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "alt", + "color": "#9CDCFE", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.property.support.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Hello ", + "color": "#D4D4D4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "message", + "color": "#9CDCFE", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.readwrite.tag.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "!", + "color": "#D4D4D4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "href", + "color": "#9CDCFE", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.block.children.definition.double.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "block.children.definition.double.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "onClick", + "color": "#9CDCFE", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.children.embedded.expr.expression.function.js.jsx.language.member.meta.object.objectliteral.tag.this.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "toggle", + "color": "#9CDCFE", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.property.tag.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#808080", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Toggle", + "color": "#D4D4D4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "React", + "color": "#9CDCFE", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "render", + "color": "#DCDCAA", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "begin.definition.js.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "ToggleText", + "color": "#569CD6", + "_t": "entity.js.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "js.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "default", + "color": "#9CDCFE", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "World", + "color": "#CE9178", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "js.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "alt", + "color": "#9CDCFE", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Mars", + "color": "#CE9178", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "js.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.end.js.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "document", + "color": "#9CDCFE", + "_t": "dom.js.support.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "body", + "color": "#9CDCFE", + "_t": "dom.js.property.support.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.js.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "var", + "color": "#0000FF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ToggleText", + "color": "#001080", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "React", + "color": "#001080", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "createClass", + "color": "#795E26", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "getInitialState", + "color": "#001080", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "showDefault", + "color": "#001080", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "true", + "color": "#0000FF", + "_t": "block.boolean.constant.expr.function.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "toggle", + "color": "#001080", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "e", + "color": "#001080", + "_t": "expr.function.js.member.meta.object.objectliteral.parameter.parameters.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Prevent following the link.", + "color": "#008000", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "e", + "color": "#001080", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "preventDefault", + "color": "#795E26", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.support.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "()", + "color": "#000000", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Invert the chosen default.", + "color": "#008000", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " This will trigger an intelligent re-render of the component.", + "color": "#008000", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "setState", + "color": "#795E26", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "showDefault", + "color": "#001080", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "!", + "color": "#000000", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "state", + "color": "#001080", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "showDefault", + "color": "#001080", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "render", + "color": "#001080", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.object-literal.member.key rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Default to the default message.", + "color": "#008000", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "message", + "color": "#001080", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "props", + "color": "#001080", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "default", + "color": "#001080", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " If toggled, show the alternate message.", + "color": "#008000", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "block.conditional.control.expr.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "!", + "color": "#000000", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "state", + "color": "#001080", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "showDefault", + "color": "#001080", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "message", + "color": "#001080", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "props", + "color": "#001080", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "alt", + "color": "#001080", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.property.support.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.tag.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "h1", + "color": "#800000", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Hello ", + "color": "#000000", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "message", + "color": "#001080", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.readwrite.tag.tsx.var.variable.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "!", + "color": "#000000", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "href", + "color": "#FF0000", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.block.children.definition.double.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "block.children.definition.double.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "onClick", + "color": "#FF0000", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.children.embedded.expr.expression.function.js.jsx.language.member.meta.object.objectliteral.tag.this.tsx.var.variable.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "toggle", + "color": "#001080", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.property.tag.tsx.var.variable.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Toggle", + "color": "#000000", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "React", + "color": "#001080", + "_t": "js.object.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.js.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "render", + "color": "#795E26", + "_t": "entity.function.js.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "begin.definition.js.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "ToggleText", + "color": "#800000", + "_t": "entity.js.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "js.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "default", + "color": "#FF0000", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "World", + "color": "#A31515", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "js.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "alt", + "color": "#FF0000", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Mars", + "color": "#A31515", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "js.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/>", + "color": "#800000", + "_t": "definition.end.js.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "comma.js.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "document", + "color": "#001080", + "_t": "dom.js.support.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.js.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "body", + "color": "#001080", + "_t": "dom.js.property.support.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.js.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "var", + "color": "#98676A", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "ToggleText", + "color": "#DC3958", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "React", + "color": "#DC3958", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "createClass", + "color": "#8AB1B0", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "getInitialState", + "color": "#8AB1B0", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "function", + "color": "#98676A", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "showDefault", + "color": "#D3AF86", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "true", + "color": "#F79A32", + "_t": "block.boolean.constant.expr.function.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "toggle", + "color": "#8AB1B0", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "function", + "color": "#98676A", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "e", + "color": "#D3AF86", + "_t": "expr.function.js.member.meta.object.objectliteral.parameter.parameters.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Prevent following the link.", + "color": "#A57A4C", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "e", + "color": "#DC3958", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "preventDefault", + "color": "#7E602C", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.support.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Invert the chosen default.", + "color": "#A57A4C", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " This will trigger an intelligent re-render of the component.", + "color": "#A57A4C", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "setState", + "color": "#8AB1B0", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "showDefault", + "color": "#D3AF86", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "!", + "color": "#D3AF86", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "state", + "color": "#DC3958", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "showDefault", + "color": "#DC3958", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "render", + "color": "#8AB1B0", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "function", + "color": "#98676A", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Default to the default message.", + "color": "#A57A4C", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "block.expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "message", + "color": "#DC3958", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "props", + "color": "#DC3958", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "default", + "color": "#DC3958", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " If toggled, show the alternate message.", + "color": "#A57A4C", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "block.conditional.control.expr.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "!", + "color": "#D3AF86", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "state", + "color": "#DC3958", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "showDefault", + "color": "#DC3958", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "message", + "color": "#DC3958", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "props", + "color": "#DC3958", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "alt", + "color": "#7E602C", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.property.support.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "div", + "color": "#DC3958", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "h1", + "color": "#DC3958", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Hello ", + "color": "#D3AF86", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#18401E", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "message", + "color": "#DC3958", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.readwrite.tag.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "}", + "color": "#18401E", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "!", + "color": "#D3AF86", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "href", + "color": "#F79A32", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.block.children.definition.double.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "block.children.definition.double.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "onClick", + "color": "#F79A32", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#18401E", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.children.embedded.expr.expression.function.js.jsx.language.member.meta.object.objectliteral.tag.this.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "toggle", + "color": "#DC3958", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.property.tag.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "}", + "color": "#18401E", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Toggle", + "color": "#D3AF86", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "React", + "color": "#DC3958", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "render", + "color": "#8AB1B0", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "begin.definition.js.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "ToggleText", + "color": "#DC3958", + "_t": "entity.js.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "default", + "color": "#F79A32", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "World", + "color": "#889B4A", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "alt", + "color": "#F79A32", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Mars", + "color": "#889B4A", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/>", + "color": "#D3AF86", + "_t": "definition.end.js.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "document", + "color": "#DC3958", + "_t": "dom.js.support.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "body", + "color": "#DC3958", + "_t": "dom.js.property.support.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "var", + "color": "#66D9EF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ToggleText", + "color": "#F8F8F2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "React", + "color": "#F8F8F2", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "createClass", + "color": "#A6E22E", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "getInitialState", + "color": "#A6E22E", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "function", + "color": "#66D9EF", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "showDefault", + "color": "#F8F8F2", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "true", + "color": "#AE81FF", + "_t": "block.boolean.constant.expr.function.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "toggle", + "color": "#A6E22E", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "function", + "color": "#66D9EF", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "e", + "color": "#FD971F", + "_t": "expr.function.js.member.meta.object.objectliteral.parameter.parameters.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Prevent following the link.", + "color": "#75715E", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "e", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "preventDefault", + "color": "#66D9EF", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.support.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Invert the chosen default.", + "color": "#75715E", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " This will trigger an intelligent re-render of the component.", + "color": "#75715E", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "setState", + "color": "#A6E22E", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "showDefault", + "color": "#F8F8F2", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "!", + "color": "#F92672", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "state", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "showDefault", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "render", + "color": "#A6E22E", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "function", + "color": "#66D9EF", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Default to the default message.", + "color": "#75715E", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "message", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "props", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "default", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " If toggled, show the alternate message.", + "color": "#75715E", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "block.conditional.control.expr.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "!", + "color": "#F92672", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "state", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "showDefault", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "message", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "props", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "alt", + "color": "#66D9EF", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.property.support.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "div", + "color": "#F92672", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "h1", + "color": "#F92672", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Hello ", + "color": "#F8F8F2", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "message", + "color": "#F8F8F2", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.readwrite.tag.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "!", + "color": "#F8F8F2", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "href", + "color": "#A6E22E", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.block.children.definition.double.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "block.children.definition.double.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "onClick", + "color": "#A6E22E", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.children.embedded.expr.expression.function.js.jsx.language.member.meta.object.objectliteral.tag.this.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "toggle", + "color": "#F8F8F2", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.property.tag.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Toggle", + "color": "#F8F8F2", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "React", + "color": "#F8F8F2", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "render", + "color": "#A6E22E", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "begin.definition.js.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ToggleText", + "color": "#F92672", + "_t": "entity.js.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "default", + "color": "#A6E22E", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "World", + "color": "#E6DB74", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "alt", + "color": "#A6E22E", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Mars", + "color": "#E6DB74", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/>", + "color": "#F8F8F2", + "_t": "definition.end.js.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "document", + "color": "#F8F8F2", + "_t": "dom.js.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "body", + "color": "#F8F8F2", + "_t": "dom.js.property.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "var", + "color": "#9872A2", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "ToggleText", + "color": "#6089B4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "React", + "color": "#6089B4", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "createClass", + "color": "#CE6700", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "getInitialState", + "color": "#CE6700", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "function", + "color": "#9872A2", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "showDefault", + "color": "#C5C8C6", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "true", + "color": "#FF0080", + "_t": "block.boolean.constant.expr.function.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "toggle", + "color": "#CE6700", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "function", + "color": "#9872A2", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "e", + "color": "#6089B4", + "_t": "expr.function.js.member.meta.object.objectliteral.parameter.parameters.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Prevent following the link.", + "color": "#9A9B99", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "e", + "color": "#6089B4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "preventDefault", + "color": "#9872A2", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.support.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Invert the chosen default.", + "color": "#9A9B99", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " This will trigger an intelligent re-render of the component.", + "color": "#9A9B99", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#CC555A", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.language.js rgb(204, 85, 90)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "setState", + "color": "#CE6700", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "showDefault", + "color": "#C5C8C6", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "!", + "color": "#676867", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "this", + "color": "#CC555A", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.language.js rgb(204, 85, 90)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "state", + "color": "#9872A2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "showDefault", + "color": "#9872A2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "render", + "color": "#CE6700", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "function", + "color": "#9872A2", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Default to the default message.", + "color": "#9A9B99", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "message", + "color": "#6089B4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#CC555A", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.language.js rgb(204, 85, 90)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "props", + "color": "#9872A2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "default", + "color": "#9872A2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " If toggled, show the alternate message.", + "color": "#9A9B99", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "block.conditional.control.expr.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "!", + "color": "#676867", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "this", + "color": "#CC555A", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.language.js rgb(204, 85, 90)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "state", + "color": "#9872A2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "showDefault", + "color": "#9872A2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "message", + "color": "#6089B4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#CC555A", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.language.js rgb(204, 85, 90)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "props", + "color": "#9872A2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "alt", + "color": "#6089B4", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.property.support.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "div", + "color": "#6089B4", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "h1", + "color": "#6089B4", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "Hello ", + "color": "#D0B344", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "{", + "color": "#D0B344", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "message", + "color": "#9872A2", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.readwrite.tag.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "}", + "color": "#D0B344", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "!", + "color": "#D0B344", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "href", + "color": "#D0B344", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "begin.block.children.definition.double.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "block.children.definition.double.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "onClick", + "color": "#D0B344", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "{", + "color": "#D0B344", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "this", + "color": "#CC555A", + "_t": "block.children.embedded.expr.expression.function.js.jsx.language.member.meta.object.objectliteral.tag.this.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.language.js rgb(204, 85, 90)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "accessor.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "toggle", + "color": "#9872A2", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.property.tag.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.other rgb(152, 114, 162)" + }, + { + "content": "}", + "color": "#D0B344", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "Toggle", + "color": "#D0B344", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "React", + "color": "#6089B4", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "render", + "color": "#CE6700", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "begin.definition.js.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "ToggleText", + "color": "#6089B4", + "_t": "entity.js.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "default", + "color": "#D0B344", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "World", + "color": "#D0B344", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "alt", + "color": "#D0B344", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "Mars", + "color": "#D0B344", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "/>", + "color": "#6089B4", + "_t": "definition.end.js.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "document", + "color": "#6089B4", + "_t": "dom.js.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "body", + "color": "#6089B4", + "_t": "dom.js.property.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.js rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "var", + "color": "#7A3E9D", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "ToggleText", + "color": "#7A3E9D", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "React", + "color": "#7A3E9D", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "createClass", + "color": "#AA3731", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "getInitialState", + "color": "#AA3731", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#434343", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "function", + "color": "#7A3E9D", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "showDefault", + "color": "#333333", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#434343", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "true", + "color": "#AB6526", + "_t": "block.boolean.constant.expr.function.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#434343", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "toggle", + "color": "#AA3731", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#434343", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "function", + "color": "#7A3E9D", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "e", + "color": "#7A3E9D", + "_t": "expr.function.js.member.meta.object.objectliteral.parameter.parameters.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#777777", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Prevent following the link.", + "color": "#AAAAAA", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "e", + "color": "#7A3E9D", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "preventDefault", + "color": "#AA3731", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.support.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "()", + "color": "#333333", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#777777", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Invert the chosen default.", + "color": "#AAAAAA", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#777777", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " This will trigger an intelligent re-render of the component.", + "color": "#AAAAAA", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "setState", + "color": "#AA3731", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "showDefault", + "color": "#333333", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#434343", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "!", + "color": "#777777", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "state", + "color": "#7A3E9D", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "showDefault", + "color": "#7A3E9D", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#434343", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "render", + "color": "#AA3731", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#434343", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "function", + "color": "#7A3E9D", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#777777", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Default to the default message.", + "color": "#AAAAAA", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "block.expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "message", + "color": "#7A3E9D", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "props", + "color": "#7A3E9D", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "default", + "color": "#7A3E9D", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#777777", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " If toggled, show the alternate message.", + "color": "#AAAAAA", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "block.conditional.control.expr.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "!", + "color": "#777777", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "state", + "color": "#7A3E9D", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "showDefault", + "color": "#7A3E9D", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "message", + "color": "#7A3E9D", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "props", + "color": "#7A3E9D", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "alt", + "color": "#AA3731", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.property.support.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "div", + "color": "#4B83CD", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.tag.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "h1", + "color": "#4B83CD", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "Hello ", + "color": "#91B3E0", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "{", + "color": "#91B3E0", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "message", + "color": "#91B3E0", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.readwrite.tag.tsx.var.variable.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "}", + "color": "#91B3E0", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "!", + "color": "#91B3E0", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "a", + "color": "#4B83CD", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "href", + "color": "#91B3E0", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "begin.block.children.definition.double.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "block.children.definition.double.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "onClick", + "color": "#91B3E0", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "{", + "color": "#91B3E0", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "this", + "color": "#91B3E0", + "_t": "block.children.embedded.expr.expression.function.js.jsx.language.member.meta.object.objectliteral.tag.this.tsx.var.variable.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ".", + "color": "#91B3E0", + "_t": "accessor.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "toggle", + "color": "#91B3E0", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.property.tag.tsx.var.variable.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "}", + "color": "#91B3E0", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "Toggle", + "color": "#91B3E0", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "React", + "color": "#7A3E9D", + "_t": "js.object.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.js.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "render", + "color": "#AA3731", + "_t": "entity.function.js.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "begin.definition.js.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "ToggleText", + "color": "#4B83CD", + "_t": "entity.js.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "js.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "default", + "color": "#91B3E0", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "World", + "color": "#91B3E0", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "js.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "alt", + "color": "#91B3E0", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "Mars", + "color": "#91B3E0", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "js.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "/>", + "color": "#91B3E0", + "_t": "definition.end.js.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ",", + "color": "#777777", + "_t": "comma.js.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "document", + "color": "#7A3E9D", + "_t": "dom.js.support.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.js.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "body", + "color": "#7A3E9D", + "_t": "dom.js.property.support.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.js.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "var", + "color": "#FF6262", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "ToggleText", + "color": "#FB9A4B", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "React", + "color": "#FB9A4B", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "createClass", + "color": "#FEC758", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "getInitialState", + "color": "#FEC758", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "function", + "color": "#FF6262", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "showDefault", + "color": "#F8F8F8", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "true", + "color": "#994646", + "_t": "block.boolean.constant.expr.function.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "toggle", + "color": "#FEC758", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "function", + "color": "#FF6262", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "e", + "color": "#FB9A4B", + "_t": "expr.function.js.member.meta.object.objectliteral.parameter.parameters.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Prevent following the link.", + "color": "#E7C0C0", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "e", + "color": "#FB9A4B", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "preventDefault", + "color": "#FFB454", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.support.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Invert the chosen default.", + "color": "#E7C0C0", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " This will trigger an intelligent re-render of the component.", + "color": "#E7C0C0", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "setState", + "color": "#FEC758", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "showDefault", + "color": "#F8F8F8", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "!", + "color": "#F12727", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "state", + "color": "#FB9A4B", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "showDefault", + "color": "#FB9A4B", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "render", + "color": "#FEC758", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "function", + "color": "#FF6262", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Default to the default message.", + "color": "#E7C0C0", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "block.expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "message", + "color": "#FB9A4B", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "props", + "color": "#FB9A4B", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "default", + "color": "#FB9A4B", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " If toggled, show the alternate message.", + "color": "#E7C0C0", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "block.conditional.control.expr.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "!", + "color": "#F12727", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "state", + "color": "#FB9A4B", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "showDefault", + "color": "#FB9A4B", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "message", + "color": "#FB9A4B", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "props", + "color": "#FB9A4B", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "alt", + "color": "#FFB454", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.property.support.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "div", + "color": "#EC0D1E", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "h1", + "color": "#EC0D1E", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Hello ", + "color": "#EC0D1E", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "{", + "color": "#EC0D1E", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "message", + "color": "#EC0D1E", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.readwrite.tag.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "}", + "color": "#EC0D1E", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "!", + "color": "#EC0D1E", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "a", + "color": "#EC0D1E", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "href", + "color": "#EC0D1E", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "begin.block.children.definition.double.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "block.children.definition.double.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "onClick", + "color": "#EC0D1E", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "{", + "color": "#EC0D1E", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "this", + "color": "#EC0D1E", + "_t": "block.children.embedded.expr.expression.function.js.jsx.language.member.meta.object.objectliteral.tag.this.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ".", + "color": "#EC0D1E", + "_t": "accessor.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "toggle", + "color": "#EC0D1E", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.property.tag.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "}", + "color": "#EC0D1E", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Toggle", + "color": "#EC0D1E", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "React", + "color": "#FB9A4B", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "render", + "color": "#FEC758", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "begin.definition.js.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "ToggleText", + "color": "#EC0D1E", + "_t": "entity.js.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "default", + "color": "#EC0D1E", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "World", + "color": "#EC0D1E", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "alt", + "color": "#EC0D1E", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Mars", + "color": "#EC0D1E", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "/>", + "color": "#EC0D1E", + "_t": "definition.end.js.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "document", + "color": "#FB9A4B", + "_t": "dom.js.support.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "body", + "color": "#FB9A4B", + "_t": "dom.js.property.support.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "var", + "color": "#93A1A1", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "ToggleText", + "color": "#268BD2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "React", + "color": "#268BD2", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "createClass", + "color": "#268BD2", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "getInitialState", + "color": "#268BD2", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "function", + "color": "#93A1A1", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "showDefault", + "color": "#93A1A1", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "true", + "color": "#B58900", + "_t": "block.boolean.constant.expr.function.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "toggle", + "color": "#268BD2", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "function", + "color": "#93A1A1", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "e", + "color": "#93A1A1", + "_t": "expr.function.js.member.meta.object.objectliteral.parameter.parameters.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Prevent following the link.", + "color": "#657B83", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "e", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "preventDefault", + "color": "#268BD2", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.support.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Invert the chosen default.", + "color": "#657B83", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " This will trigger an intelligent re-render of the component.", + "color": "#657B83", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "setState", + "color": "#268BD2", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "showDefault", + "color": "#93A1A1", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "!", + "color": "#859900", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "state", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "showDefault", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "render", + "color": "#268BD2", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "function", + "color": "#93A1A1", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Default to the default message.", + "color": "#657B83", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "message", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "props", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "default", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " If toggled, show the alternate message.", + "color": "#657B83", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.conditional.control.expr.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "!", + "color": "#859900", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "state", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "showDefault", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "message", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "props", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "alt", + "color": "#268BD2", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.property.support.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "h1", + "color": "#268BD2", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Hello ", + "color": "#93A1A1", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#D30102", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "message", + "color": "#268BD2", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.readwrite.tag.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "!", + "color": "#93A1A1", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "href", + "color": "#93A1A1", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "begin.block.children.definition.double.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "block.children.definition.double.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "onClick", + "color": "#93A1A1", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "{", + "color": "#D30102", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.children.embedded.expr.expression.function.js.jsx.language.member.meta.object.objectliteral.tag.this.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "toggle", + "color": "#268BD2", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.property.tag.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Toggle", + "color": "#93A1A1", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "React", + "color": "#268BD2", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "render", + "color": "#268BD2", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "begin.definition.js.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "ToggleText", + "color": "#268BD2", + "_t": "entity.js.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "default", + "color": "#93A1A1", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "World", + "color": "#2AA198", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "alt", + "color": "#93A1A1", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Mars", + "color": "#2AA198", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/>", + "color": "#657B83", + "_t": "definition.end.js.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "document", + "color": "#93A1A1", + "_t": "dom.js.support.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "body", + "color": "#93A1A1", + "_t": "dom.js.property.support.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "var", + "color": "#073642", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "ToggleText", + "color": "#268BD2", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "React", + "color": "#268BD2", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "createClass", + "color": "#268BD2", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "getInitialState", + "color": "#268BD2", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "function", + "color": "#073642", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "showDefault", + "color": "#586E75", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "true", + "color": "#B58900", + "_t": "block.boolean.constant.expr.function.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "toggle", + "color": "#268BD2", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "function", + "color": "#073642", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "e", + "color": "#586E75", + "_t": "expr.function.js.member.meta.object.objectliteral.parameter.parameters.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Prevent following the link.", + "color": "#93A1A1", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "e", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "preventDefault", + "color": "#268BD2", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.support.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Invert the chosen default.", + "color": "#93A1A1", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " This will trigger an intelligent re-render of the component.", + "color": "#93A1A1", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "setState", + "color": "#268BD2", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "showDefault", + "color": "#586E75", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "!", + "color": "#859900", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "state", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "showDefault", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "render", + "color": "#268BD2", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "function", + "color": "#073642", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Default to the default message.", + "color": "#93A1A1", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "block.expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "message", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "props", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "default", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " If toggled, show the alternate message.", + "color": "#93A1A1", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.conditional.control.expr.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "!", + "color": "#859900", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "state", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "showDefault", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "message", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "props", + "color": "#268BD2", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "alt", + "color": "#268BD2", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.property.support.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.tag.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "h1", + "color": "#268BD2", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "Hello ", + "color": "#586E75", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#D30102", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "message", + "color": "#268BD2", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.readwrite.tag.tsx.var.variable.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "!", + "color": "#586E75", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "href", + "color": "#93A1A1", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "begin.block.children.definition.double.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "block.children.definition.double.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "onClick", + "color": "#93A1A1", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "{", + "color": "#D30102", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.children.embedded.expr.expression.function.js.jsx.language.member.meta.object.objectliteral.tag.this.tsx.var.variable.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "toggle", + "color": "#268BD2", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.property.tag.tsx.var.variable.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "Toggle", + "color": "#586E75", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "React", + "color": "#268BD2", + "_t": "js.object.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.js.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "render", + "color": "#268BD2", + "_t": "entity.function.js.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "begin.definition.js.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "ToggleText", + "color": "#268BD2", + "_t": "entity.js.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "js.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "default", + "color": "#93A1A1", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "World", + "color": "#2AA198", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "js.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "alt", + "color": "#93A1A1", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "Mars", + "color": "#2AA198", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "js.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/>", + "color": "#93A1A1", + "_t": "definition.end.js.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "comma.js.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "document", + "color": "#586E75", + "_t": "dom.js.support.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.js.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "body", + "color": "#586E75", + "_t": "dom.js.property.support.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.js.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "var", + "color": "#EBBBFF", + "_t": "expr.js.meta.storage.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "ToggleText", + "color": "#FF9DA4", + "_t": "expr.js.meta.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.js.keyword.meta.operator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "React", + "color": "#FF9DA4", + "_t": "expr.js.meta.object.other.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.expr.js.meta.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "createClass", + "color": "#BBDAFF", + "_t": "entity.expr.function.js.meta.name.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "getInitialState", + "color": "#BBDAFF", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#EBBBFF", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "showDefault", + "color": "#FFFFFF", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "true", + "color": "#FFC58F", + "_t": "block.boolean.constant.expr.function.js.language.member.meta.object.objectliteral.true.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "toggle", + "color": "#BBDAFF", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#EBBBFF", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "e", + "color": "#FFC58F", + "_t": "expr.function.js.member.meta.object.objectliteral.parameter.parameters.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Prevent following the link.", + "color": "#7285B7", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "e", + "color": "#FF9DA4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "preventDefault", + "color": "#BBDAFF", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.support.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Invert the chosen default.", + "color": "#7285B7", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " This will trigger an intelligent re-render of the component.", + "color": "#7285B7", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "setState", + "color": "#BBDAFF", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "showDefault", + "color": "#FFFFFF", + "_t": "block.expr.function.js.key.member.meta.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "block.expr.function.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "!", + "color": "#99FFFF", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "state", + "color": "#FF9DA4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "showDefault", + "color": "#FF9DA4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.expr.js.meta.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.meta.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "render", + "color": "#BBDAFF", + "_t": "entity.expr.function.js.key.member.meta.name.object.object-literal.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "expr.js.key.key-value.member.meta.object.object-literal.objectliteral.punctuation.separator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#EBBBFF", + "_t": "expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.expr.function.js.member.meta.object.objectliteral.parameters.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Default to the default message.", + "color": "#7285B7", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.storage.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "message", + "color": "#FF9DA4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "props", + "color": "#FF9DA4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "default", + "color": "#FF9DA4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "block.comment.expr.function.js.leading.member.meta.object.objectliteral.punctuation.var.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "block.comment.definition.double-slash.expr.function.js.line.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " If toggled, show the alternate message.", + "color": "#7285B7", + "_t": "block.comment.double-slash.expr.function.js.line.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "block.conditional.control.expr.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "!", + "color": "#99FFFF", + "_t": "block.expr.function.js.keyword.logical.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "state", + "color": "#FF9DA4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "showDefault", + "color": "#FF9DA4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "message", + "color": "#FF9DA4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.readwrite.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.expr.function.js.keyword.member.meta.object.objectliteral.operator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.expr.function.js.language.member.meta.object.objectliteral.this.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "props", + "color": "#FF9DA4", + "_t": "block.expr.function.js.member.meta.object.objectliteral.other.property.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "alt", + "color": "#BBDAFF", + "_t": "block.dom.expr.function.js.member.meta.object.objectliteral.property.support.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "block.control.expr.flow.function.js.keyword.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "begin.block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "div", + "color": "#BBDAFF", + "_t": "block.entity.expr.function.js.member.meta.name.object.objectliteral.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "h1", + "color": "#BBDAFF", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Hello ", + "color": "#FF9DA4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "{", + "color": "#FFC58F", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "message", + "color": "#FF9DA4", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.readwrite.tag.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FFC58F", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "!", + "color": "#FF9DA4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "begin.block.children.definition.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "a", + "color": "#BBDAFF", + "_t": "block.children.entity.expr.function.js.jsx.member.meta.name.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "href", + "color": "#FF9DA4", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "begin.block.children.definition.double.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "block.children.definition.double.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.quoted.string.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "onClick", + "color": "#FF9DA4", + "_t": "attribute-name.block.children.entity.expr.function.js.jsx.member.meta.object.objectliteral.other.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.children.expr.function.js.jsx.keyword.member.meta.object.objectliteral.operator.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "{", + "color": "#FFC58F", + "_t": "begin.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.children.embedded.expr.expression.function.js.jsx.language.member.meta.object.objectliteral.tag.this.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "accessor.block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "toggle", + "color": "#FF9DA4", + "_t": "block.children.embedded.expr.expression.function.js.jsx.member.meta.object.objectliteral.other.property.tag.tsx.var.variable.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FFC58F", + "_t": "block.children.embedded.end.expr.expression.function.js.jsx.member.meta.object.objectliteral.punctuation.section.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Toggle", + "color": "#FF9DA4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "block.children.definition.end.expr.function.js.jsx.member.meta.object.objectliteral.punctuation.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "block.children.expr.function.js.jsx.member.meta.object.objectliteral.tag.tsx.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "block.definition.end.expr.function.js.member.meta.object.objectliteral.punctuation.tag.var.without-attributes", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.expr.function.js.member.meta.object.objectliteral.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.punctuation.statement.terminator.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.expr.function.js.member.meta.object.objectliteral.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.function.js.member.meta.object.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.expr.js.meta.objectliteral.punctuation.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.expr.js.meta.round.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "React", + "color": "#FF9DA4", + "_t": "js.object.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "render", + "color": "#BBDAFF", + "_t": "entity.function.js.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "begin.definition.js.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "ToggleText", + "color": "#FF9DA4", + "_t": "entity.js.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "default", + "color": "#FF9DA4", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "World", + "color": "#FF9DA4", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "alt", + "color": "#FF9DA4", + "_t": "attribute-name.entity.js.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.js.keyword.meta.operator.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "begin.definition.double.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Mars", + "color": "#FF9DA4", + "_t": "double.js.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "definition.double.end.js.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "js.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "/>", + "color": "#FF9DA4", + "_t": "definition.end.js.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "comma.js.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "document", + "color": "#FF9DA4", + "_t": "dom.js.support.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.js.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "body", + "color": "#FF9DA4", + "_t": "dom.js.property.support.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.js.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "js.punctuation.statement.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jsx.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jsx.result.patch new file mode 100644 index 000000000..a6b484e04 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.jsx.result.patch @@ -0,0 +1,912 @@ +{ + "abyss": [ + { + "index": 134, + "content": "alt", + "color": "#9966B8", + "newColor": "#6688CC" + } + ], + "dark_vs": [ + { + "index": 164, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 165, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 200, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 202, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 206, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 208, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + } + ], + "light_vs": [ + { + "index": 164, + "content": "\"", + "color": "#800000", + "newColor": "#A31515" + }, + { + "index": 165, + "content": "\"", + "color": "#800000", + "newColor": "#A31515" + }, + { + "index": 200, + "content": "\"", + "color": "#800000", + "newColor": "#A31515" + }, + { + "index": 202, + "content": "\"", + "color": "#800000", + "newColor": "#A31515" + }, + { + "index": 206, + "content": "\"", + "color": "#800000", + "newColor": "#A31515" + }, + { + "index": 208, + "content": "\"", + "color": "#800000", + "newColor": "#A31515" + } + ], + "hc_black": [ + { + "index": 164, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 165, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 200, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 202, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 206, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 208, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + } + ], + "dark_plus": [ + { + "index": 164, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 165, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 200, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 202, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 206, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 208, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + } + ], + "light_plus": [ + { + "index": 164, + "content": "\"", + "color": "#800000", + "newColor": "#A31515" + }, + { + "index": 165, + "content": "\"", + "color": "#800000", + "newColor": "#A31515" + }, + { + "index": 200, + "content": "\"", + "color": "#800000", + "newColor": "#A31515" + }, + { + "index": 202, + "content": "\"", + "color": "#800000", + "newColor": "#A31515" + }, + { + "index": 206, + "content": "\"", + "color": "#800000", + "newColor": "#A31515" + }, + { + "index": 208, + "content": "\"", + "color": "#800000", + "newColor": "#A31515" + } + ], + "kimbie_dark": [ + { + "index": 42, + "content": "e", + "color": "#D3AF86", + "newColor": "#DC3958" + }, + { + "index": 134, + "content": "alt", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 213, + "content": "document", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 215, + "content": "body", + "color": "#DC3958", + "newColor": "#D3AF86" + } + ], + "monokai": [ + { + "index": 134, + "content": "alt", + "color": "#66D9EF", + "newColor": "#F8F8F2" + } + ], + "monokai_dimmed": [ + { + "index": 62, + "content": "this", + "color": "#CC555A", + "newColor": "#C5C8C6" + }, + { + "index": 72, + "content": "this", + "color": "#CC555A", + "newColor": "#C5C8C6" + }, + { + "index": 74, + "content": "state", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 103, + "content": "this", + "color": "#CC555A", + "newColor": "#C5C8C6" + }, + { + "index": 105, + "content": "props", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 117, + "content": "this", + "color": "#CC555A", + "newColor": "#C5C8C6" + }, + { + "index": 119, + "content": "state", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 130, + "content": "this", + "color": "#CC555A", + "newColor": "#C5C8C6" + }, + { + "index": 132, + "content": "props", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 134, + "content": "alt", + "color": "#6089B4", + "newColor": "#C7444A" + }, + { + "index": 152, + "content": "message", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 163, + "content": "=", + "color": "#D0B344", + "newColor": "#676867" + }, + { + "index": 168, + "content": "=", + "color": "#D0B344", + "newColor": "#676867" + }, + { + "index": 170, + "content": "this", + "color": "#CC555A", + "newColor": "#D0B344" + }, + { + "index": 199, + "content": "=", + "color": "#D0B344", + "newColor": "#676867" + }, + { + "index": 201, + "content": "World", + "color": "#D0B344", + "newColor": "#9AA83A" + }, + { + "index": 205, + "content": "=", + "color": "#D0B344", + "newColor": "#676867" + }, + { + "index": 207, + "content": "Mars", + "color": "#D0B344", + "newColor": "#9AA83A" + }, + { + "index": 213, + "content": "document", + "color": "#6089B4", + "newColor": "#C7444A" + }, + { + "index": 215, + "content": "body", + "color": "#6089B4", + "newColor": "#C7444A" + } + ], + "quietlight": [ + { + "index": 13, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 27, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 34, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 37, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 69, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 82, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 85, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 134, + "content": "alt", + "color": "#AA3731", + "newColor": "#7A3E9D" + }, + { + "index": 143, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 145, + "content": ">", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 147, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 149, + "content": ">", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 151, + "content": "{", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 152, + "content": "message", + "color": "#91B3E0", + "newColor": "#7A3E9D" + }, + { + "index": 153, + "content": "}", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 155, + "content": "", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 159, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 163, + "content": "=", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 164, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 165, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 168, + "content": "=", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 169, + "content": "{", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 170, + "content": "this", + "color": "#91B3E0", + "newColor": "#AB6526" + }, + { + "index": 171, + "content": ".", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 172, + "content": "toggle", + "color": "#91B3E0", + "newColor": "#7A3E9D" + }, + { + "index": 173, + "content": "}", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 174, + "content": ">", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 176, + "content": "", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 180, + "content": "", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 195, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 199, + "content": "=", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 200, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 201, + "content": "World", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 202, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 205, + "content": "=", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 206, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 207, + "content": "Mars", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 208, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 210, + "content": "/>", + "color": "#91B3E0", + "newColor": "#777777" + } + ], + "red": [ + { + "index": 134, + "content": "alt", + "color": "#FFB454", + "newColor": "#9DF39F" + }, + { + "index": 152, + "content": "message", + "color": "#EC0D1E", + "newColor": "#FB9A4B" + }, + { + "index": 163, + "content": "=", + "color": "#EC0D1E", + "newColor": "#F12727" + }, + { + "index": 164, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 165, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 168, + "content": "=", + "color": "#EC0D1E", + "newColor": "#F12727" + }, + { + "index": 170, + "content": "this", + "color": "#EC0D1E", + "newColor": "#FB9A4B" + }, + { + "index": 172, + "content": "toggle", + "color": "#EC0D1E", + "newColor": "#FB9A4B" + }, + { + "index": 199, + "content": "=", + "color": "#EC0D1E", + "newColor": "#F12727" + }, + { + "index": 200, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 201, + "content": "World", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 202, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 205, + "content": "=", + "color": "#EC0D1E", + "newColor": "#F12727" + }, + { + "index": 206, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 207, + "content": "Mars", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 208, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 213, + "content": "document", + "color": "#FB9A4B", + "newColor": "#9DF39F" + }, + { + "index": 215, + "content": "body", + "color": "#FB9A4B", + "newColor": "#9DF39F" + } + ], + "solarized_dark": [ + { + "index": 134, + "content": "alt", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 164, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 165, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 200, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 202, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 206, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 208, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + } + ], + "solarized_light": [ + { + "index": 134, + "content": "alt", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 164, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 165, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 200, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 202, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 206, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 208, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + } + ], + "tomorrow_night_blue": [ + { + "index": 134, + "content": "alt", + "color": "#BBDAFF", + "newColor": "#FFFFFF" + }, + { + "index": 144, + "content": "div", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 148, + "content": "h1", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 156, + "content": "h1", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 160, + "content": "a", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 164, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 165, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 177, + "content": "a", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 181, + "content": "div", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 200, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 201, + "content": "World", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 202, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 206, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 207, + "content": "Mars", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 208, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 213, + "content": "document", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 215, + "content": "body", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.less b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.less new file mode 100644 index 000000000..941821fb6 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.less @@ -0,0 +1,50 @@ +@import "mystyle.css"; +@import url("mystyle.css"); +@import url("bluish.css") projection, tv; + +@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/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.less.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.less.result new file mode 100644 index 000000000..a0b046617 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.less.result @@ -0,0 +1,25062 @@ +{ + "abyss": [ + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "import", + "color": "#225588", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "mystyle.css", + "color": "#22AA44", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "import", + "color": "#225588", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " url", + "color": "#6688CC", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "mystyle.css", + "color": "#22AA44", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "import", + "color": "#225588", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " url", + "color": "#6688CC", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "bluish.css", + "color": "#22AA44", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " projection", + "color": "#6688CC", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "at-rule.css.import.list.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " tv", + "color": "#6688CC", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@base", + "color": "#6688CC", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#f938ab", + "color": "#F280D0", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".box-shadow", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@style", + "color": "#6688CC", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "css.list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@c", + "color": "#6688CC", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "when", + "color": "#225588", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "iscolor", + "color": "#9966B8", + "_t": "function.less.support.type-checking", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@c", + "color": "#6688CC", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "))", + "color": "#6688CC", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "border-radius", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@style", + "color": "#6688CC", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@c", + "color": "#6688CC", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".box-shadow", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@style", + "color": "#6688CC", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "css.list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@alpha", + "color": "#6688CC", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "50", + "color": "#F280D0", + "_t": "constant.css.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "%", + "color": "#225588", + "_t": "css.keyword.other.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "when", + "color": "#225588", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "isnumber", + "color": "#9966B8", + "_t": "function.less.support.type-checking", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@alpha", + "color": "#6688CC", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "))", + "color": "#6688CC", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".box-shadow", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@style", + "color": "#6688CC", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "rgba", + "color": "#9966B8", + "_t": "any-method.builtin.css.function.meta.property-list.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@alpha", + "color": "#6688CC", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "))", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "box", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "saturate", + "color": "#9966B8", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@base", + "color": "#6688CC", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "%", + "color": "#225588", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "border-color", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "lighten", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@base", + "color": "#6688CC", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "30", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "%", + "color": "#225588", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "div", + "color": "#225588", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".box-shadow", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "((", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "30", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "%", + "color": "#225588", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "header", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "h1", + "color": "#225588", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font-size", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "26", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font-weight", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "bold", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "p", + "color": "#225588", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font-size", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "12", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#225588", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "text-decoration", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "none", + "color": "#9966B8", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "&", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.meta.other.parent-selector.property-list.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": ":", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "hover", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "border-width", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@the-border", + "color": "#6688CC", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.css.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "css.keyword.other.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@base-color", + "color": "#6688CC", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#111", + "color": "#F280D0", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@red", + "color": "#6688CC", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#842210", + "color": "#F280D0", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "header", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@base-color", + "color": "#6688CC", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "border-left", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@the-border", + "color": "#6688CC", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "border-right", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@the-border", + "color": "#6688CC", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "footer", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@base-color", + "color": "#6688CC", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#003300", + "color": "#F280D0", + "_t": "constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "border-color", + "color": "#9966B8", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "desaturate", + "color": "#9966B8", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@red", + "color": "#6688CC", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "10", + "color": "#F280D0", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "%", + "color": "#225588", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "mystyle.css", + "color": "#CE9178", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " url", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "mystyle.css", + "color": "#CE9178", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " url", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bluish.css", + "color": "#CE9178", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " projection", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "at-rule.css.import.list.meta.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " tv", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@base", + "color": "#D4D4D4", + "_t": "less.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#f938ab", + "color": "#D4D4D4", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".box-shadow", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@style", + "color": "#D4D4D4", + "_t": "less.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@c", + "color": "#D4D4D4", + "_t": "less.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "when", + "color": "#D4D4D4", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "iscolor", + "color": "#D4D4D4", + "_t": "function.less.support.type-checking", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@c", + "color": "#D4D4D4", + "_t": "less.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border-radius", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@style", + "color": "#D4D4D4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@c", + "color": "#D4D4D4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".box-shadow", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@style", + "color": "#D4D4D4", + "_t": "less.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@alpha", + "color": "#D4D4D4", + "_t": "less.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "50", + "color": "#B5CEA8", + "_t": "constant.css.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "css.keyword.other.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "when", + "color": "#D4D4D4", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "isnumber", + "color": "#D4D4D4", + "_t": "function.less.support.type-checking", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@alpha", + "color": "#D4D4D4", + "_t": "less.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".box-shadow", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@style", + "color": "#D4D4D4", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "rgba", + "color": "#D4D4D4", + "_t": "any-method.builtin.css.function.meta.property-list.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@alpha", + "color": "#D4D4D4", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "box", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "saturate", + "color": "#D4D4D4", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@base", + "color": "#D4D4D4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border-color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "lighten", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@base", + "color": "#D4D4D4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "30", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".box-shadow", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "((", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "30", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "header", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-size", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "26", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-weight", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bold", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-size", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "12", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text-decoration", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "none", + "color": "#D4D4D4", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.parent-selector.property-list.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "hover", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border-width", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@the-border", + "color": "#D4D4D4", + "_t": "less.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.css.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.other.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@base-color", + "color": "#D4D4D4", + "_t": "less.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#111", + "color": "#D4D4D4", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@red", + "color": "#D4D4D4", + "_t": "less.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#842210", + "color": "#D4D4D4", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "header", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@base-color", + "color": "#D4D4D4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border-left", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@the-border", + "color": "#D4D4D4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border-right", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@the-border", + "color": "#D4D4D4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "footer", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@base-color", + "color": "#D4D4D4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#003300", + "color": "#D4D4D4", + "_t": "constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border-color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "desaturate", + "color": "#D4D4D4", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@red", + "color": "#D4D4D4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "mystyle.css", + "color": "#A31515", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " url", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "mystyle.css", + "color": "#A31515", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " url", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "bluish.css", + "color": "#A31515", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " projection", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "at-rule.css.import.list.meta.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " tv", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@base", + "color": "#000000", + "_t": "less.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#f938ab", + "color": "#0451A5", + "_t": "constant.css.other.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".box-shadow", + "color": "#800000", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@style", + "color": "#000000", + "_t": "less.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@c", + "color": "#000000", + "_t": "less.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "when", + "color": "#000000", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "iscolor", + "color": "#000000", + "_t": "function.less.support.type-checking", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@c", + "color": "#000000", + "_t": "less.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "))", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border-radius", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@style", + "color": "#000000", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@c", + "color": "#000000", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".box-shadow", + "color": "#800000", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@style", + "color": "#000000", + "_t": "less.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@alpha", + "color": "#000000", + "_t": "less.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "50", + "color": "#09885A", + "_t": "constant.css.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "css.keyword.other.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "when", + "color": "#000000", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "isnumber", + "color": "#000000", + "_t": "function.less.support.type-checking", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@alpha", + "color": "#000000", + "_t": "less.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "))", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".box-shadow", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@style", + "color": "#000000", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "rgba", + "color": "#000000", + "_t": "any-method.builtin.css.function.meta.property-list.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@alpha", + "color": "#000000", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "))", + "color": "#000000", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "box", + "color": "#800000", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "saturate", + "color": "#0451A5", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@base", + "color": "#000000", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border-color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "lighten", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@base", + "color": "#000000", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "30", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".box-shadow", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "((", + "color": "#000000", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "30", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "header", + "color": "#800000", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "h1", + "color": "#800000", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-size", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "26", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-weight", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bold", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-size", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "12", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text-decoration", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "none", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.parent-selector.property-list.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "hover", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border-width", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@the-border", + "color": "#000000", + "_t": "less.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.css.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "css.keyword.other.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@base-color", + "color": "#000000", + "_t": "less.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#111", + "color": "#0451A5", + "_t": "constant.css.other.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@red", + "color": "#000000", + "_t": "less.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#842210", + "color": "#0451A5", + "_t": "constant.css.other.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "header", + "color": "#800000", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@base-color", + "color": "#000000", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border-left", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@the-border", + "color": "#000000", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border-right", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@the-border", + "color": "#000000", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "footer", + "color": "#800000", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@base-color", + "color": "#000000", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#003300", + "color": "#0451A5", + "_t": "constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border-color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "desaturate", + "color": "#0451A5", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@red", + "color": "#000000", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "mystyle.css", + "color": "#CE9178", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " url", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "mystyle.css", + "color": "#CE9178", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " url", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bluish.css", + "color": "#CE9178", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " projection", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "at-rule.css.import.list.meta.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " tv", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@base", + "color": "#FFFFFF", + "_t": "less.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#f938ab", + "color": "#D4D4D4", + "_t": "constant.css.other.rgb-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".box-shadow", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@style", + "color": "#FFFFFF", + "_t": "less.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@c", + "color": "#FFFFFF", + "_t": "less.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "when", + "color": "#D4D4D4", + "_t": "control.keyword.less.logical.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "iscolor", + "color": "#FFFFFF", + "_t": "function.less.support.type-checking", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@c", + "color": "#FFFFFF", + "_t": "less.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "border-radius", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@style", + "color": "#FFFFFF", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@c", + "color": "#FFFFFF", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".box-shadow", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@style", + "color": "#FFFFFF", + "_t": "less.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@alpha", + "color": "#FFFFFF", + "_t": "less.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "50", + "color": "#B5CEA8", + "_t": "constant.css.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "css.keyword.other.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "when", + "color": "#D4D4D4", + "_t": "control.keyword.less.logical.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "isnumber", + "color": "#FFFFFF", + "_t": "function.less.support.type-checking", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@alpha", + "color": "#FFFFFF", + "_t": "less.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".box-shadow", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@style", + "color": "#FFFFFF", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "rgba", + "color": "#FFFFFF", + "_t": "any-method.builtin.css.function.meta.property-list.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@alpha", + "color": "#FFFFFF", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "box", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "saturate", + "color": "#FFFFFF", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@base", + "color": "#FFFFFF", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "border-color", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "lighten", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@base", + "color": "#FFFFFF", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "30", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".box-shadow", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "((", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "30", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "header", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font-size", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "26", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font-weight", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "bold", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font-size", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "12", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "text-decoration", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "none", + "color": "#FFFFFF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.parent-selector.property-list.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "hover", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "border-width", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@the-border", + "color": "#FFFFFF", + "_t": "less.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.css.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.other.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@base-color", + "color": "#FFFFFF", + "_t": "less.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#111", + "color": "#D4D4D4", + "_t": "constant.css.other.rgb-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@red", + "color": "#FFFFFF", + "_t": "less.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#842210", + "color": "#D4D4D4", + "_t": "constant.css.other.rgb-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "header", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@base-color", + "color": "#FFFFFF", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "border-left", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@the-border", + "color": "#FFFFFF", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "border-right", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@the-border", + "color": "#FFFFFF", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "footer", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@base-color", + "color": "#FFFFFF", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#003300", + "color": "#D4D4D4", + "_t": "constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "border-color", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "desaturate", + "color": "#FFFFFF", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@red", + "color": "#FFFFFF", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "import", + "color": "#C586C0", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "mystyle.css", + "color": "#CE9178", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "import", + "color": "#C586C0", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " url", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "mystyle.css", + "color": "#CE9178", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "import", + "color": "#C586C0", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " url", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bluish.css", + "color": "#CE9178", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " projection", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "at-rule.css.import.list.meta.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " tv", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@base", + "color": "#9CDCFE", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#f938ab", + "color": "#CE9178", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".box-shadow", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@style", + "color": "#9CDCFE", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@c", + "color": "#9CDCFE", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "when", + "color": "#C586C0", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "iscolor", + "color": "#DCDCAA", + "_t": "function.less.support.type-checking", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@c", + "color": "#9CDCFE", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border-radius", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@style", + "color": "#9CDCFE", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@c", + "color": "#9CDCFE", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".box-shadow", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@style", + "color": "#9CDCFE", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@alpha", + "color": "#9CDCFE", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "50", + "color": "#B5CEA8", + "_t": "constant.css.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "css.keyword.other.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "when", + "color": "#C586C0", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "isnumber", + "color": "#DCDCAA", + "_t": "function.less.support.type-checking", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@alpha", + "color": "#9CDCFE", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "brace.css.meta.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".box-shadow", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@style", + "color": "#9CDCFE", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "rgba", + "color": "#DCDCAA", + "_t": "any-method.builtin.css.function.meta.property-list.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@alpha", + "color": "#9CDCFE", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "box", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "saturate", + "color": "#CE9178", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@base", + "color": "#9CDCFE", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border-color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "lighten", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@base", + "color": "#9CDCFE", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "30", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".box-shadow", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "((", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "30", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "header", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "h1", + "color": "#569CD6", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-size", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "26", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-weight", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bold", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-size", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "12", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "text-decoration", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "none", + "color": "#CE9178", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.parent-selector.property-list.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "hover", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border-width", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@the-border", + "color": "#9CDCFE", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.css.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "css.keyword.other.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@base-color", + "color": "#9CDCFE", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#111", + "color": "#CE9178", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@red", + "color": "#9CDCFE", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#842210", + "color": "#CE9178", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "header", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@base-color", + "color": "#9CDCFE", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border-left", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@the-border", + "color": "#9CDCFE", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border-right", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@the-border", + "color": "#9CDCFE", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "footer", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@base-color", + "color": "#9CDCFE", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#003300", + "color": "#CE9178", + "_t": "constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border-color", + "color": "#9CDCFE", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "desaturate", + "color": "#CE9178", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@red", + "color": "#9CDCFE", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "import", + "color": "#AF00DB", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "mystyle.css", + "color": "#A31515", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "import", + "color": "#AF00DB", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " url", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "mystyle.css", + "color": "#A31515", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "import", + "color": "#AF00DB", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " url", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "bluish.css", + "color": "#A31515", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " projection", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "at-rule.css.import.list.meta.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " tv", + "color": "#000000", + "_t": "at-rule.css.import.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@base", + "color": "#001080", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#f938ab", + "color": "#0451A5", + "_t": "constant.css.other.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".box-shadow", + "color": "#800000", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@style", + "color": "#001080", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@c", + "color": "#001080", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "when", + "color": "#AF00DB", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "iscolor", + "color": "#795E26", + "_t": "function.less.support.type-checking", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@c", + "color": "#001080", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "))", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border-radius", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@style", + "color": "#001080", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@c", + "color": "#001080", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".box-shadow", + "color": "#800000", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@style", + "color": "#001080", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@alpha", + "color": "#001080", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "50", + "color": "#09885A", + "_t": "constant.css.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "css.keyword.other.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "when", + "color": "#AF00DB", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "isnumber", + "color": "#795E26", + "_t": "function.less.support.type-checking", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@alpha", + "color": "#001080", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "))", + "color": "#000000", + "_t": "brace.css.meta.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".box-shadow", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@style", + "color": "#001080", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "rgba", + "color": "#795E26", + "_t": "any-method.builtin.css.function.meta.property-list.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@alpha", + "color": "#001080", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "))", + "color": "#000000", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "box", + "color": "#800000", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "saturate", + "color": "#0451A5", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@base", + "color": "#001080", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border-color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "lighten", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@base", + "color": "#001080", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "30", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".box-shadow", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "((", + "color": "#000000", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "30", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "header", + "color": "#800000", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "h1", + "color": "#800000", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-size", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "26", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-weight", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bold", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-size", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "12", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "text-decoration", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "none", + "color": "#0451A5", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.parent-selector.property-list.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "hover", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border-width", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@the-border", + "color": "#001080", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.css.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "css.keyword.other.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@base-color", + "color": "#001080", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#111", + "color": "#0451A5", + "_t": "constant.css.other.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@red", + "color": "#001080", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#842210", + "color": "#0451A5", + "_t": "constant.css.other.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "header", + "color": "#800000", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@base-color", + "color": "#001080", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border-left", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@the-border", + "color": "#001080", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border-right", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@the-border", + "color": "#001080", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "footer", + "color": "#800000", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@base-color", + "color": "#001080", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#003300", + "color": "#0451A5", + "_t": "constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border-color", + "color": "#FF0000", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "desaturate", + "color": "#0451A5", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@red", + "color": "#001080", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.meta.property-list.property-value", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "import", + "color": "#98676A", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "mystyle.css", + "color": "#889B4A", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "import", + "color": "#98676A", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " url", + "color": "#D3AF86", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "mystyle.css", + "color": "#889B4A", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "import", + "color": "#98676A", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " url", + "color": "#D3AF86", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "bluish.css", + "color": "#889B4A", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " projection", + "color": "#D3AF86", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "at-rule.css.import.list.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " tv", + "color": "#D3AF86", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@base", + "color": "#DC3958", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#f938ab", + "color": "#F79A32", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".box-shadow", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@style", + "color": "#DC3958", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "css.list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@c", + "color": "#DC3958", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "when", + "color": "#98676A", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "iscolor", + "color": "#7E602C", + "_t": "function.less.support.type-checking", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@c", + "color": "#DC3958", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "))", + "color": "#D3AF86", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "border-radius", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@style", + "color": "#DC3958", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@c", + "color": "#DC3958", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".box-shadow", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@style", + "color": "#DC3958", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "css.list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@alpha", + "color": "#DC3958", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "50", + "color": "#F79A32", + "_t": "constant.css.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "%", + "color": "#F79A32", + "_t": "css.keyword.other.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "when", + "color": "#98676A", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "isnumber", + "color": "#7E602C", + "_t": "function.less.support.type-checking", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@alpha", + "color": "#DC3958", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "))", + "color": "#D3AF86", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".box-shadow", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@style", + "color": "#DC3958", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "rgba", + "color": "#8AB1B0", + "_t": "any-method.builtin.css.function.meta.property-list.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@alpha", + "color": "#DC3958", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "))", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "box", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "saturate", + "color": "#8AB1B0", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@base", + "color": "#DC3958", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "%", + "color": "#F79A32", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "border-color", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "lighten", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@base", + "color": "#DC3958", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "30", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "%", + "color": "#F79A32", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "div", + "color": "#DC3958", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".box-shadow", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "((", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "30", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "%", + "color": "#F79A32", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": "header", + "color": "#8AB1B0", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "h1", + "color": "#DC3958", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font-size", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "26", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font-weight", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "bold", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "p", + "color": "#DC3958", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font-size", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "12", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "text-decoration", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "none", + "color": "#F79A32", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "&", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.meta.other.parent-selector.property-list.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "hover", + "color": "#F79A32", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "border-width", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@the-border", + "color": "#DC3958", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.css.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "css.keyword.other.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@base-color", + "color": "#DC3958", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#111", + "color": "#F79A32", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@red", + "color": "#DC3958", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#842210", + "color": "#F79A32", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": "header", + "color": "#8AB1B0", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@base-color", + "color": "#DC3958", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "border-left", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@the-border", + "color": "#DC3958", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "border-right", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@the-border", + "color": "#DC3958", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": "footer", + "color": "#8AB1B0", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@base-color", + "color": "#DC3958", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#003300", + "color": "#F79A32", + "_t": "constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "border-color", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "desaturate", + "color": "#8AB1B0", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@red", + "color": "#DC3958", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "10", + "color": "#F79A32", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "%", + "color": "#F79A32", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "import", + "color": "#F92672", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "mystyle.css", + "color": "#E6DB74", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "import", + "color": "#F92672", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " url", + "color": "#F8F8F2", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "mystyle.css", + "color": "#E6DB74", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "import", + "color": "#F92672", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " url", + "color": "#F8F8F2", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "bluish.css", + "color": "#E6DB74", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " projection", + "color": "#F8F8F2", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "at-rule.css.import.list.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " tv", + "color": "#F8F8F2", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@base", + "color": "#F8F8F2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#f938ab", + "color": "#AE81FF", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".box-shadow", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@style", + "color": "#F8F8F2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "css.list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@c", + "color": "#F8F8F2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "when", + "color": "#F92672", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "iscolor", + "color": "#66D9EF", + "_t": "function.less.support.type-checking", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@c", + "color": "#F8F8F2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "))", + "color": "#F8F8F2", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "border-radius", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@style", + "color": "#F8F8F2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@c", + "color": "#F8F8F2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".box-shadow", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@style", + "color": "#F8F8F2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "css.list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@alpha", + "color": "#F8F8F2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "50", + "color": "#AE81FF", + "_t": "constant.css.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "%", + "color": "#F92672", + "_t": "css.keyword.other.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "when", + "color": "#F92672", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "isnumber", + "color": "#66D9EF", + "_t": "function.less.support.type-checking", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@alpha", + "color": "#F8F8F2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "))", + "color": "#F8F8F2", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".box-shadow", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@style", + "color": "#F8F8F2", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "rgba", + "color": "#66D9EF", + "_t": "any-method.builtin.css.function.meta.property-list.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@alpha", + "color": "#F8F8F2", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "))", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "box", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "saturate", + "color": "#66D9EF", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@base", + "color": "#F8F8F2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "%", + "color": "#F92672", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "border-color", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "lighten", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@base", + "color": "#F8F8F2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "30", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "%", + "color": "#F92672", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "div", + "color": "#F92672", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".box-shadow", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "((", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "30", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "%", + "color": "#F92672", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "header", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "h1", + "color": "#F92672", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font-size", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "26", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font-weight", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "bold", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "p", + "color": "#F92672", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font-size", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "12", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "text-decoration", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "none", + "color": "#66D9EF", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "&", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.meta.other.parent-selector.property-list.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "hover", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "border-width", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@the-border", + "color": "#F8F8F2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.css.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "css.keyword.other.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@base-color", + "color": "#F8F8F2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#111", + "color": "#AE81FF", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@red", + "color": "#F8F8F2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#842210", + "color": "#AE81FF", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "header", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@base-color", + "color": "#F8F8F2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "border-left", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@the-border", + "color": "#F8F8F2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "border-right", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@the-border", + "color": "#F8F8F2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "footer", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@base-color", + "color": "#F8F8F2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#003300", + "color": "#AE81FF", + "_t": "constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "border-color", + "color": "#66D9EF", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "desaturate", + "color": "#66D9EF", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@red", + "color": "#F8F8F2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "10", + "color": "#AE81FF", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "%", + "color": "#F92672", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "import", + "color": "#9872A2", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "mystyle.css", + "color": "#9AA83A", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "import", + "color": "#9872A2", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " url", + "color": "#C5C8C6", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "mystyle.css", + "color": "#9AA83A", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "import", + "color": "#9872A2", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " url", + "color": "#C5C8C6", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "bluish.css", + "color": "#9AA83A", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " projection", + "color": "#C5C8C6", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "at-rule.css.import.list.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " tv", + "color": "#C5C8C6", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@base", + "color": "#6089B4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#f938ab", + "color": "#8080FF", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".box-shadow", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@style", + "color": "#6089B4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "css.list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@c", + "color": "#6089B4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "when", + "color": "#9872A2", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "iscolor", + "color": "#9872A2", + "_t": "function.less.support.type-checking", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@c", + "color": "#6089B4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "))", + "color": "#C5C8C6", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "border-radius", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@style", + "color": "#6089B4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@c", + "color": "#6089B4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".box-shadow", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@style", + "color": "#6089B4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "css.list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@alpha", + "color": "#6089B4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "50", + "color": "#6089B4", + "_t": "constant.css.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "%", + "color": "#676867", + "_t": "css.keyword.other.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "when", + "color": "#9872A2", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "isnumber", + "color": "#9872A2", + "_t": "function.less.support.type-checking", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@alpha", + "color": "#6089B4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "))", + "color": "#C5C8C6", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".box-shadow", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@style", + "color": "#6089B4", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "rgba", + "color": "#9872A2", + "_t": "any-method.builtin.css.function.meta.property-list.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@alpha", + "color": "#6089B4", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "))", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "box", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "saturate", + "color": "#9872A2", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@base", + "color": "#6089B4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "%", + "color": "#676867", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "border-color", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "lighten", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@base", + "color": "#6089B4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "30", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "%", + "color": "#676867", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "div", + "color": "#6089B4", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".box-shadow", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "((", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "30", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "%", + "color": "#676867", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9872A2", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(152, 114, 162)" + }, + { + "content": "header", + "color": "#9872A2", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "h1", + "color": "#6089B4", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font-size", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "26", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font-weight", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "bold", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "p", + "color": "#6089B4", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font-size", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "12", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "text-decoration", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "none", + "color": "#C7444A", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "&", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.meta.other.parent-selector.property-list.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": ":", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "hover", + "color": "#D0B344", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "border-width", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@the-border", + "color": "#6089B4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.css.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "css.keyword.other.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@base-color", + "color": "#6089B4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#111", + "color": "#8080FF", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@red", + "color": "#6089B4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#842210", + "color": "#8080FF", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9872A2", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(152, 114, 162)" + }, + { + "content": "header", + "color": "#9872A2", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@base-color", + "color": "#6089B4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "border-left", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@the-border", + "color": "#6089B4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "border-right", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@the-border", + "color": "#6089B4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9872A2", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(152, 114, 162)" + }, + { + "content": "footer", + "color": "#9872A2", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@base-color", + "color": "#6089B4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#003300", + "color": "#8080FF", + "_t": "constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "border-color", + "color": "#676867", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "desaturate", + "color": "#9872A2", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@red", + "color": "#6089B4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "10", + "color": "#6089B4", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "%", + "color": "#676867", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "import", + "color": "#4B83CD", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "mystyle.css", + "color": "#448C27", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "import", + "color": "#4B83CD", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " url", + "color": "#333333", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "mystyle.css", + "color": "#448C27", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "import", + "color": "#4B83CD", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " url", + "color": "#333333", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "bluish.css", + "color": "#448C27", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " projection", + "color": "#333333", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ",", + "color": "#434343", + "_t": "at-rule.css.import.list.meta.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " tv", + "color": "#333333", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "@base", + "color": "#7A3E9D", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#f938ab", + "color": "#AB6526", + "_t": "constant.css.other.rgb-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".box-shadow", + "color": "#333333", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@style", + "color": "#7A3E9D", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#777777", + "_t": "css.list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@c", + "color": "#7A3E9D", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "when", + "color": "#777777", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "iscolor", + "color": "#AA3731", + "_t": "function.less.support.type-checking", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@c", + "color": "#7A3E9D", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "))", + "color": "#333333", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "border-radius", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@style", + "color": "#448C27", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "@c", + "color": "#448C27", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".box-shadow", + "color": "#333333", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@style", + "color": "#7A3E9D", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#777777", + "_t": "css.list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@alpha", + "color": "#7A3E9D", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "50", + "color": "#AB6526", + "_t": "constant.css.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "%", + "color": "#4B83CD", + "_t": "css.keyword.other.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "when", + "color": "#777777", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "isnumber", + "color": "#AA3731", + "_t": "function.less.support.type-checking", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@alpha", + "color": "#7A3E9D", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "))", + "color": "#333333", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".box-shadow", + "color": "#333333", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@style", + "color": "#7A3E9D", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "rgba", + "color": "#AA3731", + "_t": "any-method.builtin.css.function.meta.property-list.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@alpha", + "color": "#7A3E9D", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "))", + "color": "#333333", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "box", + "color": "#333333", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "saturate", + "color": "#448C27", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "@base", + "color": "#448C27", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ",", + "color": "#434343", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "5", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "%", + "color": "#448C27", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "border-color", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "lighten", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "@base", + "color": "#448C27", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ",", + "color": "#434343", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "30", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "%", + "color": "#448C27", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "div", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".box-shadow", + "color": "#333333", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "((", + "color": "#333333", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "5", + "color": "#AB6526", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "px", + "color": "#4B83CD", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ",", + "color": "#434343", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "30", + "color": "#AB6526", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "%", + "color": "#4B83CD", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ")", + "color": "#333333", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#7A3E9D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "header", + "color": "#7A3E9D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "h1", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font-size", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "26", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font-weight", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "bold", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "p", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font-size", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "12", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "a", + "color": "#7A3E9D", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "text-decoration", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "none", + "color": "#448C27", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "&", + "color": "#AB6526", + "_t": "attribute-name.css.definition.entity.meta.other.parent-selector.property-list.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#AB6526", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "hover", + "color": "#333333", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "border-width", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "@the-border", + "color": "#7A3E9D", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.css.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "px", + "color": "#4B83CD", + "_t": "css.keyword.other.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "@base-color", + "color": "#7A3E9D", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#111", + "color": "#AB6526", + "_t": "constant.css.other.rgb-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "@red", + "color": "#7A3E9D", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#842210", + "color": "#AB6526", + "_t": "constant.css.other.rgb-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#7A3E9D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "header", + "color": "#7A3E9D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "@base-color", + "color": "#448C27", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "*", + "color": "#448C27", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "3", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "border-left", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@the-border", + "color": "#448C27", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "border-right", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "@the-border", + "color": "#448C27", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "*", + "color": "#448C27", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "2", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#7A3E9D", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity.punctuation rgb(122, 62, 157)" + }, + { + "content": "footer", + "color": "#7A3E9D", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector.entity rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "@base-color", + "color": "#448C27", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "+", + "color": "#448C27", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "#003300", + "color": "#448C27", + "_t": "constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value.constant.other rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "border-color", + "color": "#AB6526", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "desaturate", + "color": "#448C27", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "@red", + "color": "#448C27", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ",", + "color": "#434343", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "10", + "color": "#448C27", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "%", + "color": "#448C27", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "import", + "color": "#F12727", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "mystyle.css", + "color": "#CD8D8D", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "import", + "color": "#F12727", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " url", + "color": "#F8F8F8", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "mystyle.css", + "color": "#CD8D8D", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "import", + "color": "#F12727", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " url", + "color": "#F8F8F8", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "bluish.css", + "color": "#CD8D8D", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " projection", + "color": "#F8F8F8", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "at-rule.css.import.list.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " tv", + "color": "#F8F8F8", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@base", + "color": "#FB9A4B", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#f938ab", + "color": "#994646", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".box-shadow", + "color": "#FEC758", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@style", + "color": "#FB9A4B", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "css.list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@c", + "color": "#FB9A4B", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "when", + "color": "#F12727", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "iscolor", + "color": "#FFB454", + "_t": "function.less.support.type-checking", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@c", + "color": "#FB9A4B", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "))", + "color": "#F8F8F8", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "border-radius", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@style", + "color": "#FB9A4B", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@c", + "color": "#FB9A4B", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".box-shadow", + "color": "#FEC758", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@style", + "color": "#FB9A4B", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "css.list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@alpha", + "color": "#FB9A4B", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "50", + "color": "#994646", + "_t": "constant.css.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "%", + "color": "#F12727", + "_t": "css.keyword.other.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "when", + "color": "#F12727", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "isnumber", + "color": "#FFB454", + "_t": "function.less.support.type-checking", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@alpha", + "color": "#FB9A4B", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "))", + "color": "#F8F8F8", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".box-shadow", + "color": "#FEC758", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@style", + "color": "#FB9A4B", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "rgba", + "color": "#FFB454", + "_t": "any-method.builtin.css.function.meta.property-list.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@alpha", + "color": "#FB9A4B", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "))", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "box", + "color": "#FEC758", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "saturate", + "color": "#FFB454", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@base", + "color": "#FB9A4B", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "5", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "%", + "color": "#F12727", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "border-color", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "lighten", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@base", + "color": "#FB9A4B", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "30", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "%", + "color": "#F12727", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "div", + "color": "#EC0D1E", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".box-shadow", + "color": "#FEC758", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "((", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "5", + "color": "#994646", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "30", + "color": "#994646", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "%", + "color": "#F12727", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(254, 199, 88)" + }, + { + "content": "header", + "color": "#FEC758", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "h1", + "color": "#EC0D1E", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font-size", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "26", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font-weight", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "bold", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "p", + "color": "#EC0D1E", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font-size", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "12", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#EC0D1E", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "text-decoration", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "none", + "color": "#FFE862", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.support.constant.property-value.css rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "&", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.meta.other.parent-selector.property-list.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "hover", + "color": "#FEC758", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "border-width", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@the-border", + "color": "#FB9A4B", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.css.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "css.keyword.other.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@base-color", + "color": "#FB9A4B", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#111", + "color": "#994646", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@red", + "color": "#FB9A4B", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#842210", + "color": "#994646", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(254, 199, 88)" + }, + { + "content": "header", + "color": "#FEC758", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@base-color", + "color": "#FB9A4B", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "border-left", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@the-border", + "color": "#FB9A4B", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "border-right", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@the-border", + "color": "#FB9A4B", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(254, 199, 88)" + }, + { + "content": "footer", + "color": "#FEC758", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.other.attribute-name.id rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@base-color", + "color": "#FB9A4B", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#003300", + "color": "#FFE862", + "_t": "constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "border-color", + "color": "#96DD3B", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "desaturate", + "color": "#FFB454", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@red", + "color": "#FB9A4B", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "10", + "color": "#FFE862", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "%", + "color": "#F12727", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "import", + "color": "#859900", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "mystyle.css", + "color": "#2AA198", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "import", + "color": "#859900", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " url", + "color": "#93A1A1", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "mystyle.css", + "color": "#2AA198", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "import", + "color": "#859900", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " url", + "color": "#93A1A1", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "bluish.css", + "color": "#2AA198", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " projection", + "color": "#93A1A1", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "at-rule.css.import.list.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " tv", + "color": "#93A1A1", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@base", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#f938ab", + "color": "#CB4B16", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".box-shadow", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@style", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "css.list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@c", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "when", + "color": "#859900", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "iscolor", + "color": "#268BD2", + "_t": "function.less.support.type-checking", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@c", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "))", + "color": "#93A1A1", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "border-radius", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@style", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@c", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".box-shadow", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@style", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "css.list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@alpha", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "50", + "color": "#D33682", + "_t": "constant.css.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "css.keyword.other.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "when", + "color": "#859900", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "isnumber", + "color": "#268BD2", + "_t": "function.less.support.type-checking", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@alpha", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "))", + "color": "#93A1A1", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".box-shadow", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@style", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "rgba", + "color": "#268BD2", + "_t": "any-method.builtin.css.function.meta.property-list.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@alpha", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "))", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "box", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "saturate", + "color": "#268BD2", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@base", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "border-color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "lighten", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@base", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "30", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".box-shadow", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "((", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "30", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "header", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "h1", + "color": "#268BD2", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font-size", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "26", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font-weight", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "bold", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font-size", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "12", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "text-decoration", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "none", + "color": "#93A1A1", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "&", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.parent-selector.property-list.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "hover", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "border-width", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@the-border", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.css.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "css.keyword.other.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@base-color", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#111", + "color": "#CB4B16", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@red", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#842210", + "color": "#CB4B16", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "header", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@base-color", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "border-left", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@the-border", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "border-right", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@the-border", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "footer", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@base-color", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#003300", + "color": "#CB4B16", + "_t": "constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "border-color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "desaturate", + "color": "#268BD2", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@red", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "import", + "color": "#859900", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "mystyle.css", + "color": "#2AA198", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "import", + "color": "#859900", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " url", + "color": "#586E75", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "mystyle.css", + "color": "#2AA198", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "import", + "color": "#859900", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " url", + "color": "#586E75", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "bluish.css", + "color": "#2AA198", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " projection", + "color": "#586E75", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "at-rule.css.import.list.meta.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " tv", + "color": "#586E75", + "_t": "at-rule.css.import.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@base", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#f938ab", + "color": "#CB4B16", + "_t": "constant.css.other.rgb-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".box-shadow", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@style", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "css.list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@c", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "when", + "color": "#859900", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "iscolor", + "color": "#268BD2", + "_t": "function.less.support.type-checking", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@c", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "))", + "color": "#586E75", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "border-radius", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@style", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@c", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".box-shadow", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@style", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "css.list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@alpha", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "50", + "color": "#D33682", + "_t": "constant.css.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "css.keyword.other.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "when", + "color": "#859900", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "isnumber", + "color": "#268BD2", + "_t": "function.less.support.type-checking", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@alpha", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "))", + "color": "#586E75", + "_t": "brace.css.meta.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".box-shadow", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@style", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "rgba", + "color": "#268BD2", + "_t": "any-method.builtin.css.function.meta.property-list.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@alpha", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "))", + "color": "#586E75", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "box", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "saturate", + "color": "#268BD2", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@base", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "border-color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "lighten", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@base", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "30", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".box-shadow", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "((", + "color": "#586E75", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "30", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "header", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "h1", + "color": "#268BD2", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font-size", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "26", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font-weight", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "bold", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font-size", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "12", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "text-decoration", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "none", + "color": "#586E75", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "&", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.parent-selector.property-list.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "hover", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "border-width", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@the-border", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.css.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "css.keyword.other.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@base-color", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#111", + "color": "#CB4B16", + "_t": "constant.css.other.rgb-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@red", + "color": "#268BD2", + "_t": "less.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#842210", + "color": "#CB4B16", + "_t": "constant.css.other.rgb-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "header", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@base-color", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "border-left", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@the-border", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "border-right", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@the-border", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "footer", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@base-color", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#003300", + "color": "#CB4B16", + "_t": "constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "border-color", + "color": "#859900", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "desaturate", + "color": "#268BD2", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@red", + "color": "#268BD2", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.meta.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "import", + "color": "#EBBBFF", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "mystyle.css", + "color": "#D1F1A9", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "import", + "color": "#EBBBFF", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " url", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "mystyle.css", + "color": "#D1F1A9", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.css.definition.import.keyword.less.meta.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "import", + "color": "#EBBBFF", + "_t": "at-rule.control.css.import.keyword.less.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " url", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.begin.css.definition.double.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "bluish.css", + "color": "#D1F1A9", + "_t": "at-rule.css.double.import.meta.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.css.definition.double.end.import.meta.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.brace.css.import.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " projection", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "at-rule.css.import.list.meta.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " tv", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.css.import.meta.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@base", + "color": "#FF9DA4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#f938ab", + "color": "#FFFFFF", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".box-shadow", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@style", + "color": "#FF9DA4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@c", + "color": "#FF9DA4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "when", + "color": "#99FFFF", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "iscolor", + "color": "#BBDAFF", + "_t": "function.less.support.type-checking", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@c", + "color": "#FF9DA4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "border-radius", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@style", + "color": "#FF9DA4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@c", + "color": "#FF9DA4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".box-shadow", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.mixin.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@style", + "color": "#FF9DA4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@alpha", + "color": "#FF9DA4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "50", + "color": "#FFC58F", + "_t": "constant.css.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "%", + "color": "#FFC58F", + "_t": "css.keyword.other.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "when", + "color": "#99FFFF", + "_t": "control.keyword.less.logical.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "isnumber", + "color": "#BBDAFF", + "_t": "function.less.support.type-checking", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@alpha", + "color": "#FF9DA4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "brace.css.meta.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".box-shadow", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@style", + "color": "#FF9DA4", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "rgba", + "color": "#BBDAFF", + "_t": "any-method.builtin.css.function.meta.property-list.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@alpha", + "color": "#FF9DA4", + "_t": "css.less.meta.other.property-list.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "box", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "saturate", + "color": "#BBDAFF", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@base", + "color": "#FF9DA4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "%", + "color": "#FFC58F", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "border-color", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "lighten", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@base", + "color": "#FF9DA4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "30", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "%", + "color": "#FFC58F", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "div", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".box-shadow", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.meta.mixin.other.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "((", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "30", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "%", + "color": "#FFC58F", + "_t": "css.keyword.meta.other.property-list.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "header", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "h1", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font-size", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "26", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font-weight", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "bold", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "p", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font-size", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "12", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#EBBBFF", + "_t": "css.entity.meta.name.property-list.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "text-decoration", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "none", + "color": "#FFC58F", + "_t": "constant.css.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.meta.other.parent-selector.property-list.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "hover", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "border-width", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@the-border", + "color": "#FF9DA4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.css.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "css.keyword.other.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@base-color", + "color": "#FF9DA4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#111", + "color": "#FFFFFF", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@red", + "color": "#FF9DA4", + "_t": "less.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#842210", + "color": "#FFFFFF", + "_t": "constant.css.other.rgb-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "header", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@base-color", + "color": "#FF9DA4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "border-left", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@the-border", + "color": "#FF9DA4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "border-right", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@the-border", + "color": "#FF9DA4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "footer", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.id.meta.other.selector", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@base-color", + "color": "#FF9DA4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "css.keyword.less.meta.operator.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#003300", + "color": "#FFFFFF", + "_t": "constant.css.meta.other.property-list.property-value.rgb-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "border-color", + "color": "#FFEEAD", + "_t": "css.meta.property-list.property-name.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.key-value.meta.property-list.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "desaturate", + "color": "#BBDAFF", + "_t": "any-method.builtin.css.function.less.meta.property-list.property-value.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@red", + "color": "#FF9DA4", + "_t": "css.less.meta.other.property-list.property-value.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "css.list.meta.property-list.property-value.punctuation.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.meta.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#FFC58F", + "_t": "constant.css.meta.numeric.property-list.property-value", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "%", + "color": "#FFC58F", + "_t": "css.keyword.meta.other.property-list.property-value.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "brace.css.meta.property-list.property-value.round", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "css.meta.property-list.punctuation.rule.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.end.meta.property-list.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.less.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.less.result.patch new file mode 100644 index 000000000..14f25bbc5 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.less.result.patch @@ -0,0 +1,516 @@ +{ + "abyss": [], + "dark_vs": [ + { + "index": 41, + "content": "when", + "color": "#D4D4D4", + "newColor": "#569CD6" + }, + { + "index": 71, + "content": "when", + "color": "#D4D4D4", + "newColor": "#569CD6" + }, + { + "index": 132, + "content": "div", + "color": "#569CD6", + "newColor": "#D7BA7D" + }, + { + "index": 159, + "content": "h1", + "color": "#569CD6", + "newColor": "#D7BA7D" + }, + { + "index": 178, + "content": "p", + "color": "#569CD6", + "newColor": "#D7BA7D" + }, + { + "index": 189, + "content": "a", + "color": "#569CD6", + "newColor": "#D7BA7D" + } + ], + "light_vs": [ + { + "index": 41, + "content": "when", + "color": "#000000", + "newColor": "#0000FF" + }, + { + "index": 71, + "content": "when", + "color": "#000000", + "newColor": "#0000FF" + } + ], + "hc_black": [ + { + "index": 41, + "content": "when", + "color": "#D4D4D4", + "newColor": "#569CD6" + }, + { + "index": 71, + "content": "when", + "color": "#D4D4D4", + "newColor": "#569CD6" + }, + { + "index": 132, + "content": "div", + "color": "#569CD6", + "newColor": "#D7BA7D" + }, + { + "index": 159, + "content": "h1", + "color": "#569CD6", + "newColor": "#D7BA7D" + }, + { + "index": 178, + "content": "p", + "color": "#569CD6", + "newColor": "#D7BA7D" + }, + { + "index": 189, + "content": "a", + "color": "#569CD6", + "newColor": "#D7BA7D" + } + ], + "dark_plus": [ + { + "index": 132, + "content": "div", + "color": "#569CD6", + "newColor": "#D7BA7D" + }, + { + "index": 159, + "content": "h1", + "color": "#569CD6", + "newColor": "#D7BA7D" + }, + { + "index": 178, + "content": "p", + "color": "#569CD6", + "newColor": "#D7BA7D" + }, + { + "index": 189, + "content": "a", + "color": "#569CD6", + "newColor": "#D7BA7D" + } + ], + "light_plus": [], + "kimbie_dark": [ + { + "index": 122, + "content": "lighten", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 173, + "content": "bold", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 196, + "content": "none", + "color": "#F79A32", + "newColor": "#D3AF86" + } + ], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [ + { + "index": 25, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 41, + "content": "when", + "color": "#777777", + "newColor": "#4B83CD" + }, + { + "index": 52, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 54, + "content": "@style", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 56, + "content": "@c", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 71, + "content": "when", + "color": "#777777", + "newColor": "#4B83CD" + }, + { + "index": 84, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 89, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 92, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 95, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 107, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 109, + "content": "saturate", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 111, + "content": "@base", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 112, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 114, + "content": "5", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 115, + "content": "%", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 120, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 124, + "content": "@base", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 125, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 127, + "content": "30", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 128, + "content": "%", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 145, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 154, + "content": "#", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 164, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 166, + "content": "26", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 167, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 171, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 183, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 185, + "content": "12", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 186, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 194, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 206, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 208, + "content": "1", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 209, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 233, + "content": "#", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 239, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 242, + "content": "@base-color", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 244, + "content": "*", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 246, + "content": "3", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 251, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 253, + "content": "@the-border", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 257, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 260, + "content": "@the-border", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 262, + "content": "*", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 264, + "content": "2", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 268, + "content": "#", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 274, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 277, + "content": "@base-color", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 279, + "content": "+", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 286, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 288, + "content": "desaturate", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 290, + "content": "@red", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 291, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 293, + "content": "10", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 294, + "content": "%", + "color": "#448C27", + "newColor": "#4B83CD" + } + ], + "red": [ + { + "index": 132, + "content": "div", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 159, + "content": "h1", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 178, + "content": "p", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 189, + "content": "a", + "color": "#EC0D1E", + "newColor": "#FEC758" + } + ], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [ + { + "index": 41, + "content": "when", + "color": "#99FFFF", + "newColor": "#EBBBFF" + }, + { + "index": 71, + "content": "when", + "color": "#99FFFF", + "newColor": "#EBBBFF" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.lua b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.lua new file mode 100644 index 000000000..6cdfad5fa --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.lua @@ -0,0 +1,12 @@ + -- defines a factorial function + function fact (n) + if n == 0 then + return 1 + else + return n * fact(n-1) + end + end + + print("enter a number:") + a = io.read("*number") -- read a number + print(fact(a)) \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.lua.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.lua.result new file mode 100644 index 000000000..20df3a233 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.lua.result @@ -0,0 +1,5238 @@ +{ + "abyss": [ + { + "content": " ", + "color": "#223355", + "_t": "comment.leading.lua.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "--", + "color": "#223355", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " defines a factorial function", + "color": "#223355", + "_t": "comment.double-dash.line.lua", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "function", + "color": "#225588", + "_t": "control.function.keyword.lua.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.lua.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fact", + "color": "#DDBB88", + "_t": "entity.function.lua.meta.name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.lua.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.lua.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "n", + "color": "#2277FF", + "_t": "function.lua.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.lua.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " n ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "==", + "color": "#225588", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "then", + "color": "#225588", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "else", + "color": "#225588", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " n ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fact", + "color": "#9966B8", + "_t": "any-method.function.lua.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(n", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "end", + "color": "#225588", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "end", + "color": "#225588", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "print", + "color": "#9966B8", + "_t": "function.lua.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "enter a number:", + "color": "#22AA44", + "_t": "double.lua.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " a ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "io.read", + "color": "#9966B8", + "_t": "function.library.lua.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "*number", + "color": "#22AA44", + "_t": "double.lua.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ") ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "--", + "color": "#223355", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " read a number", + "color": "#223355", + "_t": "comment.double-dash.line.lua", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "print", + "color": "#9966B8", + "_t": "function.lua.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fact", + "color": "#9966B8", + "_t": "any-method.function.lua.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(a))", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.lua.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "--", + "color": "#608B4E", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " defines a factorial function", + "color": "#608B4E", + "_t": "comment.double-dash.line.lua", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "control.function.keyword.lua.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.lua.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fact", + "color": "#D4D4D4", + "_t": "entity.function.lua.meta.name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.lua.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.lua.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "n", + "color": "#D4D4D4", + "_t": "function.lua.meta.parameter.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.lua.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " n ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "then", + "color": "#569CD6", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " n ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fact", + "color": "#D4D4D4", + "_t": "any-method.function.lua.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(n", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "end", + "color": "#569CD6", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "end", + "color": "#569CD6", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#D4D4D4", + "_t": "function.lua.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "enter a number:", + "color": "#CE9178", + "_t": "double.lua.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " a ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "io.read", + "color": "#D4D4D4", + "_t": "function.library.lua.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "*number", + "color": "#CE9178", + "_t": "double.lua.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--", + "color": "#608B4E", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " read a number", + "color": "#608B4E", + "_t": "comment.double-dash.line.lua", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#D4D4D4", + "_t": "function.lua.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fact", + "color": "#D4D4D4", + "_t": "any-method.function.lua.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(a))", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.lua.punctuation.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "--", + "color": "#008000", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " defines a factorial function", + "color": "#008000", + "_t": "comment.double-dash.line.lua", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "control.function.keyword.lua.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.lua.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fact", + "color": "#000000", + "_t": "entity.function.lua.meta.name", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.lua.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.lua.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "n", + "color": "#000000", + "_t": "function.lua.meta.parameter.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.lua.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " n ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "keyword.lua.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.lua.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "then", + "color": "#0000FF", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.lua.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#0000FF", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " n ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "keyword.lua.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fact", + "color": "#000000", + "_t": "any-method.function.lua.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(n", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "keyword.lua.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.lua.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "end", + "color": "#0000FF", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "end", + "color": "#0000FF", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#000000", + "_t": "function.lua.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "enter a number:", + "color": "#A31515", + "_t": "double.lua.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " a ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "keyword.lua.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "io.read", + "color": "#000000", + "_t": "function.library.lua.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "*number", + "color": "#A31515", + "_t": "double.lua.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--", + "color": "#008000", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " read a number", + "color": "#008000", + "_t": "comment.double-dash.line.lua", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#000000", + "_t": "function.lua.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fact", + "color": "#000000", + "_t": "any-method.function.lua.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(a))", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": " ", + "color": "#7CA668", + "_t": "comment.leading.lua.punctuation.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "--", + "color": "#7CA668", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " defines a factorial function", + "color": "#7CA668", + "_t": "comment.double-dash.line.lua", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "control.function.keyword.lua.meta", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.lua.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fact", + "color": "#FFFFFF", + "_t": "entity.function.lua.meta.name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.lua.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.lua.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "n", + "color": "#FFFFFF", + "_t": "function.lua.meta.parameter.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.lua.meta.parameters.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.lua", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " n ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "keyword.lua.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.lua.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "then", + "color": "#569CD6", + "_t": "control.keyword.lua", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "control.keyword.lua", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.lua.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.keyword.lua", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "control.keyword.lua", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " n ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "keyword.lua.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fact", + "color": "#FFFFFF", + "_t": "any-method.function.lua.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(n", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "keyword.lua.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.lua.numeric", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "end", + "color": "#569CD6", + "_t": "control.keyword.lua", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "end", + "color": "#569CD6", + "_t": "control.keyword.lua", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#FFFFFF", + "_t": "function.lua.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "enter a number:", + "color": "#CE9178", + "_t": "double.lua.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " a ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "keyword.lua.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "io.read", + "color": "#FFFFFF", + "_t": "function.library.lua.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "*number", + "color": "#CE9178", + "_t": "double.lua.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "--", + "color": "#7CA668", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " read a number", + "color": "#7CA668", + "_t": "comment.double-dash.line.lua", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#FFFFFF", + "_t": "function.lua.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fact", + "color": "#FFFFFF", + "_t": "any-method.function.lua.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(a))", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.lua.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "--", + "color": "#608B4E", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " defines a factorial function", + "color": "#608B4E", + "_t": "comment.double-dash.line.lua", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#C586C0", + "_t": "control.function.keyword.lua.meta", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.lua.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fact", + "color": "#DCDCAA", + "_t": "entity.function.lua.meta.name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.lua.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.lua.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "n", + "color": "#9CDCFE", + "_t": "function.lua.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.lua.meta.parameters.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " n ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "then", + "color": "#C586C0", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#C586C0", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " n ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fact", + "color": "#DCDCAA", + "_t": "any-method.function.lua.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(n", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "end", + "color": "#C586C0", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "end", + "color": "#C586C0", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#DCDCAA", + "_t": "function.lua.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "enter a number:", + "color": "#CE9178", + "_t": "double.lua.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " a ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "io.read", + "color": "#DCDCAA", + "_t": "function.library.lua.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "*number", + "color": "#CE9178", + "_t": "double.lua.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--", + "color": "#608B4E", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " read a number", + "color": "#608B4E", + "_t": "comment.double-dash.line.lua", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#DCDCAA", + "_t": "function.lua.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fact", + "color": "#DCDCAA", + "_t": "any-method.function.lua.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(a))", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.lua.punctuation.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "--", + "color": "#008000", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " defines a factorial function", + "color": "#008000", + "_t": "comment.double-dash.line.lua", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#AF00DB", + "_t": "control.function.keyword.lua.meta", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.lua.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fact", + "color": "#795E26", + "_t": "entity.function.lua.meta.name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.lua.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.lua.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "n", + "color": "#001080", + "_t": "function.lua.meta.parameter.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.lua.meta.parameters.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " n ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "keyword.lua.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.lua.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "then", + "color": "#AF00DB", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.lua.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#AF00DB", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " n ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "keyword.lua.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fact", + "color": "#795E26", + "_t": "any-method.function.lua.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(n", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "keyword.lua.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.lua.numeric", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "end", + "color": "#AF00DB", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "end", + "color": "#AF00DB", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#795E26", + "_t": "function.lua.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "enter a number:", + "color": "#A31515", + "_t": "double.lua.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " a ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "keyword.lua.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "io.read", + "color": "#795E26", + "_t": "function.library.lua.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "*number", + "color": "#A31515", + "_t": "double.lua.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--", + "color": "#008000", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " read a number", + "color": "#008000", + "_t": "comment.double-dash.line.lua", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#795E26", + "_t": "function.lua.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fact", + "color": "#795E26", + "_t": "any-method.function.lua.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(a))", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": " ", + "color": "#A57A4C", + "_t": "comment.leading.lua.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "--", + "color": "#A57A4C", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " defines a factorial function", + "color": "#A57A4C", + "_t": "comment.double-dash.line.lua", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "function", + "color": "#98676A", + "_t": "control.function.keyword.lua.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.lua.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fact", + "color": "#8AB1B0", + "_t": "entity.function.lua.meta.name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.lua.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.lua.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "n", + "color": "#D3AF86", + "_t": "function.lua.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.lua.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " n ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "==", + "color": "#D3AF86", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "then", + "color": "#98676A", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "else", + "color": "#98676A", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " n ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fact", + "color": "#8AB1B0", + "_t": "any-method.function.lua.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "(n", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "end", + "color": "#98676A", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "end", + "color": "#98676A", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "print", + "color": "#7E602C", + "_t": "function.lua.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "enter a number:", + "color": "#889B4A", + "_t": "double.lua.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " a ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "io.read", + "color": "#7E602C", + "_t": "function.library.lua.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "*number", + "color": "#889B4A", + "_t": "double.lua.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ") ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "--", + "color": "#A57A4C", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " read a number", + "color": "#A57A4C", + "_t": "comment.double-dash.line.lua", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "print", + "color": "#7E602C", + "_t": "function.lua.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fact", + "color": "#8AB1B0", + "_t": "any-method.function.lua.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "(a))", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": " ", + "color": "#75715E", + "_t": "comment.leading.lua.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "--", + "color": "#75715E", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " defines a factorial function", + "color": "#75715E", + "_t": "comment.double-dash.line.lua", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "function", + "color": "#F92672", + "_t": "control.function.keyword.lua.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.lua.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fact", + "color": "#A6E22E", + "_t": "entity.function.lua.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.lua.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.lua.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "n", + "color": "#FD971F", + "_t": "function.lua.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.lua.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " n ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "==", + "color": "#F92672", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "then", + "color": "#F92672", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "else", + "color": "#F92672", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " n ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fact", + "color": "#66D9EF", + "_t": "any-method.function.lua.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(n", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "end", + "color": "#F92672", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "end", + "color": "#F92672", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "print", + "color": "#66D9EF", + "_t": "function.lua.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "enter a number:", + "color": "#E6DB74", + "_t": "double.lua.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " a ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "io.read", + "color": "#66D9EF", + "_t": "function.library.lua.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "*number", + "color": "#E6DB74", + "_t": "double.lua.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ") ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "--", + "color": "#75715E", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " read a number", + "color": "#75715E", + "_t": "comment.double-dash.line.lua", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "print", + "color": "#66D9EF", + "_t": "function.lua.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fact", + "color": "#66D9EF", + "_t": "any-method.function.lua.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(a))", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": " ", + "color": "#9A9B99", + "_t": "comment.leading.lua.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "--", + "color": "#9A9B99", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " defines a factorial function", + "color": "#9A9B99", + "_t": "comment.double-dash.line.lua", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "function", + "color": "#9872A2", + "_t": "control.function.keyword.lua.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.lua.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "fact", + "color": "#CE6700", + "_t": "entity.function.lua.meta.name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.lua.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.lua.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "n", + "color": "#6089B4", + "_t": "function.lua.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.lua.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " n ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "==", + "color": "#676867", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "then", + "color": "#9872A2", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "else", + "color": "#9872A2", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " n ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "fact", + "color": "#9872A2", + "_t": "any-method.function.lua.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(n", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "end", + "color": "#9872A2", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "end", + "color": "#9872A2", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "print", + "color": "#9872A2", + "_t": "function.lua.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "enter a number:", + "color": "#9AA83A", + "_t": "double.lua.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " a ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "io.read", + "color": "#9872A2", + "_t": "function.library.lua.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "*number", + "color": "#9AA83A", + "_t": "double.lua.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ") ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "--", + "color": "#9A9B99", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " read a number", + "color": "#9A9B99", + "_t": "comment.double-dash.line.lua", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "print", + "color": "#9872A2", + "_t": "function.lua.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "fact", + "color": "#9872A2", + "_t": "any-method.function.lua.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(a))", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": " ", + "color": "#777777", + "_t": "comment.leading.lua.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "--", + "color": "#AAAAAA", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " defines a factorial function", + "color": "#AAAAAA", + "_t": "comment.double-dash.line.lua", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "function", + "color": "#4B83CD", + "_t": "control.function.keyword.lua.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.lua.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "fact", + "color": "#AA3731", + "_t": "entity.function.lua.meta.name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.lua.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.lua.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "n", + "color": "#7A3E9D", + "_t": "function.lua.meta.parameter.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.lua.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " n ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "==", + "color": "#777777", + "_t": "keyword.lua.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.lua.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "then", + "color": "#4B83CD", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.lua.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "else", + "color": "#4B83CD", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " n ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "keyword.lua.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "fact", + "color": "#AA3731", + "_t": "any-method.function.lua.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(n", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "keyword.lua.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.lua.numeric", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "end", + "color": "#4B83CD", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "end", + "color": "#4B83CD", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "print", + "color": "#AA3731", + "_t": "function.lua.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "enter a number:", + "color": "#448C27", + "_t": "double.lua.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " a ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "keyword.lua.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "io.read", + "color": "#AA3731", + "_t": "function.library.lua.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "*number", + "color": "#448C27", + "_t": "double.lua.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ") ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "--", + "color": "#AAAAAA", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " read a number", + "color": "#AAAAAA", + "_t": "comment.double-dash.line.lua", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "print", + "color": "#AA3731", + "_t": "function.lua.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "fact", + "color": "#AA3731", + "_t": "any-method.function.lua.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(a))", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + } + ], + "red": [ + { + "content": " ", + "color": "#E7C0C0", + "_t": "comment.leading.lua.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "--", + "color": "#E7C0C0", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " defines a factorial function", + "color": "#E7C0C0", + "_t": "comment.double-dash.line.lua", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "function", + "color": "#F12727", + "_t": "control.function.keyword.lua.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.lua.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fact", + "color": "#FEC758", + "_t": "entity.function.lua.meta.name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.lua.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.lua.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "n", + "color": "#FB9A4B", + "_t": "function.lua.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.lua.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " n ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "==", + "color": "#F12727", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "then", + "color": "#F12727", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "else", + "color": "#F12727", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " n ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fact", + "color": "#FFB454", + "_t": "any-method.function.lua.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(n", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "end", + "color": "#F12727", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "end", + "color": "#F12727", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "print", + "color": "#FFB454", + "_t": "function.lua.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "enter a number:", + "color": "#CD8D8D", + "_t": "double.lua.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " a ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "io.read", + "color": "#FFB454", + "_t": "function.library.lua.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "*number", + "color": "#CD8D8D", + "_t": "double.lua.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ") ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "--", + "color": "#E7C0C0", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " read a number", + "color": "#E7C0C0", + "_t": "comment.double-dash.line.lua", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "print", + "color": "#FFB454", + "_t": "function.lua.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fact", + "color": "#FFB454", + "_t": "any-method.function.lua.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(a))", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": " ", + "color": "#657B83", + "_t": "comment.leading.lua.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "--", + "color": "#657B83", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " defines a factorial function", + "color": "#657B83", + "_t": "comment.double-dash.line.lua", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "function", + "color": "#859900", + "_t": "control.function.keyword.lua.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.lua.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fact", + "color": "#268BD2", + "_t": "entity.function.lua.meta.name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.lua.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.lua.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "n", + "color": "#93A1A1", + "_t": "function.lua.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.lua.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " n ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "==", + "color": "#859900", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "then", + "color": "#859900", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "else", + "color": "#859900", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " n ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fact", + "color": "#268BD2", + "_t": "any-method.function.lua.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(n", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "end", + "color": "#859900", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "end", + "color": "#859900", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "function.lua.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "enter a number:", + "color": "#2AA198", + "_t": "double.lua.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " a ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "io.read", + "color": "#268BD2", + "_t": "function.library.lua.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "*number", + "color": "#2AA198", + "_t": "double.lua.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ") ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "--", + "color": "#657B83", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " read a number", + "color": "#657B83", + "_t": "comment.double-dash.line.lua", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "function.lua.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fact", + "color": "#268BD2", + "_t": "any-method.function.lua.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(a))", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": " ", + "color": "#93A1A1", + "_t": "comment.leading.lua.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "--", + "color": "#93A1A1", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " defines a factorial function", + "color": "#93A1A1", + "_t": "comment.double-dash.line.lua", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "function", + "color": "#859900", + "_t": "control.function.keyword.lua.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.lua.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fact", + "color": "#268BD2", + "_t": "entity.function.lua.meta.name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.lua.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.lua.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "n", + "color": "#586E75", + "_t": "function.lua.meta.parameter.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.lua.meta.parameters.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " n ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "==", + "color": "#859900", + "_t": "keyword.lua.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.lua.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "then", + "color": "#859900", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.lua.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "else", + "color": "#859900", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " n ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "keyword.lua.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fact", + "color": "#268BD2", + "_t": "any-method.function.lua.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(n", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "keyword.lua.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.lua.numeric", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "end", + "color": "#859900", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "end", + "color": "#859900", + "_t": "control.keyword.lua", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "function.lua.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "enter a number:", + "color": "#2AA198", + "_t": "double.lua.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " a ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "keyword.lua.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "io.read", + "color": "#268BD2", + "_t": "function.library.lua.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "*number", + "color": "#2AA198", + "_t": "double.lua.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ") ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "--", + "color": "#93A1A1", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " read a number", + "color": "#93A1A1", + "_t": "comment.double-dash.line.lua", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "function.lua.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fact", + "color": "#268BD2", + "_t": "any-method.function.lua.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(a))", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": " ", + "color": "#7285B7", + "_t": "comment.leading.lua.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "--", + "color": "#7285B7", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " defines a factorial function", + "color": "#7285B7", + "_t": "comment.double-dash.line.lua", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#EBBBFF", + "_t": "control.function.keyword.lua.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.lua.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "fact", + "color": "#BBDAFF", + "_t": "entity.function.lua.meta.name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.lua.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.lua.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "n", + "color": "#FFC58F", + "_t": "function.lua.meta.parameter.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.lua.meta.parameters.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " n ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#99FFFF", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "then", + "color": "#EBBBFF", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#EBBBFF", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " n ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "fact", + "color": "#BBDAFF", + "_t": "any-method.function.lua.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(n", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.lua.numeric", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "end", + "color": "#EBBBFF", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "end", + "color": "#EBBBFF", + "_t": "control.keyword.lua", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#BBDAFF", + "_t": "function.lua.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "enter a number:", + "color": "#D1F1A9", + "_t": "double.lua.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " a ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "keyword.lua.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "io.read", + "color": "#BBDAFF", + "_t": "function.library.lua.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "*number", + "color": "#D1F1A9", + "_t": "double.lua.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.lua.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "--", + "color": "#7285B7", + "_t": "comment.definition.double-dash.line.lua.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " read a number", + "color": "#7285B7", + "_t": "comment.double-dash.line.lua", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#BBDAFF", + "_t": "function.lua.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "fact", + "color": "#BBDAFF", + "_t": "any-method.function.lua.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(a))", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.m b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.m new file mode 100644 index 000000000..d5d31433a --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.m @@ -0,0 +1,52 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// + +#import "UseQuotes.h" +#import + +/* + Multi + Line + Comments +*/ +@implementation Test + +- (void) applicationWillFinishLaunching:(NSNotification *)notification +{ +} + +- (IBAction)onSelectInput:(id)sender +{ + NSString* defaultDir = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, true)[0]; + + NSOpenPanel* panel = [NSOpenPanel openPanel]; + [panel setAllowedFileTypes:[[NSArray alloc] initWithObjects:@"ipa", @"xcarchive", @"app", nil]]; + + [panel beginWithCompletionHandler:^(NSInteger result) + { + if (result == NSFileHandlingPanelOKButton) + [self.inputTextField setStringValue:[panel.URL path]]; + }]; + return YES; + + int hex = 0xFEF1F0F; + float ing = 3.14; + ing = 3.14e0; + ing = 31.4e-2; +} + +-(id) initWithParams:(id) aHandler withDeviceStateManager:(id) deviceStateManager +{ + // add a tap gesture recognizer + UITapGestureRecognizer *tapGesture = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(handleTap:)]; + NSMutableArray *gestureRecognizers = [NSMutableArray array]; + [gestureRecognizers addObject:tapGesture]; + [gestureRecognizers addObjectsFromArray:scnView.gestureRecognizers]; + scnView.gestureRecognizers = gestureRecognizers; + + return tapGesture; + return nil; +} + +@end diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.m.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.m.result new file mode 100644 index 000000000..cc2e9b0c9 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.m.result @@ -0,0 +1,21366 @@ +{ + "abyss": [ + { + "content": "//", + "color": "#223355", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#223355", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#225588", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "import", + "color": "#225588", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.c.definition.double.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "UseQuotes.h", + "color": "#22AA44", + "_t": "c.double.include.meta.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "c.definition.double.end.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "#", + "color": "#225588", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "import", + "color": "#225588", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#22AA44", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Use/GTLT.h", + "color": "#22AA44", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#22AA44", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\tMulti", + "color": "#223355", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\tLine", + "color": "#223355", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\tComments", + "color": "#223355", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "@", + "color": "#9966B8", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "implementation", + "color": "#9966B8", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "implementation.meta.objc", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Test", + "color": "#6688CC", + "_t": "entity.implementation.meta.name.objc.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "- ", + "color": "#6688CC", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "void", + "color": "#9966B8", + "_t": "c.function.function-with-body.implementation.meta.objc.return-type.scope.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "applicationWillFinishLaunching", + "color": "#DDBB88", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": ":", + "color": "#DDBB88", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "NSNotification ", + "color": "#6688CC", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "argument-type.c.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "notification", + "color": "#2277FF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "- ", + "color": "#6688CC", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "IBAction", + "color": "#6688CC", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "onSelectInput", + "color": "#DDBB88", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": ":", + "color": "#DDBB88", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "id", + "color": "#6688CC", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sender", + "color": "#2277FF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " NSString", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " defaultDir ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "true", + "color": "#F280D0", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "block.bracketed.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " NSOpenPanel", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " panel ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "NSOpenPanel ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "openPanel", + "color": "#9966B8", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "panel ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "setAllowedFileTypes", + "color": "#9966B8", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#9966B8", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "[[", + "color": "#6688CC", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "NSArray ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "alloc", + "color": "#9966B8", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "initWithObjects", + "color": "#9966B8", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#9966B8", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "@\"", + "color": "#22AA44", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "ipa", + "color": "#22AA44", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@\"", + "color": "#22AA44", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "xcarchive", + "color": "#22AA44", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@\"", + "color": "#22AA44", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "app", + "color": "#22AA44", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "nil", + "color": "#F280D0", + "_t": "block.bracketed.c.constant.function-call.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "panel ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "beginWithCompletionHandler", + "color": "#9966B8", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#9966B8", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "^", + "color": "#225588", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(NSInteger result)", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "block.bracketed.c.control.function-call.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (result ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "==", + "color": "#225588", + "_t": "block.bracketed.c.comparison.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " NSFileHandlingPanelOKButton)", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "self", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".inputTextField ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "setStringValue", + "color": "#9966B8", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#9966B8", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "panel.URL ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "path", + "color": "#9966B8", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "]]", + "color": "#6688CC", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "YES", + "color": "#F280D0", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "int", + "color": "#9966B8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " hex ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0xFEF1F0F", + "color": "#F280D0", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "float", + "color": "#9966B8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ing ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3.14", + "color": "#F280D0", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t ing ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3.14e0", + "color": "#F280D0", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t ing ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "31.4e-2", + "color": "#F280D0", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "id", + "color": "#6688CC", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "initWithParams", + "color": "#DDBB88", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": ":", + "color": "#DDBB88", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "id", + "color": "#6688CC", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "anObject", + "color": "#6688CC", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">", + "color": "#225588", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "aHandler", + "color": "#2277FF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "withDeviceStateManager", + "color": "#DDBB88", + "_t": "entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": ":", + "color": "#DDBB88", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "id", + "color": "#6688CC", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "anotherObject", + "color": "#6688CC", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">", + "color": "#225588", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "deviceStateManager", + "color": "#2277FF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#223355", + "_t": "block.c.comment.cpp.function-with-body.implementation.leading.meta.objc.punctuation.scope.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "block.c.comment.cpp.definition.double-slash.function-with-body.implementation.line.meta.objc.punctuation.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " add a tap gesture recognizer", + "color": "#223355", + "_t": "block.c.comment.cpp.double-slash.function-with-body.implementation.line.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " UITapGestureRecognizer ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "tapGesture ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[[", + "color": "#6688CC", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "UITapGestureRecognizer ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "alloc", + "color": "#9966B8", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "initWithTarget", + "color": "#9966B8", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#9966B8", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "self", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "action", + "color": "#9966B8", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.scope.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#9966B8", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "@", + "color": "#9966B8", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "selector", + "color": "#9966B8", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#9966B8", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "handleTap:", + "color": "#9966B8", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.method-name.name-of-parameter.objc.scope.selector.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": ")", + "color": "#9966B8", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " NSMutableArray ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "gestureRecognizers ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "NSMutableArray ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "array", + "color": "#9966B8", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "gestureRecognizers ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "addObject", + "color": "#9966B8", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#9966B8", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "tapGesture", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "gestureRecognizers ", + "color": "#6688CC", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "addObjectsFromArray", + "color": "#9966B8", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#9966B8", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "scnView.gestureRecognizers", + "color": "#6688CC", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " scnView", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "block.c.dot-access.function-with-body.implementation.meta.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "gestureRecognizers", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.member.meta.objc.other.scope.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " gestureRecognizers;", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " tapGesture;", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "nil", + "color": "#F280D0", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#9966B8", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "end", + "color": "#9966B8", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + } + ], + "dark_vs": [ + { + "content": "//", + "color": "#608B4E", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#608B4E", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#569CD6", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.c.definition.double.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "UseQuotes.h", + "color": "#CE9178", + "_t": "c.double.include.meta.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "c.definition.double.end.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "#", + "color": "#569CD6", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": "<", + "color": "#CE9178", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "Use/GTLT.h", + "color": "#CE9178", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#CE9178", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\tMulti", + "color": "#608B4E", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\tLine", + "color": "#608B4E", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\tComments", + "color": "#608B4E", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "implementation", + "color": "#569CD6", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "implementation.meta.objc", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Test", + "color": "#D4D4D4", + "_t": "entity.implementation.meta.name.objc.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "c.function.function-with-body.implementation.meta.objc.return-type.scope.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "applicationWillFinishLaunching", + "color": "#D4D4D4", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NSNotification ", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "argument-type.c.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "notification", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "IBAction", + "color": "#D4D4D4", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "onSelectInput", + "color": "#D4D4D4", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "id", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sender", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " NSString", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " defaultDir ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.bracketed.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " NSOpenPanel", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " panel ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NSOpenPanel ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "openPanel", + "color": "#D4D4D4", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "panel ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "setAllowedFileTypes", + "color": "#D4D4D4", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NSArray ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "alloc", + "color": "#D4D4D4", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "initWithObjects", + "color": "#D4D4D4", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@\"", + "color": "#CE9178", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "ipa", + "color": "#CE9178", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@\"", + "color": "#CE9178", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "xcarchive", + "color": "#CE9178", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@\"", + "color": "#CE9178", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "app", + "color": "#CE9178", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "nil", + "color": "#569CD6", + "_t": "block.bracketed.c.constant.function-call.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "panel ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "beginWithCompletionHandler", + "color": "#D4D4D4", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "^", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(NSInteger result)", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.bracketed.c.control.function-call.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (result ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.bracketed.c.comparison.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " NSFileHandlingPanelOKButton)", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".inputTextField ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "setStringValue", + "color": "#D4D4D4", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "panel.URL ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "path", + "color": "#D4D4D4", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "YES", + "color": "#569CD6", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " hex ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0xFEF1F0F", + "color": "#B5CEA8", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "float", + "color": "#569CD6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ing ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3.14", + "color": "#B5CEA8", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t ing ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3.14e0", + "color": "#B5CEA8", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t ing ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "31.4e-2", + "color": "#B5CEA8", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "id", + "color": "#D4D4D4", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "initWithParams", + "color": "#D4D4D4", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "id", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "anObject", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "aHandler", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "withDeviceStateManager", + "color": "#D4D4D4", + "_t": "entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "id", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "anotherObject", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "deviceStateManager", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.c.comment.cpp.function-with-body.implementation.leading.meta.objc.punctuation.scope.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.c.comment.cpp.definition.double-slash.function-with-body.implementation.line.meta.objc.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " add a tap gesture recognizer", + "color": "#608B4E", + "_t": "block.c.comment.cpp.double-slash.function-with-body.implementation.line.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " UITapGestureRecognizer ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "tapGesture ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "UITapGestureRecognizer ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "alloc", + "color": "#D4D4D4", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "initWithTarget", + "color": "#D4D4D4", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "action", + "color": "#D4D4D4", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.scope.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.punctuation.scope.separator.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "selector", + "color": "#569CD6", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "handleTap:", + "color": "#D7BA7D", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.method-name.name-of-parameter.objc.scope.selector.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " NSMutableArray ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "gestureRecognizers ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NSMutableArray ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "array", + "color": "#D4D4D4", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gestureRecognizers ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "addObject", + "color": "#D4D4D4", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "tapGesture", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gestureRecognizers ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "addObjectsFromArray", + "color": "#D4D4D4", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "scnView.gestureRecognizers", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " scnView", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "block.c.dot-access.function-with-body.implementation.meta.objc.punctuation.scope.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gestureRecognizers", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.member.meta.objc.other.scope.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " gestureRecognizers;", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " tapGesture;", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "nil", + "color": "#569CD6", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "end", + "color": "#569CD6", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + } + ], + "light_vs": [ + { + "content": "//", + "color": "#008000", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#008000", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#0000FF", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#0000FF", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.c.definition.double.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "UseQuotes.h", + "color": "#A31515", + "_t": "c.double.include.meta.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "c.definition.double.end.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "#", + "color": "#0000FF", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#0000FF", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor rgb(0, 0, 255)" + }, + { + "content": "<", + "color": "#A31515", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "Use/GTLT.h", + "color": "#A31515", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": ">", + "color": "#A31515", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\tMulti", + "color": "#008000", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\tLine", + "color": "#008000", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\tComments", + "color": "#008000", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "implementation", + "color": "#0000FF", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "implementation.meta.objc", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Test", + "color": "#000000", + "_t": "entity.implementation.meta.name.objc.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "void", + "color": "#0000FF", + "_t": "c.function.function-with-body.implementation.meta.objc.return-type.scope.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "applicationWillFinishLaunching", + "color": "#000000", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NSNotification ", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "argument-type.c.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "notification", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "IBAction", + "color": "#000000", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "onSelectInput", + "color": "#000000", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "id", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sender", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " NSString", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " defaultDir ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "true", + "color": "#0000FF", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.bracketed.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " NSOpenPanel", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " panel ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NSOpenPanel ", + "color": "#000000", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "openPanel", + "color": "#000000", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "panel ", + "color": "#000000", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "setAllowedFileTypes", + "color": "#000000", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NSArray ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "alloc", + "color": "#000000", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "initWithObjects", + "color": "#000000", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@\"", + "color": "#A31515", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "ipa", + "color": "#A31515", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@\"", + "color": "#A31515", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "xcarchive", + "color": "#A31515", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@\"", + "color": "#A31515", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "app", + "color": "#A31515", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "nil", + "color": "#0000FF", + "_t": "block.bracketed.c.constant.function-call.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "panel ", + "color": "#000000", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "beginWithCompletionHandler", + "color": "#000000", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "^", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(NSInteger result)", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "block.bracketed.c.control.function-call.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " (result ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "block.bracketed.c.comparison.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " NSFileHandlingPanelOKButton)", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".inputTextField ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "setStringValue", + "color": "#000000", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "panel.URL ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "path", + "color": "#000000", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "YES", + "color": "#0000FF", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " hex ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0xFEF1F0F", + "color": "#09885A", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "float", + "color": "#0000FF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ing ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3.14", + "color": "#09885A", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t ing ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3.14e0", + "color": "#09885A", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t ing ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "31.4e-2", + "color": "#09885A", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "id", + "color": "#000000", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "initWithParams", + "color": "#000000", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "id", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "anObject", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "aHandler", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "withDeviceStateManager", + "color": "#000000", + "_t": "entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "id", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "anotherObject", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "deviceStateManager", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.c.comment.cpp.function-with-body.implementation.leading.meta.objc.punctuation.scope.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.c.comment.cpp.definition.double-slash.function-with-body.implementation.line.meta.objc.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " add a tap gesture recognizer", + "color": "#008000", + "_t": "block.c.comment.cpp.double-slash.function-with-body.implementation.line.meta.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " UITapGestureRecognizer ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "tapGesture ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "UITapGestureRecognizer ", + "color": "#000000", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "alloc", + "color": "#000000", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "initWithTarget", + "color": "#000000", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "action", + "color": "#000000", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.scope.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.punctuation.scope.separator.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "selector", + "color": "#0000FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope.selector.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#0000FF", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "handleTap:", + "color": "#800000", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.method-name.name-of-parameter.objc.scope.selector.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": ")", + "color": "#0000FF", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " NSMutableArray ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "gestureRecognizers ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NSMutableArray ", + "color": "#000000", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "array", + "color": "#000000", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gestureRecognizers ", + "color": "#000000", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "addObject", + "color": "#000000", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "tapGesture", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gestureRecognizers ", + "color": "#000000", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "addObjectsFromArray", + "color": "#000000", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "scnView.gestureRecognizers", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " scnView", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "block.c.dot-access.function-with-body.implementation.meta.objc.punctuation.scope.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gestureRecognizers", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.member.meta.objc.other.scope.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " gestureRecognizers;", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " tapGesture;", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "nil", + "color": "#0000FF", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "end", + "color": "#0000FF", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + } + ], + "hc_black": [ + { + "content": "//", + "color": "#7CA668", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#7CA668", + "_t": "comment.cpp.double-slash.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#569CD6", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "c.include.meta.preprocessor", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.c.definition.double.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "UseQuotes.h", + "color": "#CE9178", + "_t": "c.double.include.meta.preprocessor.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "c.definition.double.end.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "#", + "color": "#569CD6", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "c.include.meta.preprocessor", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": "<", + "color": "#CE9178", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "Use/GTLT.h", + "color": "#CE9178", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#CE9178", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\tMulti", + "color": "#7CA668", + "_t": "block.c.comment", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\tLine", + "color": "#7CA668", + "_t": "block.c.comment", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\tComments", + "color": "#7CA668", + "_t": "block.c.comment", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "implementation", + "color": "#569CD6", + "_t": "implementation.meta.objc.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "implementation.meta.objc", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Test", + "color": "#FFFFFF", + "_t": "entity.implementation.meta.name.objc.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "c.function.function-with-body.implementation.meta.objc.return-type.scope.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "applicationWillFinishLaunching", + "color": "#FFFFFF", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "NSNotification ", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "argument-type.c.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "notification", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "IBAction", + "color": "#FFFFFF", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "onSelectInput", + "color": "#FFFFFF", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "id", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sender", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " NSString", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " defaultDir ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.bracketed.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " NSOpenPanel", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " panel ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "NSOpenPanel ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "openPanel", + "color": "#FFFFFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "panel ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "setAllowedFileTypes", + "color": "#FFFFFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[[", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "NSArray ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "alloc", + "color": "#FFFFFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "initWithObjects", + "color": "#FFFFFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@\"", + "color": "#CE9178", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "ipa", + "color": "#CE9178", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@\"", + "color": "#CE9178", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "xcarchive", + "color": "#CE9178", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@\"", + "color": "#CE9178", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "app", + "color": "#CE9178", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "nil", + "color": "#569CD6", + "_t": "block.bracketed.c.constant.function-call.function-with-body.implementation.language.meta.objc.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "panel ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "beginWithCompletionHandler", + "color": "#FFFFFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "^", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(NSInteger result)", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.bracketed.c.control.function-call.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (result ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.bracketed.c.comparison.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " NSFileHandlingPanelOKButton)", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".inputTextField ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "setStringValue", + "color": "#FFFFFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "panel.URL ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "path", + "color": "#FFFFFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "YES", + "color": "#569CD6", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " hex ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0xFEF1F0F", + "color": "#B5CEA8", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "float", + "color": "#569CD6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ing ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3.14", + "color": "#B5CEA8", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t ing ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3.14e0", + "color": "#B5CEA8", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t ing ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "31.4e-2", + "color": "#B5CEA8", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "id", + "color": "#FFFFFF", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "initWithParams", + "color": "#FFFFFF", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "id", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "anObject", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "aHandler", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "withDeviceStateManager", + "color": "#FFFFFF", + "_t": "entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "id", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "anotherObject", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "deviceStateManager", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "block.c.comment.cpp.function-with-body.implementation.leading.meta.objc.punctuation.scope.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "block.c.comment.cpp.definition.double-slash.function-with-body.implementation.line.meta.objc.punctuation.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " add a tap gesture recognizer", + "color": "#7CA668", + "_t": "block.c.comment.cpp.double-slash.function-with-body.implementation.line.meta.objc.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " UITapGestureRecognizer ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "tapGesture ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[[", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "UITapGestureRecognizer ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "alloc", + "color": "#FFFFFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "initWithTarget", + "color": "#FFFFFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "action", + "color": "#FFFFFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.scope.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.punctuation.scope.separator.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "selector", + "color": "#569CD6", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope.selector.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "handleTap:", + "color": "#D7BA7D", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.method-name.name-of-parameter.objc.scope.selector.support", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " NSMutableArray ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "gestureRecognizers ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "NSMutableArray ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "array", + "color": "#FFFFFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "gestureRecognizers ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "addObject", + "color": "#FFFFFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "tapGesture", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "gestureRecognizers ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "addObjectsFromArray", + "color": "#FFFFFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "scnView.gestureRecognizers", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " scnView", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "block.c.dot-access.function-with-body.implementation.meta.objc.punctuation.scope.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "gestureRecognizers", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.member.meta.objc.other.scope.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " gestureRecognizers;", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " tapGesture;", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "nil", + "color": "#569CD6", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "end", + "color": "#569CD6", + "_t": "implementation.meta.objc.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + } + ], + "dark_plus": [ + { + "content": "//", + "color": "#608B4E", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#608B4E", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#C586C0", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "import", + "color": "#C586C0", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.c.definition.double.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "UseQuotes.h", + "color": "#CE9178", + "_t": "c.double.include.meta.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "c.definition.double.end.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "#", + "color": "#C586C0", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "import", + "color": "#C586C0", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor rgb(86, 156, 214)" + }, + { + "content": "<", + "color": "#CE9178", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "Use/GTLT.h", + "color": "#CE9178", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": ">", + "color": "#CE9178", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.preprocessor.string rgb(206, 145, 120)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\tMulti", + "color": "#608B4E", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\tLine", + "color": "#608B4E", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\tComments", + "color": "#608B4E", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "implementation", + "color": "#569CD6", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "implementation.meta.objc", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Test", + "color": "#4EC9B0", + "_t": "entity.implementation.meta.name.objc.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#4EC9B0", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": "void", + "color": "#4EC9B0", + "_t": "c.function.function-with-body.implementation.meta.objc.return-type.scope.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": ")", + "color": "#4EC9B0", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#4EC9B0", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": "applicationWillFinishLaunching", + "color": "#DCDCAA", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#DCDCAA", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NSNotification ", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "argument-type.c.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "notification", + "color": "#9CDCFE", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#4EC9B0", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": "IBAction", + "color": "#4EC9B0", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": ")", + "color": "#4EC9B0", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": "onSelectInput", + "color": "#DCDCAA", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#DCDCAA", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "id", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sender", + "color": "#9CDCFE", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " NSString", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " defaultDir ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.bracketed.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " NSOpenPanel", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " panel ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NSOpenPanel ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "openPanel", + "color": "#DCDCAA", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "panel ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "setAllowedFileTypes", + "color": "#DCDCAA", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#DCDCAA", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "[[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NSArray ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "alloc", + "color": "#DCDCAA", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "initWithObjects", + "color": "#DCDCAA", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#DCDCAA", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "@\"", + "color": "#CE9178", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "ipa", + "color": "#CE9178", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@\"", + "color": "#CE9178", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "xcarchive", + "color": "#CE9178", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@\"", + "color": "#CE9178", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "app", + "color": "#CE9178", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "nil", + "color": "#569CD6", + "_t": "block.bracketed.c.constant.function-call.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "panel ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "beginWithCompletionHandler", + "color": "#DCDCAA", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#DCDCAA", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "^", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(NSInteger result)", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "block.bracketed.c.control.function-call.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " (result ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.bracketed.c.comparison.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " NSFileHandlingPanelOKButton)", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".inputTextField ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "setStringValue", + "color": "#DCDCAA", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#DCDCAA", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "panel.URL ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "path", + "color": "#DCDCAA", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "]]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "YES", + "color": "#569CD6", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#569CD6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " hex ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0xFEF1F0F", + "color": "#B5CEA8", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "float", + "color": "#569CD6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ing ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3.14", + "color": "#B5CEA8", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t ing ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3.14e0", + "color": "#B5CEA8", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t ing ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "31.4e-2", + "color": "#B5CEA8", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#4EC9B0", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": "id", + "color": "#4EC9B0", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": ")", + "color": "#4EC9B0", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#4EC9B0", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": "initWithParams", + "color": "#DCDCAA", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#DCDCAA", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "id", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "anObject", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "aHandler", + "color": "#9CDCFE", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "withDeviceStateManager", + "color": "#DCDCAA", + "_t": "entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#DCDCAA", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "id", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "anotherObject", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "deviceStateManager", + "color": "#9CDCFE", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.c.comment.cpp.function-with-body.implementation.leading.meta.objc.punctuation.scope.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.c.comment.cpp.definition.double-slash.function-with-body.implementation.line.meta.objc.punctuation.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " add a tap gesture recognizer", + "color": "#608B4E", + "_t": "block.c.comment.cpp.double-slash.function-with-body.implementation.line.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " UITapGestureRecognizer ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "tapGesture ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "UITapGestureRecognizer ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "alloc", + "color": "#DCDCAA", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "initWithTarget", + "color": "#DCDCAA", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#DCDCAA", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "action", + "color": "#DCDCAA", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.scope.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#DCDCAA", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "selector", + "color": "#569CD6", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "handleTap:", + "color": "#DCDCAA", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.method-name.name-of-parameter.objc.scope.selector.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " NSMutableArray ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "gestureRecognizers ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NSMutableArray ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "array", + "color": "#DCDCAA", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gestureRecognizers ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "addObject", + "color": "#DCDCAA", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#DCDCAA", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "tapGesture", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gestureRecognizers ", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "addObjectsFromArray", + "color": "#DCDCAA", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": ":", + "color": "#DCDCAA", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "scnView.gestureRecognizers", + "color": "#D4D4D4", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " scnView", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "block.c.dot-access.function-with-body.implementation.meta.objc.punctuation.scope.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gestureRecognizers", + "color": "#9CDCFE", + "_t": "block.c.function-with-body.implementation.member.meta.objc.other.scope.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " gestureRecognizers;", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " tapGesture;", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "nil", + "color": "#569CD6", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "end", + "color": "#569CD6", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + } + ], + "light_plus": [ + { + "content": "//", + "color": "#008000", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#008000", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#AF00DB", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "import", + "color": "#AF00DB", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#0000FF", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.c.definition.double.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "UseQuotes.h", + "color": "#A31515", + "_t": "c.double.include.meta.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "c.definition.double.end.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "#", + "color": "#AF00DB", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "import", + "color": "#AF00DB", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#0000FF", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor rgb(0, 0, 255)" + }, + { + "content": "<", + "color": "#A31515", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "Use/GTLT.h", + "color": "#A31515", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": ">", + "color": "#A31515", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.preprocessor.string rgb(163, 21, 21)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\tMulti", + "color": "#008000", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\tLine", + "color": "#008000", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\tComments", + "color": "#008000", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "implementation", + "color": "#0000FF", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "implementation.meta.objc", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Test", + "color": "#267F99", + "_t": "entity.implementation.meta.name.objc.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#267F99", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": "void", + "color": "#267F99", + "_t": "c.function.function-with-body.implementation.meta.objc.return-type.scope.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": ")", + "color": "#267F99", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#267F99", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": "applicationWillFinishLaunching", + "color": "#795E26", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#795E26", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NSNotification ", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "argument-type.c.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "notification", + "color": "#001080", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#267F99", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": "IBAction", + "color": "#267F99", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": ")", + "color": "#267F99", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": "onSelectInput", + "color": "#795E26", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#795E26", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "id", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sender", + "color": "#001080", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " NSString", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " defaultDir ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "true", + "color": "#0000FF", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.bracketed.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " NSOpenPanel", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " panel ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NSOpenPanel ", + "color": "#000000", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "openPanel", + "color": "#795E26", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "panel ", + "color": "#000000", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "setAllowedFileTypes", + "color": "#795E26", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#795E26", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "[[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NSArray ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "alloc", + "color": "#795E26", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "initWithObjects", + "color": "#795E26", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#795E26", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "@\"", + "color": "#A31515", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "ipa", + "color": "#A31515", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@\"", + "color": "#A31515", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "xcarchive", + "color": "#A31515", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@\"", + "color": "#A31515", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "app", + "color": "#A31515", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "nil", + "color": "#0000FF", + "_t": "block.bracketed.c.constant.function-call.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "panel ", + "color": "#000000", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "beginWithCompletionHandler", + "color": "#795E26", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#795E26", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "^", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(NSInteger result)", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "block.bracketed.c.control.function-call.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " (result ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "block.bracketed.c.comparison.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " NSFileHandlingPanelOKButton)", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".inputTextField ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "setStringValue", + "color": "#795E26", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#795E26", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "panel.URL ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "path", + "color": "#795E26", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "]]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "YES", + "color": "#0000FF", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#0000FF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " hex ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0xFEF1F0F", + "color": "#09885A", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "float", + "color": "#0000FF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ing ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3.14", + "color": "#09885A", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t ing ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3.14e0", + "color": "#09885A", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t ing ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "31.4e-2", + "color": "#09885A", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#267F99", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": "id", + "color": "#267F99", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": ")", + "color": "#267F99", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#267F99", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": "initWithParams", + "color": "#795E26", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#795E26", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "id", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "anObject", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "aHandler", + "color": "#001080", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "withDeviceStateManager", + "color": "#795E26", + "_t": "entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#795E26", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "id", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "anotherObject", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "deviceStateManager", + "color": "#001080", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.c.comment.cpp.function-with-body.implementation.leading.meta.objc.punctuation.scope.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.c.comment.cpp.definition.double-slash.function-with-body.implementation.line.meta.objc.punctuation.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " add a tap gesture recognizer", + "color": "#008000", + "_t": "block.c.comment.cpp.double-slash.function-with-body.implementation.line.meta.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " UITapGestureRecognizer ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "tapGesture ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "UITapGestureRecognizer ", + "color": "#000000", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "alloc", + "color": "#795E26", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "initWithTarget", + "color": "#795E26", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#795E26", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "action", + "color": "#795E26", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.scope.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#795E26", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "selector", + "color": "#0000FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope.selector.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#0000FF", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "handleTap:", + "color": "#795E26", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.method-name.name-of-parameter.objc.scope.selector.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": ")", + "color": "#0000FF", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " NSMutableArray ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "gestureRecognizers ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NSMutableArray ", + "color": "#000000", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "array", + "color": "#795E26", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gestureRecognizers ", + "color": "#000000", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "addObject", + "color": "#795E26", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#795E26", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "tapGesture", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gestureRecognizers ", + "color": "#000000", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "addObjectsFromArray", + "color": "#795E26", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": ":", + "color": "#795E26", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "scnView.gestureRecognizers", + "color": "#000000", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " scnView", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "block.c.dot-access.function-with-body.implementation.meta.objc.punctuation.scope.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gestureRecognizers", + "color": "#001080", + "_t": "block.c.function-with-body.implementation.member.meta.objc.other.scope.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " gestureRecognizers;", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " tapGesture;", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "nil", + "color": "#0000FF", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "end", + "color": "#0000FF", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + } + ], + "kimbie_dark": [ + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#A57A4C", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#98676A", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "import", + "color": "#98676A", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.c.definition.double.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "UseQuotes.h", + "color": "#889B4A", + "_t": "c.double.include.meta.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "c.definition.double.end.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#98676A", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "import", + "color": "#98676A", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Use/GTLT.h", + "color": "#889B4A", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "\tMulti", + "color": "#A57A4C", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "\tLine", + "color": "#A57A4C", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "\tComments", + "color": "#A57A4C", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "implementation", + "color": "#98676A", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "implementation.meta.objc", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Test", + "color": "#D3AF86", + "_t": "entity.implementation.meta.name.objc.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "- ", + "color": "#D3AF86", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "void", + "color": "#98676A", + "_t": "c.function.function-with-body.implementation.meta.objc.return-type.scope.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "applicationWillFinishLaunching", + "color": "#8AB1B0", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "NSNotification ", + "color": "#D3AF86", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "argument-type.c.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "notification", + "color": "#D3AF86", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "- ", + "color": "#D3AF86", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "IBAction", + "color": "#D3AF86", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "onSelectInput", + "color": "#8AB1B0", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "id", + "color": "#D3AF86", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "sender", + "color": "#D3AF86", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " NSString", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " defaultDir ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "true", + "color": "#F79A32", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "block.bracketed.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " NSOpenPanel", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " panel ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "NSOpenPanel ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "openPanel", + "color": "#8AB1B0", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "panel ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "setAllowedFileTypes", + "color": "#8AB1B0", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "[[", + "color": "#D3AF86", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "NSArray ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "alloc", + "color": "#8AB1B0", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "initWithObjects", + "color": "#8AB1B0", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "@\"", + "color": "#D3AF86", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "ipa", + "color": "#889B4A", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@\"", + "color": "#D3AF86", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "xcarchive", + "color": "#889B4A", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@\"", + "color": "#D3AF86", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "app", + "color": "#889B4A", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "nil", + "color": "#F79A32", + "_t": "block.bracketed.c.constant.function-call.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "panel ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "beginWithCompletionHandler", + "color": "#8AB1B0", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "^", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "(NSInteger result)", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "block.bracketed.c.control.function-call.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " (result ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "==", + "color": "#D3AF86", + "_t": "block.bracketed.c.comparison.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " NSFileHandlingPanelOKButton)", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "self", + "color": "#DC3958", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".inputTextField ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "setStringValue", + "color": "#8AB1B0", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "panel.URL ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "path", + "color": "#8AB1B0", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "]]", + "color": "#D3AF86", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "YES", + "color": "#F79A32", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "int", + "color": "#98676A", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " hex ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0xFEF1F0F", + "color": "#F79A32", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "float", + "color": "#98676A", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ing ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "3.14", + "color": "#F79A32", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t ing ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "3.14e0", + "color": "#F79A32", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t ing ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "31.4e-2", + "color": "#F79A32", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "id", + "color": "#D3AF86", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "initWithParams", + "color": "#8AB1B0", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "id", + "color": "#D3AF86", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "anObject", + "color": "#D3AF86", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "aHandler", + "color": "#D3AF86", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "withDeviceStateManager", + "color": "#8AB1B0", + "_t": "entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "id", + "color": "#D3AF86", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "anotherObject", + "color": "#D3AF86", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "deviceStateManager", + "color": "#D3AF86", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "block.c.comment.cpp.function-with-body.implementation.leading.meta.objc.punctuation.scope.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "block.c.comment.cpp.definition.double-slash.function-with-body.implementation.line.meta.objc.punctuation.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " add a tap gesture recognizer", + "color": "#A57A4C", + "_t": "block.c.comment.cpp.double-slash.function-with-body.implementation.line.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " UITapGestureRecognizer ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "tapGesture ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[[", + "color": "#D3AF86", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "UITapGestureRecognizer ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "alloc", + "color": "#8AB1B0", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "initWithTarget", + "color": "#8AB1B0", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "self", + "color": "#DC3958", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "action", + "color": "#8AB1B0", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.scope.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "selector", + "color": "#98676A", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#98676A", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "handleTap:", + "color": "#8AB1B0", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.method-name.name-of-parameter.objc.scope.selector.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": ")", + "color": "#98676A", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " NSMutableArray ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "gestureRecognizers ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "NSMutableArray ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "array", + "color": "#8AB1B0", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "gestureRecognizers ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "addObject", + "color": "#8AB1B0", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "tapGesture", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "gestureRecognizers ", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "addObjectsFromArray", + "color": "#8AB1B0", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": "scnView.gestureRecognizers", + "color": "#D3AF86", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " scnView", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "block.c.dot-access.function-with-body.implementation.meta.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "gestureRecognizers", + "color": "#DC3958", + "_t": "block.c.function-with-body.implementation.member.meta.objc.other.scope.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " gestureRecognizers;", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " tapGesture;", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "nil", + "color": "#F79A32", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "end", + "color": "#98676A", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + } + ], + "monokai": [ + { + "content": "//", + "color": "#75715E", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#75715E", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#F92672", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "import", + "color": "#F92672", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.c.definition.double.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "UseQuotes.h", + "color": "#E6DB74", + "_t": "c.double.include.meta.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "c.definition.double.end.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "#", + "color": "#F92672", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "import", + "color": "#F92672", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#E6DB74", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Use/GTLT.h", + "color": "#E6DB74", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#E6DB74", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\tMulti", + "color": "#75715E", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\tLine", + "color": "#75715E", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\tComments", + "color": "#75715E", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "@", + "color": "#66D9EF", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "implementation", + "color": "#66D9EF", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "implementation.meta.objc", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Test", + "color": "#F8F8F2", + "_t": "entity.implementation.meta.name.objc.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "- ", + "color": "#F8F8F2", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "void", + "color": "#66D9EF", + "_t": "c.function.function-with-body.implementation.meta.objc.return-type.scope.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "applicationWillFinishLaunching", + "color": "#A6E22E", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#A6E22E", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "NSNotification ", + "color": "#F8F8F2", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "argument-type.c.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "notification", + "color": "#FD971F", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "- ", + "color": "#F8F8F2", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "IBAction", + "color": "#F8F8F2", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "onSelectInput", + "color": "#A6E22E", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#A6E22E", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "id", + "color": "#F8F8F2", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sender", + "color": "#FD971F", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " NSString", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " defaultDir ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "true", + "color": "#AE81FF", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "block.bracketed.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " NSOpenPanel", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " panel ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "NSOpenPanel ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "openPanel", + "color": "#66D9EF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "panel ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "setAllowedFileTypes", + "color": "#66D9EF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#66D9EF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "[[", + "color": "#F8F8F2", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "NSArray ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "alloc", + "color": "#66D9EF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "initWithObjects", + "color": "#66D9EF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#66D9EF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "@\"", + "color": "#E6DB74", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "ipa", + "color": "#E6DB74", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@\"", + "color": "#E6DB74", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "xcarchive", + "color": "#E6DB74", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@\"", + "color": "#E6DB74", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "app", + "color": "#E6DB74", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "nil", + "color": "#AE81FF", + "_t": "block.bracketed.c.constant.function-call.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "panel ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "beginWithCompletionHandler", + "color": "#66D9EF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#66D9EF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "^", + "color": "#F92672", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(NSInteger result)", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "block.bracketed.c.control.function-call.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (result ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "==", + "color": "#F92672", + "_t": "block.bracketed.c.comparison.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " NSFileHandlingPanelOKButton)", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "self", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".inputTextField ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "setStringValue", + "color": "#66D9EF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#66D9EF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "panel.URL ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "path", + "color": "#66D9EF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "]]", + "color": "#F8F8F2", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "YES", + "color": "#AE81FF", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "int", + "color": "#66D9EF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " hex ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0xFEF1F0F", + "color": "#AE81FF", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "float", + "color": "#66D9EF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ing ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3.14", + "color": "#AE81FF", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t ing ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3.14e0", + "color": "#AE81FF", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t ing ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "31.4e-2", + "color": "#AE81FF", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "id", + "color": "#F8F8F2", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "initWithParams", + "color": "#A6E22E", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#A6E22E", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "id", + "color": "#F8F8F2", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "anObject", + "color": "#F8F8F2", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">", + "color": "#F92672", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "aHandler", + "color": "#FD971F", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "withDeviceStateManager", + "color": "#A6E22E", + "_t": "entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#A6E22E", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "id", + "color": "#F8F8F2", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "anotherObject", + "color": "#F8F8F2", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">", + "color": "#F92672", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "deviceStateManager", + "color": "#FD971F", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "block.c.comment.cpp.function-with-body.implementation.leading.meta.objc.punctuation.scope.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "block.c.comment.cpp.definition.double-slash.function-with-body.implementation.line.meta.objc.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " add a tap gesture recognizer", + "color": "#75715E", + "_t": "block.c.comment.cpp.double-slash.function-with-body.implementation.line.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " UITapGestureRecognizer ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "tapGesture ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[[", + "color": "#F8F8F2", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "UITapGestureRecognizer ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "alloc", + "color": "#66D9EF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "initWithTarget", + "color": "#66D9EF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#66D9EF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "self", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "action", + "color": "#66D9EF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#66D9EF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "@", + "color": "#66D9EF", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "selector", + "color": "#66D9EF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#66D9EF", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "handleTap:", + "color": "#66D9EF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.method-name.name-of-parameter.objc.scope.selector.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": ")", + "color": "#66D9EF", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " NSMutableArray ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "gestureRecognizers ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "NSMutableArray ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "array", + "color": "#66D9EF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "gestureRecognizers ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "addObject", + "color": "#66D9EF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#66D9EF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "tapGesture", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "gestureRecognizers ", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "addObjectsFromArray", + "color": "#66D9EF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#66D9EF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "scnView.gestureRecognizers", + "color": "#F8F8F2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " scnView", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "block.c.dot-access.function-with-body.implementation.meta.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "gestureRecognizers", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.member.meta.objc.other.scope.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " gestureRecognizers;", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " tapGesture;", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "nil", + "color": "#AE81FF", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#66D9EF", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "end", + "color": "#66D9EF", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + } + ], + "monokai_dimmed": [ + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#9A9B99", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9872A2", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "import", + "color": "#9872A2", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.c.definition.double.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "UseQuotes.h", + "color": "#9AA83A", + "_t": "c.double.include.meta.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "c.definition.double.end.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "#", + "color": "#9872A2", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "import", + "color": "#9872A2", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#9AA83A", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Use/GTLT.h", + "color": "#9AA83A", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#9AA83A", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\tMulti", + "color": "#9A9B99", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\tLine", + "color": "#9A9B99", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\tComments", + "color": "#9A9B99", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "implementation", + "color": "#9872A2", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "implementation.meta.objc", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Test", + "color": "#C5C8C6", + "_t": "entity.implementation.meta.name.objc.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "- ", + "color": "#C5C8C6", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "void", + "color": "#9872A2", + "_t": "c.function.function-with-body.implementation.meta.objc.return-type.scope.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "applicationWillFinishLaunching", + "color": "#CE6700", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": ":", + "color": "#CE6700", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "NSNotification ", + "color": "#C5C8C6", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "argument-type.c.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "notification", + "color": "#6089B4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "- ", + "color": "#C5C8C6", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "IBAction", + "color": "#C5C8C6", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "onSelectInput", + "color": "#CE6700", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": ":", + "color": "#CE6700", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "id", + "color": "#C5C8C6", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "sender", + "color": "#6089B4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " NSString", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " defaultDir ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "true", + "color": "#FF0080", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "block.bracketed.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " NSOpenPanel", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " panel ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "NSOpenPanel ", + "color": "#C5C8C6", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "openPanel", + "color": "#0080FF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "panel ", + "color": "#C5C8C6", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "setAllowedFileTypes", + "color": "#0080FF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ":", + "color": "#0080FF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "[[", + "color": "#0080FF", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "NSArray ", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "alloc", + "color": "#0080FF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "]", + "color": "#0080FF", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " ", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "initWithObjects", + "color": "#0080FF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ":", + "color": "#0080FF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "@\"", + "color": "#0080FF", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "ipa", + "color": "#0080FF", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "\"", + "color": "#0080FF", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ", ", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "@\"", + "color": "#0080FF", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "xcarchive", + "color": "#0080FF", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "\"", + "color": "#0080FF", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ", ", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "@\"", + "color": "#0080FF", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "app", + "color": "#0080FF", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "\"", + "color": "#0080FF", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ", ", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "nil", + "color": "#0080FF", + "_t": "block.bracketed.c.constant.function-call.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "]", + "color": "#0080FF", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "panel ", + "color": "#C5C8C6", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "beginWithCompletionHandler", + "color": "#0080FF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ":", + "color": "#0080FF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "^", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(NSInteger result)", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " ", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "{", + "color": "#0080FF", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " ", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "block.bracketed.c.control.function-call.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " (result ", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "==", + "color": "#0080FF", + "_t": "block.bracketed.c.comparison.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " NSFileHandlingPanelOKButton)", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " ", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "[", + "color": "#0080FF", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "self", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ".inputTextField ", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "setStringValue", + "color": "#0080FF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ":", + "color": "#0080FF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "[", + "color": "#0080FF", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "panel.URL ", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "path", + "color": "#0080FF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "]]", + "color": "#0080FF", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ";", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " ", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "}", + "color": "#0080FF", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "YES", + "color": "#FF0080", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "int", + "color": "#9872A2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " hex ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0xFEF1F0F", + "color": "#6089B4", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "float", + "color": "#9872A2", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ing ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3.14", + "color": "#6089B4", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t ing ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3.14e0", + "color": "#6089B4", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t ing ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "31.4e-2", + "color": "#6089B4", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "id", + "color": "#C5C8C6", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "initWithParams", + "color": "#CE6700", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": ":", + "color": "#CE6700", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "id", + "color": "#C5C8C6", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "anObject", + "color": "#C5C8C6", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ">", + "color": "#676867", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "aHandler", + "color": "#6089B4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "withDeviceStateManager", + "color": "#CE6700", + "_t": "entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": ":", + "color": "#CE6700", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "id", + "color": "#C5C8C6", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "anotherObject", + "color": "#C5C8C6", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ">", + "color": "#676867", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "deviceStateManager", + "color": "#6089B4", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "block.c.comment.cpp.function-with-body.implementation.leading.meta.objc.punctuation.scope.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "block.c.comment.cpp.definition.double-slash.function-with-body.implementation.line.meta.objc.punctuation.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " add a tap gesture recognizer", + "color": "#9A9B99", + "_t": "block.c.comment.cpp.double-slash.function-with-body.implementation.line.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " UITapGestureRecognizer ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "tapGesture ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[[", + "color": "#C5C8C6", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "UITapGestureRecognizer ", + "color": "#C5C8C6", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "alloc", + "color": "#0080FF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "initWithTarget", + "color": "#0080FF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ":", + "color": "#0080FF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "self", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " ", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "action", + "color": "#0080FF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ":", + "color": "#0080FF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "@", + "color": "#0080FF", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "selector", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "handleTap:", + "color": "#0080FF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.method-name.name-of-parameter.objc.scope.selector.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#0080FF", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " NSMutableArray ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "gestureRecognizers ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "NSMutableArray ", + "color": "#C5C8C6", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "array", + "color": "#0080FF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "gestureRecognizers ", + "color": "#C5C8C6", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "addObject", + "color": "#0080FF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ":", + "color": "#0080FF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "tapGesture", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "gestureRecognizers ", + "color": "#C5C8C6", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "addObjectsFromArray", + "color": "#0080FF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ":", + "color": "#0080FF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "scnView.gestureRecognizers", + "color": "#0080FF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " scnView", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "block.c.dot-access.function-with-body.implementation.meta.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "gestureRecognizers", + "color": "#6089B4", + "_t": "block.c.function-with-body.implementation.member.meta.objc.other.scope.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " gestureRecognizers;", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " tapGesture;", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "nil", + "color": "#FF0080", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "end", + "color": "#9872A2", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + } + ], + "quietlight": [ + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#AAAAAA", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#777777", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "import", + "color": "#4B83CD", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.c.definition.double.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "UseQuotes.h", + "color": "#448C27", + "_t": "c.double.include.meta.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "c.definition.double.end.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#777777", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "import", + "color": "#4B83CD", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Use/GTLT.h", + "color": "#448C27", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ">", + "color": "#777777", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "\tMulti", + "color": "#AAAAAA", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "\tLine", + "color": "#AAAAAA", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "\tComments", + "color": "#AAAAAA", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "@", + "color": "#7A3E9D", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": "implementation", + "color": "#7A3E9D", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "implementation.meta.objc", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Test", + "color": "#7A3E9D", + "_t": "entity.implementation.meta.name.objc.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": "- ", + "color": "#333333", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "void", + "color": "#7A3E9D", + "_t": "c.function.function-with-body.implementation.meta.objc.return-type.scope.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "applicationWillFinishLaunching", + "color": "#AA3731", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#AA3731", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "NSNotification ", + "color": "#333333", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "argument-type.c.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "notification", + "color": "#7A3E9D", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "- ", + "color": "#333333", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "IBAction", + "color": "#333333", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "onSelectInput", + "color": "#AA3731", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#AA3731", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "id", + "color": "#333333", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "sender", + "color": "#7A3E9D", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " NSString", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " defaultDir ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "true", + "color": "#AB6526", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "block.bracketed.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "]", + "color": "#777777", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " NSOpenPanel", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " panel ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "NSOpenPanel ", + "color": "#333333", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "openPanel", + "color": "#AA3731", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "]", + "color": "#777777", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "panel ", + "color": "#333333", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "setAllowedFileTypes", + "color": "#AA3731", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#434343", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "[[", + "color": "#777777", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "NSArray ", + "color": "#333333", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "alloc", + "color": "#AA3731", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "]", + "color": "#777777", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "initWithObjects", + "color": "#AA3731", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#434343", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "@\"", + "color": "#777777", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "ipa", + "color": "#448C27", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@\"", + "color": "#777777", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "xcarchive", + "color": "#448C27", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@\"", + "color": "#777777", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "app", + "color": "#448C27", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "nil", + "color": "#AB6526", + "_t": "block.bracketed.c.constant.function-call.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": "]", + "color": "#777777", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "]", + "color": "#777777", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "panel ", + "color": "#333333", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "beginWithCompletionHandler", + "color": "#AA3731", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#434343", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "^", + "color": "#777777", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "(NSInteger result)", + "color": "#333333", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "block.bracketed.c.control.function-call.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (result ", + "color": "#333333", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "==", + "color": "#777777", + "_t": "block.bracketed.c.comparison.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " NSFileHandlingPanelOKButton)", + "color": "#333333", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "self", + "color": "#AB6526", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".inputTextField ", + "color": "#333333", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "setStringValue", + "color": "#AA3731", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#434343", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "panel.URL ", + "color": "#333333", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "path", + "color": "#AA3731", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "]]", + "color": "#777777", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "]", + "color": "#777777", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "YES", + "color": "#AB6526", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "int", + "color": "#7A3E9D", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " hex ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0xFEF1F0F", + "color": "#AB6526", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\t ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "float", + "color": "#7A3E9D", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ing ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "3.14", + "color": "#AB6526", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\t ing ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "3.14e0", + "color": "#AB6526", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\t ing ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "31.4e-2", + "color": "#AB6526", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "-", + "color": "#333333", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "id", + "color": "#333333", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "initWithParams", + "color": "#AA3731", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#AA3731", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "id", + "color": "#333333", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "anObject", + "color": "#333333", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ">", + "color": "#777777", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "aHandler", + "color": "#7A3E9D", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "withDeviceStateManager", + "color": "#AA3731", + "_t": "entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#AA3731", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "id", + "color": "#333333", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "anotherObject", + "color": "#333333", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ">", + "color": "#777777", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "deviceStateManager", + "color": "#7A3E9D", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#777777", + "_t": "block.c.comment.cpp.function-with-body.implementation.leading.meta.objc.punctuation.scope.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "block.c.comment.cpp.definition.double-slash.function-with-body.implementation.line.meta.objc.punctuation.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " add a tap gesture recognizer", + "color": "#AAAAAA", + "_t": "block.c.comment.cpp.double-slash.function-with-body.implementation.line.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " UITapGestureRecognizer ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "tapGesture ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[[", + "color": "#777777", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "UITapGestureRecognizer ", + "color": "#333333", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "alloc", + "color": "#AA3731", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "]", + "color": "#777777", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "initWithTarget", + "color": "#AA3731", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#434343", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "self", + "color": "#AB6526", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "action", + "color": "#AA3731", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.scope.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#434343", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "@", + "color": "#7A3E9D", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "selector", + "color": "#7A3E9D", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope.selector.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#7A3E9D", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "handleTap:", + "color": "#7A3E9D", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.method-name.name-of-parameter.objc.scope.selector.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#7A3E9D", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "]", + "color": "#777777", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " NSMutableArray ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "gestureRecognizers ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "NSMutableArray ", + "color": "#333333", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "array", + "color": "#AA3731", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "]", + "color": "#777777", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "gestureRecognizers ", + "color": "#333333", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "addObject", + "color": "#AA3731", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#434343", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "tapGesture", + "color": "#333333", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "]", + "color": "#777777", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "gestureRecognizers ", + "color": "#333333", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "addObjectsFromArray", + "color": "#AA3731", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": ":", + "color": "#434343", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "scnView.gestureRecognizers", + "color": "#333333", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "]", + "color": "#777777", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " scnView", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#434343", + "_t": "block.c.dot-access.function-with-body.implementation.meta.objc.punctuation.scope.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "gestureRecognizers", + "color": "#7A3E9D", + "_t": "block.c.function-with-body.implementation.member.meta.objc.other.scope.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " gestureRecognizers;", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " tapGesture;", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "nil", + "color": "#AB6526", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#333333", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "@", + "color": "#7A3E9D", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": "end", + "color": "#7A3E9D", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + } + ], + "red": [ + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#E7C0C0", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#F12727", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "import", + "color": "#F12727", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.c.definition.double.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "UseQuotes.h", + "color": "#CD8D8D", + "_t": "c.double.include.meta.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "c.definition.double.end.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "#", + "color": "#F12727", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "import", + "color": "#F12727", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#CD8D8D", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Use/GTLT.h", + "color": "#CD8D8D", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ">", + "color": "#CD8D8D", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\tMulti", + "color": "#E7C0C0", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\tLine", + "color": "#E7C0C0", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\tComments", + "color": "#E7C0C0", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "@", + "color": "#FF6262", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "implementation", + "color": "#FF6262", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "implementation.meta.objc", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Test", + "color": "#FEC758", + "_t": "entity.implementation.meta.name.objc.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "- ", + "color": "#F8F8F8", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "void", + "color": "#FF6262", + "_t": "c.function.function-with-body.implementation.meta.objc.return-type.scope.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "applicationWillFinishLaunching", + "color": "#FEC758", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#FEC758", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "NSNotification ", + "color": "#F8F8F8", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "argument-type.c.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "notification", + "color": "#FB9A4B", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "- ", + "color": "#F8F8F8", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "IBAction", + "color": "#F8F8F8", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "onSelectInput", + "color": "#FEC758", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#FEC758", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "id", + "color": "#F8F8F8", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "sender", + "color": "#FB9A4B", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " NSString", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " defaultDir ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "true", + "color": "#994646", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "block.bracketed.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " NSOpenPanel", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " panel ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "NSOpenPanel ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "openPanel", + "color": "#FFB454", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "panel ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "setAllowedFileTypes", + "color": "#FFB454", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": ":", + "color": "#FFB454", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "[[", + "color": "#F8F8F8", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "NSArray ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "alloc", + "color": "#FFB454", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "initWithObjects", + "color": "#FFB454", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": ":", + "color": "#FFB454", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "@\"", + "color": "#CD8D8D", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "ipa", + "color": "#CD8D8D", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@\"", + "color": "#CD8D8D", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "xcarchive", + "color": "#CD8D8D", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@\"", + "color": "#CD8D8D", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "app", + "color": "#CD8D8D", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "nil", + "color": "#994646", + "_t": "block.bracketed.c.constant.function-call.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "panel ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "beginWithCompletionHandler", + "color": "#FFB454", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": ":", + "color": "#FFB454", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "^", + "color": "#F12727", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(NSInteger result)", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "block.bracketed.c.control.function-call.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (result ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "==", + "color": "#F12727", + "_t": "block.bracketed.c.comparison.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " NSFileHandlingPanelOKButton)", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "self", + "color": "#FB9A4B", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".inputTextField ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "setStringValue", + "color": "#FFB454", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": ":", + "color": "#FFB454", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "panel.URL ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "path", + "color": "#FFB454", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "]]", + "color": "#F8F8F8", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "YES", + "color": "#994646", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "int", + "color": "#FF6262", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " hex ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0xFEF1F0F", + "color": "#994646", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "float", + "color": "#FF6262", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ing ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3.14", + "color": "#994646", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t ing ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3.14e0", + "color": "#994646", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t ing ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "31.4e-2", + "color": "#994646", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "id", + "color": "#F8F8F8", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "initWithParams", + "color": "#FEC758", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#FEC758", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "id", + "color": "#F8F8F8", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "anObject", + "color": "#F8F8F8", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ">", + "color": "#F12727", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "aHandler", + "color": "#FB9A4B", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "withDeviceStateManager", + "color": "#FEC758", + "_t": "entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#FEC758", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "id", + "color": "#F8F8F8", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "anotherObject", + "color": "#F8F8F8", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ">", + "color": "#F12727", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "deviceStateManager", + "color": "#FB9A4B", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "block.c.comment.cpp.function-with-body.implementation.leading.meta.objc.punctuation.scope.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "block.c.comment.cpp.definition.double-slash.function-with-body.implementation.line.meta.objc.punctuation.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " add a tap gesture recognizer", + "color": "#E7C0C0", + "_t": "block.c.comment.cpp.double-slash.function-with-body.implementation.line.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " UITapGestureRecognizer ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "tapGesture ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[[", + "color": "#F8F8F8", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "UITapGestureRecognizer ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "alloc", + "color": "#FFB454", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "initWithTarget", + "color": "#FFB454", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": ":", + "color": "#FFB454", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "self", + "color": "#FB9A4B", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "action", + "color": "#FFB454", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.scope.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": ":", + "color": "#FFB454", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "@", + "color": "#FF6262", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "selector", + "color": "#FF6262", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "(", + "color": "#FF6262", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "handleTap:", + "color": "#FFB454", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.method-name.name-of-parameter.objc.scope.selector.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": ")", + "color": "#FF6262", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " NSMutableArray ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "gestureRecognizers ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "NSMutableArray ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "array", + "color": "#FFB454", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "gestureRecognizers ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "addObject", + "color": "#FFB454", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": ":", + "color": "#FFB454", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "tapGesture", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "gestureRecognizers ", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "addObjectsFromArray", + "color": "#FFB454", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": ":", + "color": "#FFB454", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "scnView.gestureRecognizers", + "color": "#F8F8F8", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " scnView", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "block.c.dot-access.function-with-body.implementation.meta.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "gestureRecognizers", + "color": "#FB9A4B", + "_t": "block.c.function-with-body.implementation.member.meta.objc.other.scope.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " gestureRecognizers;", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " tapGesture;", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "nil", + "color": "#994646", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#FF6262", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "end", + "color": "#FF6262", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + } + ], + "solarized_dark": [ + { + "content": "//", + "color": "#657B83", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#657B83", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#B58900", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "import", + "color": "#B58900", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "\"", + "color": "#B58900", + "_t": "begin.c.definition.double.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "UseQuotes.h", + "color": "#B58900", + "_t": "c.double.include.meta.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "\"", + "color": "#B58900", + "_t": "c.definition.double.end.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "#", + "color": "#B58900", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "import", + "color": "#B58900", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "<", + "color": "#B58900", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "Use/GTLT.h", + "color": "#B58900", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": ">", + "color": "#B58900", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\tMulti", + "color": "#657B83", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\tLine", + "color": "#657B83", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\tComments", + "color": "#657B83", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "@", + "color": "#93A1A1", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "implementation", + "color": "#93A1A1", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "implementation.meta.objc", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Test", + "color": "#93A1A1", + "_t": "entity.implementation.meta.name.objc.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "- ", + "color": "#93A1A1", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "void", + "color": "#93A1A1", + "_t": "c.function.function-with-body.implementation.meta.objc.return-type.scope.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "applicationWillFinishLaunching", + "color": "#268BD2", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "NSNotification ", + "color": "#93A1A1", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "argument-type.c.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "notification", + "color": "#93A1A1", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "- ", + "color": "#93A1A1", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "IBAction", + "color": "#93A1A1", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "onSelectInput", + "color": "#268BD2", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "id", + "color": "#93A1A1", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "sender", + "color": "#93A1A1", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " NSString", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " defaultDir ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "true", + "color": "#B58900", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.bracketed.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " NSOpenPanel", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " panel ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "NSOpenPanel ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "openPanel", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "panel ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "setAllowedFileTypes", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "[[", + "color": "#93A1A1", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "NSArray ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "alloc", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "initWithObjects", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "@\"", + "color": "#2AA198", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "ipa", + "color": "#2AA198", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@\"", + "color": "#2AA198", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "xcarchive", + "color": "#2AA198", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@\"", + "color": "#2AA198", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "app", + "color": "#2AA198", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "nil", + "color": "#B58900", + "_t": "block.bracketed.c.constant.function-call.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "panel ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "beginWithCompletionHandler", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "^", + "color": "#859900", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(NSInteger result)", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.bracketed.c.control.function-call.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (result ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "==", + "color": "#859900", + "_t": "block.bracketed.c.comparison.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " NSFileHandlingPanelOKButton)", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".inputTextField ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "setStringValue", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "panel.URL ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "path", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "]]", + "color": "#93A1A1", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "YES", + "color": "#B58900", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "int", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " hex ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0xFEF1F0F", + "color": "#D33682", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "float", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ing ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3.14", + "color": "#D33682", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t ing ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3.14e0", + "color": "#D33682", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t ing ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "31.4e-2", + "color": "#D33682", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "id", + "color": "#93A1A1", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "initWithParams", + "color": "#268BD2", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "id", + "color": "#93A1A1", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "anObject", + "color": "#93A1A1", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#859900", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "aHandler", + "color": "#93A1A1", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "withDeviceStateManager", + "color": "#268BD2", + "_t": "entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "id", + "color": "#93A1A1", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "anotherObject", + "color": "#93A1A1", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#859900", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "deviceStateManager", + "color": "#93A1A1", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "block.c.comment.cpp.function-with-body.implementation.leading.meta.objc.punctuation.scope.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "block.c.comment.cpp.definition.double-slash.function-with-body.implementation.line.meta.objc.punctuation.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " add a tap gesture recognizer", + "color": "#657B83", + "_t": "block.c.comment.cpp.double-slash.function-with-body.implementation.line.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " UITapGestureRecognizer ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "tapGesture ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[[", + "color": "#93A1A1", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "UITapGestureRecognizer ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "alloc", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "initWithTarget", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "action", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.scope.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "@", + "color": "#93A1A1", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "selector", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "handleTap:", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.method-name.name-of-parameter.objc.scope.selector.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " NSMutableArray ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "gestureRecognizers ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "NSMutableArray ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "array", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "gestureRecognizers ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "addObject", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "tapGesture", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "gestureRecognizers ", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "addObjectsFromArray", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "scnView.gestureRecognizers", + "color": "#93A1A1", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " scnView", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "block.c.dot-access.function-with-body.implementation.meta.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "gestureRecognizers", + "color": "#268BD2", + "_t": "block.c.function-with-body.implementation.member.meta.objc.other.scope.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " gestureRecognizers;", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " tapGesture;", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "nil", + "color": "#B58900", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#93A1A1", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "end", + "color": "#93A1A1", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#93A1A1", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#B58900", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "import", + "color": "#B58900", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "\"", + "color": "#B58900", + "_t": "begin.c.definition.double.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "UseQuotes.h", + "color": "#B58900", + "_t": "c.double.include.meta.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "\"", + "color": "#B58900", + "_t": "c.definition.double.end.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "#", + "color": "#B58900", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "import", + "color": "#B58900", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "c.include.meta.preprocessor", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "<", + "color": "#B58900", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "Use/GTLT.h", + "color": "#B58900", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": ">", + "color": "#B58900", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.meta.preprocessor rgb(181, 137, 0)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\tMulti", + "color": "#93A1A1", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\tLine", + "color": "#93A1A1", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\tComments", + "color": "#93A1A1", + "_t": "block.c.comment", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#073642", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "implementation", + "color": "#073642", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "implementation.meta.objc", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Test", + "color": "#586E75", + "_t": "entity.implementation.meta.name.objc.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "- ", + "color": "#586E75", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "void", + "color": "#073642", + "_t": "c.function.function-with-body.implementation.meta.objc.return-type.scope.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "applicationWillFinishLaunching", + "color": "#268BD2", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "NSNotification ", + "color": "#586E75", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "argument-type.c.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "notification", + "color": "#586E75", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "- ", + "color": "#586E75", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "IBAction", + "color": "#586E75", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "onSelectInput", + "color": "#268BD2", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "id", + "color": "#586E75", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "sender", + "color": "#586E75", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " NSString", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " defaultDir ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "true", + "color": "#B58900", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.bracketed.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " NSOpenPanel", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " panel ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "NSOpenPanel ", + "color": "#586E75", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "openPanel", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "panel ", + "color": "#586E75", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "setAllowedFileTypes", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "[[", + "color": "#586E75", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "NSArray ", + "color": "#586E75", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "alloc", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "initWithObjects", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "@\"", + "color": "#2AA198", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "ipa", + "color": "#2AA198", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@\"", + "color": "#2AA198", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "xcarchive", + "color": "#2AA198", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@\"", + "color": "#2AA198", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "app", + "color": "#2AA198", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "nil", + "color": "#B58900", + "_t": "block.bracketed.c.constant.function-call.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "panel ", + "color": "#586E75", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "beginWithCompletionHandler", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "^", + "color": "#859900", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(NSInteger result)", + "color": "#586E75", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.bracketed.c.control.function-call.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (result ", + "color": "#586E75", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "==", + "color": "#859900", + "_t": "block.bracketed.c.comparison.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " NSFileHandlingPanelOKButton)", + "color": "#586E75", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".inputTextField ", + "color": "#586E75", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "setStringValue", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "panel.URL ", + "color": "#586E75", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "path", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "]]", + "color": "#586E75", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "YES", + "color": "#B58900", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "int", + "color": "#073642", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " hex ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0xFEF1F0F", + "color": "#D33682", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "float", + "color": "#073642", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ing ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3.14", + "color": "#D33682", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t ing ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3.14e0", + "color": "#D33682", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t ing ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "31.4e-2", + "color": "#D33682", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "id", + "color": "#586E75", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "initWithParams", + "color": "#268BD2", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "id", + "color": "#586E75", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "anObject", + "color": "#586E75", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ">", + "color": "#859900", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "aHandler", + "color": "#586E75", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "withDeviceStateManager", + "color": "#268BD2", + "_t": "entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "id", + "color": "#586E75", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "anotherObject", + "color": "#586E75", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ">", + "color": "#859900", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "deviceStateManager", + "color": "#586E75", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.c.comment.cpp.function-with-body.implementation.leading.meta.objc.punctuation.scope.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "block.c.comment.cpp.definition.double-slash.function-with-body.implementation.line.meta.objc.punctuation.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " add a tap gesture recognizer", + "color": "#93A1A1", + "_t": "block.c.comment.cpp.double-slash.function-with-body.implementation.line.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " UITapGestureRecognizer ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "tapGesture ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[[", + "color": "#586E75", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "UITapGestureRecognizer ", + "color": "#586E75", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "alloc", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "initWithTarget", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "action", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.scope.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "@", + "color": "#073642", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "selector", + "color": "#073642", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope.selector.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "(", + "color": "#073642", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "handleTap:", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.method-name.name-of-parameter.objc.scope.selector.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#073642", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " NSMutableArray ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "gestureRecognizers ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "NSMutableArray ", + "color": "#586E75", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "array", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "gestureRecognizers ", + "color": "#586E75", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "addObject", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "tapGesture", + "color": "#586E75", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "gestureRecognizers ", + "color": "#586E75", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "addObjectsFromArray", + "color": "#268BD2", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "scnView.gestureRecognizers", + "color": "#586E75", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " scnView", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "block.c.dot-access.function-with-body.implementation.meta.objc.punctuation.scope.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "gestureRecognizers", + "color": "#268BD2", + "_t": "block.c.function-with-body.implementation.member.meta.objc.other.scope.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " gestureRecognizers;", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " tapGesture;", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "nil", + "color": "#B58900", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#073642", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "end", + "color": "#073642", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + } + ], + "tomorrow_night_blue": [ + { + "content": "//", + "color": "#7285B7", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#7285B7", + "_t": "comment.cpp.double-slash.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.cpp.definition.double-slash.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#EBBBFF", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "import", + "color": "#EBBBFF", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.c.definition.double.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "UseQuotes.h", + "color": "#D1F1A9", + "_t": "c.double.include.meta.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "c.definition.double.end.include.meta.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "#", + "color": "#EBBBFF", + "_t": "c.control.definition.directive.import.include.keyword.meta.preprocessor.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "import", + "color": "#EBBBFF", + "_t": "c.control.directive.import.include.keyword.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "c.include.meta.preprocessor", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D1F1A9", + "_t": "begin.c.definition.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Use/GTLT.h", + "color": "#D1F1A9", + "_t": "c.include.lt-gt.meta.other.preprocessor.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ">", + "color": "#D1F1A9", + "_t": "c.definition.end.include.lt-gt.meta.other.preprocessor.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "begin.block.c.comment.definition.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\tMulti", + "color": "#7285B7", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\tLine", + "color": "#7285B7", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\tComments", + "color": "#7285B7", + "_t": "block.c.comment", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.c.comment.definition.end.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "implementation", + "color": "#EBBBFF", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "implementation.meta.objc", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Test", + "color": "#FFFFFF", + "_t": "entity.implementation.meta.name.objc.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#EBBBFF", + "_t": "c.function.function-with-body.implementation.meta.objc.return-type.scope.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "applicationWillFinishLaunching", + "color": "#BBDAFF", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#BBDAFF", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "NSNotification ", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "argument-type.c.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "notification", + "color": "#FFC58F", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "IBAction", + "color": "#FFFFFF", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "onSelectInput", + "color": "#BBDAFF", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#BBDAFF", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "id", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "sender", + "color": "#FFC58F", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " NSString", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " defaultDir ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "true", + "color": "#FFC58F", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "block.bracketed.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " NSOpenPanel", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " panel ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "NSOpenPanel ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "openPanel", + "color": "#BBDAFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "panel ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "setAllowedFileTypes", + "color": "#BBDAFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "[[", + "color": "#BBDAFF", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "NSArray ", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "alloc", + "color": "#BBDAFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "]", + "color": "#BBDAFF", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "initWithObjects", + "color": "#BBDAFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "@\"", + "color": "#BBDAFF", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "ipa", + "color": "#BBDAFF", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "\"", + "color": "#BBDAFF", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ", ", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "@\"", + "color": "#BBDAFF", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "xcarchive", + "color": "#BBDAFF", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "\"", + "color": "#BBDAFF", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ", ", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "@\"", + "color": "#BBDAFF", + "_t": "begin.block.bracketed.c.definition.double.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "app", + "color": "#BBDAFF", + "_t": "block.bracketed.c.double.function-call.function-with-body.implementation.meta.objc.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "\"", + "color": "#BBDAFF", + "_t": "block.bracketed.c.definition.double.end.function-call.function-with-body.implementation.meta.objc.punctuation.quoted.scope.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ", ", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "nil", + "color": "#BBDAFF", + "_t": "block.bracketed.c.constant.function-call.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "]", + "color": "#BBDAFF", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "panel ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "beginWithCompletionHandler", + "color": "#BBDAFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "^", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "(NSInteger result)", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "{", + "color": "#BBDAFF", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "if", + "color": "#BBDAFF", + "_t": "block.bracketed.c.control.function-call.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": " (result ", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "==", + "color": "#BBDAFF", + "_t": "block.bracketed.c.comparison.function-call.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": " NSFileHandlingPanelOKButton)", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "[", + "color": "#BBDAFF", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "self", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ".inputTextField ", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "setStringValue", + "color": "#BBDAFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#BBDAFF", + "_t": "begin.block.bracketed.c.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "panel.URL ", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "path", + "color": "#BBDAFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "]]", + "color": "#BBDAFF", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ";", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "}", + "color": "#BBDAFF", + "_t": "block.bracketed.c.end.function-call.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "YES", + "color": "#FFC58F", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#EBBBFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " hex ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0xFEF1F0F", + "color": "#FFC58F", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "float", + "color": "#EBBBFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ing ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "3.14", + "color": "#FFC58F", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t ing ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "3.14e0", + "color": "#FFC58F", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t ing ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "31.4e-2", + "color": "#FFC58F", + "_t": "block.c.constant.function-with-body.implementation.meta.numeric.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "id", + "color": "#FFFFFF", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.function-with-body.implementation.meta.objc.punctuation.return-type.scope.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.function-with-body.implementation.meta.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "initWithParams", + "color": "#BBDAFF", + "_t": "entity.function.function-with-body.implementation.meta.name.objc.return-type.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#BBDAFF", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "id", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "anObject", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#99FFFF", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "aHandler", + "color": "#FFC58F", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "withDeviceStateManager", + "color": "#BBDAFF", + "_t": "entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#BBDAFF", + "_t": "argument-type.arguments.entity.function.function-with-body.implementation.meta.name.name-of-parameter.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "argument-type.begin.definition.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "id", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "anotherObject", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#99FFFF", + "_t": "argument-type.c.comparison.function.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "argument-type.definition.end.function.function-with-body.implementation.meta.objc.punctuation.scope.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "deviceStateManager", + "color": "#FFC58F", + "_t": "argument-type.function.function-with-body.implementation.meta.objc.parameter.scope.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "block.c.comment.cpp.function-with-body.implementation.leading.meta.objc.punctuation.scope.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "block.c.comment.cpp.definition.double-slash.function-with-body.implementation.line.meta.objc.punctuation.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " add a tap gesture recognizer", + "color": "#7285B7", + "_t": "block.c.comment.cpp.double-slash.function-with-body.implementation.line.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " UITapGestureRecognizer ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "tapGesture ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[[", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "UITapGestureRecognizer ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "alloc", + "color": "#BBDAFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "initWithTarget", + "color": "#BBDAFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.language.meta.objc.scope.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "action", + "color": "#BBDAFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.scope.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.name-of-parameter.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "selector", + "color": "#EBBBFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#EBBBFF", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "handleTap:", + "color": "#BBDAFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.method-name.name-of-parameter.objc.scope.selector.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#EBBBFF", + "_t": "block.bracketed.c.definition.function-call.function-with-body.implementation.meta.objc.punctuation.scope.selector.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " NSMutableArray ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "gestureRecognizers ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "NSMutableArray ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "array", + "color": "#BBDAFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "gestureRecognizers ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "addObject", + "color": "#BBDAFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "tapGesture", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.block.bracketed.c.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "gestureRecognizers ", + "color": "#FFFFFF", + "_t": "block.bracketed.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "addObjectsFromArray", + "color": "#BBDAFF", + "_t": "any-method.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.scope.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "any-method.arguments.block.bracketed.c.function.function-call.function-with-body.implementation.meta.objc.punctuation.scope.separator.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "scnView.gestureRecognizers", + "color": "#BBDAFF", + "_t": "block.bracketed.c.function-call.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "block.bracketed.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " scnView", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "block.c.dot-access.function-with-body.implementation.meta.objc.punctuation.scope.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "gestureRecognizers", + "color": "#FF9DA4", + "_t": "block.c.function-with-body.implementation.member.meta.objc.other.scope.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.c.function-with-body.implementation.keyword.meta.objc.operator.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " gestureRecognizers;", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " tapGesture;", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "block.c.control.function-with-body.implementation.keyword.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "nil", + "color": "#FFC58F", + "_t": "block.c.constant.function-with-body.implementation.language.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.c.function-with-body.implementation.meta.objc.scope", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.c.end.function-with-body.implementation.meta.objc.punctuation.scope.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "definition.implementation.meta.objc.punctuation.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "end", + "color": "#EBBBFF", + "_t": "implementation.meta.objc.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.m.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.m.result.patch new file mode 100644 index 000000000..006738381 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.m.result.patch @@ -0,0 +1,792 @@ +{ + "abyss": [ + { + "index": 24, + "content": "Test", + "color": "#6688CC", + "newColor": "#FFEEBB" + }, + { + "index": 206, + "content": "(", + "color": "#9966B8", + "newColor": "#6688CC" + }, + { + "index": 208, + "content": ")", + "color": "#9966B8", + "newColor": "#6688CC" + } + ], + "dark_vs": [ + { + "index": 206, + "content": "(", + "color": "#569CD6", + "newColor": "#D7BA7D" + }, + { + "index": 208, + "content": ")", + "color": "#569CD6", + "newColor": "#D7BA7D" + } + ], + "light_vs": [ + { + "index": 206, + "content": "(", + "color": "#0000FF", + "newColor": "#800000" + }, + { + "index": 208, + "content": ")", + "color": "#0000FF", + "newColor": "#800000" + } + ], + "hc_black": [ + { + "index": 206, + "content": "(", + "color": "#569CD6", + "newColor": "#D7BA7D" + }, + { + "index": 208, + "content": ")", + "color": "#569CD6", + "newColor": "#D7BA7D" + } + ], + "dark_plus": [ + { + "index": 27, + "content": "void", + "color": "#4EC9B0", + "newColor": "#569CD6" + }, + { + "index": 206, + "content": "(", + "color": "#569CD6", + "newColor": "#D7BA7D" + }, + { + "index": 208, + "content": ")", + "color": "#569CD6", + "newColor": "#D7BA7D" + } + ], + "light_plus": [ + { + "index": 27, + "content": "void", + "color": "#267F99", + "newColor": "#0000FF" + }, + { + "index": 206, + "content": "(", + "color": "#0000FF", + "newColor": "#800000" + }, + { + "index": 208, + "content": ")", + "color": "#0000FF", + "newColor": "#800000" + } + ], + "kimbie_dark": [ + { + "index": 24, + "content": "Test", + "color": "#D3AF86", + "newColor": "#F06431" + } + ], + "monokai": [ + { + "index": 24, + "content": "Test", + "color": "#F8F8F2", + "newColor": "#A6E22E" + }, + { + "index": 206, + "content": "(", + "color": "#66D9EF", + "newColor": "#F8F8F2" + }, + { + "index": 208, + "content": ")", + "color": "#66D9EF", + "newColor": "#F8F8F2" + } + ], + "monokai_dimmed": [ + { + "index": 24, + "content": "Test", + "color": "#C5C8C6", + "newColor": "#9B0000" + }, + { + "index": 68, + "content": "openPanel", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 74, + "content": "setAllowedFileTypes", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 75, + "content": ":", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 78, + "content": "alloc", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 81, + "content": "initWithObjects", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 82, + "content": ":", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 83, + "content": "@\"", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 84, + "content": "ipa", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 85, + "content": "\"", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 87, + "content": "@\"", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 88, + "content": "xcarchive", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 89, + "content": "\"", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 91, + "content": "@\"", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 92, + "content": "app", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 93, + "content": "\"", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 95, + "content": "nil", + "color": "#0080FF", + "newColor": "#FF0080" + }, + { + "index": 102, + "content": "beginWithCompletionHandler", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 103, + "content": ":", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 104, + "content": "^", + "color": "#0080FF", + "newColor": "#676867" + }, + { + "index": 111, + "content": "==", + "color": "#0080FF", + "newColor": "#676867" + }, + { + "index": 117, + "content": "setStringValue", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 118, + "content": ":", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 121, + "content": "path", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 195, + "content": "alloc", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 198, + "content": "initWithTarget", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 199, + "content": ":", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 202, + "content": "action", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 203, + "content": ":", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 204, + "content": "@", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 205, + "content": "selector", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 207, + "content": "handleTap:", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 218, + "content": "array", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 224, + "content": "addObject", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 225, + "content": ":", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 232, + "content": "addObjectsFromArray", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 233, + "content": ":", + "color": "#0080FF", + "newColor": "#9872A2" + } + ], + "quietlight": [ + { + "index": 21, + "content": "@", + "color": "#7A3E9D", + "newColor": "#777777" + }, + { + "index": 31, + "content": ":", + "color": "#AA3731", + "newColor": "#777777" + }, + { + "index": 44, + "content": ":", + "color": "#AA3731", + "newColor": "#777777" + }, + { + "index": 75, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 82, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 103, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 118, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 164, + "content": ":", + "color": "#AA3731", + "newColor": "#777777" + }, + { + "index": 175, + "content": ":", + "color": "#AA3731", + "newColor": "#777777" + }, + { + "index": 199, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 203, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 204, + "content": "@", + "color": "#7A3E9D", + "newColor": "#777777" + }, + { + "index": 206, + "content": "(", + "color": "#7A3E9D", + "newColor": "#777777" + }, + { + "index": 207, + "content": "handleTap:", + "color": "#7A3E9D", + "newColor": "#AA3731" + }, + { + "index": 208, + "content": ")", + "color": "#7A3E9D", + "newColor": "#777777" + }, + { + "index": 225, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 233, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 238, + "content": ".", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 252, + "content": "@", + "color": "#7A3E9D", + "newColor": "#777777" + } + ], + "red": [ + { + "index": 206, + "content": "(", + "color": "#FF6262", + "newColor": "#F8F8F8" + }, + { + "index": 208, + "content": ")", + "color": "#FF6262", + "newColor": "#F8F8F8" + } + ], + "solarized_dark": [ + { + "index": 4, + "content": "#", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 5, + "content": "import", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 7, + "content": "\"", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 8, + "content": "UseQuotes.h", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 9, + "content": "\"", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 10, + "content": "#", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 11, + "content": "import", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 13, + "content": "<", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 14, + "content": "Use/GTLT.h", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 15, + "content": ">", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 24, + "content": "Test", + "color": "#93A1A1", + "newColor": "#CB4B16" + } + ], + "solarized_light": [ + { + "index": 4, + "content": "#", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 5, + "content": "import", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 7, + "content": "\"", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 8, + "content": "UseQuotes.h", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 9, + "content": "\"", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 10, + "content": "#", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 11, + "content": "import", + "color": "#B58900", + "newColor": "#859900" + }, + { + "index": 13, + "content": "<", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 14, + "content": "Use/GTLT.h", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 15, + "content": ">", + "color": "#B58900", + "newColor": "#2AA198" + }, + { + "index": 24, + "content": "Test", + "color": "#586E75", + "newColor": "#268BD2" + }, + { + "index": 206, + "content": "(", + "color": "#073642", + "newColor": "#586E75" + }, + { + "index": 208, + "content": ")", + "color": "#073642", + "newColor": "#586E75" + } + ], + "tomorrow_night_blue": [ + { + "index": 24, + "content": "Test", + "color": "#FFFFFF", + "newColor": "#FFEEAD" + }, + { + "index": 75, + "content": ":", + "color": "#FFFFFF", + "newColor": "#BBDAFF" + }, + { + "index": 82, + "content": ":", + "color": "#FFFFFF", + "newColor": "#BBDAFF" + }, + { + "index": 83, + "content": "@\"", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 84, + "content": "ipa", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 85, + "content": "\"", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 87, + "content": "@\"", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 88, + "content": "xcarchive", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 89, + "content": "\"", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 91, + "content": "@\"", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 92, + "content": "app", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 93, + "content": "\"", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 95, + "content": "nil", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 103, + "content": ":", + "color": "#FFFFFF", + "newColor": "#BBDAFF" + }, + { + "index": 104, + "content": "^", + "color": "#BBDAFF", + "newColor": "#99FFFF" + }, + { + "index": 109, + "content": "if", + "color": "#BBDAFF", + "newColor": "#EBBBFF" + }, + { + "index": 111, + "content": "==", + "color": "#BBDAFF", + "newColor": "#99FFFF" + }, + { + "index": 115, + "content": "self", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 118, + "content": ":", + "color": "#FFFFFF", + "newColor": "#BBDAFF" + }, + { + "index": 199, + "content": ":", + "color": "#FFFFFF", + "newColor": "#BBDAFF" + }, + { + "index": 200, + "content": "self", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 203, + "content": ":", + "color": "#FFFFFF", + "newColor": "#BBDAFF" + }, + { + "index": 206, + "content": "(", + "color": "#EBBBFF", + "newColor": "#BBDAFF" + }, + { + "index": 208, + "content": ")", + "color": "#EBBBFF", + "newColor": "#BBDAFF" + }, + { + "index": 225, + "content": ":", + "color": "#FFFFFF", + "newColor": "#BBDAFF" + }, + { + "index": 233, + "content": ":", + "color": "#FFFFFF", + "newColor": "#BBDAFF" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.md b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.md new file mode 100644 index 000000000..445803658 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.md @@ -0,0 +1,103 @@ +# Header 1 # +## Header 2 ## +### Header 3 ### (Hashes on right are optional) +## Markdown plus h2 with a custom ID ## {#id-goes-here} +[Link back to H2](#id-goes-here) + +### Alternate heading styles: +Alternate Header 1 +================== +Alternate Header 2 +------------------ + + +
+
+ nested div +
+ + This is a div _with_ underscores + and a & bold element. + +
+ +* Bullet lists are easy too +- Another one ++ Another one + +This is a paragraph, which is text surrounded by +whitespace. Paragraphs can be on one +line (or many), and can drone on for hours. + +Now some inline markup like _italics_, **bold**, +and `code()`. Note that underscores +in_words_are ignored. + +````application/json + { value: ["or with a mime type"] } +```` + +> Blockquotes are like quoted text in email replies +>> And, they can be nested + +1. A numbered list +2. Which is numbered +3. With periods and a space + +And now some code: + + // Code is just text indented a bit + which(is_easy) to_remember(); + +And a block + +~~~ +// Markdown extra adds un-indented code blocks too + +if (this_is_more_code == true && !indented) { + // tild wrapped code blocks, also not indented +} +~~~ + +Text with +two trailing spaces +(on the right) +can be used +for things like poems + +### Horizontal rules + +* * * * +**** +-------------------------- + +![picture alt](/images/photo.jpeg "Title is optional") + +## Markdown plus tables ## + +| Header | Header | Right | +| ------ | ------ | -----: | +| Cell | Cell | $10 | +| Cell | Cell | $20 | + +* Outer pipes on tables are optional +* Colon used for alignment (right versus left) + +## Markdown plus definition lists ## + +Bottled water +: $ 1.25 +: $ 1.55 (Large) + +Milk +Pop +: $ 1.75 + +* Multiple definitions and terms are possible +* Definitions can include multiple paragraphs too + +*[ABBR]: Markdown plus abbreviations (produces an tag) \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.md.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.md.result new file mode 100644 index 000000000..830dd99c2 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.md.result @@ -0,0 +1,19854 @@ +{ + "abyss": [ + { + "content": "#", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Header 1", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "##", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Header 2", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "##", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "###", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Header 3 ### (Hashes on right are optional)", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "##", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Markdown plus h2 with a custom ID ## {#id-goes-here}", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#22AA44", + "_t": "begin.definition.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Link back to H2", + "color": "#22AA44", + "_t": "inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "]", + "color": "#22AA44", + "_t": "definition.end.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#id-goes-here", + "color": "#6688CC", + "_t": "inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "###", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Alternate heading styles:", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Alternate Header 1", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "==================", + "color": "#DDBB88", + "_t": "1.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.heading.setext rgb(221, 187, 136)" + }, + { + "content": "Alternate Header 2", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "------------------", + "color": "#DDBB88", + "_t": "2.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.heading.setext rgb(221, 187, 136)" + }, + { + "content": "", + "color": "#223355", + "_t": "comment.definition.html.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "div", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#DDBB88", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "custom-class", + "color": "#22AA44", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "markdown", + "color": "#DDBB88", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "1", + "color": "#22AA44", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "div", + "color": "#225588", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " nested div", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "script", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "type", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "any.begin.definition.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "text/x-koka", + "color": "#22AA44", + "_t": "any.html.inline.meta.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "any.definition.end.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " function( x: int ) { return x*x; }", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " This is a div _with_ underscores", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " and a ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "&", + "color": "#F8F8F0", + "_t": "bad-ampersand.html.illegal.invalid", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "b", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#DDBB88", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "bold", + "color": "#22AA44", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "bold", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " element.", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "style", + "color": "#225588", + "_t": "entity.html.name.style.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "body", + "color": "#225588", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font", + "color": "#9966B8", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.css.definition.double.embedded.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Consolas", + "color": "#22AA44", + "_t": "css.double.embedded.html.meta.property-list.property-value.quoted.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "css.definition.double.embedded.end.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#6688CC", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Bullet lists are easy too", + "color": "#6688CC", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Another one", + "color": "#6688CC", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#6688CC", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Another one", + "color": "#6688CC", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "This is a paragraph, which is text surrounded by", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "whitespace. Paragraphs can be on one", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "line (or many), and can drone on for hours.", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Now some inline markup like ", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "_", + "color": "#22AA44", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.italic rgb(34, 170, 68)" + }, + { + "content": "italics", + "color": "#22AA44", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.italic rgb(34, 170, 68)" + }, + { + "content": "_", + "color": "#22AA44", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.italic rgb(34, 170, 68)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "**", + "color": "#22AA44", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.bold rgb(34, 170, 68)" + }, + { + "content": "bold", + "color": "#22AA44", + "_t": "bold.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.bold rgb(34, 170, 68)" + }, + { + "content": "**", + "color": "#22AA44", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.bold rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "and ", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "`", + "color": "#9966B8", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.inline.raw rgb(153, 102, 184)" + }, + { + "content": "code()", + "color": "#9966B8", + "_t": "inline.markdown.markup.meta.paragraph.raw", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.inline.raw rgb(153, 102, 184)" + }, + { + "content": "`", + "color": "#9966B8", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.inline.raw rgb(153, 102, 184)" + }, + { + "content": ". Note that underscores", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "in", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "_", + "color": "#22AA44", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.italic rgb(34, 170, 68)" + }, + { + "content": "words", + "color": "#22AA44", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.italic rgb(34, 170, 68)" + }, + { + "content": "_", + "color": "#22AA44", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.italic rgb(34, 170, 68)" + }, + { + "content": "are ignored.", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "````application/json", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " { value: [\"or with a mime type\"] }", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "````", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">", + "color": "#22AA44", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.quote rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#22AA44", + "_t": "markdown.markup.quote", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.quote rgb(34, 170, 68)" + }, + { + "content": "Blockquotes are like quoted text in email replies", + "color": "#22AA44", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.quote rgb(34, 170, 68)" + }, + { + "content": ">>", + "color": "#22AA44", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.quote rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#22AA44", + "_t": "markdown.markup.quote", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.quote rgb(34, 170, 68)" + }, + { + "content": "And, they can be nested", + "color": "#22AA44", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.quote rgb(34, 170, 68)" + }, + { + "content": "1.", + "color": "#6688CC", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "A numbered list", + "color": "#6688CC", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2.", + "color": "#6688CC", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Which is numbered", + "color": "#6688CC", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3.", + "color": "#6688CC", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "With periods and a space", + "color": "#6688CC", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "And now some code:", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " // Code is just text indented a bit", + "color": "#6688CC", + "_t": "block.markdown.markup.raw", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " which(is_easy) to_remember();", + "color": "#6688CC", + "_t": "block.markdown.markup.raw", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "And a block", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "~~~", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "// Markdown extra adds un-indented code blocks too", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if (this", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "_", + "color": "#22AA44", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.italic rgb(34, 170, 68)" + }, + { + "content": "is", + "color": "#22AA44", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.italic rgb(34, 170, 68)" + }, + { + "content": "_", + "color": "#22AA44", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.markup.italic rgb(34, 170, 68)" + }, + { + "content": "more_code == true ", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "&&", + "color": "#6688CC", + "_t": "markdown.meta.other.paragraph.valid-ampersand", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " !indented) {", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " // tild wrapped code blocks, also not indented", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "~~~", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Text with", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "two trailing spaces", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(on the right)", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "can be used", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for things like poems", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "###", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Horizontal rules", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "* * * *", + "color": "#6688CC", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "****", + "color": "#6688CC", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "--------------------------", + "color": "#6688CC", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "![", + "color": "#22AA44", + "_t": "begin.definition.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "picture alt", + "color": "#22AA44", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "]", + "color": "#22AA44", + "_t": "definition.end.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/images/photo.jpeg", + "color": "#6688CC", + "_t": "image.inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "image.inline.markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Title is optional", + "color": "#22AA44", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "##", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Markdown plus tables", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "##", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "| Header | Header | Right |", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "| ------ | ------ | -----: |", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "| Cell | Cell | $10 |", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "| Cell | Cell | $20 |", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#6688CC", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Outer pipes on tables are optional", + "color": "#6688CC", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#6688CC", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Colon used for alignment (right versus left)", + "color": "#6688CC", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "##", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Markdown plus definition lists", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "##", + "color": "#6688CC", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Bottled water", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ": $ 1.25", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ": $ 1.55 (Large)", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Milk", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Pop", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ": $ 1.75", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#6688CC", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Multiple definitions and terms are possible", + "color": "#6688CC", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#6688CC", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Definitions can include multiple paragraphs too", + "color": "#6688CC", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*[ABBR]: Markdown plus abbreviations (produces an ", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.definition.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "abbr", + "color": "#225588", + "_t": "any.entity.html.inline.markdown.meta.name.paragraph.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " tag)", + "color": "#6688CC", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "#", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Header 1", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "#", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "##", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Header 2", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "##", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "###", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Header 3 ### (Hashes on right are optional)", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "##", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Markdown plus h2 with a custom ID ## {#id-goes-here}", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "[", + "color": "#CE9178", + "_t": "begin.definition.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Link back to H2", + "color": "#CE9178", + "_t": "inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#CE9178", + "_t": "definition.end.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#id-goes-here", + "color": "#D4D4D4", + "_t": "inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.underline rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "###", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Alternate heading styles:", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Alternate Header 1", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==================", + "color": "#569CD6", + "_t": "1.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Alternate Header 2", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "------------------", + "color": "#569CD6", + "_t": "2.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "", + "color": "#608B4E", + "_t": "comment.definition.html.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "custom-class", + "color": "#CE9178", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "markdown", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "1", + "color": "#CE9178", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " nested div", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "script", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text/x-koka", + "color": "#CE9178", + "_t": "any.html.inline.meta.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " function( x: int ) { return x*x; }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " This is a div _with_ underscores", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " and a ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#F44747", + "_t": "bad-ampersand.html.illegal.invalid", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "b", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "bold", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "bold", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " element.", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "style", + "color": "#569CD6", + "_t": "entity.html.name.style.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "body", + "color": "#D7BA7D", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font", + "color": "#9CDCFE", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.css.definition.double.embedded.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Consolas", + "color": "#CE9178", + "_t": "css.double.embedded.html.meta.property-list.property-value.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "css.definition.double.embedded.end.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.embedded.html.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "*", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Bullet lists are easy too", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Another one", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Another one", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "This is a paragraph, which is text surrounded by", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "whitespace. Paragraphs can be on one", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "line (or many), and can drone on for hours.", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Now some inline markup like ", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.italic rgb(212, 212, 212)" + }, + { + "content": "italics", + "color": "#D4D4D4", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.italic rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.italic rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "**", + "color": "#569CD6", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.bold rgb(86, 156, 214)" + }, + { + "content": "bold", + "color": "#569CD6", + "_t": "bold.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.bold rgb(86, 156, 214)" + }, + { + "content": "**", + "color": "#569CD6", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.bold rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and ", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.inline.raw rgb(206, 145, 120)" + }, + { + "content": "code()", + "color": "#CE9178", + "_t": "inline.markdown.markup.meta.paragraph.raw", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.inline.raw rgb(206, 145, 120)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.inline.raw rgb(206, 145, 120)" + }, + { + "content": ". Note that underscores", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.italic rgb(212, 212, 212)" + }, + { + "content": "words", + "color": "#D4D4D4", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.italic rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.italic rgb(212, 212, 212)" + }, + { + "content": "are ignored.", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "````application/json", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " { value: [\"or with a mime type\"] }", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "````", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#608B4E", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.punctuation.quote.beginning rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "markdown.markup.quote", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Blockquotes are like quoted text in email replies", + "color": "#D4D4D4", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">>", + "color": "#608B4E", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.punctuation.quote.beginning rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "markdown.markup.quote", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "And, they can be nested", + "color": "#D4D4D4", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1.", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "A numbered list", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2.", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Which is numbered", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3.", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "With periods and a space", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "And now some code:", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " // Code is just text indented a bit", + "color": "#D4D4D4", + "_t": "block.markdown.markup.raw", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " which(is_easy) to_remember();", + "color": "#D4D4D4", + "_t": "block.markdown.markup.raw", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "And a block", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "~~~", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "// Markdown extra adds un-indented code blocks too", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if (this", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.italic rgb(212, 212, 212)" + }, + { + "content": "is", + "color": "#D4D4D4", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.italic rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.italic rgb(212, 212, 212)" + }, + { + "content": "more_code == true ", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&&", + "color": "#D4D4D4", + "_t": "markdown.meta.other.paragraph.valid-ampersand", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " !indented) {", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " // tild wrapped code blocks, also not indented", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "~~~", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Text with", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "two trailing spaces", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(on the right)", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "can be used", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for things like poems", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "###", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Horizontal rules", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "* * * *", + "color": "#D4D4D4", + "_t": "markdown.meta.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "****", + "color": "#D4D4D4", + "_t": "markdown.meta.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--------------------------", + "color": "#D4D4D4", + "_t": "markdown.meta.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "![", + "color": "#CE9178", + "_t": "begin.definition.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "picture alt", + "color": "#CE9178", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#CE9178", + "_t": "definition.end.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/images/photo.jpeg", + "color": "#D4D4D4", + "_t": "image.inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.underline rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "image.inline.markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Title is optional", + "color": "#CE9178", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "##", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Markdown plus tables", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "##", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "| Header | Header | Right |", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "| ------ | ------ | -----: |", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "| Cell | Cell | $10 |", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "| Cell | Cell | $20 |", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Outer pipes on tables are optional", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Colon used for alignment (right versus left)", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "##", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Markdown plus definition lists", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "##", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Bottled water", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ": $ 1.25", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ": $ 1.55 (Large)", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Milk", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Pop", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ": $ 1.75", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Multiple definitions and terms are possible", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Definitions can include multiple paragraphs too", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*[ABBR]: Markdown plus abbreviations (produces an ", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "abbr", + "color": "#569CD6", + "_t": "any.entity.html.inline.markdown.meta.name.paragraph.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " tag)", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "#", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Header 1", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "##", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Header 2", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "##", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "###", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Header 3 ### (Hashes on right are optional)", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "##", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Markdown plus h2 with a custom ID ## {#id-goes-here}", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "[", + "color": "#A31515", + "_t": "begin.definition.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Link back to H2", + "color": "#A31515", + "_t": "inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#A31515", + "_t": "definition.end.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "(", + "color": "#000000", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#id-goes-here", + "color": "#000000", + "_t": "inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.underline rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "###", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Alternate heading styles:", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Alternate Header 1", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==================", + "color": "#800000", + "_t": "1.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Alternate Header 2", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "------------------", + "color": "#800000", + "_t": "2.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#008000", + "_t": "comment.definition.html.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "custom-class", + "color": "#0000FF", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "markdown", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "1", + "color": "#0000FF", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " nested div", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "script", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "type", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "text/x-koka", + "color": "#0000FF", + "_t": "any.html.inline.meta.quoted.single.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "'", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " function( x: int ) { return x*x; }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " This is a div _with_ underscores", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " and a ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#CD3131", + "_t": "bad-ampersand.html.illegal.invalid", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "b", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "bold", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "bold", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " element.", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "style", + "color": "#800000", + "_t": "entity.html.name.style.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font", + "color": "#FF0000", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "begin.css.definition.double.embedded.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "Consolas", + "color": "#0000FF", + "_t": "css.double.embedded.html.meta.property-list.property-value.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "css.definition.double.embedded.end.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.embedded.html.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "*", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Bullet lists are easy too", + "color": "#000000", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Another one", + "color": "#000000", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Another one", + "color": "#000000", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "This is a paragraph, which is text surrounded by", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "whitespace. Paragraphs can be on one", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "line (or many), and can drone on for hours.", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Now some inline markup like ", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#000000", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.italic rgb(0, 0, 0)" + }, + { + "content": "italics", + "color": "#000000", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.italic rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#000000", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.italic rgb(0, 0, 0)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "**", + "color": "#000080", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.bold rgb(0, 0, 128)" + }, + { + "content": "bold", + "color": "#000080", + "_t": "bold.markdown.markup.meta.paragraph", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.bold rgb(0, 0, 128)" + }, + { + "content": "**", + "color": "#000080", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.bold rgb(0, 0, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and ", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "`", + "color": "#800000", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.inline.raw rgb(128, 0, 0)" + }, + { + "content": "code()", + "color": "#800000", + "_t": "inline.markdown.markup.meta.paragraph.raw", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.inline.raw rgb(128, 0, 0)" + }, + { + "content": "`", + "color": "#800000", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.inline.raw rgb(128, 0, 0)" + }, + { + "content": ". Note that underscores", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#000000", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.italic rgb(0, 0, 0)" + }, + { + "content": "words", + "color": "#000000", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.italic rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#000000", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.italic rgb(0, 0, 0)" + }, + { + "content": "are ignored.", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "````application/json", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " { value: [\"or with a mime type\"] }", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "````", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#0451A5", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.punctuation.quote.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "markdown.markup.quote", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Blockquotes are like quoted text in email replies", + "color": "#000000", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">>", + "color": "#0451A5", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.punctuation.quote.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "markdown.markup.quote", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "And, they can be nested", + "color": "#000000", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1.", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.numbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "A numbered list", + "color": "#000000", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2.", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.numbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Which is numbered", + "color": "#000000", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3.", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.numbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "With periods and a space", + "color": "#000000", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "And now some code:", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " // Code is just text indented a bit", + "color": "#000000", + "_t": "block.markdown.markup.raw", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " which(is_easy) to_remember();", + "color": "#000000", + "_t": "block.markdown.markup.raw", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "And a block", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "~~~", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "// Markdown extra adds un-indented code blocks too", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if (this", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#000000", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.italic rgb(0, 0, 0)" + }, + { + "content": "is", + "color": "#000000", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.italic rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#000000", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.italic rgb(0, 0, 0)" + }, + { + "content": "more_code == true ", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&&", + "color": "#000000", + "_t": "markdown.meta.other.paragraph.valid-ampersand", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " !indented) {", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " // tild wrapped code blocks, also not indented", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "~~~", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Text with", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "two trailing spaces", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(on the right)", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "can be used", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for things like poems", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "###", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Horizontal rules", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "* * * *", + "color": "#000000", + "_t": "markdown.meta.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "****", + "color": "#000000", + "_t": "markdown.meta.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--------------------------", + "color": "#000000", + "_t": "markdown.meta.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "![", + "color": "#A31515", + "_t": "begin.definition.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "picture alt", + "color": "#A31515", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#A31515", + "_t": "definition.end.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "(", + "color": "#000000", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/images/photo.jpeg", + "color": "#000000", + "_t": "image.inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.underline rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "image.inline.markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Title is optional", + "color": "#A31515", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "##", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Markdown plus tables", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "##", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "| Header | Header | Right |", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "| ------ | ------ | -----: |", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "| Cell | Cell | $10 |", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "| Cell | Cell | $20 |", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Outer pipes on tables are optional", + "color": "#000000", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Colon used for alignment (right versus left)", + "color": "#000000", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "##", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Markdown plus definition lists", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "##", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Bottled water", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ": $ 1.25", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ": $ 1.55 (Large)", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Milk", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Pop", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ": $ 1.75", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Multiple definitions and terms are possible", + "color": "#000000", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Definitions can include multiple paragraphs too", + "color": "#000000", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*[ABBR]: Markdown plus abbreviations (produces an ", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "abbr", + "color": "#800000", + "_t": "any.entity.html.inline.markdown.meta.name.paragraph.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " tag)", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "#", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "Header 1", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "#", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "##", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "Header 2", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "##", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "###", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "Header 3 ### (Hashes on right are optional)", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "##", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "Markdown plus h2 with a custom ID ## {#id-goes-here}", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "[", + "color": "#CE9178", + "_t": "begin.definition.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Link back to H2", + "color": "#CE9178", + "_t": "inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#CE9178", + "_t": "definition.end.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#id-goes-here", + "color": "#FFFFFF", + "_t": "inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.underline rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "###", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "Alternate heading styles:", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "Alternate Header 1", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "==================", + "color": "#6796E6", + "_t": "1.heading.markdown.markup.meta.paragraph.setext", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "Alternate Header 2", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "------------------", + "color": "#6796E6", + "_t": "2.heading.markdown.markup.meta.paragraph.setext", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "", + "color": "#7CA668", + "_t": "comment.definition.html.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.block.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.block.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "custom-class", + "color": "#CE9178", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.block.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "markdown", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.block.html.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "1", + "color": "#CE9178", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " nested div", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "script", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text/x-koka", + "color": "#CE9178", + "_t": "any.html.inline.meta.quoted.single.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " function( x: int ) { return x*x; }", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " This is a div _with_ underscores", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " and a ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#F44747", + "_t": "bad-ampersand.html.illegal.invalid", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "b", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "any.html.inline.meta.tag", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "bold", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "bold", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " element.", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "style", + "color": "#569CD6", + "_t": "entity.html.name.style.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "body", + "color": "#D7BA7D", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.css.definition.double.embedded.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Consolas", + "color": "#CE9178", + "_t": "css.double.embedded.html.meta.property-list.property-value.quoted.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "css.definition.double.embedded.end.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.embedded.html.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "*", + "color": "#FFFFFF", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "list.markdown.markup.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Bullet lists are easy too", + "color": "#FFFFFF", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "list.markdown.markup.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Another one", + "color": "#FFFFFF", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#FFFFFF", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "list.markdown.markup.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Another one", + "color": "#FFFFFF", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "This is a paragraph, which is text surrounded by", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "whitespace. Paragraphs can be on one", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "line (or many), and can drone on for hours.", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Now some inline markup like ", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "_", + "color": "#FFFFFF", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.italic rgb(255, 255, 255)" + }, + { + "content": "italics", + "color": "#FFFFFF", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.italic rgb(255, 255, 255)" + }, + { + "content": "_", + "color": "#FFFFFF", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.italic rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "**", + "color": "#FFFFFF", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.bold rgb(255, 255, 255)" + }, + { + "content": "bold", + "color": "#FFFFFF", + "_t": "bold.markdown.markup.meta.paragraph", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.bold rgb(255, 255, 255)" + }, + { + "content": "**", + "color": "#FFFFFF", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.bold rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "and ", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "`", + "color": "#FFFFFF", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "code()", + "color": "#FFFFFF", + "_t": "inline.markdown.markup.meta.paragraph.raw", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "`", + "color": "#FFFFFF", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ". Note that underscores", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "_", + "color": "#FFFFFF", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.italic rgb(255, 255, 255)" + }, + { + "content": "words", + "color": "#FFFFFF", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.italic rgb(255, 255, 255)" + }, + { + "content": "_", + "color": "#FFFFFF", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.italic rgb(255, 255, 255)" + }, + { + "content": "are ignored.", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "````application/json", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " { value: [\"or with a mime type\"] }", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "````", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "markdown.markup.quote", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Blockquotes are like quoted text in email replies", + "color": "#FFFFFF", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">>", + "color": "#FFFFFF", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "markdown.markup.quote", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "And, they can be nested", + "color": "#FFFFFF", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1.", + "color": "#FFFFFF", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "list.markdown.markup.numbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "A numbered list", + "color": "#FFFFFF", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2.", + "color": "#FFFFFF", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "list.markdown.markup.numbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Which is numbered", + "color": "#FFFFFF", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3.", + "color": "#FFFFFF", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "list.markdown.markup.numbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "With periods and a space", + "color": "#FFFFFF", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "And now some code:", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " // Code is just text indented a bit", + "color": "#FFFFFF", + "_t": "block.markdown.markup.raw", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " which(is_easy) to_remember();", + "color": "#FFFFFF", + "_t": "block.markdown.markup.raw", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "And a block", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "~~~", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "// Markdown extra adds un-indented code blocks too", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if (this", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "_", + "color": "#FFFFFF", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.italic rgb(255, 255, 255)" + }, + { + "content": "is", + "color": "#FFFFFF", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.italic rgb(255, 255, 255)" + }, + { + "content": "_", + "color": "#FFFFFF", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.italic rgb(255, 255, 255)" + }, + { + "content": "more_code == true ", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "&&", + "color": "#FFFFFF", + "_t": "markdown.meta.other.paragraph.valid-ampersand", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " !indented) {", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " // tild wrapped code blocks, also not indented", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "~~~", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Text with", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "two trailing spaces", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(on the right)", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "can be used", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for things like poems", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "###", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "Horizontal rules", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "* * * *", + "color": "#FFFFFF", + "_t": "markdown.meta.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "****", + "color": "#FFFFFF", + "_t": "markdown.meta.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "--------------------------", + "color": "#FFFFFF", + "_t": "markdown.meta.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "![", + "color": "#CE9178", + "_t": "begin.definition.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "picture alt", + "color": "#CE9178", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#CE9178", + "_t": "definition.end.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/images/photo.jpeg", + "color": "#FFFFFF", + "_t": "image.inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.underline rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "image.inline.markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Title is optional", + "color": "#CE9178", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "##", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "Markdown plus tables", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "##", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "| Header | Header | Right |", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "| ------ | ------ | -----: |", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "| Cell | Cell | $10 |", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "| Cell | Cell | $20 |", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#FFFFFF", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "list.markdown.markup.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Outer pipes on tables are optional", + "color": "#FFFFFF", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#FFFFFF", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "list.markdown.markup.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Colon used for alignment (right versus left)", + "color": "#FFFFFF", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "##", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "Markdown plus definition lists", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "##", + "color": "#6796E6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.markup.heading rgb(103, 150, 230)" + }, + { + "content": "Bottled water", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ": $ 1.25", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ": $ 1.55 (Large)", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Milk", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Pop", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ": $ 1.75", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#FFFFFF", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "list.markdown.markup.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Multiple definitions and terms are possible", + "color": "#FFFFFF", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#FFFFFF", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "list.markdown.markup.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Definitions can include multiple paragraphs too", + "color": "#FFFFFF", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*[ABBR]: Markdown plus abbreviations (produces an ", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "abbr", + "color": "#569CD6", + "_t": "any.entity.html.inline.markdown.meta.name.paragraph.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " tag)", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "#", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Header 1", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "#", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "##", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Header 2", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "##", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "###", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Header 3 ### (Hashes on right are optional)", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "##", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Markdown plus h2 with a custom ID ## {#id-goes-here}", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "[", + "color": "#CE9178", + "_t": "begin.definition.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Link back to H2", + "color": "#CE9178", + "_t": "inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#CE9178", + "_t": "definition.end.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#id-goes-here", + "color": "#D4D4D4", + "_t": "inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.underline rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "###", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Alternate heading styles:", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Alternate Header 1", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==================", + "color": "#569CD6", + "_t": "1.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Alternate Header 2", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "------------------", + "color": "#569CD6", + "_t": "2.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "", + "color": "#608B4E", + "_t": "comment.definition.html.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "custom-class", + "color": "#CE9178", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "markdown", + "color": "#9CDCFE", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "1", + "color": "#CE9178", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " nested div", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "script", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "type", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "text/x-koka", + "color": "#CE9178", + "_t": "any.html.inline.meta.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " function( x: int ) { return x*x; }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " This is a div _with_ underscores", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " and a ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#F44747", + "_t": "bad-ampersand.html.illegal.invalid", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "b", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#9CDCFE", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "bold", + "color": "#CE9178", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "bold", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " element.", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "style", + "color": "#569CD6", + "_t": "entity.html.name.style.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "body", + "color": "#D7BA7D", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D7BA7D", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector rgb(215, 186, 125)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font", + "color": "#9CDCFE", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.css.definition.double.embedded.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Consolas", + "color": "#CE9178", + "_t": "css.double.embedded.html.meta.property-list.property-value.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "css.definition.double.embedded.end.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "css.embedded.html.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "*", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Bullet lists are easy too", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Another one", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Another one", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "This is a paragraph, which is text surrounded by", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "whitespace. Paragraphs can be on one", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "line (or many), and can drone on for hours.", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Now some inline markup like ", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.italic rgb(212, 212, 212)" + }, + { + "content": "italics", + "color": "#D4D4D4", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.italic rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.italic rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "**", + "color": "#569CD6", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.bold rgb(86, 156, 214)" + }, + { + "content": "bold", + "color": "#569CD6", + "_t": "bold.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.bold rgb(86, 156, 214)" + }, + { + "content": "**", + "color": "#569CD6", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.bold rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and ", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.inline.raw rgb(206, 145, 120)" + }, + { + "content": "code()", + "color": "#CE9178", + "_t": "inline.markdown.markup.meta.paragraph.raw", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.inline.raw rgb(206, 145, 120)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.inline.raw rgb(206, 145, 120)" + }, + { + "content": ". Note that underscores", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.italic rgb(212, 212, 212)" + }, + { + "content": "words", + "color": "#D4D4D4", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.italic rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.italic rgb(212, 212, 212)" + }, + { + "content": "are ignored.", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "````application/json", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " { value: [\"or with a mime type\"] }", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "````", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#608B4E", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.punctuation.quote.beginning rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "markdown.markup.quote", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Blockquotes are like quoted text in email replies", + "color": "#D4D4D4", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">>", + "color": "#608B4E", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.punctuation.quote.beginning rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "markdown.markup.quote", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "And, they can be nested", + "color": "#D4D4D4", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1.", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "A numbered list", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2.", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Which is numbered", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3.", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "With periods and a space", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "And now some code:", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " // Code is just text indented a bit", + "color": "#D4D4D4", + "_t": "block.markdown.markup.raw", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " which(is_easy) to_remember();", + "color": "#D4D4D4", + "_t": "block.markdown.markup.raw", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "And a block", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "~~~", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "// Markdown extra adds un-indented code blocks too", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if (this", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.italic rgb(212, 212, 212)" + }, + { + "content": "is", + "color": "#D4D4D4", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.italic rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.italic rgb(212, 212, 212)" + }, + { + "content": "more_code == true ", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&&", + "color": "#D4D4D4", + "_t": "markdown.meta.other.paragraph.valid-ampersand", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " !indented) {", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " // tild wrapped code blocks, also not indented", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "~~~", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Text with", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "two trailing spaces", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(on the right)", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "can be used", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for things like poems", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "###", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Horizontal rules", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "* * * *", + "color": "#D4D4D4", + "_t": "markdown.meta.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "****", + "color": "#D4D4D4", + "_t": "markdown.meta.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "--------------------------", + "color": "#D4D4D4", + "_t": "markdown.meta.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "![", + "color": "#CE9178", + "_t": "begin.definition.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "picture alt", + "color": "#CE9178", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#CE9178", + "_t": "definition.end.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/images/photo.jpeg", + "color": "#D4D4D4", + "_t": "image.inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.underline rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "image.inline.markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Title is optional", + "color": "#CE9178", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "##", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Markdown plus tables", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "##", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "| Header | Header | Right |", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "| ------ | ------ | -----: |", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "| Cell | Cell | $10 |", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "| Cell | Cell | $20 |", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Outer pipes on tables are optional", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Colon used for alignment (right versus left)", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "##", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Markdown plus definition lists", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "##", + "color": "#569CD6", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.heading rgb(86, 156, 214)" + }, + { + "content": "Bottled water", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ": $ 1.25", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ": $ 1.55 (Large)", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Milk", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Pop", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ": $ 1.75", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Multiple definitions and terms are possible", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#6796E6", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.markup.punctuation.list.beginning rgb(103, 150, 230)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Definitions can include multiple paragraphs too", + "color": "#D4D4D4", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*[ABBR]: Markdown plus abbreviations (produces an ", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "abbr", + "color": "#569CD6", + "_t": "any.entity.html.inline.markdown.meta.name.paragraph.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " tag)", + "color": "#D4D4D4", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "#", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Header 1", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "##", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Header 2", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "##", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "###", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Header 3 ### (Hashes on right are optional)", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "##", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Markdown plus h2 with a custom ID ## {#id-goes-here}", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "[", + "color": "#A31515", + "_t": "begin.definition.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Link back to H2", + "color": "#A31515", + "_t": "inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#A31515", + "_t": "definition.end.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "(", + "color": "#000000", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#id-goes-here", + "color": "#000000", + "_t": "inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.underline rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "###", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Alternate heading styles:", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Alternate Header 1", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==================", + "color": "#800000", + "_t": "1.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Alternate Header 2", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "------------------", + "color": "#800000", + "_t": "2.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#008000", + "_t": "comment.definition.html.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "custom-class", + "color": "#0000FF", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "markdown", + "color": "#FF0000", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.block.html.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "1", + "color": "#0000FF", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " nested div", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "script", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "type", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "text/x-koka", + "color": "#0000FF", + "_t": "any.html.inline.meta.quoted.single.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "'", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " function( x: int ) { return x*x; }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " This is a div _with_ underscores", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " and a ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#CD3131", + "_t": "bad-ampersand.html.illegal.invalid", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "b", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#FF0000", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "any.html.inline.meta.tag", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "bold", + "color": "#0000FF", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "bold", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " element.", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "style", + "color": "#800000", + "_t": "entity.html.name.style.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector rgb(128, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font", + "color": "#FF0000", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "begin.css.definition.double.embedded.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "Consolas", + "color": "#0000FF", + "_t": "css.double.embedded.html.meta.property-list.property-value.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#0000FF", + "_t": "css.definition.double.embedded.end.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.html rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "css.embedded.html.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "*", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Bullet lists are easy too", + "color": "#000000", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Another one", + "color": "#000000", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Another one", + "color": "#000000", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "This is a paragraph, which is text surrounded by", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "whitespace. Paragraphs can be on one", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "line (or many), and can drone on for hours.", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Now some inline markup like ", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#000000", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.italic rgb(0, 0, 0)" + }, + { + "content": "italics", + "color": "#000000", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.italic rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#000000", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.italic rgb(0, 0, 0)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "**", + "color": "#000080", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.bold rgb(0, 0, 128)" + }, + { + "content": "bold", + "color": "#000080", + "_t": "bold.markdown.markup.meta.paragraph", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.bold rgb(0, 0, 128)" + }, + { + "content": "**", + "color": "#000080", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.bold rgb(0, 0, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and ", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "`", + "color": "#800000", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.inline.raw rgb(128, 0, 0)" + }, + { + "content": "code()", + "color": "#800000", + "_t": "inline.markdown.markup.meta.paragraph.raw", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.inline.raw rgb(128, 0, 0)" + }, + { + "content": "`", + "color": "#800000", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.inline.raw rgb(128, 0, 0)" + }, + { + "content": ". Note that underscores", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#000000", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.italic rgb(0, 0, 0)" + }, + { + "content": "words", + "color": "#000000", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.italic rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#000000", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.italic rgb(0, 0, 0)" + }, + { + "content": "are ignored.", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "````application/json", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " { value: [\"or with a mime type\"] }", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "````", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#0451A5", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.punctuation.quote.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "markdown.markup.quote", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Blockquotes are like quoted text in email replies", + "color": "#000000", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">>", + "color": "#0451A5", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.punctuation.quote.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "markdown.markup.quote", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "And, they can be nested", + "color": "#000000", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1.", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.numbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "A numbered list", + "color": "#000000", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2.", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.numbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Which is numbered", + "color": "#000000", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3.", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.numbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "With periods and a space", + "color": "#000000", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "And now some code:", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " // Code is just text indented a bit", + "color": "#000000", + "_t": "block.markdown.markup.raw", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " which(is_easy) to_remember();", + "color": "#000000", + "_t": "block.markdown.markup.raw", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "And a block", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "~~~", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "// Markdown extra adds un-indented code blocks too", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if (this", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#000000", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.italic rgb(0, 0, 0)" + }, + { + "content": "is", + "color": "#000000", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.italic rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#000000", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.italic rgb(0, 0, 0)" + }, + { + "content": "more_code == true ", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&&", + "color": "#000000", + "_t": "markdown.meta.other.paragraph.valid-ampersand", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " !indented) {", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " // tild wrapped code blocks, also not indented", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "~~~", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Text with", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "two trailing spaces", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(on the right)", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "can be used", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for things like poems", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "###", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Horizontal rules", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "* * * *", + "color": "#000000", + "_t": "markdown.meta.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "****", + "color": "#000000", + "_t": "markdown.meta.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "--------------------------", + "color": "#000000", + "_t": "markdown.meta.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "![", + "color": "#A31515", + "_t": "begin.definition.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "picture alt", + "color": "#A31515", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#A31515", + "_t": "definition.end.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "(", + "color": "#000000", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/images/photo.jpeg", + "color": "#000000", + "_t": "image.inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.underline rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "image.inline.markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Title is optional", + "color": "#A31515", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "##", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Markdown plus tables", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "##", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "| Header | Header | Right |", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "| ------ | ------ | -----: |", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "| Cell | Cell | $10 |", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "| Cell | Cell | $20 |", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Outer pipes on tables are optional", + "color": "#000000", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Colon used for alignment (right versus left)", + "color": "#000000", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "##", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Markdown plus definition lists", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "##", + "color": "#800000", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.heading rgb(128, 0, 0)" + }, + { + "content": "Bottled water", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ": $ 1.25", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ": $ 1.55 (Large)", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Milk", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Pop", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ": $ 1.75", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Multiple definitions and terms are possible", + "color": "#000000", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#0451A5", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.markup.punctuation.list.beginning rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Definitions can include multiple paragraphs too", + "color": "#000000", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*[ABBR]: Markdown plus abbreviations (produces an ", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "abbr", + "color": "#800000", + "_t": "any.entity.html.inline.markdown.meta.name.paragraph.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " tag)", + "color": "#000000", + "_t": "markdown.meta.paragraph", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "#", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.heading rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.heading rgb(138, 177, 176)" + }, + { + "content": "Header 1", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.section rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.heading rgb(138, 177, 176)" + }, + { + "content": "#", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.heading rgb(138, 177, 176)" + }, + { + "content": "##", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.heading rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.heading rgb(138, 177, 176)" + }, + { + "content": "Header 2", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.section rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.heading rgb(138, 177, 176)" + }, + { + "content": "##", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.heading rgb(138, 177, 176)" + }, + { + "content": "###", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.heading rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.heading rgb(138, 177, 176)" + }, + { + "content": "Header 3 ### (Hashes on right are optional)", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.section rgb(138, 177, 176)" + }, + { + "content": "##", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.heading rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.heading rgb(138, 177, 176)" + }, + { + "content": "Markdown plus h2 with a custom ID ## {#id-goes-here}", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.section rgb(138, 177, 176)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.definition.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Link back to H2", + "color": "#DC3958", + "_t": "inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.other.link rgb(220, 57, 88)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "definition.end.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#F79A32", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.link rgb(247, 154, 50)" + }, + { + "content": "#id-goes-here", + "color": "#F79A32", + "_t": "inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.link rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#F79A32", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.link rgb(247, 154, 50)" + }, + { + "content": "###", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.heading rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.heading rgb(138, 177, 176)" + }, + { + "content": "Alternate heading styles:", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.section rgb(138, 177, 176)" + }, + { + "content": "Alternate Header 1", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "==================", + "color": "#8AB1B0", + "_t": "1.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.heading.setext rgb(138, 177, 176)" + }, + { + "content": "Alternate Header 2", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "------------------", + "color": "#8AB1B0", + "_t": "2.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.heading.setext rgb(138, 177, 176)" + }, + { + "content": "", + "color": "#A57A4C", + "_t": "comment.definition.html.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "div", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#F79A32", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "custom-class", + "color": "#889B4A", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "markdown", + "color": "#F79A32", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#889B4A", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "div", + "color": "#DC3958", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " nested div", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "script", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "type", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "text/x-koka", + "color": "#889B4A", + "_t": "any.html.inline.meta.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " function( x: int ) { return x*x; }", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " This is a div _with_ underscores", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " and a ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "&", + "color": "#DC3958", + "_t": "bad-ampersand.html.illegal.invalid", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.invalid.illegal rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "b", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#F79A32", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "bold", + "color": "#889B4A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "bold", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " element.", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "style", + "color": "#DC3958", + "_t": "entity.html.name.style.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "body", + "color": "#DC3958", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#98676A", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.selector rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#18401E", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font", + "color": "#D3AF86", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.css.definition.double.embedded.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Consolas", + "color": "#889B4A", + "_t": "css.double.embedded.html.meta.property-list.property-value.quoted.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "css.definition.double.embedded.end.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#18401E", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#DC3958", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "Bullet lists are easy too", + "color": "#DC3958", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "-", + "color": "#DC3958", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "Another one", + "color": "#DC3958", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "+", + "color": "#DC3958", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "Another one", + "color": "#DC3958", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "This is a paragraph, which is text surrounded by", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "whitespace. Paragraphs can be on one", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "line (or many), and can drone on for hours.", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Now some inline markup like ", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "_", + "color": "#98676A", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.italic rgb(152, 103, 106)" + }, + { + "content": "italics", + "color": "#98676A", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.italic rgb(152, 103, 106)" + }, + { + "content": "_", + "color": "#98676A", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.italic rgb(152, 103, 106)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "**", + "color": "#F06431", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.bold rgb(240, 100, 49)" + }, + { + "content": "bold", + "color": "#F06431", + "_t": "bold.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.bold rgb(240, 100, 49)" + }, + { + "content": "**", + "color": "#F06431", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.bold rgb(240, 100, 49)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "and ", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "`", + "color": "#889B4A", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.raw.inline rgb(136, 155, 74)" + }, + { + "content": "code()", + "color": "#889B4A", + "_t": "inline.markdown.markup.meta.paragraph.raw", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.raw.inline rgb(136, 155, 74)" + }, + { + "content": "`", + "color": "#889B4A", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.raw.inline rgb(136, 155, 74)" + }, + { + "content": ". Note that underscores", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "in", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "_", + "color": "#98676A", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.italic rgb(152, 103, 106)" + }, + { + "content": "words", + "color": "#98676A", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.italic rgb(152, 103, 106)" + }, + { + "content": "_", + "color": "#98676A", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.italic rgb(152, 103, 106)" + }, + { + "content": "are ignored.", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "````application/json", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " { value: [\"or with a mime type\"] }", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "````", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#F79A32", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.quote rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#F79A32", + "_t": "markdown.markup.quote", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.quote rgb(247, 154, 50)" + }, + { + "content": "Blockquotes are like quoted text in email replies", + "color": "#F79A32", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.quote rgb(247, 154, 50)" + }, + { + "content": ">>", + "color": "#F79A32", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.quote rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#F79A32", + "_t": "markdown.markup.quote", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.quote rgb(247, 154, 50)" + }, + { + "content": "And, they can be nested", + "color": "#F79A32", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.quote rgb(247, 154, 50)" + }, + { + "content": "1.", + "color": "#DC3958", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "A numbered list", + "color": "#DC3958", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "2.", + "color": "#DC3958", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "Which is numbered", + "color": "#DC3958", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "3.", + "color": "#DC3958", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "With periods and a space", + "color": "#DC3958", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "And now some code:", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " // Code is just text indented a bit", + "color": "#D3AF86", + "_t": "block.markdown.markup.raw", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " which(is_easy) to_remember();", + "color": "#D3AF86", + "_t": "block.markdown.markup.raw", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "And a block", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "~~~", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "// Markdown extra adds un-indented code blocks too", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if (this", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "_", + "color": "#98676A", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.italic rgb(152, 103, 106)" + }, + { + "content": "is", + "color": "#98676A", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.italic rgb(152, 103, 106)" + }, + { + "content": "_", + "color": "#98676A", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.italic rgb(152, 103, 106)" + }, + { + "content": "more_code == true ", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "&&", + "color": "#D3AF86", + "_t": "markdown.meta.other.paragraph.valid-ampersand", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " !indented) {", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " // tild wrapped code blocks, also not indented", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "~~~", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Text with", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "two trailing spaces", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(on the right)", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "can be used", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for things like poems", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "###", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.heading rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.heading rgb(138, 177, 176)" + }, + { + "content": "Horizontal rules", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.section rgb(138, 177, 176)" + }, + { + "content": "* * * *", + "color": "#D3AF86", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "****", + "color": "#D3AF86", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "--------------------------", + "color": "#D3AF86", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "![", + "color": "#D3AF86", + "_t": "begin.definition.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "picture alt", + "color": "#DC3958", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.other.link rgb(220, 57, 88)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "definition.end.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/images/photo.jpeg", + "color": "#F79A32", + "_t": "image.inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.link rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "image.inline.markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#DC3958", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.other.link rgb(220, 57, 88)" + }, + { + "content": "Title is optional", + "color": "#DC3958", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.other.link rgb(220, 57, 88)" + }, + { + "content": "\"", + "color": "#DC3958", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.other.link rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "##", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.heading rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.heading rgb(138, 177, 176)" + }, + { + "content": "Markdown plus tables", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.section rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.heading rgb(138, 177, 176)" + }, + { + "content": "##", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.heading rgb(138, 177, 176)" + }, + { + "content": "| Header | Header | Right |", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "| ------ | ------ | -----: |", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "| Cell | Cell | $10 |", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "| Cell | Cell | $20 |", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#DC3958", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "Outer pipes on tables are optional", + "color": "#DC3958", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "*", + "color": "#DC3958", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "Colon used for alignment (right versus left)", + "color": "#DC3958", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "##", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.heading rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.heading rgb(138, 177, 176)" + }, + { + "content": "Markdown plus definition lists", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.section rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.heading rgb(138, 177, 176)" + }, + { + "content": "##", + "color": "#8AB1B0", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.heading rgb(138, 177, 176)" + }, + { + "content": "Bottled water", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ": $ 1.25", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ": $ 1.55 (Large)", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Milk", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Pop", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ": $ 1.75", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#DC3958", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "Multiple definitions and terms are possible", + "color": "#DC3958", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "*", + "color": "#DC3958", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "Definitions can include multiple paragraphs too", + "color": "#DC3958", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.markup.list rgb(220, 57, 88)" + }, + { + "content": "*[ABBR]: Markdown plus abbreviations (produces an ", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "abbr", + "color": "#DC3958", + "_t": "any.entity.html.inline.markdown.meta.name.paragraph.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " tag)", + "color": "#D3AF86", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "#", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "Header 1", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "#", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "##", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "Header 2", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "##", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "###", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "Header 3 ### (Hashes on right are optional)", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "##", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "Markdown plus h2 with a custom ID ## {#id-goes-here}", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "[", + "color": "#E6DB74", + "_t": "begin.definition.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Link back to H2", + "color": "#E6DB74", + "_t": "inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "]", + "color": "#E6DB74", + "_t": "definition.end.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#id-goes-here", + "color": "#F8F8F2", + "_t": "inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "###", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "Alternate heading styles:", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "Alternate Header 1", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "==================", + "color": "#A6E22E", + "_t": "1.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading.setext rgb(166, 226, 46)" + }, + { + "content": "Alternate Header 2", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "------------------", + "color": "#A6E22E", + "_t": "2.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading.setext rgb(166, 226, 46)" + }, + { + "content": "", + "color": "#75715E", + "_t": "comment.definition.html.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "div", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#A6E22E", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "custom-class", + "color": "#E6DB74", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "markdown", + "color": "#A6E22E", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "1", + "color": "#E6DB74", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "div", + "color": "#F92672", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " nested div", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "script", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "type", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "any.begin.definition.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "text/x-koka", + "color": "#E6DB74", + "_t": "any.html.inline.meta.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "any.definition.end.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " function( x: int ) { return x*x; }", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " This is a div _with_ underscores", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " and a ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "&", + "color": "#F8F8F0", + "_t": "bad-ampersand.html.illegal.invalid", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "b", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#A6E22E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "bold", + "color": "#E6DB74", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "bold", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " element.", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "style", + "color": "#F92672", + "_t": "entity.html.name.style.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "body", + "color": "#F92672", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font", + "color": "#66D9EF", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.css.definition.double.embedded.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Consolas", + "color": "#E6DB74", + "_t": "css.double.embedded.html.meta.property-list.property-value.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "css.definition.double.embedded.end.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#E6DB74", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "Bullet lists are easy too", + "color": "#E6DB74", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "-", + "color": "#E6DB74", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "Another one", + "color": "#E6DB74", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "+", + "color": "#E6DB74", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "Another one", + "color": "#E6DB74", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "This is a paragraph, which is text surrounded by", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "whitespace. Paragraphs can be on one", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "line (or many), and can drone on for hours.", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Now some inline markup like ", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "_", + "color": "#66D9EF", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.italic rgb(102, 217, 239)" + }, + { + "content": "italics", + "color": "#66D9EF", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.italic rgb(102, 217, 239)" + }, + { + "content": "_", + "color": "#66D9EF", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.italic rgb(102, 217, 239)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "**", + "color": "#66D9EF", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.bold rgb(102, 217, 239)" + }, + { + "content": "bold", + "color": "#66D9EF", + "_t": "bold.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.bold rgb(102, 217, 239)" + }, + { + "content": "**", + "color": "#66D9EF", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.bold rgb(102, 217, 239)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "and ", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "`", + "color": "#FD971F", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.inline.raw rgb(253, 151, 31)" + }, + { + "content": "code()", + "color": "#FD971F", + "_t": "inline.markdown.markup.meta.paragraph.raw", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.inline.raw rgb(253, 151, 31)" + }, + { + "content": "`", + "color": "#FD971F", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.inline.raw rgb(253, 151, 31)" + }, + { + "content": ". Note that underscores", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "in", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "_", + "color": "#66D9EF", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.italic rgb(102, 217, 239)" + }, + { + "content": "words", + "color": "#66D9EF", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.italic rgb(102, 217, 239)" + }, + { + "content": "_", + "color": "#66D9EF", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.italic rgb(102, 217, 239)" + }, + { + "content": "are ignored.", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "````application/json", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " { value: [\"or with a mime type\"] }", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "````", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">", + "color": "#F92672", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.quote rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F92672", + "_t": "markdown.markup.quote", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.quote rgb(249, 38, 114)" + }, + { + "content": "Blockquotes are like quoted text in email replies", + "color": "#F92672", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.quote rgb(249, 38, 114)" + }, + { + "content": ">>", + "color": "#F92672", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.quote rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F92672", + "_t": "markdown.markup.quote", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.quote rgb(249, 38, 114)" + }, + { + "content": "And, they can be nested", + "color": "#F92672", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.quote rgb(249, 38, 114)" + }, + { + "content": "1.", + "color": "#E6DB74", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "A numbered list", + "color": "#E6DB74", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "2.", + "color": "#E6DB74", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "Which is numbered", + "color": "#E6DB74", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "3.", + "color": "#E6DB74", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "With periods and a space", + "color": "#E6DB74", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "And now some code:", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " // Code is just text indented a bit", + "color": "#F8F8F2", + "_t": "block.markdown.markup.raw", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " which(is_easy) to_remember();", + "color": "#F8F8F2", + "_t": "block.markdown.markup.raw", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "And a block", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "~~~", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "// Markdown extra adds un-indented code blocks too", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if (this", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "_", + "color": "#66D9EF", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.italic rgb(102, 217, 239)" + }, + { + "content": "is", + "color": "#66D9EF", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.italic rgb(102, 217, 239)" + }, + { + "content": "_", + "color": "#66D9EF", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.italic rgb(102, 217, 239)" + }, + { + "content": "more_code == true ", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "&&", + "color": "#F8F8F2", + "_t": "markdown.meta.other.paragraph.valid-ampersand", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " !indented) {", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " // tild wrapped code blocks, also not indented", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "~~~", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Text with", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "two trailing spaces", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(on the right)", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "can be used", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for things like poems", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "###", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "Horizontal rules", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "* * * *", + "color": "#F8F8F2", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "****", + "color": "#F8F8F2", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "--------------------------", + "color": "#F8F8F2", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "![", + "color": "#E6DB74", + "_t": "begin.definition.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "picture alt", + "color": "#E6DB74", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "]", + "color": "#E6DB74", + "_t": "definition.end.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/images/photo.jpeg", + "color": "#F8F8F2", + "_t": "image.inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "image.inline.markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Title is optional", + "color": "#E6DB74", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "##", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "Markdown plus tables", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "##", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "| Header | Header | Right |", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "| ------ | ------ | -----: |", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "| Cell | Cell | $10 |", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "| Cell | Cell | $20 |", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#E6DB74", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "Outer pipes on tables are optional", + "color": "#E6DB74", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "*", + "color": "#E6DB74", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "Colon used for alignment (right versus left)", + "color": "#E6DB74", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "##", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "Markdown plus definition lists", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "##", + "color": "#A6E22E", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.heading rgb(166, 226, 46)" + }, + { + "content": "Bottled water", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ": $ 1.25", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ": $ 1.55 (Large)", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Milk", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Pop", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ": $ 1.75", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#E6DB74", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "Multiple definitions and terms are possible", + "color": "#E6DB74", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "*", + "color": "#E6DB74", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "Definitions can include multiple paragraphs too", + "color": "#E6DB74", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.markup.list rgb(230, 219, 116)" + }, + { + "content": "*[ABBR]: Markdown plus abbreviations (produces an ", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.definition.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "abbr", + "color": "#F92672", + "_t": "any.entity.html.inline.markdown.meta.name.paragraph.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " tag)", + "color": "#F8F8F2", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "#", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "Header 1", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "#", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "##", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "Header 2", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "##", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "###", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "Header 3 ### (Hashes on right are optional)", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "##", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "Markdown plus h2 with a custom ID ## {#id-goes-here}", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "[", + "color": "#9AA83A", + "_t": "begin.definition.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Link back to H2", + "color": "#9AA83A", + "_t": "inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "]", + "color": "#9AA83A", + "_t": "definition.end.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#id-goes-here", + "color": "#C5C8C6", + "_t": "inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "###", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "Alternate heading styles:", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "Alternate Header 1", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "==================", + "color": "#D0B344", + "_t": "1.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading.setext rgb(208, 179, 68)" + }, + { + "content": "Alternate Header 2", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "------------------", + "color": "#D0B344", + "_t": "2.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading.setext rgb(208, 179, 68)" + }, + { + "content": "", + "color": "#9A9B99", + "_t": "comment.definition.html.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "div", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "class", + "color": "#D0B344", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "custom-class", + "color": "#9AA83A", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "markdown", + "color": "#D0B344", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "1", + "color": "#9AA83A", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "div", + "color": "#6089B4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " nested div", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "script", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "type", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "any.begin.definition.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "text/x-koka", + "color": "#D0B344", + "_t": "any.html.inline.meta.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "any.definition.end.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " function( x: int ) { return x*x; }", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " This is a div _with_ underscores", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " and a ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "&", + "color": "#FF0B00", + "_t": "bad-ampersand.html.illegal.invalid", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.invalid rgb(255, 11, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "b", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "class", + "color": "#D0B344", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "bold", + "color": "#9AA83A", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "bold", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " element.", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "style", + "color": "#9872A2", + "_t": "entity.html.name.style.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag.style rgb(152, 114, 162)" + }, + { + "content": ">", + "color": "#9872A2", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.source.css.embedded.punctuation.definition.tag.html rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "body", + "color": "#6089B4", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font", + "color": "#676867", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.css.definition.double.embedded.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.html rgb(154, 168, 58)" + }, + { + "content": "Consolas", + "color": "#9AA83A", + "_t": "css.double.embedded.html.meta.property-list.property-value.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.quoted.double.html rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "css.definition.double.embedded.end.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.html rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "*", + "color": "#9AA83A", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "Bullet lists are easy too", + "color": "#9AA83A", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "-", + "color": "#9AA83A", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "Another one", + "color": "#9AA83A", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "+", + "color": "#9AA83A", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "Another one", + "color": "#9AA83A", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "This is a paragraph, which is text surrounded by", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "whitespace. Paragraphs can be on one", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "line (or many), and can drone on for hours.", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Now some inline markup like ", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "_", + "color": "#6089B4", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.italic rgb(96, 137, 180)" + }, + { + "content": "italics", + "color": "#6089B4", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.italic rgb(96, 137, 180)" + }, + { + "content": "_", + "color": "#6089B4", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.italic rgb(96, 137, 180)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "**", + "color": "#6089B4", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.bold rgb(96, 137, 180)" + }, + { + "content": "bold", + "color": "#6089B4", + "_t": "bold.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.bold rgb(96, 137, 180)" + }, + { + "content": "**", + "color": "#6089B4", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.bold rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "and ", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "`", + "color": "#FF0080", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.inline.raw rgb(255, 0, 128)" + }, + { + "content": "code()", + "color": "#FF0080", + "_t": "inline.markdown.markup.meta.paragraph.raw", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.inline.raw rgb(255, 0, 128)" + }, + { + "content": "`", + "color": "#FF0080", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.inline.raw rgb(255, 0, 128)" + }, + { + "content": ". Note that underscores", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "in", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "_", + "color": "#6089B4", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.italic rgb(96, 137, 180)" + }, + { + "content": "words", + "color": "#6089B4", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.italic rgb(96, 137, 180)" + }, + { + "content": "_", + "color": "#6089B4", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.italic rgb(96, 137, 180)" + }, + { + "content": "are ignored.", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "````application/json", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " { value: [\"or with a mime type\"] }", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "````", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ">", + "color": "#9872A2", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.quote rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#9872A2", + "_t": "markdown.markup.quote", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.quote rgb(152, 114, 162)" + }, + { + "content": "Blockquotes are like quoted text in email replies", + "color": "#9872A2", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.quote rgb(152, 114, 162)" + }, + { + "content": ">>", + "color": "#9872A2", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.quote rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#9872A2", + "_t": "markdown.markup.quote", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.quote rgb(152, 114, 162)" + }, + { + "content": "And, they can be nested", + "color": "#9872A2", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.quote rgb(152, 114, 162)" + }, + { + "content": "1.", + "color": "#9AA83A", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "A numbered list", + "color": "#9AA83A", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "2.", + "color": "#9AA83A", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "Which is numbered", + "color": "#9AA83A", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "3.", + "color": "#9AA83A", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "With periods and a space", + "color": "#9AA83A", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "And now some code:", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " // Code is just text indented a bit", + "color": "#C5C8C6", + "_t": "block.markdown.markup.raw", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " which(is_easy) to_remember();", + "color": "#C5C8C6", + "_t": "block.markdown.markup.raw", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "And a block", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "~~~", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "// Markdown extra adds un-indented code blocks too", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if (this", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "_", + "color": "#6089B4", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.italic rgb(96, 137, 180)" + }, + { + "content": "is", + "color": "#6089B4", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.italic rgb(96, 137, 180)" + }, + { + "content": "_", + "color": "#6089B4", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.italic rgb(96, 137, 180)" + }, + { + "content": "more_code == true ", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "&&", + "color": "#C5C8C6", + "_t": "markdown.meta.other.paragraph.valid-ampersand", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " !indented) {", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " // tild wrapped code blocks, also not indented", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "~~~", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Text with", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "two trailing spaces", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(on the right)", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "can be used", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for things like poems", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "###", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "Horizontal rules", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "* * * *", + "color": "#C5C8C6", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "****", + "color": "#C5C8C6", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "--------------------------", + "color": "#C5C8C6", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "![", + "color": "#9AA83A", + "_t": "begin.definition.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "picture alt", + "color": "#9AA83A", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "]", + "color": "#9AA83A", + "_t": "definition.end.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/images/photo.jpeg", + "color": "#C5C8C6", + "_t": "image.inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "image.inline.markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Title is optional", + "color": "#9AA83A", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "##", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "Markdown plus tables", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "##", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "| Header | Header | Right |", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "| ------ | ------ | -----: |", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "| Cell | Cell | $10 |", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "| Cell | Cell | $20 |", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#9AA83A", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "Outer pipes on tables are optional", + "color": "#9AA83A", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "*", + "color": "#9AA83A", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "Colon used for alignment (right versus left)", + "color": "#9AA83A", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "##", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "Markdown plus definition lists", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "##", + "color": "#D0B344", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.heading rgb(208, 179, 68)" + }, + { + "content": "Bottled water", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ": $ 1.25", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ": $ 1.55 (Large)", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Milk", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Pop", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ": $ 1.75", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#9AA83A", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "Multiple definitions and terms are possible", + "color": "#9AA83A", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "*", + "color": "#9AA83A", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "Definitions can include multiple paragraphs too", + "color": "#9AA83A", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.markup.list rgb(154, 168, 58)" + }, + { + "content": "*[ABBR]: Markdown plus abbreviations (produces an ", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.definition.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "abbr", + "color": "#6089B4", + "_t": "any.entity.html.inline.markdown.meta.name.paragraph.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": " tag)", + "color": "#C5C8C6", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "#", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": "Header 1", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.section rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": "#", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": "##", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": "Header 2", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.section rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": "##", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": "###", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": "Header 3 ### (Hashes on right are optional)", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.section rgb(170, 55, 49)" + }, + { + "content": "##", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": "Markdown plus h2 with a custom ID ## {#id-goes-here}", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.section rgb(170, 55, 49)" + }, + { + "content": "[", + "color": "#4B83CD", + "_t": "begin.definition.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.link rgb(75, 131, 205)" + }, + { + "content": "Link back to H2", + "color": "#4B83CD", + "_t": "inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.link rgb(75, 131, 205)" + }, + { + "content": "]", + "color": "#4B83CD", + "_t": "definition.end.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.link rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#4B83CD", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.link rgb(75, 131, 205)" + }, + { + "content": "#id-goes-here", + "color": "#4B83CD", + "_t": "inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.underline rgb(75, 131, 205)" + }, + { + "content": ")", + "color": "#4B83CD", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.link rgb(75, 131, 205)" + }, + { + "content": "###", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": "Alternate heading styles:", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.section rgb(170, 55, 49)" + }, + { + "content": "Alternate Header 1", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "==================", + "color": "#AA3731", + "_t": "1.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": "Alternate Header 2", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "------------------", + "color": "#AA3731", + "_t": "2.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": "", + "color": "#AAAAAA", + "_t": "comment.definition.html.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "div", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "class", + "color": "#91B3E0", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "custom-class", + "color": "#91B3E0", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "markdown", + "color": "#91B3E0", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "1", + "color": "#91B3E0", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "div", + "color": "#4B83CD", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " nested div", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "script", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "type", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "'", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "text/x-koka", + "color": "#91B3E0", + "_t": "any.html.inline.meta.quoted.single.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "'", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " function( x: int ) { return x*x; }", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " This is a div _with_ underscores", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " and a ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "&", + "color": "#660000", + "_t": "bad-ampersand.html.illegal.invalid", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.invalid.illegal rgb(102, 0, 0)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "b", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "class", + "color": "#91B3E0", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "bold", + "color": "#91B3E0", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "bold", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " element.", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "style", + "color": "#4B83CD", + "_t": "entity.html.name.style.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "body", + "color": "#7A3E9D", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag.css rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.selector rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font", + "color": "#AB6526", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#448C27", + "_t": "begin.css.definition.double.embedded.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "Consolas", + "color": "#448C27", + "_t": "css.double.embedded.html.meta.property-list.property-value.quoted.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#448C27", + "_t": "css.definition.double.embedded.end.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "css.embedded.html.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "*", + "color": "#4B83CD", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#4B83CD", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "Bullet lists are easy too", + "color": "#4B83CD", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "-", + "color": "#4B83CD", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#4B83CD", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "Another one", + "color": "#4B83CD", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "+", + "color": "#4B83CD", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#4B83CD", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "Another one", + "color": "#4B83CD", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "This is a paragraph, which is text surrounded by", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "whitespace. Paragraphs can be on one", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "line (or many), and can drone on for hours.", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Now some inline markup like ", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "_", + "color": "#448C27", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.italic rgb(68, 140, 39)" + }, + { + "content": "italics", + "color": "#448C27", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.italic rgb(68, 140, 39)" + }, + { + "content": "_", + "color": "#448C27", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.italic rgb(68, 140, 39)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "**", + "color": "#448C27", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.bold rgb(68, 140, 39)" + }, + { + "content": "bold", + "color": "#448C27", + "_t": "bold.markdown.markup.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.bold rgb(68, 140, 39)" + }, + { + "content": "**", + "color": "#448C27", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.bold rgb(68, 140, 39)" + }, + { + "content": ",", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "and ", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "`", + "color": "#AB6526", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.inline.raw rgb(171, 101, 38)" + }, + { + "content": "code()", + "color": "#AB6526", + "_t": "inline.markdown.markup.meta.paragraph.raw", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.inline.raw rgb(171, 101, 38)" + }, + { + "content": "`", + "color": "#AB6526", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.inline.raw rgb(171, 101, 38)" + }, + { + "content": ". Note that underscores", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "in", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "_", + "color": "#448C27", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.italic rgb(68, 140, 39)" + }, + { + "content": "words", + "color": "#448C27", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.italic rgb(68, 140, 39)" + }, + { + "content": "_", + "color": "#448C27", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.italic rgb(68, 140, 39)" + }, + { + "content": "are ignored.", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "````application/json", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " { value: [\"or with a mime type\"] }", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "````", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ">", + "color": "#7A3E9D", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.quote rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "markdown.markup.quote", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.quote rgb(122, 62, 157)" + }, + { + "content": "Blockquotes are like quoted text in email replies", + "color": "#7A3E9D", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.quote rgb(122, 62, 157)" + }, + { + "content": ">>", + "color": "#7A3E9D", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.quote rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "markdown.markup.quote", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.quote rgb(122, 62, 157)" + }, + { + "content": "And, they can be nested", + "color": "#7A3E9D", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.quote rgb(122, 62, 157)" + }, + { + "content": "1.", + "color": "#4B83CD", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#4B83CD", + "_t": "list.markdown.markup.numbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "A numbered list", + "color": "#4B83CD", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "2.", + "color": "#4B83CD", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#4B83CD", + "_t": "list.markdown.markup.numbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "Which is numbered", + "color": "#4B83CD", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "3.", + "color": "#4B83CD", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#4B83CD", + "_t": "list.markdown.markup.numbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "With periods and a space", + "color": "#4B83CD", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "And now some code:", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " // Code is just text indented a bit", + "color": "#777777", + "_t": "block.markdown.markup.raw", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.raw rgb(119, 119, 119)" + }, + { + "content": " which(is_easy) to_remember();", + "color": "#777777", + "_t": "block.markdown.markup.raw", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.raw rgb(119, 119, 119)" + }, + { + "content": "And a block", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "~~~", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "// Markdown extra adds un-indented code blocks too", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if (this", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "_", + "color": "#448C27", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.italic rgb(68, 140, 39)" + }, + { + "content": "is", + "color": "#448C27", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.italic rgb(68, 140, 39)" + }, + { + "content": "_", + "color": "#448C27", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.italic rgb(68, 140, 39)" + }, + { + "content": "more_code == true ", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "&&", + "color": "#333333", + "_t": "markdown.meta.other.paragraph.valid-ampersand", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " !indented) {", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " // tild wrapped code blocks, also not indented", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "~~~", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Text with", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "two trailing spaces", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(on the right)", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "can be used", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "for things like poems", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "###", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": "Horizontal rules", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.section rgb(170, 55, 49)" + }, + { + "content": "* * * *", + "color": "#434343", + "_t": "markdown.meta.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "****", + "color": "#434343", + "_t": "markdown.meta.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "--------------------------", + "color": "#434343", + "_t": "markdown.meta.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "![", + "color": "#777777", + "_t": "begin.definition.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "picture alt", + "color": "#4B83CD", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.link rgb(75, 131, 205)" + }, + { + "content": "]", + "color": "#777777", + "_t": "definition.end.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "(", + "color": "#777777", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/images/photo.jpeg", + "color": "#4B83CD", + "_t": "image.inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.underline rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "image.inline.markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#4B83CD", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.link rgb(75, 131, 205)" + }, + { + "content": "Title is optional", + "color": "#4B83CD", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.link rgb(75, 131, 205)" + }, + { + "content": "\"", + "color": "#4B83CD", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.link rgb(75, 131, 205)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "##", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": "Markdown plus tables", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.section rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": "##", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": "| Header | Header | Right |", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "| ------ | ------ | -----: |", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "| Cell | Cell | $10 |", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "| Cell | Cell | $20 |", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#4B83CD", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#4B83CD", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "Outer pipes on tables are optional", + "color": "#4B83CD", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "*", + "color": "#4B83CD", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#4B83CD", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "Colon used for alignment (right versus left)", + "color": "#4B83CD", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "##", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": "Markdown plus definition lists", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.section rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": "##", + "color": "#AA3731", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.heading rgb(170, 55, 49)" + }, + { + "content": "Bottled water", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ": $ 1.25", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ": $ 1.55 (Large)", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Milk", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Pop", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ": $ 1.75", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#4B83CD", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#4B83CD", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "Multiple definitions and terms are possible", + "color": "#4B83CD", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "*", + "color": "#4B83CD", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#4B83CD", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "Definitions can include multiple paragraphs too", + "color": "#4B83CD", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.markup.list rgb(75, 131, 205)" + }, + { + "content": "*[ABBR]: Markdown plus abbreviations (produces an ", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "abbr", + "color": "#4B83CD", + "_t": "any.entity.html.inline.markdown.meta.name.paragraph.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": " tag)", + "color": "#333333", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + } + ], + "red": [ + { + "content": "#", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "Header 1", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "#", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "##", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "Header 2", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "##", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "###", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "Header 3 ### (Hashes on right are optional)", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "##", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "Markdown plus h2 with a custom ID ## {#id-goes-here}", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "[", + "color": "#CD8D8D", + "_t": "begin.definition.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Link back to H2", + "color": "#CD8D8D", + "_t": "inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "]", + "color": "#CD8D8D", + "_t": "definition.end.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#id-goes-here", + "color": "#F8F8F8", + "_t": "inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "###", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "Alternate heading styles:", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "Alternate Header 1", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "==================", + "color": "#FEC758", + "_t": "1.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading.setext rgb(254, 199, 88)" + }, + { + "content": "Alternate Header 2", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "------------------", + "color": "#FEC758", + "_t": "2.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading.setext rgb(254, 199, 88)" + }, + { + "content": "", + "color": "#E7C0C0", + "_t": "comment.definition.html.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "div", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "class", + "color": "#EC0D1E", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "custom-class", + "color": "#EC0D1E", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "markdown", + "color": "#EC0D1E", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "1", + "color": "#EC0D1E", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "div", + "color": "#EC0D1E", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " nested div", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "script", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "type", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "'", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "text/x-koka", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "'", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " function( x: int ) { return x*x; }", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " This is a div _with_ underscores", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " and a ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "&", + "color": "#FFFFFF", + "_t": "bad-ampersand.html.illegal.invalid", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "b", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "class", + "color": "#EC0D1E", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "bold", + "color": "#EC0D1E", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "bold", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " element.", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F8F8F8", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "style", + "color": "#FEC758", + "_t": "entity.html.name.style.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ">", + "color": "#F8F8F8", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "body", + "color": "#AA5507", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.selector.css.entity.name.tag rgb(170, 85, 7)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font", + "color": "#96DD3B", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "begin.css.definition.double.embedded.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "Consolas", + "color": "#9DF39F", + "_t": "css.double.embedded.html.meta.property-list.property-value.quoted.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "css.definition.double.embedded.end.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#F8F8F8", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "*", + "color": "#FF6262", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#FF6262", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "Bullet lists are easy too", + "color": "#FF6262", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "-", + "color": "#FF6262", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#FF6262", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "Another one", + "color": "#FF6262", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "+", + "color": "#FF6262", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#FF6262", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "Another one", + "color": "#FF6262", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "This is a paragraph, which is text surrounded by", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "whitespace. Paragraphs can be on one", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "line (or many), and can drone on for hours.", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Now some inline markup like ", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "_", + "color": "#FB9A4B", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.italic rgb(251, 154, 75)" + }, + { + "content": "italics", + "color": "#FB9A4B", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.italic rgb(251, 154, 75)" + }, + { + "content": "_", + "color": "#FB9A4B", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.italic rgb(251, 154, 75)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "**", + "color": "#FB9A4B", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.bold rgb(251, 154, 75)" + }, + { + "content": "bold", + "color": "#FB9A4B", + "_t": "bold.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.bold rgb(251, 154, 75)" + }, + { + "content": "**", + "color": "#FB9A4B", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.bold rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "and ", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "`", + "color": "#CD8D8D", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.inline.raw rgb(205, 141, 141)" + }, + { + "content": "code()", + "color": "#CD8D8D", + "_t": "inline.markdown.markup.meta.paragraph.raw", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.inline.raw rgb(205, 141, 141)" + }, + { + "content": "`", + "color": "#CD8D8D", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.inline.raw rgb(205, 141, 141)" + }, + { + "content": ". Note that underscores", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "in", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "_", + "color": "#FB9A4B", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.italic rgb(251, 154, 75)" + }, + { + "content": "words", + "color": "#FB9A4B", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.italic rgb(251, 154, 75)" + }, + { + "content": "_", + "color": "#FB9A4B", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.italic rgb(251, 154, 75)" + }, + { + "content": "are ignored.", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "````application/json", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " { value: [\"or with a mime type\"] }", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "````", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ">", + "color": "#F12727", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.quote rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F12727", + "_t": "markdown.markup.quote", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.quote rgb(241, 39, 39)" + }, + { + "content": "Blockquotes are like quoted text in email replies", + "color": "#F12727", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.quote rgb(241, 39, 39)" + }, + { + "content": ">>", + "color": "#F12727", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.quote rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F12727", + "_t": "markdown.markup.quote", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.quote rgb(241, 39, 39)" + }, + { + "content": "And, they can be nested", + "color": "#F12727", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.quote rgb(241, 39, 39)" + }, + { + "content": "1.", + "color": "#FF6262", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#FF6262", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "A numbered list", + "color": "#FF6262", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "2.", + "color": "#FF6262", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#FF6262", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "Which is numbered", + "color": "#FF6262", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "3.", + "color": "#FF6262", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#FF6262", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "With periods and a space", + "color": "#FF6262", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "And now some code:", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " // Code is just text indented a bit", + "color": "#F8F8F8", + "_t": "block.markdown.markup.raw", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " which(is_easy) to_remember();", + "color": "#F8F8F8", + "_t": "block.markdown.markup.raw", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "And a block", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "~~~", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "// Markdown extra adds un-indented code blocks too", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if (this", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "_", + "color": "#FB9A4B", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.italic rgb(251, 154, 75)" + }, + { + "content": "is", + "color": "#FB9A4B", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.italic rgb(251, 154, 75)" + }, + { + "content": "_", + "color": "#FB9A4B", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.italic rgb(251, 154, 75)" + }, + { + "content": "more_code == true ", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "&&", + "color": "#F8F8F8", + "_t": "markdown.meta.other.paragraph.valid-ampersand", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " !indented) {", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " // tild wrapped code blocks, also not indented", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "~~~", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Text with", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "two trailing spaces", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(on the right)", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "can be used", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for things like poems", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "###", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "Horizontal rules", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "* * * *", + "color": "#F8F8F8", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "****", + "color": "#F8F8F8", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "--------------------------", + "color": "#F8F8F8", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "![", + "color": "#CD8D8D", + "_t": "begin.definition.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "picture alt", + "color": "#CD8D8D", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "]", + "color": "#CD8D8D", + "_t": "definition.end.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/images/photo.jpeg", + "color": "#F8F8F8", + "_t": "image.inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "image.inline.markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Title is optional", + "color": "#CD8D8D", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "##", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "Markdown plus tables", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "##", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "| Header | Header | Right |", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "| ------ | ------ | -----: |", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "| Cell | Cell | $10 |", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "| Cell | Cell | $20 |", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#FF6262", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#FF6262", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "Outer pipes on tables are optional", + "color": "#FF6262", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "*", + "color": "#FF6262", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#FF6262", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "Colon used for alignment (right versus left)", + "color": "#FF6262", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "##", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "Markdown plus definition lists", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "##", + "color": "#FEC758", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.heading rgb(254, 199, 88)" + }, + { + "content": "Bottled water", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ": $ 1.25", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ": $ 1.55 (Large)", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Milk", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Pop", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ": $ 1.75", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#FF6262", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#FF6262", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "Multiple definitions and terms are possible", + "color": "#FF6262", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "*", + "color": "#FF6262", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#FF6262", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "Definitions can include multiple paragraphs too", + "color": "#FF6262", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.markup.list rgb(255, 98, 98)" + }, + { + "content": "*[ABBR]: Markdown plus abbreviations (produces an ", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "abbr", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.markdown.meta.name.paragraph.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " tag)", + "color": "#F8F8F8", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "#", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Header 1", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "#", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "##", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Header 2", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "##", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "###", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Header 3 ### (Hashes on right are optional)", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "##", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Markdown plus h2 with a custom ID ## {#id-goes-here}", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#2AA198", + "_t": "begin.definition.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Link back to H2", + "color": "#2AA198", + "_t": "inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#2AA198", + "_t": "definition.end.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#id-goes-here", + "color": "#93A1A1", + "_t": "inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "###", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Alternate heading styles:", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Alternate Header 1", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "==================", + "color": "#268BD2", + "_t": "1.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading.setext rgb(38, 139, 210)" + }, + { + "content": "Alternate Header 2", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "------------------", + "color": "#268BD2", + "_t": "2.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading.setext rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#657B83", + "_t": "comment.definition.html.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "custom-class", + "color": "#2AA198", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "markdown", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "1", + "color": "#2AA198", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " nested div", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "script", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "type", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "text/x-koka", + "color": "#2AA198", + "_t": "any.html.inline.meta.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " function( x: int ) { return x*x; }", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " This is a div _with_ underscores", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " and a ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "&", + "color": "#93A1A1", + "_t": "bad-ampersand.html.illegal.invalid", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "b", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "bold", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "bold", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " element.", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "style", + "color": "#268BD2", + "_t": "entity.html.name.style.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#D30102", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font", + "color": "#859900", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.css.definition.double.embedded.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Consolas", + "color": "#2AA198", + "_t": "css.double.embedded.html.meta.property-list.property-value.quoted.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "css.definition.double.embedded.end.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "*", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "Bullet lists are easy too", + "color": "#B58900", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "-", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "Another one", + "color": "#B58900", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "+", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "Another one", + "color": "#B58900", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "This is a paragraph, which is text surrounded by", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "whitespace. Paragraphs can be on one", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "line (or many), and can drone on for hours.", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Now some inline markup like ", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "_", + "color": "#D33682", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.italic rgb(211, 54, 130)" + }, + { + "content": "italics", + "color": "#D33682", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.italic rgb(211, 54, 130)" + }, + { + "content": "_", + "color": "#D33682", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.italic rgb(211, 54, 130)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "**", + "color": "#D33682", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.bold rgb(211, 54, 130)" + }, + { + "content": "bold", + "color": "#D33682", + "_t": "bold.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.bold rgb(211, 54, 130)" + }, + { + "content": "**", + "color": "#D33682", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.bold rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "and ", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.inline.raw rgb(42, 161, 152)" + }, + { + "content": "code()", + "color": "#2AA198", + "_t": "inline.markdown.markup.meta.paragraph.raw", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.inline.raw rgb(42, 161, 152)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.inline.raw rgb(42, 161, 152)" + }, + { + "content": ". Note that underscores", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "in", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "_", + "color": "#D33682", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.italic rgb(211, 54, 130)" + }, + { + "content": "words", + "color": "#D33682", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.italic rgb(211, 54, 130)" + }, + { + "content": "_", + "color": "#D33682", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.italic rgb(211, 54, 130)" + }, + { + "content": "are ignored.", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "````application/json", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " { value: [\"or with a mime type\"] }", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "````", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#859900", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.quote rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#859900", + "_t": "markdown.markup.quote", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.quote rgb(133, 153, 0)" + }, + { + "content": "Blockquotes are like quoted text in email replies", + "color": "#859900", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.quote rgb(133, 153, 0)" + }, + { + "content": ">>", + "color": "#859900", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.quote rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#859900", + "_t": "markdown.markup.quote", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.quote rgb(133, 153, 0)" + }, + { + "content": "And, they can be nested", + "color": "#859900", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.quote rgb(133, 153, 0)" + }, + { + "content": "1.", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "A numbered list", + "color": "#B58900", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "2.", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "Which is numbered", + "color": "#B58900", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "3.", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "With periods and a space", + "color": "#B58900", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "And now some code:", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " // Code is just text indented a bit", + "color": "#93A1A1", + "_t": "block.markdown.markup.raw", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " which(is_easy) to_remember();", + "color": "#93A1A1", + "_t": "block.markdown.markup.raw", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "And a block", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "~~~", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "// Markdown extra adds un-indented code blocks too", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if (this", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "_", + "color": "#D33682", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.italic rgb(211, 54, 130)" + }, + { + "content": "is", + "color": "#D33682", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.italic rgb(211, 54, 130)" + }, + { + "content": "_", + "color": "#D33682", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.italic rgb(211, 54, 130)" + }, + { + "content": "more_code == true ", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "&&", + "color": "#93A1A1", + "_t": "markdown.meta.other.paragraph.valid-ampersand", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " !indented) {", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " // tild wrapped code blocks, also not indented", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "~~~", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Text with", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "two trailing spaces", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(on the right)", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "can be used", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for things like poems", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "###", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Horizontal rules", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "* * * *", + "color": "#93A1A1", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "****", + "color": "#93A1A1", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "--------------------------", + "color": "#93A1A1", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "![", + "color": "#2AA198", + "_t": "begin.definition.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "picture alt", + "color": "#2AA198", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#2AA198", + "_t": "definition.end.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/images/photo.jpeg", + "color": "#93A1A1", + "_t": "image.inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "image.inline.markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Title is optional", + "color": "#2AA198", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "##", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Markdown plus tables", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "##", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "| Header | Header | Right |", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "| ------ | ------ | -----: |", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "| Cell | Cell | $10 |", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "| Cell | Cell | $20 |", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "Outer pipes on tables are optional", + "color": "#B58900", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "*", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "Colon used for alignment (right versus left)", + "color": "#B58900", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "##", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Markdown plus definition lists", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "##", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Bottled water", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ": $ 1.25", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ": $ 1.55 (Large)", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Milk", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Pop", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ": $ 1.75", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "Multiple definitions and terms are possible", + "color": "#B58900", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "*", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "Definitions can include multiple paragraphs too", + "color": "#B58900", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "*[ABBR]: Markdown plus abbreviations (produces an ", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "abbr", + "color": "#268BD2", + "_t": "any.entity.html.inline.markdown.meta.name.paragraph.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.end.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " tag)", + "color": "#93A1A1", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "#", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Header 1", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "#", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "##", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Header 2", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "##", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "###", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Header 3 ### (Hashes on right are optional)", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "##", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Markdown plus h2 with a custom ID ## {#id-goes-here}", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#2AA198", + "_t": "begin.definition.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Link back to H2", + "color": "#2AA198", + "_t": "inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#2AA198", + "_t": "definition.end.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#id-goes-here", + "color": "#586E75", + "_t": "inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "###", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Alternate heading styles:", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Alternate Header 1", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "==================", + "color": "#268BD2", + "_t": "1.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading.setext rgb(38, 139, 210)" + }, + { + "content": "Alternate Header 2", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "------------------", + "color": "#268BD2", + "_t": "2.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading.setext rgb(38, 139, 210)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "comment.definition.html.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "custom-class", + "color": "#2AA198", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "markdown", + "color": "#93A1A1", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.block.html.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#2AA198", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " nested div", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "script", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "type", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "text/x-koka", + "color": "#2AA198", + "_t": "any.html.inline.meta.quoted.single.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " function( x: int ) { return x*x; }", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " This is a div _with_ underscores", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " and a ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "&", + "color": "#586E75", + "_t": "bad-ampersand.html.illegal.invalid", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "b", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "any.html.inline.meta.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "bold", + "color": "#2AA198", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "bold", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " element.", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "style", + "color": "#268BD2", + "_t": "entity.html.name.style.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#D30102", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font", + "color": "#859900", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.css.definition.double.embedded.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Consolas", + "color": "#2AA198", + "_t": "css.double.embedded.html.meta.property-list.property-value.quoted.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "css.definition.double.embedded.end.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "css.embedded.html.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "definition.html.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "Bullet lists are easy too", + "color": "#B58900", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "-", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "Another one", + "color": "#B58900", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "+", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "Another one", + "color": "#B58900", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "This is a paragraph, which is text surrounded by", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "whitespace. Paragraphs can be on one", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "line (or many), and can drone on for hours.", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Now some inline markup like ", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "_", + "color": "#D33682", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.italic rgb(211, 54, 130)" + }, + { + "content": "italics", + "color": "#D33682", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.italic rgb(211, 54, 130)" + }, + { + "content": "_", + "color": "#D33682", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.italic rgb(211, 54, 130)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "**", + "color": "#D33682", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.bold rgb(211, 54, 130)" + }, + { + "content": "bold", + "color": "#D33682", + "_t": "bold.markdown.markup.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.bold rgb(211, 54, 130)" + }, + { + "content": "**", + "color": "#D33682", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.bold rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "and ", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.inline.raw rgb(42, 161, 152)" + }, + { + "content": "code()", + "color": "#2AA198", + "_t": "inline.markdown.markup.meta.paragraph.raw", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.inline.raw rgb(42, 161, 152)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.inline.raw rgb(42, 161, 152)" + }, + { + "content": ". Note that underscores", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "in", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "_", + "color": "#D33682", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.italic rgb(211, 54, 130)" + }, + { + "content": "words", + "color": "#D33682", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.italic rgb(211, 54, 130)" + }, + { + "content": "_", + "color": "#D33682", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.italic rgb(211, 54, 130)" + }, + { + "content": "are ignored.", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "````application/json", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " { value: [\"or with a mime type\"] }", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "````", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ">", + "color": "#859900", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.quote rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#859900", + "_t": "markdown.markup.quote", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.quote rgb(133, 153, 0)" + }, + { + "content": "Blockquotes are like quoted text in email replies", + "color": "#859900", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.quote rgb(133, 153, 0)" + }, + { + "content": ">>", + "color": "#859900", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.quote rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#859900", + "_t": "markdown.markup.quote", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.quote rgb(133, 153, 0)" + }, + { + "content": "And, they can be nested", + "color": "#859900", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.quote rgb(133, 153, 0)" + }, + { + "content": "1.", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.numbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "A numbered list", + "color": "#B58900", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "2.", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.numbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "Which is numbered", + "color": "#B58900", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "3.", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.numbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "With periods and a space", + "color": "#B58900", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "And now some code:", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " // Code is just text indented a bit", + "color": "#586E75", + "_t": "block.markdown.markup.raw", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " which(is_easy) to_remember();", + "color": "#586E75", + "_t": "block.markdown.markup.raw", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "And a block", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "~~~", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "// Markdown extra adds un-indented code blocks too", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if (this", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "_", + "color": "#D33682", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.italic rgb(211, 54, 130)" + }, + { + "content": "is", + "color": "#D33682", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.italic rgb(211, 54, 130)" + }, + { + "content": "_", + "color": "#D33682", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.italic rgb(211, 54, 130)" + }, + { + "content": "more_code == true ", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "&&", + "color": "#586E75", + "_t": "markdown.meta.other.paragraph.valid-ampersand", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " !indented) {", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " // tild wrapped code blocks, also not indented", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "~~~", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Text with", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "two trailing spaces", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(on the right)", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "can be used", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for things like poems", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "###", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Horizontal rules", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "* * * *", + "color": "#586E75", + "_t": "markdown.meta.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "****", + "color": "#586E75", + "_t": "markdown.meta.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "--------------------------", + "color": "#586E75", + "_t": "markdown.meta.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "![", + "color": "#2AA198", + "_t": "begin.definition.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "picture alt", + "color": "#2AA198", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#2AA198", + "_t": "definition.end.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/images/photo.jpeg", + "color": "#586E75", + "_t": "image.inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "image.inline.markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Title is optional", + "color": "#2AA198", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "##", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Markdown plus tables", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "##", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "| Header | Header | Right |", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "| ------ | ------ | -----: |", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "| Cell | Cell | $10 |", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "| Cell | Cell | $20 |", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "Outer pipes on tables are optional", + "color": "#B58900", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "*", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "Colon used for alignment (right versus left)", + "color": "#B58900", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "##", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Markdown plus definition lists", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "##", + "color": "#268BD2", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.heading rgb(38, 139, 210)" + }, + { + "content": "Bottled water", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ": $ 1.25", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ": $ 1.55 (Large)", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Milk", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Pop", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ": $ 1.75", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "Multiple definitions and terms are possible", + "color": "#B58900", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "*", + "color": "#B58900", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#B58900", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "Definitions can include multiple paragraphs too", + "color": "#B58900", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.markup.list rgb(181, 137, 0)" + }, + { + "content": "*[ABBR]: Markdown plus abbreviations (produces an ", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "abbr", + "color": "#268BD2", + "_t": "any.entity.html.inline.markdown.meta.name.paragraph.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " tag)", + "color": "#586E75", + "_t": "markdown.meta.paragraph", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "#", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "Header 1", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "#", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "##", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "Header 2", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "##", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "###", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "Header 3 ### (Hashes on right are optional)", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "##", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "Markdown plus h2 with a custom ID ## {#id-goes-here}", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "[", + "color": "#D1F1A9", + "_t": "begin.definition.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Link back to H2", + "color": "#FF9DA4", + "_t": "inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.other.link rgb(255, 157, 164)" + }, + { + "content": "]", + "color": "#D1F1A9", + "_t": "definition.end.inline.link.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#id-goes-here", + "color": "#FFFFFF", + "_t": "inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.inline.link.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "###", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "Alternate heading styles:", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "Alternate Header 1", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "==================", + "color": "#D1F1A9", + "_t": "1.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "Alternate Header 2", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "------------------", + "color": "#D1F1A9", + "_t": "2.heading.markdown.markup.meta.paragraph.setext", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "", + "color": "#7285B7", + "_t": "comment.definition.html.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "div", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "class", + "color": "#FF9DA4", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "custom-class", + "color": "#FF9DA4", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "markdown", + "color": "#FF9DA4", + "_t": "any.attribute-name.block.entity.html.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.block.html.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.double.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "1", + "color": "#FF9DA4", + "_t": "any.block.double.html.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.block.definition.double.end.html.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.block.definition.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "div", + "color": "#FF9DA4", + "_t": "any.block.entity.html.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " nested div", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "script", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "type", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "'", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "text/x-koka", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "'", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.quoted.single.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " function( x: int ) { return x*x; }", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " This is a div _with_ underscores", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " and a ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#FFFFFF", + "_t": "bad-ampersand.html.illegal.invalid", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "b", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "class", + "color": "#FF9DA4", + "_t": "any.attribute-name.entity.html.inline.meta.other.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "any.html.inline.meta.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.begin.definition.double.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "bold", + "color": "#FF9DA4", + "_t": "any.double.html.inline.meta.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "any.definition.double.end.html.inline.meta.punctuation.quoted.string.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "bold", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " element.", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "style", + "color": "#FF9DA4", + "_t": "entity.html.name.style.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "css.definition.embedded.html.punctuation.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "body", + "color": "#EBBBFF", + "_t": "css.embedded.entity.html.meta.name.selector.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag.css rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.selector.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFC58F", + "_t": "begin.css.embedded.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font", + "color": "#FFEEAD", + "_t": "css.embedded.html.meta.property-list.property-name.source.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "css.embedded.html.key-value.meta.property-list.property-value.punctuation.separator.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.css.definition.double.embedded.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Consolas", + "color": "#D1F1A9", + "_t": "css.double.embedded.html.meta.property-list.property-value.quoted.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "css.definition.double.embedded.end.html.meta.property-list.property-value.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.embedded.html.meta.property-list.property-value.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFC58F", + "_t": "css.embedded.end.html.meta.property-list.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "css.embedded.html.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FFFFFF", + "_t": "definition.html.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.block.definition.end.html.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "*", + "color": "#BBDAFF", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "Bullet lists are easy too", + "color": "#BBDAFF", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "-", + "color": "#BBDAFF", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "Another one", + "color": "#BBDAFF", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "+", + "color": "#BBDAFF", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "Another one", + "color": "#BBDAFF", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "This is a paragraph, which is text surrounded by", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "whitespace. Paragraphs can be on one", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "line (or many), and can drone on for hours.", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Now some inline markup like ", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "_", + "color": "#FFC58F", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.italic rgb(255, 197, 143)" + }, + { + "content": "italics", + "color": "#FFC58F", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.italic rgb(255, 197, 143)" + }, + { + "content": "_", + "color": "#FFC58F", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.italic rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "**", + "color": "#FFC58F", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.bold rgb(255, 197, 143)" + }, + { + "content": "bold", + "color": "#FFC58F", + "_t": "bold.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.bold rgb(255, 197, 143)" + }, + { + "content": "**", + "color": "#FFC58F", + "_t": "bold.definition.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.bold rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "and ", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "`", + "color": "#FF9DA4", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.inline.raw rgb(255, 157, 164)" + }, + { + "content": "code()", + "color": "#FF9DA4", + "_t": "inline.markdown.markup.meta.paragraph.raw", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.inline.raw rgb(255, 157, 164)" + }, + { + "content": "`", + "color": "#FF9DA4", + "_t": "definition.inline.markdown.markup.meta.paragraph.punctuation.raw", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.inline.raw rgb(255, 157, 164)" + }, + { + "content": ". Note that underscores", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "_", + "color": "#FFC58F", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.italic rgb(255, 197, 143)" + }, + { + "content": "words", + "color": "#FFC58F", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.italic rgb(255, 197, 143)" + }, + { + "content": "_", + "color": "#FFC58F", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.italic rgb(255, 197, 143)" + }, + { + "content": "are ignored.", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "````application/json", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " { value: [\"or with a mime type\"] }", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "````", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#FFC58F", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.quote rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFC58F", + "_t": "markdown.markup.quote", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.quote rgb(255, 197, 143)" + }, + { + "content": "Blockquotes are like quoted text in email replies", + "color": "#FFC58F", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.quote rgb(255, 197, 143)" + }, + { + "content": ">>", + "color": "#FFC58F", + "_t": "beginning.definition.markdown.markup.punctuation.quote", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.quote rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFC58F", + "_t": "markdown.markup.quote", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.quote rgb(255, 197, 143)" + }, + { + "content": "And, they can be nested", + "color": "#FFC58F", + "_t": "markdown.markup.meta.paragraph.quote", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.quote rgb(255, 197, 143)" + }, + { + "content": "1.", + "color": "#BBDAFF", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "A numbered list", + "color": "#BBDAFF", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "2.", + "color": "#BBDAFF", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "Which is numbered", + "color": "#BBDAFF", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "3.", + "color": "#BBDAFF", + "_t": "beginning.definition.list.markdown.markup.numbered.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "list.markdown.markup.numbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "With periods and a space", + "color": "#BBDAFF", + "_t": "list.markdown.markup.meta.numbered.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "And now some code:", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " // Code is just text indented a bit", + "color": "#FFFFFF", + "_t": "block.markdown.markup.raw", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " which(is_easy) to_remember();", + "color": "#FFFFFF", + "_t": "block.markdown.markup.raw", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "And a block", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "~~~", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "// Markdown extra adds un-indented code blocks too", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if (this", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "_", + "color": "#FFC58F", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.italic rgb(255, 197, 143)" + }, + { + "content": "is", + "color": "#FFC58F", + "_t": "italic.markdown.markup.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.italic rgb(255, 197, 143)" + }, + { + "content": "_", + "color": "#FFC58F", + "_t": "definition.italic.markdown.markup.meta.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.italic rgb(255, 197, 143)" + }, + { + "content": "more_code == true ", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "&&", + "color": "#FFFFFF", + "_t": "markdown.meta.other.paragraph.valid-ampersand", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " !indented) {", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " // tild wrapped code blocks, also not indented", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "~~~", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Text with", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "two trailing spaces", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(on the right)", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "can be used", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for things like poems", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "###", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "Horizontal rules", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "* * * *", + "color": "#FFFFFF", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "****", + "color": "#FFFFFF", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "--------------------------", + "color": "#FFFFFF", + "_t": "markdown.meta.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "![", + "color": "#D1F1A9", + "_t": "begin.definition.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "picture alt", + "color": "#FF9DA4", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.other.link rgb(255, 157, 164)" + }, + { + "content": "]", + "color": "#D1F1A9", + "_t": "definition.end.image.inline.markdown.meta.paragraph.punctuation.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/images/photo.jpeg", + "color": "#FFFFFF", + "_t": "image.inline.link.markdown.markup.meta.paragraph.underline", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "image.inline.markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.other.link rgb(255, 157, 164)" + }, + { + "content": "Title is optional", + "color": "#FF9DA4", + "_t": "description.image.inline.link.markdown.meta.other.paragraph.string.title", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.other.link rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "definition.description.image.inline.link.markdown.meta.other.paragraph.punctuation.string.title", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.other.link rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.image.inline.markdown.meta.metadata.paragraph.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "##", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "Markdown plus tables", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "##", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "| Header | Header | Right |", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "| ------ | ------ | -----: |", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "| Cell | Cell | $10 |", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "| Cell | Cell | $20 |", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#BBDAFF", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "Outer pipes on tables are optional", + "color": "#BBDAFF", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "*", + "color": "#BBDAFF", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "Colon used for alignment (right versus left)", + "color": "#BBDAFF", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "##", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "Markdown plus definition lists", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.entity.heading.markdown.markup.name.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.heading.markdown.markup", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "##", + "color": "#D1F1A9", + "_t": "${1/(#)(#)?(#)?(#)?(#)?(#)?/${6:?6:${5:?5:${4:?4:${3:?3:${2:?2:1}}}}}/}.definition.heading.markdown.markup.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.heading rgb(209, 241, 169)" + }, + { + "content": "Bottled water", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ": $ 1.25", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ": $ 1.55 (Large)", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Milk", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Pop", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ": $ 1.75", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#BBDAFF", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "Multiple definitions and terms are possible", + "color": "#BBDAFF", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "*", + "color": "#BBDAFF", + "_t": "beginning.definition.list.markdown.markup.punctuation.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "list.markdown.markup.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "Definitions can include multiple paragraphs too", + "color": "#BBDAFF", + "_t": "list.markdown.markup.meta.paragraph.unnumbered", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.markup.list rgb(187, 218, 255)" + }, + { + "content": "*[ABBR]: Markdown plus abbreviations (produces an ", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "abbr", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.markdown.meta.name.paragraph.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.markdown.meta.paragraph.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " tag)", + "color": "#FFFFFF", + "_t": "markdown.meta.paragraph", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.md.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.md.result.patch new file mode 100644 index 000000000..024a95d80 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.md.result.patch @@ -0,0 +1,1206 @@ +{ + "abyss": [ + { + "index": 16, + "content": "[", + "color": "#22AA44", + "newColor": "#6688CC" + }, + { + "index": 18, + "content": "]", + "color": "#22AA44", + "newColor": "#6688CC" + }, + { + "index": 189, + "content": "![", + "color": "#22AA44", + "newColor": "#6688CC" + }, + { + "index": 191, + "content": "]", + "color": "#22AA44", + "newColor": "#6688CC" + } + ], + "dark_vs": [ + { + "index": 16, + "content": "[", + "color": "#CE9178", + "newColor": "#D4D4D4" + }, + { + "index": 18, + "content": "]", + "color": "#CE9178", + "newColor": "#D4D4D4" + }, + { + "index": 37, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 39, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 43, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 45, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 62, + "content": "'", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 64, + "content": "'", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 80, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 82, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 189, + "content": "![", + "color": "#CE9178", + "newColor": "#D4D4D4" + }, + { + "index": 191, + "content": "]", + "color": "#CE9178", + "newColor": "#D4D4D4" + } + ], + "light_vs": [ + { + "index": 16, + "content": "[", + "color": "#A31515", + "newColor": "#000000" + }, + { + "index": 18, + "content": "]", + "color": "#A31515", + "newColor": "#000000" + }, + { + "index": 37, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 39, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 43, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 45, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 62, + "content": "'", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 64, + "content": "'", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 80, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 82, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 101, + "content": "\"", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 102, + "content": "Consolas", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 103, + "content": "\"", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 189, + "content": "![", + "color": "#A31515", + "newColor": "#000000" + }, + { + "index": 191, + "content": "]", + "color": "#A31515", + "newColor": "#000000" + } + ], + "hc_black": [ + { + "index": 16, + "content": "[", + "color": "#CE9178", + "newColor": "#FFFFFF" + }, + { + "index": 18, + "content": "]", + "color": "#CE9178", + "newColor": "#FFFFFF" + }, + { + "index": 37, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 39, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 43, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 45, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 62, + "content": "'", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 64, + "content": "'", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 80, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 82, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 189, + "content": "![", + "color": "#CE9178", + "newColor": "#FFFFFF" + }, + { + "index": 191, + "content": "]", + "color": "#CE9178", + "newColor": "#FFFFFF" + } + ], + "dark_plus": [ + { + "index": 16, + "content": "[", + "color": "#CE9178", + "newColor": "#D4D4D4" + }, + { + "index": 18, + "content": "]", + "color": "#CE9178", + "newColor": "#D4D4D4" + }, + { + "index": 37, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 39, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 43, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 45, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 62, + "content": "'", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 64, + "content": "'", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 80, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 82, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 189, + "content": "![", + "color": "#CE9178", + "newColor": "#D4D4D4" + }, + { + "index": 191, + "content": "]", + "color": "#CE9178", + "newColor": "#D4D4D4" + } + ], + "light_plus": [ + { + "index": 16, + "content": "[", + "color": "#A31515", + "newColor": "#000000" + }, + { + "index": 18, + "content": "]", + "color": "#A31515", + "newColor": "#000000" + }, + { + "index": 37, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 39, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 43, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 45, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 62, + "content": "'", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 64, + "content": "'", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 80, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 82, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 101, + "content": "\"", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 102, + "content": "Consolas", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 103, + "content": "\"", + "color": "#0000FF", + "newColor": "#A31515" + }, + { + "index": 189, + "content": "![", + "color": "#A31515", + "newColor": "#000000" + }, + { + "index": 191, + "content": "]", + "color": "#A31515", + "newColor": "#000000" + } + ], + "kimbie_dark": [ + { + "index": 96, + "content": "{", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 105, + "content": "}", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 193, + "content": "/images/photo.jpeg", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 195, + "content": "\"", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 197, + "content": "\"", + "color": "#DC3958", + "newColor": "#D3AF86" + } + ], + "monokai": [ + { + "index": 16, + "content": "[", + "color": "#E6DB74", + "newColor": "#F8F8F2" + }, + { + "index": 18, + "content": "]", + "color": "#E6DB74", + "newColor": "#F8F8F2" + }, + { + "index": 189, + "content": "![", + "color": "#E6DB74", + "newColor": "#F8F8F2" + }, + { + "index": 191, + "content": "]", + "color": "#E6DB74", + "newColor": "#F8F8F2" + } + ], + "monokai_dimmed": [ + { + "index": 16, + "content": "[", + "color": "#9AA83A", + "newColor": "#C5C8C6" + }, + { + "index": 18, + "content": "]", + "color": "#9AA83A", + "newColor": "#C5C8C6" + }, + { + "index": 63, + "content": "text/x-koka", + "color": "#D0B344", + "newColor": "#9AA83A" + }, + { + "index": 189, + "content": "![", + "color": "#9AA83A", + "newColor": "#C5C8C6" + }, + { + "index": 191, + "content": "]", + "color": "#9AA83A", + "newColor": "#C5C8C6" + } + ], + "quietlight": [ + { + "index": 0, + "content": "#", + "color": "#AA3731", + "newColor": "#777777" + }, + { + "index": 4, + "content": "#", + "color": "#AA3731", + "newColor": "#777777" + }, + { + "index": 5, + "content": "##", + "color": "#AA3731", + "newColor": "#777777" + }, + { + "index": 9, + "content": "##", + "color": "#AA3731", + "newColor": "#777777" + }, + { + "index": 10, + "content": "###", + "color": "#AA3731", + "newColor": "#777777" + }, + { + "index": 13, + "content": "##", + "color": "#AA3731", + "newColor": "#777777" + }, + { + "index": 16, + "content": "[", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 17, + "content": "Link back to H2", + "color": "#4B83CD", + "newColor": "#448C27" + }, + { + "index": 18, + "content": "]", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 19, + "content": "(", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 21, + "content": ")", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 22, + "content": "###", + "color": "#AA3731", + "newColor": "#777777" + }, + { + "index": 37, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 38, + "content": "custom-class", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 39, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 43, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 44, + "content": "1", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 45, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 62, + "content": "'", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 63, + "content": "text/x-koka", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 64, + "content": "'", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 80, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 81, + "content": "bold", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 82, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 99, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 101, + "content": "\"", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 103, + "content": "\"", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 126, + "content": "_", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 128, + "content": "_", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 130, + "content": "**", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 132, + "content": "**", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 135, + "content": "`", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 137, + "content": "`", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 140, + "content": "_", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 142, + "content": "_", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 169, + "content": "_", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 171, + "content": "_", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 183, + "content": "###", + "color": "#AA3731", + "newColor": "#777777" + }, + { + "index": 190, + "content": "picture alt", + "color": "#4B83CD", + "newColor": "#448C27" + }, + { + "index": 193, + "content": "/images/photo.jpeg", + "color": "#4B83CD", + "newColor": "#333333" + }, + { + "index": 195, + "content": "\"", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 196, + "content": "Title is optional", + "color": "#4B83CD", + "newColor": "#448C27" + }, + { + "index": 197, + "content": "\"", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 199, + "content": "##", + "color": "#AA3731", + "newColor": "#777777" + }, + { + "index": 203, + "content": "##", + "color": "#AA3731", + "newColor": "#777777" + }, + { + "index": 214, + "content": "##", + "color": "#AA3731", + "newColor": "#777777" + }, + { + "index": 218, + "content": "##", + "color": "#AA3731", + "newColor": "#777777" + } + ], + "red": [ + { + "index": 16, + "content": "[", + "color": "#CD8D8D", + "newColor": "#F8F8F8" + }, + { + "index": 18, + "content": "]", + "color": "#CD8D8D", + "newColor": "#F8F8F8" + }, + { + "index": 37, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 38, + "content": "custom-class", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 39, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 43, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 44, + "content": "1", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 45, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 62, + "content": "'", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 63, + "content": "text/x-koka", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 64, + "content": "'", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 80, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 81, + "content": "bold", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 82, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 101, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 102, + "content": "Consolas", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 103, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 189, + "content": "![", + "color": "#CD8D8D", + "newColor": "#F8F8F8" + }, + { + "index": 191, + "content": "]", + "color": "#CD8D8D", + "newColor": "#F8F8F8" + } + ], + "solarized_dark": [ + { + "index": 16, + "content": "[", + "color": "#2AA198", + "newColor": "#93A1A1" + }, + { + "index": 18, + "content": "]", + "color": "#2AA198", + "newColor": "#93A1A1" + }, + { + "index": 37, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 39, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 43, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 45, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 62, + "content": "'", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 64, + "content": "'", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 80, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 82, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 96, + "content": "{", + "color": "#D30102", + "newColor": "#93A1A1" + }, + { + "index": 105, + "content": "}", + "color": "#D30102", + "newColor": "#93A1A1" + }, + { + "index": 189, + "content": "![", + "color": "#2AA198", + "newColor": "#93A1A1" + }, + { + "index": 191, + "content": "]", + "color": "#2AA198", + "newColor": "#93A1A1" + } + ], + "solarized_light": [ + { + "index": 16, + "content": "[", + "color": "#2AA198", + "newColor": "#586E75" + }, + { + "index": 18, + "content": "]", + "color": "#2AA198", + "newColor": "#586E75" + }, + { + "index": 37, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 39, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 43, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 45, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 62, + "content": "'", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 64, + "content": "'", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 80, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 82, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 96, + "content": "{", + "color": "#D30102", + "newColor": "#586E75" + }, + { + "index": 105, + "content": "}", + "color": "#D30102", + "newColor": "#586E75" + }, + { + "index": 189, + "content": "![", + "color": "#2AA198", + "newColor": "#586E75" + }, + { + "index": 191, + "content": "]", + "color": "#2AA198", + "newColor": "#586E75" + } + ], + "tomorrow_night_blue": [ + { + "index": 16, + "content": "[", + "color": "#D1F1A9", + "newColor": "#FFFFFF" + }, + { + "index": 18, + "content": "]", + "color": "#D1F1A9", + "newColor": "#FFFFFF" + }, + { + "index": 37, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 38, + "content": "custom-class", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 39, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 43, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 44, + "content": "1", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 45, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 62, + "content": "'", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 63, + "content": "text/x-koka", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 64, + "content": "'", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 80, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 81, + "content": "bold", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 82, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 96, + "content": "{", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 105, + "content": "}", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 189, + "content": "![", + "color": "#D1F1A9", + "newColor": "#FFFFFF" + }, + { + "index": 191, + "content": "]", + "color": "#D1F1A9", + "newColor": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.php b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.php new file mode 100644 index 000000000..2a6419663 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.php @@ -0,0 +1,46 @@ + + + Example page + + + + +"); + + // display shuffled cards (EXAMPLE ONLY) + for ($index = 0; $index < 52; $index++) { + if ($starting_point == 52) { $starting_point = 0; } + print("Uncut Point: $deck[$index] "); + $starting_point++; + } +?> + + + \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.php.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.php.result new file mode 100644 index 000000000..466f9d360 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.php.result @@ -0,0 +1,25398 @@ +{ + "abyss": [ + { + "content": "<", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "html", + "color": "#225588", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "head", + "color": "#225588", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "title", + "color": "#225588", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Example page", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "body", + "color": "#225588", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#22AA44", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#223355", + "_t": "block.comment.embedded.leading.meta.php.punctuation.source.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "block.comment.definition.double-slash.embedded.line.meta.php.punctuation.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " display shuffled cards (EXAMPLE ONLY)", + "color": "#223355", + "_t": "block.comment.double-slash.embedded.line.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "index", + "color": "#6688CC", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "index", + "color": "#6688CC", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "52", + "color": "#F280D0", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "index", + "color": "#6688CC", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "++", + "color": "#225588", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ") ", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "starting_point", + "color": "#6688CC", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "==", + "color": "#225588", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "52", + "color": "#F280D0", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ") ", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "starting_point", + "color": "#6688CC", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "print", + "color": "#9966B8", + "_t": "block.construct.embedded.function.meta.output.php.source.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.block.definition.double.embedded.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Uncut Point: ", + "color": "#22AA44", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "block.definition.double.embedded.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "deck", + "color": "#22AA44", + "_t": "block.double.embedded.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "[", + "color": "#22AA44", + "_t": "array.begin.block.double.embedded.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "block.definition.double.embedded.index.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "index", + "color": "#22AA44", + "_t": "block.double.embedded.index.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "]", + "color": "#22AA44", + "_t": "array.block.double.embedded.end.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#22AA44", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "starting_point", + "color": "#6688CC", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "++", + "color": "#225588", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "?", + "color": "#6688CC", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "html", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "head", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "title", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Example page", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "body", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#CE9178", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#608B4E", + "_t": "block.comment.embedded.leading.meta.php.punctuation.source.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.comment.definition.double-slash.embedded.line.meta.php.punctuation.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " display shuffled cards (EXAMPLE ONLY)", + "color": "#608B4E", + "_t": "block.comment.double-slash.embedded.line.meta.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "index", + "color": "#D4D4D4", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "index", + "color": "#D4D4D4", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "52", + "color": "#B5CEA8", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "index", + "color": "#D4D4D4", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "starting_point", + "color": "#D4D4D4", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "52", + "color": "#B5CEA8", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "starting_point", + "color": "#D4D4D4", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#D4D4D4", + "_t": "block.construct.embedded.function.meta.output.php.source.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.definition.double.embedded.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Uncut Point: ", + "color": "#CE9178", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "block.definition.double.embedded.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "deck", + "color": "#CE9178", + "_t": "block.double.embedded.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "[", + "color": "#CE9178", + "_t": "array.begin.block.double.embedded.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "block.definition.double.embedded.index.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "index", + "color": "#CE9178", + "_t": "block.double.embedded.index.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#CE9178", + "_t": "array.block.double.embedded.end.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "starting_point", + "color": "#D4D4D4", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "?", + "color": "#569CD6", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.metatag.php rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#569CD6", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.metatag.php rgb(86, 156, 214)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "light_vs": [ + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "html", + "color": "#800000", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "head", + "color": "#800000", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "title", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Example page", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#A31515", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#008000", + "_t": "block.comment.embedded.leading.meta.php.punctuation.source.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.comment.definition.double-slash.embedded.line.meta.php.punctuation.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " display shuffled cards (EXAMPLE ONLY)", + "color": "#008000", + "_t": "block.comment.double-slash.embedded.line.meta.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " (", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "index", + "color": "#000000", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "index", + "color": "#000000", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "52", + "color": "#09885A", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "index", + "color": "#000000", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++", + "color": "#000000", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " (", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "starting_point", + "color": "#000000", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "52", + "color": "#09885A", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "starting_point", + "color": "#000000", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#000000", + "_t": "block.construct.embedded.function.meta.output.php.source.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.definition.double.embedded.meta.php.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Uncut Point: ", + "color": "#A31515", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "block.definition.double.embedded.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "deck", + "color": "#A31515", + "_t": "block.double.embedded.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "[", + "color": "#A31515", + "_t": "array.begin.block.double.embedded.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "block.definition.double.embedded.index.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "index", + "color": "#A31515", + "_t": "block.double.embedded.index.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#A31515", + "_t": "array.block.double.embedded.end.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "starting_point", + "color": "#000000", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++", + "color": "#000000", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "?", + "color": "#800000", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.metatag.php rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.metatag.php rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + } + ], + "hc_black": [ + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "html", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "head", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "title", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Example page", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "body", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#CE9178", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#7CA668", + "_t": "block.comment.embedded.leading.meta.php.punctuation.source.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "block.comment.definition.double-slash.embedded.line.meta.php.punctuation.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " display shuffled cards (EXAMPLE ONLY)", + "color": "#7CA668", + "_t": "block.comment.double-slash.embedded.line.meta.php.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "index", + "color": "#FFFFFF", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "index", + "color": "#FFFFFF", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "52", + "color": "#B5CEA8", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "index", + "color": "#FFFFFF", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "starting_point", + "color": "#FFFFFF", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "52", + "color": "#B5CEA8", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "starting_point", + "color": "#FFFFFF", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#FFFFFF", + "_t": "block.construct.embedded.function.meta.output.php.source.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.definition.double.embedded.meta.php.punctuation.quoted.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Uncut Point: ", + "color": "#CE9178", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "block.definition.double.embedded.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "deck", + "color": "#CE9178", + "_t": "block.double.embedded.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "[", + "color": "#CE9178", + "_t": "array.begin.block.double.embedded.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "block.definition.double.embedded.index.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "index", + "color": "#CE9178", + "_t": "block.double.embedded.index.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#CE9178", + "_t": "array.block.double.embedded.end.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "starting_point", + "color": "#FFFFFF", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "?", + "color": "#FFFFFF", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "dark_plus": [ + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "html", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "head", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "title", + "color": "#569CD6", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Example page", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "<", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "body", + "color": "#569CD6", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#CE9178", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#608B4E", + "_t": "block.comment.embedded.leading.meta.php.punctuation.source.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "block.comment.definition.double-slash.embedded.line.meta.php.punctuation.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " display shuffled cards (EXAMPLE ONLY)", + "color": "#608B4E", + "_t": "block.comment.double-slash.embedded.line.meta.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "index", + "color": "#9CDCFE", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "index", + "color": "#9CDCFE", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "52", + "color": "#B5CEA8", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "index", + "color": "#9CDCFE", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "starting_point", + "color": "#9CDCFE", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "52", + "color": "#B5CEA8", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "starting_point", + "color": "#9CDCFE", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#DCDCAA", + "_t": "block.construct.embedded.function.meta.output.php.source.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.block.definition.double.embedded.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Uncut Point: ", + "color": "#CE9178", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "block.definition.double.embedded.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "deck", + "color": "#9CDCFE", + "_t": "block.double.embedded.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "[", + "color": "#CE9178", + "_t": "array.begin.block.double.embedded.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "block.definition.double.embedded.index.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "index", + "color": "#9CDCFE", + "_t": "block.double.embedded.index.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "]", + "color": "#CE9178", + "_t": "array.block.double.embedded.end.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "starting_point", + "color": "#9CDCFE", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "?", + "color": "#569CD6", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.metatag.php rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#569CD6", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.metatag.php rgb(86, 156, 214)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "light_plus": [ + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "html", + "color": "#800000", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "head", + "color": "#800000", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "title", + "color": "#800000", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Example page", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#A31515", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#008000", + "_t": "block.comment.embedded.leading.meta.php.punctuation.source.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "block.comment.definition.double-slash.embedded.line.meta.php.punctuation.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " display shuffled cards (EXAMPLE ONLY)", + "color": "#008000", + "_t": "block.comment.double-slash.embedded.line.meta.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " (", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "index", + "color": "#001080", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "index", + "color": "#001080", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "52", + "color": "#09885A", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "index", + "color": "#001080", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "++", + "color": "#000000", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " (", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "starting_point", + "color": "#001080", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "52", + "color": "#09885A", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "starting_point", + "color": "#001080", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#795E26", + "_t": "block.construct.embedded.function.meta.output.php.source.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.block.definition.double.embedded.meta.php.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Uncut Point: ", + "color": "#A31515", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "block.definition.double.embedded.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "deck", + "color": "#001080", + "_t": "block.double.embedded.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "[", + "color": "#A31515", + "_t": "array.begin.block.double.embedded.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "block.definition.double.embedded.index.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "index", + "color": "#001080", + "_t": "block.double.embedded.index.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "]", + "color": "#A31515", + "_t": "array.block.double.embedded.end.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "starting_point", + "color": "#001080", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "++", + "color": "#000000", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.embedded.meta.php.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "?", + "color": "#800000", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.metatag.php rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.metatag.php rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "<", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "html", + "color": "#DC3958", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "head", + "color": "#DC3958", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "title", + "color": "#DC3958", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Example page", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "body", + "color": "#DC3958", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#889B4A", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#A57A4C", + "_t": "block.comment.embedded.leading.meta.php.punctuation.source.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "block.comment.definition.double-slash.embedded.line.meta.php.punctuation.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " display shuffled cards (EXAMPLE ONLY)", + "color": "#A57A4C", + "_t": "block.comment.double-slash.embedded.line.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "index", + "color": "#DC3958", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "index", + "color": "#DC3958", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "52", + "color": "#F79A32", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "index", + "color": "#DC3958", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "++", + "color": "#D3AF86", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ") ", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#18401E", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "starting_point", + "color": "#DC3958", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "==", + "color": "#D3AF86", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "52", + "color": "#F79A32", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ") ", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#18401E", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "starting_point", + "color": "#DC3958", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#18401E", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "print", + "color": "#7E602C", + "_t": "block.construct.embedded.function.meta.output.php.source.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.block.definition.double.embedded.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Uncut Point: ", + "color": "#889B4A", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "block.definition.double.embedded.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "deck", + "color": "#889B4A", + "_t": "block.double.embedded.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "[", + "color": "#18401E", + "_t": "array.begin.block.double.embedded.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "block.definition.double.embedded.index.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "index", + "color": "#889B4A", + "_t": "block.double.embedded.index.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "]", + "color": "#18401E", + "_t": "array.block.double.embedded.end.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": " ", + "color": "#889B4A", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "starting_point", + "color": "#DC3958", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "++", + "color": "#D3AF86", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#18401E", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "?", + "color": "#18401E", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": ">", + "color": "#18401E", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "html", + "color": "#F92672", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "head", + "color": "#F92672", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "title", + "color": "#F92672", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Example page", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "body", + "color": "#F92672", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#E6DB74", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#75715E", + "_t": "block.comment.embedded.leading.meta.php.punctuation.source.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "block.comment.definition.double-slash.embedded.line.meta.php.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " display shuffled cards (EXAMPLE ONLY)", + "color": "#75715E", + "_t": "block.comment.double-slash.embedded.line.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "index", + "color": "#F8F8F2", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "index", + "color": "#F8F8F2", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "52", + "color": "#AE81FF", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "index", + "color": "#F8F8F2", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "++", + "color": "#F92672", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ") ", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "starting_point", + "color": "#F8F8F2", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "==", + "color": "#F92672", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "52", + "color": "#AE81FF", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ") ", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "starting_point", + "color": "#F8F8F2", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "print", + "color": "#66D9EF", + "_t": "block.construct.embedded.function.meta.output.php.source.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.block.definition.double.embedded.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Uncut Point: ", + "color": "#E6DB74", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "block.definition.double.embedded.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "deck", + "color": "#E6DB74", + "_t": "block.double.embedded.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "[", + "color": "#E6DB74", + "_t": "array.begin.block.double.embedded.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "block.definition.double.embedded.index.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "index", + "color": "#E6DB74", + "_t": "block.double.embedded.index.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "]", + "color": "#E6DB74", + "_t": "array.block.double.embedded.end.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "starting_point", + "color": "#F8F8F2", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "++", + "color": "#F92672", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "?", + "color": "#F8F8F2", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "<", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "html", + "color": "#6089B4", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "head", + "color": "#6089B4", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.begin rgb(96, 137, 180)" + }, + { + "content": "title", + "color": "#6089B4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "Example page", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.end rgb(96, 137, 180)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "<", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "body", + "color": "#6089B4", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "", + "color": "#D08442", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.php rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#9A9B99", + "_t": "block.comment.embedded.leading.meta.php.punctuation.source.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "block.comment.definition.double-slash.embedded.line.meta.php.punctuation.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " display shuffled cards (EXAMPLE ONLY)", + "color": "#9A9B99", + "_t": "block.comment.double-slash.embedded.line.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.php rgb(96, 137, 180)" + }, + { + "content": "index", + "color": "#6089B4", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.php rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.php rgb(96, 137, 180)" + }, + { + "content": "index", + "color": "#6089B4", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.php rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "52", + "color": "#6089B4", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.php rgb(96, 137, 180)" + }, + { + "content": "index", + "color": "#6089B4", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.php rgb(96, 137, 180)" + }, + { + "content": "++", + "color": "#676867", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ") ", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#D08442", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.section.embedded.begin.php rgb(208, 132, 66)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.php rgb(96, 137, 180)" + }, + { + "content": "starting_point", + "color": "#6089B4", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.php rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "==", + "color": "#676867", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "52", + "color": "#6089B4", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ") ", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#D08442", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.section.embedded.begin.php rgb(208, 132, 66)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.php rgb(96, 137, 180)" + }, + { + "content": "starting_point", + "color": "#6089B4", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.php rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#D08442", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.section.embedded.end.php rgb(208, 132, 66)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "print", + "color": "#9872A2", + "_t": "block.construct.embedded.function.meta.output.php.source.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.block.definition.double.embedded.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.begin.php rgb(154, 168, 58)" + }, + { + "content": "Uncut Point: ", + "color": "#D08442", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "block.definition.double.embedded.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.php rgb(96, 137, 180)" + }, + { + "content": "deck", + "color": "#6089B4", + "_t": "block.double.embedded.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.php rgb(96, 137, 180)" + }, + { + "content": "[", + "color": "#D08442", + "_t": "array.begin.block.double.embedded.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.section.embedded.begin.php rgb(208, 132, 66)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "block.definition.double.embedded.index.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.php rgb(96, 137, 180)" + }, + { + "content": "index", + "color": "#6089B4", + "_t": "block.double.embedded.index.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.php rgb(96, 137, 180)" + }, + { + "content": "]", + "color": "#D08442", + "_t": "array.block.double.embedded.end.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.section.embedded.end.php rgb(208, 132, 66)" + }, + { + "content": " ", + "color": "#D08442", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.string.end.php rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.php rgb(96, 137, 180)" + }, + { + "content": "starting_point", + "color": "#6089B4", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.php rgb(96, 137, 180)" + }, + { + "content": "++", + "color": "#676867", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#D08442", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.section.embedded.end.php rgb(208, 132, 66)" + }, + { + "content": "?", + "color": "#D08442", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.section.embedded.end.php rgb(208, 132, 66)" + }, + { + "content": ">", + "color": "#D08442", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.section.embedded.end.php rgb(208, 132, 66)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + }, + { + "content": "", + "color": "#6089B4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.definition.tag.html rgb(96, 137, 180)" + } + ], + "quietlight": [ + { + "content": "<", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "html", + "color": "#4B83CD", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "head", + "color": "#4B83CD", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.begin.html rgb(145, 179, 224)" + }, + { + "content": "title", + "color": "#4B83CD", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "Example page", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.end.html rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "body", + "color": "#4B83CD", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#448C27", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#777777", + "_t": "block.comment.embedded.leading.meta.php.punctuation.source.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "block.comment.definition.double-slash.embedded.line.meta.php.punctuation.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " display shuffled cards (EXAMPLE ONLY)", + "color": "#AAAAAA", + "_t": "block.comment.double-slash.embedded.line.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "index", + "color": "#7A3E9D", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "index", + "color": "#7A3E9D", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "52", + "color": "#AB6526", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "index", + "color": "#7A3E9D", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "++", + "color": "#777777", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ") ", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "starting_point", + "color": "#7A3E9D", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "==", + "color": "#777777", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "52", + "color": "#AB6526", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ") ", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "starting_point", + "color": "#7A3E9D", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "print", + "color": "#AA3731", + "_t": "block.construct.embedded.function.meta.output.php.source.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.block.definition.double.embedded.meta.php.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Uncut Point: ", + "color": "#448C27", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$", + "color": "#777777", + "_t": "block.definition.double.embedded.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "deck", + "color": "#448C27", + "_t": "block.double.embedded.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "[", + "color": "#777777", + "_t": "array.begin.block.double.embedded.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$", + "color": "#777777", + "_t": "block.definition.double.embedded.index.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "index", + "color": "#448C27", + "_t": "block.double.embedded.index.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "]", + "color": "#777777", + "_t": "array.block.double.embedded.end.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "starting_point", + "color": "#7A3E9D", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "++", + "color": "#777777", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "?", + "color": "#777777", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ">", + "color": "#777777", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.tag.html rgb(145, 179, 224)" + } + ], + "red": [ + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "html", + "color": "#EC0D1E", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "head", + "color": "#EC0D1E", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "title", + "color": "#EC0D1E", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Example page", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "body", + "color": "#EC0D1E", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "", + "color": "#9DF39F", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#E7C0C0", + "_t": "block.comment.embedded.leading.meta.php.punctuation.source.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "block.comment.definition.double-slash.embedded.line.meta.php.punctuation.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " display shuffled cards (EXAMPLE ONLY)", + "color": "#E7C0C0", + "_t": "block.comment.double-slash.embedded.line.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "index", + "color": "#FB9A4B", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "index", + "color": "#FB9A4B", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "52", + "color": "#994646", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "index", + "color": "#FB9A4B", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "++", + "color": "#F12727", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ") ", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "starting_point", + "color": "#FB9A4B", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "==", + "color": "#F12727", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "52", + "color": "#994646", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ") ", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "starting_point", + "color": "#FB9A4B", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "print", + "color": "#FFB454", + "_t": "block.construct.embedded.function.meta.output.php.source.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "begin.block.definition.double.embedded.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "Uncut Point: ", + "color": "#9DF39F", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "$", + "color": "#9DF39F", + "_t": "block.definition.double.embedded.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "deck", + "color": "#9DF39F", + "_t": "block.double.embedded.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "[", + "color": "#9DF39F", + "_t": "array.begin.block.double.embedded.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "$", + "color": "#9DF39F", + "_t": "block.definition.double.embedded.index.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "index", + "color": "#9DF39F", + "_t": "block.double.embedded.index.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "]", + "color": "#9DF39F", + "_t": "array.block.double.embedded.end.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": " ", + "color": "#9DF39F", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "starting_point", + "color": "#FB9A4B", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "++", + "color": "#F12727", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "?", + "color": "#F8F8F8", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ">", + "color": "#F8F8F8", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + } + ], + "solarized_dark": [ + { + "content": "<", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "html", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "head", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "title", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Example page", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "", + "color": "#2AA198", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#657B83", + "_t": "block.comment.embedded.leading.meta.php.punctuation.source.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "block.comment.definition.double-slash.embedded.line.meta.php.punctuation.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " display shuffled cards (EXAMPLE ONLY)", + "color": "#657B83", + "_t": "block.comment.double-slash.embedded.line.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "index", + "color": "#268BD2", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "index", + "color": "#268BD2", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "52", + "color": "#D33682", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "index", + "color": "#268BD2", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ") ", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#D30102", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "starting_point", + "color": "#268BD2", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "==", + "color": "#859900", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "52", + "color": "#D33682", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ") ", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#D30102", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "starting_point", + "color": "#268BD2", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "print", + "color": "#CB4B16", + "_t": "block.construct.embedded.function.meta.output.php.source.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function.construct rgb(203, 75, 22)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.definition.double.embedded.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Uncut Point: ", + "color": "#2AA198", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "block.definition.double.embedded.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "deck", + "color": "#268BD2", + "_t": "block.double.embedded.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#D30102", + "_t": "array.begin.block.double.embedded.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "$", + "color": "#859900", + "_t": "block.definition.double.embedded.index.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "index", + "color": "#268BD2", + "_t": "block.double.embedded.index.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#D30102", + "_t": "array.block.double.embedded.end.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "starting_point", + "color": "#268BD2", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "?", + "color": "#D30102", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": ">", + "color": "#D30102", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "", + "color": "#657B83", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + } + ], + "solarized_light": [ + { + "content": "<", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "html", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "head", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#93A1A1", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "title", + "color": "#268BD2", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "Example page", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#2AA198", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "block.comment.embedded.leading.meta.php.punctuation.source.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "block.comment.definition.double-slash.embedded.line.meta.php.punctuation.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " display shuffled cards (EXAMPLE ONLY)", + "color": "#93A1A1", + "_t": "block.comment.double-slash.embedded.line.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "index", + "color": "#268BD2", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "index", + "color": "#268BD2", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "52", + "color": "#D33682", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "index", + "color": "#268BD2", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ") ", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#D30102", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "starting_point", + "color": "#268BD2", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "==", + "color": "#859900", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "52", + "color": "#D33682", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ") ", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#D30102", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "starting_point", + "color": "#268BD2", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "print", + "color": "#D30102", + "_t": "block.construct.embedded.function.meta.output.php.source.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function.construct rgb(211, 1, 2)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.block.definition.double.embedded.meta.php.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Uncut Point: ", + "color": "#2AA198", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "block.definition.double.embedded.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "deck", + "color": "#268BD2", + "_t": "block.double.embedded.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#D30102", + "_t": "array.begin.block.double.embedded.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "$", + "color": "#859900", + "_t": "block.definition.double.embedded.index.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "index", + "color": "#268BD2", + "_t": "block.double.embedded.index.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#D30102", + "_t": "array.block.double.embedded.end.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "starting_point", + "color": "#268BD2", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "block.embedded.meta.php.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "?", + "color": "#D30102", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": ">", + "color": "#D30102", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "html", + "color": "#FF9DA4", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "head", + "color": "#FF9DA4", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.begin.definition.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "title", + "color": "#FF9DA4", + "_t": "any.entity.html.inline.meta.name.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Example page", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.end.html.inline.meta.punctuation.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "body", + "color": "#FF9DA4", + "_t": "any.entity.html.meta.name.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "", + "color": "#D1F1A9", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#7285B7", + "_t": "block.comment.embedded.leading.meta.php.punctuation.source.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#FFFFFF", + "_t": "block.comment.definition.double-slash.embedded.line.meta.php.punctuation.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.source.php.embedded.line rgb(255, 255, 255)" + }, + { + "content": " display shuffled cards (EXAMPLE ONLY)", + "color": "#FFFFFF", + "_t": "block.comment.double-slash.embedded.line.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.source.php.embedded.line rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "index", + "color": "#FF9DA4", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "index", + "color": "#FF9DA4", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "52", + "color": "#FFC58F", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "index", + "color": "#FF9DA4", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "++", + "color": "#99FFFF", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFC58F", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "block.control.embedded.keyword.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "starting_point", + "color": "#FF9DA4", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#99FFFF", + "_t": "block.comparison.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "52", + "color": "#FFC58F", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFC58F", + "_t": "begin.block.embedded.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "starting_point", + "color": "#FF9DA4", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.block.embedded.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "block.constant.embedded.meta.numeric.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFC58F", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#BBDAFF", + "_t": "block.construct.embedded.function.meta.output.php.source.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.block.definition.double.embedded.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Uncut Point: ", + "color": "#D1F1A9", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "block.definition.double.embedded.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "deck", + "color": "#D1F1A9", + "_t": "block.double.embedded.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "[", + "color": "#FFC58F", + "_t": "array.begin.block.double.embedded.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "block.definition.double.embedded.index.meta.other.php.punctuation.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "index", + "color": "#D1F1A9", + "_t": "block.double.embedded.index.meta.other.php.quoted.source.string.string-contents.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "]", + "color": "#FFC58F", + "_t": "array.block.double.embedded.end.meta.php.punctuation.quoted.section.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "block.double.embedded.meta.php.quoted.source.string.string-contents", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "block.definition.double.embedded.end.meta.php.punctuation.quoted.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "block.definition.embedded.meta.other.php.punctuation.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "starting_point", + "color": "#FF9DA4", + "_t": "block.embedded.meta.other.php.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "++", + "color": "#99FFFF", + "_t": "block.embedded.increment-decrement.keyword.meta.operator.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.embedded.expression.meta.php.punctuation.source.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.embedded.meta.php.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFC58F", + "_t": "block.embedded.end.meta.php.punctuation.scope.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "?", + "color": "#FFC58F", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": ">", + "color": "#FFC58F", + "_t": "block.embedded.end.meta.metatag.php.punctuation.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "any.definition.html.meta.punctuation.structure.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.php.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.php.result.patch new file mode 100644 index 000000000..8f6ed9809 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.php.result.patch @@ -0,0 +1,1169 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [ + { + "index": 27, + "content": "{", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 32, + "content": "}", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 110, + "content": "{", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 141, + "content": "[", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 144, + "content": "]", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 151, + "content": "{", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 158, + "content": "}", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 162, + "content": "{", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 166, + "content": "[", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 167, + "content": "]", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 173, + "content": "[", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 176, + "content": "]", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 181, + "content": "[", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 184, + "content": "]", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 192, + "content": "}", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 194, + "content": "}", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 219, + "content": "starting_point", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 250, + "content": "{", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 261, + "content": "{", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 271, + "content": "}", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 278, + "content": "deck", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 279, + "content": "[", + "color": "#18401E", + "newColor": "#889B4A" + }, + { + "index": 281, + "content": "index", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 282, + "content": "]", + "color": "#18401E", + "newColor": "#889B4A" + }, + { + "index": 293, + "content": "}", + "color": "#18401E", + "newColor": "#D3AF86" + } + ], + "monokai": [], + "monokai_dimmed": [ + { + "index": 20, + "content": "", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 250, + "content": "{", + "color": "#D08442", + "newColor": "#C5C8C6" + }, + { + "index": 261, + "content": "{", + "color": "#D08442", + "newColor": "#C5C8C6" + }, + { + "index": 271, + "content": "}", + "color": "#D08442", + "newColor": "#C5C8C6" + }, + { + "index": 276, + "content": "Uncut Point: ", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 279, + "content": "[", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 282, + "content": "]", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 283, + "content": " ", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 293, + "content": "}", + "color": "#D08442", + "newColor": "#C5C8C6" + }, + { + "index": 294, + "content": "?", + "color": "#D08442", + "newColor": "#C5C8C6" + }, + { + "index": 295, + "content": ">", + "color": "#D08442", + "newColor": "#C5C8C6" + } + ], + "quietlight": [ + { + "index": 219, + "content": "starting_point", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 278, + "content": "deck", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 281, + "content": "index", + "color": "#448C27", + "newColor": "#7A3E9D" + } + ], + "red": [ + { + "index": 47, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 48, + "content": "ah", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 49, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 51, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 52, + "content": "ac", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 53, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 55, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 56, + "content": "ad", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 57, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 59, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 60, + "content": "as", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 61, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 64, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 65, + "content": "2h", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 66, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 68, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 69, + "content": "2c", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 70, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 72, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 73, + "content": "2d", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 74, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 76, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 77, + "content": "2s", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 78, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 148, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 149, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 188, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 189, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 216, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 217, + "content": "Starting point for cut cards is: ", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 218, + "content": "$", + "color": "#9DF39F", + "newColor": "#EDEF7D" + }, + { + "index": 219, + "content": "starting_point", + "color": "#9DF39F", + "newColor": "#EDEF7D" + }, + { + "index": 220, + "content": "

", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 221, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 275, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 276, + "content": "Uncut Point: ", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 277, + "content": "$", + "color": "#9DF39F", + "newColor": "#EDEF7D" + }, + { + "index": 278, + "content": "deck", + "color": "#9DF39F", + "newColor": "#EDEF7D" + }, + { + "index": 279, + "content": "[", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 280, + "content": "$", + "color": "#9DF39F", + "newColor": "#EDEF7D" + }, + { + "index": 281, + "content": "index", + "color": "#9DF39F", + "newColor": "#EDEF7D" + }, + { + "index": 282, + "content": "]", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 283, + "content": " ", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 284, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + } + ], + "solarized_dark": [ + { + "index": 20, + "content": "", + "color": "#D30102", + "newColor": "#93A1A1" + } + ], + "solarized_light": [ + { + "index": 20, + "content": "", + "color": "#D30102", + "newColor": "#586E75" + } + ], + "tomorrow_night_blue": [ + { + "index": 27, + "content": "{", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 29, + "content": "//", + "color": "#FFFFFF", + "newColor": "#7285B7" + }, + { + "index": 30, + "content": " Code to be executed", + "color": "#FFFFFF", + "newColor": "#7285B7" + }, + { + "index": 32, + "content": "}", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 110, + "content": "{", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 141, + "content": "[", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 144, + "content": "]", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 151, + "content": "{", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 158, + "content": "}", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 162, + "content": "{", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 166, + "content": "[", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 167, + "content": "]", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 173, + "content": "[", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 176, + "content": "]", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 181, + "content": "[", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 184, + "content": "]", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 192, + "content": "}", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 194, + "content": "}", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 218, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 219, + "content": "starting_point", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 225, + "content": "//", + "color": "#FFFFFF", + "newColor": "#7285B7" + }, + { + "index": 226, + "content": " display shuffled cards (EXAMPLE ONLY)", + "color": "#FFFFFF", + "newColor": "#7285B7" + }, + { + "index": 250, + "content": "{", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 261, + "content": "{", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 271, + "content": "}", + "color": "#FFC58F", + "newColor": "#FFFFFF" + }, + { + "index": 277, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 278, + "content": "deck", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 279, + "content": "[", + "color": "#FFC58F", + "newColor": "#D1F1A9" + }, + { + "index": 280, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 281, + "content": "index", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 282, + "content": "]", + "color": "#FFC58F", + "newColor": "#D1F1A9" + }, + { + "index": 293, + "content": "}", + "color": "#FFC58F", + "newColor": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.pl b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.pl new file mode 100644 index 000000000..e107dcb53 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.pl @@ -0,0 +1,46 @@ +use strict; + +my $badfound = 0; +sub check_line { + my($fn, $line) = @_; + + # Check for that =. + if($line =~ /^\s*if\s*\(.*[^!<>=]=([^=].*\)|\))/) { + if(!$badfound) { + print("The following suspicious lines were found:\n"); + $badfound = 1; + } + print "$fn:$.: $line\n"; + } +} + +# +# This function opens and reads one file, and calls +# check_line to analyze each line. Call it with the +# file name. +# +sub check_file { + my($fn) = @_; + + if(!open(IN, $fn)) { + print "Cannot read $fn.\n"; + return; + } + + my($line); + while($line = ) + { + chomp $line; + check_line($fn,$line); + } + + close IN; +} + +# +# Go through the argument list and check each file +# +while(my $fn = shift @ARGV) { + check_file($fn); +} +if(!$badfound) { print "No suspicious lines were found.\n"; } \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.pl.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.pl.result new file mode 100644 index 000000000..6549301ff --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.pl.result @@ -0,0 +1,17670 @@ +{ + "abyss": [ + { + "content": "use", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " strict;", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "my", + "color": "#225588", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "badfound", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " = 0;", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sub", + "color": "#9966B8", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "check_line", + "color": "#DDBB88", + "_t": "entity.function.meta.name.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "my", + "color": "#225588", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fn", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "line", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ") = ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "_", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#223355", + "_t": "comment.leading.perl.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Check for that =.", + "color": "#223355", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "line", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " =~ ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#22AA44", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "^", + "color": "#22AA44", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\s", + "color": "#F280D0", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "*if", + "color": "#22AA44", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\s", + "color": "#F280D0", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "*", + "color": "#22AA44", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\(", + "color": "#F280D0", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": ".*[^!<>=]=([^=].*", + "color": "#22AA44", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\)", + "color": "#F280D0", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "|", + "color": "#22AA44", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\)", + "color": "#F280D0", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#22AA44", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/", + "color": "#22AA44", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ") {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(!", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "badfound", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ") {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "print", + "color": "#9966B8", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "The following suspicious lines were found:", + "color": "#22AA44", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\n", + "color": "#F280D0", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "badfound", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " = 1;", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "print", + "color": "#9966B8", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "fn", + "color": "#22AA44", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ":", + "color": "#22AA44", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ".", + "color": "#22AA44", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ": ", + "color": "#22AA44", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "line", + "color": "#22AA44", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\n", + "color": "#F280D0", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " This function opens and reads one file, and calls", + "color": "#223355", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " check_line to analyze each line. Call it with the", + "color": "#223355", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " file name.", + "color": "#223355", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "sub", + "color": "#9966B8", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "check_file", + "color": "#DDBB88", + "_t": "entity.function.meta.name.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "my", + "color": "#225588", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fn", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ") = ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "_", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(!", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "open", + "color": "#9966B8", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(IN, ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fn", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")) {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "print", + "color": "#9966B8", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Cannot read ", + "color": "#22AA44", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "fn", + "color": "#22AA44", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ".", + "color": "#22AA44", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\n", + "color": "#F280D0", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "my", + "color": "#225588", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "line", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "while", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "line", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " = )", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "chomp", + "color": "#9966B8", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "line", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "check_line(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fn", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "line", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "close", + "color": "#9966B8", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " IN;", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Go through the argument list and check each file", + "color": "#223355", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "while", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "my", + "color": "#225588", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fn", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " = ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "shift", + "color": "#9966B8", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ARGV", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ") {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "check_file(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fn", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(!", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "badfound", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ") { ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "print", + "color": "#9966B8", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "No suspicious lines were found.", + "color": "#22AA44", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\n", + "color": "#F280D0", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "; }", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "use", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " strict;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "badfound", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " = 0;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sub", + "color": "#569CD6", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.perl", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "check_line", + "color": "#D4D4D4", + "_t": "entity.function.meta.name.perl", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.perl", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fn", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "line", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ") = ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.perl.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Check for that =.", + "color": "#608B4E", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "line", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " =~ ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "^", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\s", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "*if", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\s", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "*", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\(", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ".*[^!<>=]=([^=].*", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\)", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "|", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\)", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ") {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(!", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "badfound", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ") {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#D4D4D4", + "_t": "function.perl.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "The following suspicious lines were found:", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\n", + "color": "#CE9178", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "badfound", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " = 1;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#D4D4D4", + "_t": "function.perl.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "fn", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ": ", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "line", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\n", + "color": "#CE9178", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " This function opens and reads one file, and calls", + "color": "#608B4E", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " check_line to analyze each line. Call it with the", + "color": "#608B4E", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " file name.", + "color": "#608B4E", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "sub", + "color": "#569CD6", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.perl", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "check_file", + "color": "#D4D4D4", + "_t": "entity.function.meta.name.perl", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.perl", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fn", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ") = ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(!", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "open", + "color": "#D4D4D4", + "_t": "function.perl.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(IN, ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fn", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")) {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#D4D4D4", + "_t": "function.perl.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Cannot read ", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "fn", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\n", + "color": "#CE9178", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "line", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "while", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "line", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " = )", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "chomp", + "color": "#D4D4D4", + "_t": "function.perl.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "line", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "check_line(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fn", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "line", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "close", + "color": "#D4D4D4", + "_t": "function.perl.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " IN;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Go through the argument list and check each file", + "color": "#608B4E", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "while", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fn", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " = ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "shift", + "color": "#D4D4D4", + "_t": "function.perl.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ARGV", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ") {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "check_file(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fn", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(!", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "badfound", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ") { ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#D4D4D4", + "_t": "function.perl.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "No suspicious lines were found.", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\n", + "color": "#CE9178", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "; }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "use", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " strict;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#0000FF", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "badfound", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " = 0;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sub", + "color": "#0000FF", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.perl", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "check_line", + "color": "#000000", + "_t": "entity.function.meta.name.perl", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.perl", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#0000FF", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fn", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "line", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ") = ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#000000", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.perl.punctuation.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Check for that =.", + "color": "#008000", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "line", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " =~ ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "^", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\s", + "color": "#811F3F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "*if", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\s", + "color": "#811F3F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "*", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\(", + "color": "#811F3F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ".*[^!<>=]=([^=].*", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\)", + "color": "#811F3F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "|", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\)", + "color": "#811F3F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ")", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ") {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(!", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "badfound", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ") {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#000000", + "_t": "function.perl.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "The following suspicious lines were found:", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\\n", + "color": "#A31515", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "badfound", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " = 1;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#000000", + "_t": "function.perl.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "fn", + "color": "#A31515", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ":", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ".", + "color": "#A31515", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ": ", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "line", + "color": "#A31515", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\\n", + "color": "#A31515", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " This function opens and reads one file, and calls", + "color": "#008000", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " check_line to analyze each line. Call it with the", + "color": "#008000", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " file name.", + "color": "#008000", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "sub", + "color": "#0000FF", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.perl", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "check_file", + "color": "#000000", + "_t": "entity.function.meta.name.perl", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.perl", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#0000FF", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fn", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ") = ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#000000", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(!", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "open", + "color": "#000000", + "_t": "function.perl.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(IN, ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fn", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")) {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#000000", + "_t": "function.perl.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Cannot read ", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "fn", + "color": "#A31515", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ".", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\\n", + "color": "#A31515", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#0000FF", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "line", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "while", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "line", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " = )", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "chomp", + "color": "#000000", + "_t": "function.perl.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "line", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "check_line(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fn", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "line", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "close", + "color": "#000000", + "_t": "function.perl.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " IN;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Go through the argument list and check each file", + "color": "#008000", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "while", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#0000FF", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fn", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " = ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "shift", + "color": "#000000", + "_t": "function.perl.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ARGV", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ") {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "check_file(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fn", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(!", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "badfound", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ") { ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#000000", + "_t": "function.perl.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "No suspicious lines were found.", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\\n", + "color": "#A31515", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "; }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "use", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " strict;", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "badfound", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " = 0;", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sub", + "color": "#569CD6", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.perl", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "check_line", + "color": "#FFFFFF", + "_t": "entity.function.meta.name.perl", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.perl", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fn", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "line", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ") = ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "_", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "comment.leading.perl.punctuation.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Check for that =.", + "color": "#7CA668", + "_t": "comment.line.number-sign.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "line", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " =~ ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "^", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\s", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "*if", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\s", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "*", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\(", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ".*[^!<>=]=([^=].*", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\)", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "|", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\)", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ") {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(!", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "badfound", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ") {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#FFFFFF", + "_t": "function.perl.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "The following suspicious lines were found:", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\n", + "color": "#CE9178", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "badfound", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " = 1;", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#FFFFFF", + "_t": "function.perl.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "fn", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ": ", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "line", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\n", + "color": "#CE9178", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " This function opens and reads one file, and calls", + "color": "#7CA668", + "_t": "comment.line.number-sign.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " check_line to analyze each line. Call it with the", + "color": "#7CA668", + "_t": "comment.line.number-sign.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " file name.", + "color": "#7CA668", + "_t": "comment.line.number-sign.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "sub", + "color": "#569CD6", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.perl", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "check_file", + "color": "#FFFFFF", + "_t": "entity.function.meta.name.perl", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.perl", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fn", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ") = ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "_", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(!", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "open", + "color": "#FFFFFF", + "_t": "function.perl.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(IN, ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fn", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")) {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#FFFFFF", + "_t": "function.perl.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Cannot read ", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "fn", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\n", + "color": "#CE9178", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "line", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "while", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "line", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " = )", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "chomp", + "color": "#FFFFFF", + "_t": "function.perl.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "line", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "check_line(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fn", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "line", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "close", + "color": "#FFFFFF", + "_t": "function.perl.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " IN;", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Go through the argument list and check each file", + "color": "#7CA668", + "_t": "comment.line.number-sign.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "while", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fn", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " = ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "shift", + "color": "#FFFFFF", + "_t": "function.perl.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "ARGV", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ") {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "check_file(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fn", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(!", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "badfound", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ") { ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#FFFFFF", + "_t": "function.perl.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "No suspicious lines were found.", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\n", + "color": "#CE9178", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "; }", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "use", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " strict;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "badfound", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " = 0;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sub", + "color": "#569CD6", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.perl", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "check_line", + "color": "#DCDCAA", + "_t": "entity.function.meta.name.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.perl", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "fn", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "line", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ") = ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "_", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.perl.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Check for that =.", + "color": "#608B4E", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "line", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " =~ ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "^", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\s", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "*if", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\s", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "*", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\(", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ".*[^!<>=]=([^=].*", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\)", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "|", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\)", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ") {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(!", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "badfound", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ") {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#DCDCAA", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "The following suspicious lines were found:", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\n", + "color": "#CE9178", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "badfound", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " = 1;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#DCDCAA", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "fn", + "color": "#9CDCFE", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#9CDCFE", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ": ", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "line", + "color": "#9CDCFE", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\\n", + "color": "#CE9178", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " This function opens and reads one file, and calls", + "color": "#608B4E", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " check_line to analyze each line. Call it with the", + "color": "#608B4E", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " file name.", + "color": "#608B4E", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "sub", + "color": "#569CD6", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.perl", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "check_file", + "color": "#DCDCAA", + "_t": "entity.function.meta.name.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.perl", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "fn", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ") = ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "_", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(!", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "open", + "color": "#DCDCAA", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(IN, ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "fn", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")) {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#DCDCAA", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Cannot read ", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "fn", + "color": "#9CDCFE", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\n", + "color": "#CE9178", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "line", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "while", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "line", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " = )", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "chomp", + "color": "#DCDCAA", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "line", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "check_line(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "fn", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "line", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "close", + "color": "#DCDCAA", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " IN;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Go through the argument list and check each file", + "color": "#608B4E", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "while", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "fn", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " = ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "shift", + "color": "#DCDCAA", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "ARGV", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ") {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "check_file(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "fn", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(!", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "badfound", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ") { ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#DCDCAA", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "No suspicious lines were found.", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\n", + "color": "#CE9178", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "; }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "use", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " strict;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#0000FF", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "badfound", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " = 0;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sub", + "color": "#0000FF", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.perl", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "check_line", + "color": "#795E26", + "_t": "entity.function.meta.name.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.perl", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#0000FF", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "fn", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "line", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ") = ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "_", + "color": "#001080", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.perl.punctuation.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Check for that =.", + "color": "#008000", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "line", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " =~ ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "^", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\s", + "color": "#811F3F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "*if", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\s", + "color": "#811F3F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "*", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\(", + "color": "#811F3F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ".*[^!<>=]=([^=].*", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\)", + "color": "#811F3F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "|", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\)", + "color": "#811F3F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ")", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ") {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(!", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "badfound", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ") {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#795E26", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "The following suspicious lines were found:", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\\n", + "color": "#A31515", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "badfound", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " = 1;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#795E26", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "fn", + "color": "#001080", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#001080", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ": ", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "line", + "color": "#001080", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\\n", + "color": "#A31515", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " This function opens and reads one file, and calls", + "color": "#008000", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " check_line to analyze each line. Call it with the", + "color": "#008000", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " file name.", + "color": "#008000", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "sub", + "color": "#0000FF", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.perl", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "check_file", + "color": "#795E26", + "_t": "entity.function.meta.name.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.perl", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#0000FF", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "fn", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ") = ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "_", + "color": "#001080", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(!", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "open", + "color": "#795E26", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(IN, ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "fn", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")) {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#795E26", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Cannot read ", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "fn", + "color": "#001080", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\\n", + "color": "#A31515", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#0000FF", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "line", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "while", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "line", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " = )", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "chomp", + "color": "#795E26", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "line", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "check_line(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "fn", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "line", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "close", + "color": "#795E26", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " IN;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Go through the argument list and check each file", + "color": "#008000", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "while", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#0000FF", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "fn", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " = ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "shift", + "color": "#795E26", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "ARGV", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ") {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "check_file(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "fn", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(!", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "badfound", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ") { ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#795E26", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "No suspicious lines were found.", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\\n", + "color": "#A31515", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "; }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "use", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " strict;", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "my", + "color": "#98676A", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "badfound", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " = 0;", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "sub", + "color": "#98676A", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "check_line", + "color": "#8AB1B0", + "_t": "entity.function.meta.name.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "my", + "color": "#98676A", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "fn", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "line", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ") = ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "_", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "comment.leading.perl.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Check for that =.", + "color": "#A57A4C", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "line", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " =~ ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "^", + "color": "#7E602C", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\\s", + "color": "#7E602C", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "*if", + "color": "#7E602C", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\\s", + "color": "#7E602C", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "*", + "color": "#7E602C", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\\(", + "color": "#7E602C", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": ".*[^!<>=]=([^=].*", + "color": "#7E602C", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\\)", + "color": "#7E602C", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "|", + "color": "#7E602C", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\\)", + "color": "#7E602C", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": ")", + "color": "#7E602C", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ") {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(!", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "badfound", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ") {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "print", + "color": "#7E602C", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "The following suspicious lines were found:", + "color": "#889B4A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\\n", + "color": "#7E602C", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "badfound", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " = 1;", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "print", + "color": "#7E602C", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "fn", + "color": "#889B4A", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ":", + "color": "#889B4A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#889B4A", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ": ", + "color": "#889B4A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "line", + "color": "#889B4A", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\\n", + "color": "#7E602C", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " This function opens and reads one file, and calls", + "color": "#A57A4C", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " check_line to analyze each line. Call it with the", + "color": "#A57A4C", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " file name.", + "color": "#A57A4C", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "sub", + "color": "#98676A", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "check_file", + "color": "#8AB1B0", + "_t": "entity.function.meta.name.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "my", + "color": "#98676A", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "fn", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ") = ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "_", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(!", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "open", + "color": "#7E602C", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(IN, ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "fn", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")) {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "print", + "color": "#7E602C", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Cannot read ", + "color": "#889B4A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "fn", + "color": "#889B4A", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ".", + "color": "#889B4A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\\n", + "color": "#7E602C", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "my", + "color": "#98676A", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "line", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "while", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "line", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " = )", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "chomp", + "color": "#7E602C", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "line", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "check_line(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "fn", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "line", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "close", + "color": "#7E602C", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " IN;", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Go through the argument list and check each file", + "color": "#A57A4C", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "while", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "my", + "color": "#98676A", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "fn", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " = ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "shift", + "color": "#7E602C", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "ARGV", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ") {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "check_file(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "fn", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(!", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "badfound", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ") { ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "print", + "color": "#7E602C", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "No suspicious lines were found.", + "color": "#889B4A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\\n", + "color": "#7E602C", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "; }", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "use", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " strict;", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "my", + "color": "#F92672", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "badfound", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " = 0;", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sub", + "color": "#66D9EF", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "check_line", + "color": "#A6E22E", + "_t": "entity.function.meta.name.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "my", + "color": "#F92672", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fn", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "line", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ") = ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "_", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "comment.leading.perl.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Check for that =.", + "color": "#75715E", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "line", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " =~ ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#E6DB74", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "^", + "color": "#E6DB74", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\s", + "color": "#AE81FF", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "*if", + "color": "#E6DB74", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\s", + "color": "#AE81FF", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "*", + "color": "#E6DB74", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\(", + "color": "#AE81FF", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": ".*[^!<>=]=([^=].*", + "color": "#E6DB74", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\)", + "color": "#AE81FF", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "|", + "color": "#E6DB74", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\)", + "color": "#AE81FF", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#E6DB74", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/", + "color": "#E6DB74", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ") {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(!", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "badfound", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ") {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "print", + "color": "#66D9EF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "The following suspicious lines were found:", + "color": "#E6DB74", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\n", + "color": "#AE81FF", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "badfound", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " = 1;", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "print", + "color": "#66D9EF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "fn", + "color": "#E6DB74", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ":", + "color": "#E6DB74", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ".", + "color": "#E6DB74", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ": ", + "color": "#E6DB74", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "line", + "color": "#E6DB74", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\n", + "color": "#AE81FF", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " This function opens and reads one file, and calls", + "color": "#75715E", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " check_line to analyze each line. Call it with the", + "color": "#75715E", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " file name.", + "color": "#75715E", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "sub", + "color": "#66D9EF", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "check_file", + "color": "#A6E22E", + "_t": "entity.function.meta.name.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "my", + "color": "#F92672", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fn", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ") = ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "_", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(!", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "open", + "color": "#66D9EF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(IN, ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fn", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")) {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "print", + "color": "#66D9EF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Cannot read ", + "color": "#E6DB74", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "fn", + "color": "#E6DB74", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ".", + "color": "#E6DB74", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\n", + "color": "#AE81FF", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "my", + "color": "#F92672", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "line", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "while", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "line", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " = )", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "chomp", + "color": "#66D9EF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "line", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "check_line(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fn", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "line", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "close", + "color": "#66D9EF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " IN;", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Go through the argument list and check each file", + "color": "#75715E", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "while", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "my", + "color": "#F92672", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fn", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " = ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "shift", + "color": "#66D9EF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ARGV", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ") {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "check_file(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fn", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(!", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "badfound", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ") { ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "print", + "color": "#66D9EF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "No suspicious lines were found.", + "color": "#E6DB74", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\n", + "color": "#AE81FF", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "; }", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "use", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " strict;", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "my", + "color": "#9872A2", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "badfound", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " = 0;", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "sub", + "color": "#9872A2", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "check_line", + "color": "#CE6700", + "_t": "entity.function.meta.name.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "my", + "color": "#9872A2", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "fn", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "line", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ") = ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "_", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "comment.leading.perl.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Check for that =.", + "color": "#9A9B99", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "line", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " =~ ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/", + "color": "#9AA83A", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "^", + "color": "#9AA83A", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\s", + "color": "#8080FF", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "*if", + "color": "#9AA83A", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\s", + "color": "#8080FF", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "*", + "color": "#9AA83A", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\(", + "color": "#8080FF", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": ".*[^!<>=]=([^=].*", + "color": "#9AA83A", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\)", + "color": "#8080FF", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "|", + "color": "#9AA83A", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\)", + "color": "#8080FF", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": ")", + "color": "#9AA83A", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "/", + "color": "#9AA83A", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ") {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(!", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "badfound", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ") {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "print", + "color": "#9872A2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "The following suspicious lines were found:", + "color": "#9AA83A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\n", + "color": "#8080FF", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "badfound", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " = 1;", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "print", + "color": "#9872A2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "fn", + "color": "#6089B4", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#9AA83A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#6089B4", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ": ", + "color": "#9AA83A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "line", + "color": "#6089B4", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\\n", + "color": "#8080FF", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " This function opens and reads one file, and calls", + "color": "#9A9B99", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " check_line to analyze each line. Call it with the", + "color": "#9A9B99", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " file name.", + "color": "#9A9B99", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "sub", + "color": "#9872A2", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "check_file", + "color": "#CE6700", + "_t": "entity.function.meta.name.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "my", + "color": "#9872A2", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "fn", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ") = ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "_", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(!", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "open", + "color": "#9872A2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(IN, ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "fn", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ")) {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "print", + "color": "#9872A2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Cannot read ", + "color": "#9AA83A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "fn", + "color": "#6089B4", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#9AA83A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\n", + "color": "#8080FF", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "my", + "color": "#9872A2", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "line", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "while", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "line", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " = )", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "chomp", + "color": "#9872A2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "line", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "check_line(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "fn", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "line", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "close", + "color": "#9872A2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " IN;", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Go through the argument list and check each file", + "color": "#9A9B99", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "while", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "my", + "color": "#9872A2", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "fn", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " = ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "shift", + "color": "#9872A2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "ARGV", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ") {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "check_file(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "fn", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(!", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "badfound", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ") { ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "print", + "color": "#9872A2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "No suspicious lines were found.", + "color": "#9AA83A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\n", + "color": "#8080FF", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "; }", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "use", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " strict;", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "my", + "color": "#4B83CD", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "badfound", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " = 0;", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "sub", + "color": "#7A3E9D", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "check_line", + "color": "#AA3731", + "_t": "entity.function.meta.name.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "my", + "color": "#4B83CD", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "fn", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "line", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ") = ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "_", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#777777", + "_t": "comment.leading.perl.punctuation.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Check for that =.", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "line", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " =~ ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/", + "color": "#4B83CD", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "^", + "color": "#4B83CD", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\\s", + "color": "#777777", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "*if", + "color": "#4B83CD", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\\s", + "color": "#777777", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "*", + "color": "#4B83CD", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\\(", + "color": "#777777", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": ".*[^!<>=]=([^=].*", + "color": "#4B83CD", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\\)", + "color": "#777777", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "|", + "color": "#4B83CD", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\\)", + "color": "#777777", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#4B83CD", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "/", + "color": "#4B83CD", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": ") {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(!", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "badfound", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ") {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "print", + "color": "#AA3731", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "The following suspicious lines were found:", + "color": "#448C27", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\\n", + "color": "#777777", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ");", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "badfound", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " = 1;", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "print", + "color": "#AA3731", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "fn", + "color": "#448C27", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ":", + "color": "#448C27", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#448C27", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ": ", + "color": "#448C27", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "line", + "color": "#448C27", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\\n", + "color": "#777777", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " This function opens and reads one file, and calls", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " check_line to analyze each line. Call it with the", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " file name.", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "sub", + "color": "#7A3E9D", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "check_file", + "color": "#AA3731", + "_t": "entity.function.meta.name.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "my", + "color": "#4B83CD", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "fn", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ") = ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "_", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(!", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "open", + "color": "#AA3731", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(IN, ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "fn", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")) {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "print", + "color": "#AA3731", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Cannot read ", + "color": "#448C27", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "fn", + "color": "#448C27", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ".", + "color": "#448C27", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\\n", + "color": "#777777", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "my", + "color": "#4B83CD", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "line", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ");", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "while", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "line", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " = )", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "chomp", + "color": "#AA3731", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "line", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "check_line(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "fn", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "line", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ");", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "close", + "color": "#AA3731", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " IN;", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Go through the argument list and check each file", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "while", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "my", + "color": "#4B83CD", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "fn", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " = ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "shift", + "color": "#AA3731", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "ARGV", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ") {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "check_file(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "fn", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ");", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(!", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "badfound", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ") { ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "print", + "color": "#AA3731", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "No suspicious lines were found.", + "color": "#448C27", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\\n", + "color": "#777777", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "; }", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + } + ], + "red": [ + { + "content": "use", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " strict;", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "my", + "color": "#FF6262", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "badfound", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " = 0;", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "sub", + "color": "#FF6262", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "check_line", + "color": "#FEC758", + "_t": "entity.function.meta.name.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "my", + "color": "#FF6262", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "fn", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "line", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ") = ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "_", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "comment.leading.perl.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Check for that =.", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "line", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " =~ ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/", + "color": "#FFB454", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "^", + "color": "#FFB454", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\\s", + "color": "#FFB454", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "*if", + "color": "#FFB454", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\\s", + "color": "#FFB454", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "*", + "color": "#FFB454", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\\(", + "color": "#FFB454", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": ".*[^!<>=]=([^=].*", + "color": "#FFB454", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\\)", + "color": "#FFB454", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "|", + "color": "#FFB454", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\\)", + "color": "#FFB454", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": ")", + "color": "#FFB454", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "/", + "color": "#FFB454", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": ") {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(!", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "badfound", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ") {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "print", + "color": "#FFB454", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "The following suspicious lines were found:", + "color": "#CD8D8D", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\\n", + "color": "#FFE862", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.constant rgb(255, 232, 98)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "badfound", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " = 1;", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "print", + "color": "#FFB454", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "fn", + "color": "#EDEF7D", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ":", + "color": "#CD8D8D", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ".", + "color": "#EDEF7D", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ": ", + "color": "#CD8D8D", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "line", + "color": "#EDEF7D", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\\n", + "color": "#FFE862", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.constant rgb(255, 232, 98)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " This function opens and reads one file, and calls", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " check_line to analyze each line. Call it with the", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " file name.", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "sub", + "color": "#FF6262", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "check_file", + "color": "#FEC758", + "_t": "entity.function.meta.name.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "my", + "color": "#FF6262", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "fn", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ") = ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "_", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(!", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "open", + "color": "#FFB454", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(IN, ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "fn", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")) {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "print", + "color": "#FFB454", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Cannot read ", + "color": "#CD8D8D", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "fn", + "color": "#EDEF7D", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ".", + "color": "#CD8D8D", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\\n", + "color": "#FFE862", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.constant rgb(255, 232, 98)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "my", + "color": "#FF6262", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "line", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "while", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "line", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " = )", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "chomp", + "color": "#FFB454", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "line", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "check_line(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "fn", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "line", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "close", + "color": "#FFB454", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " IN;", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Go through the argument list and check each file", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "while", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "my", + "color": "#FF6262", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "fn", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " = ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "shift", + "color": "#FFB454", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "ARGV", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ") {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "check_file(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "fn", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(!", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "badfound", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ") { ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "print", + "color": "#FFB454", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "No suspicious lines were found.", + "color": "#CD8D8D", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\\n", + "color": "#FFE862", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.constant rgb(255, 232, 98)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "; }", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "use", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " strict;", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "my", + "color": "#93A1A1", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "badfound", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " = 0;", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "sub", + "color": "#93A1A1", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "check_line", + "color": "#268BD2", + "_t": "entity.function.meta.name.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "my", + "color": "#93A1A1", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "line", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ") = ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "comment.leading.perl.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Check for that =.", + "color": "#657B83", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "line", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " =~ ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "^", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\s", + "color": "#CB4B16", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "*if", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\s", + "color": "#CB4B16", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "*", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\(", + "color": "#CB4B16", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": ".*[^!<>=]=([^=].*", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\)", + "color": "#CB4B16", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "|", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\)", + "color": "#CB4B16", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": ")", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ") {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(!", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "badfound", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ") {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "The following suspicious lines were found:", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\\n", + "color": "#CB4B16", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "badfound", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " = 1;", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#268BD2", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ": ", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "line", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\\n", + "color": "#CB4B16", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " This function opens and reads one file, and calls", + "color": "#657B83", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " check_line to analyze each line. Call it with the", + "color": "#657B83", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " file name.", + "color": "#657B83", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "sub", + "color": "#93A1A1", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "check_file", + "color": "#268BD2", + "_t": "entity.function.meta.name.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "my", + "color": "#93A1A1", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ") = ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(!", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "open", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(IN, ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")) {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Cannot read ", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\\n", + "color": "#CB4B16", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "my", + "color": "#93A1A1", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "line", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "while", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "line", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " = )", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "chomp", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "line", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "check_line(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "line", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "close", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " IN;", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Go through the argument list and check each file", + "color": "#657B83", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "while", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "my", + "color": "#93A1A1", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " = ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "shift", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "ARGV", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ") {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "check_file(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(!", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "badfound", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ") { ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "No suspicious lines were found.", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\\n", + "color": "#CB4B16", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "; }", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "use", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " strict;", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "my", + "color": "#073642", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "badfound", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " = 0;", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "sub", + "color": "#073642", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "check_line", + "color": "#268BD2", + "_t": "entity.function.meta.name.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "my", + "color": "#073642", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "line", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ") = ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "comment.leading.perl.punctuation.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Check for that =.", + "color": "#93A1A1", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "line", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " =~ ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "^", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\s", + "color": "#CB4B16", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "*if", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\s", + "color": "#CB4B16", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "*", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\(", + "color": "#CB4B16", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": ".*[^!<>=]=([^=].*", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\)", + "color": "#CB4B16", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "|", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\)", + "color": "#CB4B16", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": ")", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ") {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(!", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "badfound", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ") {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "The following suspicious lines were found:", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\\n", + "color": "#CB4B16", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "badfound", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " = 1;", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#268BD2", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ": ", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "line", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\\n", + "color": "#CB4B16", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " This function opens and reads one file, and calls", + "color": "#93A1A1", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " check_line to analyze each line. Call it with the", + "color": "#93A1A1", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " file name.", + "color": "#93A1A1", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "sub", + "color": "#073642", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "check_file", + "color": "#268BD2", + "_t": "entity.function.meta.name.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "my", + "color": "#073642", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ") = ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(!", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "open", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(IN, ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")) {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Cannot read ", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\\n", + "color": "#CB4B16", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "my", + "color": "#073642", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "line", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "while", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "line", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " = )", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "chomp", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "line", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "check_line(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "line", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "close", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " IN;", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Go through the argument list and check each file", + "color": "#93A1A1", + "_t": "comment.line.number-sign.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "while", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "my", + "color": "#073642", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " = ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "shift", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "ARGV", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ") {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "check_file(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(!", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "badfound", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ") { ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "No suspicious lines were found.", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\\n", + "color": "#CB4B16", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "; }", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "use", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " strict;", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#EBBBFF", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "badfound", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " = 0;", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "sub", + "color": "#EBBBFF", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "check_line", + "color": "#BBDAFF", + "_t": "entity.function.meta.name.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#EBBBFF", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "fn", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "line", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ") = ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "_", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "comment.leading.perl.punctuation.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Check for that =.", + "color": "#7285B7", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "line", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " =~ ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "^", + "color": "#FF9DA4", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\\s", + "color": "#FFC58F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "*if", + "color": "#FF9DA4", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\\s", + "color": "#FFC58F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "*", + "color": "#FF9DA4", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\\(", + "color": "#FFC58F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": ".*[^!<>=]=([^=].*", + "color": "#FF9DA4", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\\)", + "color": "#FFC58F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "|", + "color": "#FF9DA4", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\\)", + "color": "#FFC58F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FF9DA4", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": ") {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(!", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "badfound", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ") {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#BBDAFF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "The following suspicious lines were found:", + "color": "#D1F1A9", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\\n", + "color": "#FFC58F", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "badfound", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " = 1;", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#BBDAFF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "fn", + "color": "#D1F1A9", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ":", + "color": "#D1F1A9", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ".", + "color": "#D1F1A9", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ": ", + "color": "#D1F1A9", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "line", + "color": "#D1F1A9", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\\n", + "color": "#FFC58F", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " This function opens and reads one file, and calls", + "color": "#7285B7", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " check_line to analyze each line. Call it with the", + "color": "#7285B7", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " file name.", + "color": "#7285B7", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "sub", + "color": "#EBBBFF", + "_t": "function.meta.perl.storage.sub.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "check_file", + "color": "#BBDAFF", + "_t": "entity.function.meta.name.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#EBBBFF", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "fn", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ") = ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "_", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.special.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(!", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "open", + "color": "#BBDAFF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(IN, ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "fn", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")) {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#BBDAFF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Cannot read ", + "color": "#D1F1A9", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "fn", + "color": "#D1F1A9", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ".", + "color": "#D1F1A9", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\\n", + "color": "#FFC58F", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#EBBBFF", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "line", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "while", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "line", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " = )", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "chomp", + "color": "#BBDAFF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "line", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "check_line(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "fn", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "line", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "close", + "color": "#BBDAFF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " IN;", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Go through the argument list and check each file", + "color": "#7285B7", + "_t": "comment.line.number-sign.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.perl.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "while", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#EBBBFF", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "fn", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " = ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "shift", + "color": "#BBDAFF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "ARGV", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ") {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "check_file(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "fn", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(!", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "badfound", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ") { ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#BBDAFF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "No suspicious lines were found.", + "color": "#D1F1A9", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\\n", + "color": "#FFC58F", + "_t": "character.constant.double.escape.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "; }", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.pl.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.pl.result.patch new file mode 100644 index 000000000..f292c9021 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.pl.result.patch @@ -0,0 +1,158 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [ + { + "index": 79, + "content": "fn", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 82, + "content": ".", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 85, + "content": "line", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 129, + "content": "fn", + "color": "#889B4A", + "newColor": "#DC3958" + } + ], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [ + { + "index": 33, + "content": "/", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 45, + "content": "/", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 79, + "content": "fn", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 82, + "content": ".", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 85, + "content": "line", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 129, + "content": "fn", + "color": "#448C27", + "newColor": "#7A3E9D" + } + ], + "red": [ + { + "index": 35, + "content": "\\s", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 37, + "content": "\\s", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 39, + "content": "\\(", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 41, + "content": "\\)", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 43, + "content": "\\)", + "color": "#FFB454", + "newColor": "#FFE862" + } + ], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [ + { + "index": 78, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 79, + "content": "fn", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 81, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 82, + "content": ".", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 84, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 85, + "content": "line", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 128, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 129, + "content": "fn", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ps1 b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ps1 new file mode 100644 index 000000000..8f524fe82 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ps1 @@ -0,0 +1,43 @@ +# Copyright Microsoft Corporation + +function Test-IsAdmin() { + try { + $identity = [Security.Principal.WindowsIdentity]::GetCurrent() + $principal = New-Object Security.Principal.WindowsPrincipal -ArgumentList $identity + return $principal.IsInRole( [Security.Principal.WindowsBuiltInRole]::Administrator ) + } catch { + throw "Failed to determine if the current user has elevated privileges. The error was: '{0}'." -f $_ + } +} + +function Invoke-Environment() +{ + param + ( + [Parameter(Mandatory=1)][string]$Command + ) + + foreach($_ in cmd /c "$Command 2>&1 & set") { + if ($_ -match '^([^=]+)=(.*)') { + [System.Environment]::SetEnvironmentVariable($matches[1], $matches[2]) + } + } +} +Write-Host -Object 'Initializing Azure PowerShell environment...'; + +# PowerShell commands need elevation for dependencies installation and running tests +if (!(Test-IsAdmin)){ + Write-Host -Object 'Please launch command under administrator account. It is needed for environment setting up and unit test.' -ForegroundColor Red; +} + +$env:AzurePSRoot = Split-Path -Parent -Path $env:AzurePSRoot; + +if (Test-Path -Path "$env:ADXSDKProgramFiles\Microsoft Visual Studio 12.0") { + $vsVersion="12.0" +} else { + $vsVersion="11.0" +} + +$setVSEnv = '"{0}\Microsoft Visual Studio {1}\VC\vcvarsall.bat" x64' -f $env:ADXSDKProgramFiles, $vsVersion; + +Invoke-Environment -Command $setVSEnv; \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ps1.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ps1.result new file mode 100644 index 000000000..a865a9a68 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ps1.result @@ -0,0 +1,18426 @@ +{ + "abyss": [ + { + "content": "# Copyright Microsoft Corporation", + "color": "#223355", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "function", + "color": "#9966B8", + "_t": "function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Test-IsAdmin", + "color": "#DDBB88", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "() {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "try", + "color": "#225588", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "identity", + "color": "#6688CC", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[Security.Principal.WindowsIdentity]", + "color": "#DDBB88", + "_t": "attribute-name.entity.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "::GetCurrent", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "()", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "principal", + "color": "#6688CC", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "New-Object", + "color": "#9966B8", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " Security.Principal.WindowsPrincipal ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "ArgumentList ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "identity", + "color": "#6688CC", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "principal", + "color": "#6688CC", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".IsInRole", + "color": "#DDBB88", + "_t": "entity.function.invocation.name.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[Security.Principal.WindowsBuiltInRole]", + "color": "#DDBB88", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "::Administrator ", + "color": "#6688CC", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " } ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "catch", + "color": "#225588", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "throw", + "color": "#225588", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"Failed to determine if the current user has elevated privileges. The error was: '{0}'.\"", + "color": "#22AA44", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-f", + "color": "#225588", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "_", + "color": "#9966B8", + "_t": "automatic.constant.powershell.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " }", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "function", + "color": "#9966B8", + "_t": "function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Invoke-Environment", + "color": "#DDBB88", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "param", + "color": "#225588", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[Parameter", + "color": "#225588", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#DDBB88", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "Mandatory", + "color": "#DDBB88", + "_t": "attribute.attribute-name.constant.entity.interpolated.language.other.parameter.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#DDBB88", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "1", + "color": "#DDBB88", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": ")", + "color": "#DDBB88", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "]", + "color": "#225588", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "[string]", + "color": "#DDBB88", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "$", + "color": "#225588", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "Command", + "color": "#6688CC", + "_t": "interpolated.other.powershell.readwrite.simple.source.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foreach", + "color": "#225588", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "$", + "color": "#225588", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "_", + "color": "#9966B8", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "in", + "color": "#225588", + "_t": "control.interpolated.keyword.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " cmd ", + "color": "#6688CC", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#225588", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "c ", + "color": "#6688CC", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#225588", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "Command", + "color": "#22AA44", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " 2>&1 & set\"", + "color": "#22AA44", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "$", + "color": "#225588", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "_", + "color": "#9966B8", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-match", + "color": "#225588", + "_t": "comparison.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'^([^=]+)=(.*)'", + "color": "#22AA44", + "_t": "interpolated.powershell.quoted.simple.single.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[System.Environment]", + "color": "#DDBB88", + "_t": "attribute-name.entity.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "::SetEnvironmentVariable", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "$", + "color": "#225588", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "matches", + "color": "#9966B8", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "[", + "color": "#DDBB88", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "1", + "color": "#9966B8", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "]", + "color": "#DDBB88", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": ",", + "color": "#225588", + "_t": "interpolated.keyword.operator.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#225588", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "matches", + "color": "#9966B8", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "[", + "color": "#DDBB88", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "2", + "color": "#9966B8", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "]", + "color": "#DDBB88", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": ")", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " }", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " }", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Write-Host", + "color": "#9966B8", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "Object ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'Initializing Azure PowerShell environment...'", + "color": "#22AA44", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#225588", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "# PowerShell commands need elevation for dependencies installation and running tests", + "color": "#223355", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "!", + "color": "#225588", + "_t": "interpolated.keyword.operator.powershell.simple.source.unary", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#225588", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "Test-IsAdmin", + "color": "#9966B8", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": ")", + "color": "#225588", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Write-Host", + "color": "#9966B8", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "Object ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'Please launch command under administrator account. It is needed for environment setting up and unit test.'", + "color": "#22AA44", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "ForegroundColor Red", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#225588", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "env:", + "color": "#6688CC", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "AzurePSRoot", + "color": "#6688CC", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Split-Path", + "color": "#9966B8", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "Parent ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "Path ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "env:", + "color": "#6688CC", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "AzurePSRoot", + "color": "#6688CC", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#225588", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "Test-Path", + "color": "#9966B8", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "Path ", + "color": "#6688CC", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#225588", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "env:", + "color": "#22AA44", + "_t": "double.drive.interpolated.powershell.quoted.simple.source.string.support.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#22AA44", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\Microsoft Visual Studio 12.0\"", + "color": "#22AA44", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "vsVersion", + "color": "#6688CC", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "\"12.0\"", + "color": "#22AA44", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "} ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "else", + "color": "#225588", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "vsVersion", + "color": "#6688CC", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "\"11.0\"", + "color": "#22AA44", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "setVSEnv", + "color": "#6688CC", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'\"{0}\\Microsoft Visual Studio {1}\\VC\\vcvarsall.bat\" x64'", + "color": "#22AA44", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-f", + "color": "#225588", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "env:", + "color": "#6688CC", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#6688CC", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#225588", + "_t": "keyword.operator.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "vsVersion", + "color": "#6688CC", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#225588", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "Invoke-Environment", + "color": "#9966B8", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "Command ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#225588", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "setVSEnv", + "color": "#6688CC", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#225588", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + } + ], + "dark_vs": [ + { + "content": "# Copyright Microsoft Corporation", + "color": "#608B4E", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Test-IsAdmin", + "color": "#D4D4D4", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "() {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "try", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "identity", + "color": "#D4D4D4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[Security.Principal.WindowsIdentity]", + "color": "#9CDCFE", + "_t": "attribute-name.entity.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "::GetCurrent", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "principal", + "color": "#D4D4D4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "New-Object", + "color": "#D4D4D4", + "_t": "function.powershell.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " Security.Principal.WindowsPrincipal ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "ArgumentList ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "identity", + "color": "#D4D4D4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "principal", + "color": "#D4D4D4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".IsInRole", + "color": "#D4D4D4", + "_t": "entity.function.invocation.name.powershell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[Security.Principal.WindowsBuiltInRole]", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "::Administrator ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " } ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "catch", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "throw", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"Failed to determine if the current user has elevated privileges. The error was: '{0}'.\"", + "color": "#CE9178", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-f", + "color": "#D4D4D4", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "automatic.constant.powershell.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Invoke-Environment", + "color": "#D4D4D4", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "param", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[Parameter", + "color": "#569CD6", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "Mandatory", + "color": "#9CDCFE", + "_t": "attribute.attribute-name.constant.entity.interpolated.language.other.parameter.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "1", + "color": "#9CDCFE", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "]", + "color": "#569CD6", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "[string]", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "Command", + "color": "#D4D4D4", + "_t": "interpolated.other.powershell.readwrite.simple.source.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foreach", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#569CD6", + "_t": "control.interpolated.keyword.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " cmd ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "c ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "Command", + "color": "#CE9178", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " 2>&1 & set\"", + "color": "#CE9178", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-match", + "color": "#D4D4D4", + "_t": "comparison.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'^([^=]+)=(.*)'", + "color": "#CE9178", + "_t": "interpolated.powershell.quoted.simple.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[System.Environment]", + "color": "#9CDCFE", + "_t": "attribute-name.entity.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "::SetEnvironmentVariable", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "matches", + "color": "#D4D4D4", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "interpolated.keyword.operator.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "matches", + "color": "#D4D4D4", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Write-Host", + "color": "#D4D4D4", + "_t": "function.powershell.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "Object ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'Initializing Azure PowerShell environment...'", + "color": "#CE9178", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#569CD6", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "# PowerShell commands need elevation for dependencies installation and running tests", + "color": "#608B4E", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "!", + "color": "#D4D4D4", + "_t": "interpolated.keyword.operator.powershell.simple.source.unary", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "Test-IsAdmin", + "color": "#D4D4D4", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Write-Host", + "color": "#D4D4D4", + "_t": "function.powershell.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "Object ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'Please launch command under administrator account. It is needed for environment setting up and unit test.'", + "color": "#CE9178", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "ForegroundColor Red", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#569CD6", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "env:", + "color": "#D4D4D4", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "AzurePSRoot", + "color": "#D4D4D4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Split-Path", + "color": "#D4D4D4", + "_t": "function.powershell.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "Parent ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "Path ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "env:", + "color": "#D4D4D4", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "AzurePSRoot", + "color": "#D4D4D4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#569CD6", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "Test-Path", + "color": "#D4D4D4", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "Path ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "env:", + "color": "#CE9178", + "_t": "double.drive.interpolated.powershell.quoted.simple.source.string.support.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#CE9178", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\Microsoft Visual Studio 12.0\"", + "color": "#CE9178", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "vsVersion", + "color": "#D4D4D4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\"12.0\"", + "color": "#CE9178", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "} ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "vsVersion", + "color": "#D4D4D4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\"11.0\"", + "color": "#CE9178", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "setVSEnv", + "color": "#D4D4D4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'\"{0}\\Microsoft Visual Studio {1}\\VC\\vcvarsall.bat\" x64'", + "color": "#CE9178", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-f", + "color": "#D4D4D4", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "env:", + "color": "#D4D4D4", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#D4D4D4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "keyword.operator.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "vsVersion", + "color": "#D4D4D4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#569CD6", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "Invoke-Environment", + "color": "#D4D4D4", + "_t": "function.powershell.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "Command ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "setVSEnv", + "color": "#D4D4D4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#569CD6", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + } + ], + "light_vs": [ + { + "content": "# Copyright Microsoft Corporation", + "color": "#008000", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "function.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Test-IsAdmin", + "color": "#000000", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "() {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "try", + "color": "#0000FF", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "identity", + "color": "#000000", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[Security.Principal.WindowsIdentity]", + "color": "#FF0000", + "_t": "attribute-name.entity.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "::GetCurrent", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "principal", + "color": "#000000", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "New-Object", + "color": "#000000", + "_t": "function.powershell.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " Security.Principal.WindowsPrincipal ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "ArgumentList ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "identity", + "color": "#000000", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "principal", + "color": "#000000", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".IsInRole", + "color": "#000000", + "_t": "entity.function.invocation.name.powershell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[Security.Principal.WindowsBuiltInRole]", + "color": "#FF0000", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "::Administrator ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " } ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "catch", + "color": "#0000FF", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "throw", + "color": "#0000FF", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"Failed to determine if the current user has elevated privileges. The error was: '{0}'.\"", + "color": "#A31515", + "_t": "double.powershell.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-f", + "color": "#000000", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "_", + "color": "#000000", + "_t": "automatic.constant.powershell.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "function.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Invoke-Environment", + "color": "#000000", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "param", + "color": "#0000FF", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[Parameter", + "color": "#800000", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#FF0000", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "Mandatory", + "color": "#FF0000", + "_t": "attribute.attribute-name.constant.entity.interpolated.language.other.parameter.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "1", + "color": "#FF0000", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": ")", + "color": "#FF0000", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "]", + "color": "#800000", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "[string]", + "color": "#FF0000", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "Command", + "color": "#000000", + "_t": "interpolated.other.powershell.readwrite.simple.source.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foreach", + "color": "#0000FF", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "_", + "color": "#000000", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#0000FF", + "_t": "control.interpolated.keyword.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " cmd ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "c ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "Command", + "color": "#A31515", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " 2>&1 & set\"", + "color": "#A31515", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "_", + "color": "#000000", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-match", + "color": "#000000", + "_t": "comparison.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'^([^=]+)=(.*)'", + "color": "#A31515", + "_t": "interpolated.powershell.quoted.simple.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[System.Environment]", + "color": "#FF0000", + "_t": "attribute-name.entity.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "::SetEnvironmentVariable", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "matches", + "color": "#000000", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#FF0000", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#FF0000", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "interpolated.keyword.operator.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "matches", + "color": "#000000", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#FF0000", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#FF0000", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": ")", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Write-Host", + "color": "#000000", + "_t": "function.powershell.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "Object ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'Initializing Azure PowerShell environment...'", + "color": "#A31515", + "_t": "powershell.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#0000FF", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "# PowerShell commands need elevation for dependencies installation and running tests", + "color": "#008000", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "!", + "color": "#000000", + "_t": "interpolated.keyword.operator.powershell.simple.source.unary", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#0000FF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "Test-IsAdmin", + "color": "#000000", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#0000FF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Write-Host", + "color": "#000000", + "_t": "function.powershell.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "Object ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'Please launch command under administrator account. It is needed for environment setting up and unit test.'", + "color": "#A31515", + "_t": "powershell.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "ForegroundColor Red", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#0000FF", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "env:", + "color": "#000000", + "_t": "drive.powershell.support.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "AzurePSRoot", + "color": "#000000", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Split-Path", + "color": "#000000", + "_t": "function.powershell.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "Parent ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "Path ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "env:", + "color": "#000000", + "_t": "drive.powershell.support.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "AzurePSRoot", + "color": "#000000", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#0000FF", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "Test-Path", + "color": "#000000", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "Path ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "env:", + "color": "#A31515", + "_t": "double.drive.interpolated.powershell.quoted.simple.source.string.support.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#A31515", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\\Microsoft Visual Studio 12.0\"", + "color": "#A31515", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "vsVersion", + "color": "#000000", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "\"12.0\"", + "color": "#A31515", + "_t": "double.powershell.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "} ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#0000FF", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "vsVersion", + "color": "#000000", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "\"11.0\"", + "color": "#A31515", + "_t": "double.powershell.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "setVSEnv", + "color": "#000000", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'\"{0}\\Microsoft Visual Studio {1}\\VC\\vcvarsall.bat\" x64'", + "color": "#A31515", + "_t": "powershell.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-f", + "color": "#000000", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "env:", + "color": "#000000", + "_t": "drive.powershell.support.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#000000", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "keyword.operator.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "vsVersion", + "color": "#000000", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#0000FF", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "Invoke-Environment", + "color": "#000000", + "_t": "function.powershell.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "Command ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "setVSEnv", + "color": "#000000", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#0000FF", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + } + ], + "hc_black": [ + { + "content": "# Copyright Microsoft Corporation", + "color": "#7CA668", + "_t": "comment.line.number-sign.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Test-IsAdmin", + "color": "#FFFFFF", + "_t": "entity.function.meta.name.powershell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "() {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "try", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "identity", + "color": "#FFFFFF", + "_t": "other.powershell.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[Security.Principal.WindowsIdentity]", + "color": "#9CDCFE", + "_t": "attribute-name.entity.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "::GetCurrent", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "principal", + "color": "#FFFFFF", + "_t": "other.powershell.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "New-Object", + "color": "#FFFFFF", + "_t": "function.powershell.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " Security.Principal.WindowsPrincipal ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "ArgumentList ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "identity", + "color": "#FFFFFF", + "_t": "other.powershell.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "principal", + "color": "#FFFFFF", + "_t": "other.powershell.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".IsInRole", + "color": "#FFFFFF", + "_t": "entity.function.invocation.name.powershell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[Security.Principal.WindowsBuiltInRole]", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "::Administrator ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " } ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "catch", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "throw", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"Failed to determine if the current user has elevated privileges. The error was: '{0}'.\"", + "color": "#CE9178", + "_t": "double.powershell.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-f", + "color": "#D4D4D4", + "_t": "keyword.operator.powershell.string-format", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "_", + "color": "#FFFFFF", + "_t": "automatic.constant.powershell.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Invoke-Environment", + "color": "#FFFFFF", + "_t": "entity.function.meta.name.powershell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "param", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[Parameter", + "color": "#569CD6", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "Mandatory", + "color": "#9CDCFE", + "_t": "attribute.attribute-name.constant.entity.interpolated.language.other.parameter.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "1", + "color": "#9CDCFE", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "]", + "color": "#569CD6", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "[string]", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "Command", + "color": "#FFFFFF", + "_t": "interpolated.other.powershell.readwrite.simple.source.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foreach", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "_", + "color": "#FFFFFF", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#569CD6", + "_t": "control.interpolated.keyword.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " cmd ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "c ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "Command", + "color": "#CE9178", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " 2>&1 & set\"", + "color": "#CE9178", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "_", + "color": "#FFFFFF", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-match", + "color": "#D4D4D4", + "_t": "comparison.interpolated.keyword.operator.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'^([^=]+)=(.*)'", + "color": "#CE9178", + "_t": "interpolated.powershell.quoted.simple.single.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[System.Environment]", + "color": "#9CDCFE", + "_t": "attribute-name.entity.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "::SetEnvironmentVariable", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "matches", + "color": "#FFFFFF", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "interpolated.keyword.operator.other.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "matches", + "color": "#FFFFFF", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Write-Host", + "color": "#FFFFFF", + "_t": "function.powershell.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "Object ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'Initializing Azure PowerShell environment...'", + "color": "#CE9178", + "_t": "powershell.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#569CD6", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "# PowerShell commands need elevation for dependencies installation and running tests", + "color": "#7CA668", + "_t": "comment.line.number-sign.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "!", + "color": "#D4D4D4", + "_t": "interpolated.keyword.operator.powershell.simple.source.unary", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "Test-IsAdmin", + "color": "#FFFFFF", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Write-Host", + "color": "#FFFFFF", + "_t": "function.powershell.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "Object ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'Please launch command under administrator account. It is needed for environment setting up and unit test.'", + "color": "#CE9178", + "_t": "powershell.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "ForegroundColor Red", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#569CD6", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "env:", + "color": "#FFFFFF", + "_t": "drive.powershell.support.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "AzurePSRoot", + "color": "#FFFFFF", + "_t": "other.powershell.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Split-Path", + "color": "#FFFFFF", + "_t": "function.powershell.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "Parent ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "Path ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "env:", + "color": "#FFFFFF", + "_t": "drive.powershell.support.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "AzurePSRoot", + "color": "#FFFFFF", + "_t": "other.powershell.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#569CD6", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "Test-Path", + "color": "#FFFFFF", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "Path ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "env:", + "color": "#CE9178", + "_t": "double.drive.interpolated.powershell.quoted.simple.source.string.support.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#CE9178", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\Microsoft Visual Studio 12.0\"", + "color": "#CE9178", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "vsVersion", + "color": "#FFFFFF", + "_t": "other.powershell.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\"12.0\"", + "color": "#CE9178", + "_t": "double.powershell.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "} ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.keyword.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "vsVersion", + "color": "#FFFFFF", + "_t": "other.powershell.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\"11.0\"", + "color": "#CE9178", + "_t": "double.powershell.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "setVSEnv", + "color": "#FFFFFF", + "_t": "other.powershell.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'\"{0}\\Microsoft Visual Studio {1}\\VC\\vcvarsall.bat\" x64'", + "color": "#CE9178", + "_t": "powershell.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-f", + "color": "#D4D4D4", + "_t": "keyword.operator.powershell.string-format", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "env:", + "color": "#FFFFFF", + "_t": "drive.powershell.support.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#FFFFFF", + "_t": "other.powershell.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "keyword.operator.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "vsVersion", + "color": "#FFFFFF", + "_t": "other.powershell.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#569CD6", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "Invoke-Environment", + "color": "#FFFFFF", + "_t": "function.powershell.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "Command ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "setVSEnv", + "color": "#FFFFFF", + "_t": "other.powershell.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#569CD6", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + } + ], + "dark_plus": [ + { + "content": "# Copyright Microsoft Corporation", + "color": "#608B4E", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Test-IsAdmin", + "color": "#DCDCAA", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "() {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "try", + "color": "#C586C0", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "identity", + "color": "#9CDCFE", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[Security.Principal.WindowsIdentity]", + "color": "#9CDCFE", + "_t": "attribute-name.entity.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "::GetCurrent", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "principal", + "color": "#9CDCFE", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "New-Object", + "color": "#DCDCAA", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " Security.Principal.WindowsPrincipal ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "ArgumentList ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "identity", + "color": "#9CDCFE", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "principal", + "color": "#9CDCFE", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".IsInRole", + "color": "#DCDCAA", + "_t": "entity.function.invocation.name.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[Security.Principal.WindowsBuiltInRole]", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "::Administrator ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " } ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "catch", + "color": "#C586C0", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "throw", + "color": "#C586C0", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"Failed to determine if the current user has elevated privileges. The error was: '{0}'.\"", + "color": "#CE9178", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-f", + "color": "#D4D4D4", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "automatic.constant.powershell.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Invoke-Environment", + "color": "#DCDCAA", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "param", + "color": "#C586C0", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[Parameter", + "color": "#569CD6", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "Mandatory", + "color": "#9CDCFE", + "_t": "attribute.attribute-name.constant.entity.interpolated.language.other.parameter.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#9CDCFE", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "1", + "color": "#9CDCFE", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "]", + "color": "#569CD6", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "[string]", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "Command", + "color": "#9CDCFE", + "_t": "interpolated.other.powershell.readwrite.simple.source.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foreach", + "color": "#C586C0", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#C586C0", + "_t": "control.interpolated.keyword.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " cmd ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "c ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "Command", + "color": "#9CDCFE", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " 2>&1 & set\"", + "color": "#CE9178", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-match", + "color": "#D4D4D4", + "_t": "comparison.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'^([^=]+)=(.*)'", + "color": "#CE9178", + "_t": "interpolated.powershell.quoted.simple.single.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[System.Environment]", + "color": "#9CDCFE", + "_t": "attribute-name.entity.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "::SetEnvironmentVariable", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "matches", + "color": "#D4D4D4", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "interpolated.keyword.operator.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "matches", + "color": "#D4D4D4", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#9CDCFE", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Write-Host", + "color": "#DCDCAA", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "Object ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'Initializing Azure PowerShell environment...'", + "color": "#CE9178", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#569CD6", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "# PowerShell commands need elevation for dependencies installation and running tests", + "color": "#608B4E", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "!", + "color": "#D4D4D4", + "_t": "interpolated.keyword.operator.powershell.simple.source.unary", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "Test-IsAdmin", + "color": "#DCDCAA", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Write-Host", + "color": "#DCDCAA", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "Object ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'Please launch command under administrator account. It is needed for environment setting up and unit test.'", + "color": "#CE9178", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "ForegroundColor Red", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#569CD6", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "env:", + "color": "#9CDCFE", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": "AzurePSRoot", + "color": "#9CDCFE", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Split-Path", + "color": "#DCDCAA", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "Parent ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "Path ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "env:", + "color": "#9CDCFE", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": "AzurePSRoot", + "color": "#9CDCFE", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#569CD6", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "Test-Path", + "color": "#DCDCAA", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "Path ", + "color": "#D4D4D4", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "env:", + "color": "#9CDCFE", + "_t": "double.drive.interpolated.powershell.quoted.simple.source.string.support.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#9CDCFE", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\\Microsoft Visual Studio 12.0\"", + "color": "#CE9178", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "vsVersion", + "color": "#9CDCFE", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\"12.0\"", + "color": "#CE9178", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "} ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#C586C0", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "vsVersion", + "color": "#9CDCFE", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\"11.0\"", + "color": "#CE9178", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "setVSEnv", + "color": "#9CDCFE", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'\"{0}\\Microsoft Visual Studio {1}\\VC\\vcvarsall.bat\" x64'", + "color": "#CE9178", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-f", + "color": "#D4D4D4", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "env:", + "color": "#9CDCFE", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#9CDCFE", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "keyword.operator.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "vsVersion", + "color": "#9CDCFE", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#569CD6", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "Invoke-Environment", + "color": "#DCDCAA", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "Command ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "setVSEnv", + "color": "#9CDCFE", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#569CD6", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + } + ], + "light_plus": [ + { + "content": "# Copyright Microsoft Corporation", + "color": "#008000", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "function.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Test-IsAdmin", + "color": "#795E26", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "() {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "try", + "color": "#AF00DB", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "identity", + "color": "#001080", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[Security.Principal.WindowsIdentity]", + "color": "#FF0000", + "_t": "attribute-name.entity.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "::GetCurrent", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "principal", + "color": "#001080", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "New-Object", + "color": "#795E26", + "_t": "function.powershell.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " Security.Principal.WindowsPrincipal ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "ArgumentList ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "identity", + "color": "#001080", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "principal", + "color": "#001080", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".IsInRole", + "color": "#795E26", + "_t": "entity.function.invocation.name.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[Security.Principal.WindowsBuiltInRole]", + "color": "#FF0000", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "::Administrator ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " } ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "catch", + "color": "#AF00DB", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "throw", + "color": "#AF00DB", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"Failed to determine if the current user has elevated privileges. The error was: '{0}'.\"", + "color": "#A31515", + "_t": "double.powershell.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-f", + "color": "#000000", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "_", + "color": "#000000", + "_t": "automatic.constant.powershell.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "function.meta.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Invoke-Environment", + "color": "#795E26", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "()", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "param", + "color": "#AF00DB", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[Parameter", + "color": "#800000", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "(", + "color": "#FF0000", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "Mandatory", + "color": "#FF0000", + "_t": "attribute.attribute-name.constant.entity.interpolated.language.other.parameter.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#FF0000", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "1", + "color": "#FF0000", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": ")", + "color": "#FF0000", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "]", + "color": "#800000", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "[string]", + "color": "#FF0000", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "Command", + "color": "#001080", + "_t": "interpolated.other.powershell.readwrite.simple.source.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foreach", + "color": "#AF00DB", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "_", + "color": "#000000", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#AF00DB", + "_t": "control.interpolated.keyword.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " cmd ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "c ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "Command", + "color": "#001080", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " 2>&1 & set\"", + "color": "#A31515", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "_", + "color": "#000000", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-match", + "color": "#000000", + "_t": "comparison.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'^([^=]+)=(.*)'", + "color": "#A31515", + "_t": "interpolated.powershell.quoted.simple.single.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[System.Environment]", + "color": "#FF0000", + "_t": "attribute-name.entity.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "::SetEnvironmentVariable", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "matches", + "color": "#000000", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#FF0000", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#FF0000", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "interpolated.keyword.operator.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "matches", + "color": "#000000", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#FF0000", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#FF0000", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": ")", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Write-Host", + "color": "#795E26", + "_t": "function.powershell.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "Object ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'Initializing Azure PowerShell environment...'", + "color": "#A31515", + "_t": "powershell.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#0000FF", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "# PowerShell commands need elevation for dependencies installation and running tests", + "color": "#008000", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "!", + "color": "#000000", + "_t": "interpolated.keyword.operator.powershell.simple.source.unary", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#0000FF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "Test-IsAdmin", + "color": "#795E26", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": ")", + "color": "#0000FF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Write-Host", + "color": "#795E26", + "_t": "function.powershell.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "Object ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'Please launch command under administrator account. It is needed for environment setting up and unit test.'", + "color": "#A31515", + "_t": "powershell.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "ForegroundColor Red", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#0000FF", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "env:", + "color": "#001080", + "_t": "drive.powershell.support.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": "AzurePSRoot", + "color": "#001080", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Split-Path", + "color": "#795E26", + "_t": "function.powershell.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "Parent ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "Path ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "env:", + "color": "#001080", + "_t": "drive.powershell.support.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": "AzurePSRoot", + "color": "#001080", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#0000FF", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "Test-Path", + "color": "#795E26", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "Path ", + "color": "#000000", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "env:", + "color": "#001080", + "_t": "double.drive.interpolated.powershell.quoted.simple.source.string.support.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#001080", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\\Microsoft Visual Studio 12.0\"", + "color": "#A31515", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "vsVersion", + "color": "#001080", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "\"12.0\"", + "color": "#A31515", + "_t": "double.powershell.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "} ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#AF00DB", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "vsVersion", + "color": "#001080", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "\"11.0\"", + "color": "#A31515", + "_t": "double.powershell.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "setVSEnv", + "color": "#001080", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'\"{0}\\Microsoft Visual Studio {1}\\VC\\vcvarsall.bat\" x64'", + "color": "#A31515", + "_t": "powershell.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-f", + "color": "#000000", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "env:", + "color": "#001080", + "_t": "drive.powershell.support.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#001080", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "keyword.operator.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "vsVersion", + "color": "#001080", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#0000FF", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "Invoke-Environment", + "color": "#795E26", + "_t": "function.powershell.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "Command ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "setVSEnv", + "color": "#001080", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#0000FF", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + } + ], + "kimbie_dark": [ + { + "content": "# Copyright Microsoft Corporation", + "color": "#A57A4C", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "function", + "color": "#98676A", + "_t": "function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Test-IsAdmin", + "color": "#8AB1B0", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "() {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "try", + "color": "#98676A", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "identity", + "color": "#DC3958", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[Security.Principal.WindowsIdentity]", + "color": "#F79A32", + "_t": "attribute-name.entity.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "::GetCurrent", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "()", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "principal", + "color": "#DC3958", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "New-Object", + "color": "#7E602C", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " Security.Principal.WindowsPrincipal ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "ArgumentList ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "identity", + "color": "#DC3958", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "principal", + "color": "#DC3958", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".IsInRole", + "color": "#8AB1B0", + "_t": "entity.function.invocation.name.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[Security.Principal.WindowsBuiltInRole]", + "color": "#F79A32", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "::Administrator ", + "color": "#D3AF86", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " } ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "catch", + "color": "#98676A", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "throw", + "color": "#98676A", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"Failed to determine if the current user has elevated privileges. The error was: '{0}'.\"", + "color": "#889B4A", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-f", + "color": "#D3AF86", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "_", + "color": "#F79A32", + "_t": "automatic.constant.powershell.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " }", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "function", + "color": "#98676A", + "_t": "function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Invoke-Environment", + "color": "#8AB1B0", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "param", + "color": "#98676A", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[Parameter", + "color": "#DC3958", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "(", + "color": "#F79A32", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "Mandatory", + "color": "#F79A32", + "_t": "attribute.attribute-name.constant.entity.interpolated.language.other.parameter.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#F79A32", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#F79A32", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "]", + "color": "#DC3958", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "[string]", + "color": "#F79A32", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "$", + "color": "#98676A", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "Command", + "color": "#DC3958", + "_t": "interpolated.other.powershell.readwrite.simple.source.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foreach", + "color": "#98676A", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "$", + "color": "#98676A", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "_", + "color": "#F79A32", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "in", + "color": "#98676A", + "_t": "control.interpolated.keyword.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " cmd ", + "color": "#D3AF86", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "c ", + "color": "#D3AF86", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#889B4A", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$", + "color": "#889B4A", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "Command", + "color": "#889B4A", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " 2>&1 & set\"", + "color": "#889B4A", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ")", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "$", + "color": "#98676A", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "_", + "color": "#F79A32", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-match", + "color": "#D3AF86", + "_t": "comparison.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'^([^=]+)=(.*)'", + "color": "#889B4A", + "_t": "interpolated.powershell.quoted.simple.single.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ")", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[System.Environment]", + "color": "#F79A32", + "_t": "attribute-name.entity.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "::SetEnvironmentVariable", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "$", + "color": "#98676A", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "matches", + "color": "#F79A32", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "[", + "color": "#F79A32", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "]", + "color": "#F79A32", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "interpolated.keyword.operator.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#98676A", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "matches", + "color": "#F79A32", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "[", + "color": "#F79A32", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "]", + "color": "#F79A32", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " }", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " }", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Write-Host", + "color": "#7E602C", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "Object ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'Initializing Azure PowerShell environment...'", + "color": "#889B4A", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ";", + "color": "#98676A", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "# PowerShell commands need elevation for dependencies installation and running tests", + "color": "#A57A4C", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "!", + "color": "#D3AF86", + "_t": "interpolated.keyword.operator.powershell.simple.source.unary", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#98676A", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "Test-IsAdmin", + "color": "#7E602C", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": ")", + "color": "#98676A", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": ")", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Write-Host", + "color": "#7E602C", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "Object ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'Please launch command under administrator account. It is needed for environment setting up and unit test.'", + "color": "#889B4A", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "ForegroundColor Red", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#98676A", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "env:", + "color": "#DC3958", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "AzurePSRoot", + "color": "#DC3958", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Split-Path", + "color": "#7E602C", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "Parent ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "Path ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "env:", + "color": "#DC3958", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "AzurePSRoot", + "color": "#DC3958", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#98676A", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "Test-Path", + "color": "#7E602C", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "Path ", + "color": "#D3AF86", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#889B4A", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$", + "color": "#889B4A", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "env:", + "color": "#889B4A", + "_t": "double.drive.interpolated.powershell.quoted.simple.source.string.support.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#889B4A", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\\Microsoft Visual Studio 12.0\"", + "color": "#889B4A", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ")", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "vsVersion", + "color": "#DC3958", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "\"12.0\"", + "color": "#889B4A", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "} ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "else", + "color": "#98676A", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "vsVersion", + "color": "#DC3958", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "\"11.0\"", + "color": "#889B4A", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "setVSEnv", + "color": "#DC3958", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'\"{0}\\Microsoft Visual Studio {1}\\VC\\vcvarsall.bat\" x64'", + "color": "#889B4A", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-f", + "color": "#D3AF86", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "env:", + "color": "#DC3958", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#DC3958", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "keyword.operator.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "vsVersion", + "color": "#DC3958", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#98676A", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "Invoke-Environment", + "color": "#7E602C", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "Command ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#98676A", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "setVSEnv", + "color": "#DC3958", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#98676A", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + } + ], + "monokai": [ + { + "content": "# Copyright Microsoft Corporation", + "color": "#75715E", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "function", + "color": "#66D9EF", + "_t": "function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Test-IsAdmin", + "color": "#A6E22E", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "() {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "try", + "color": "#F92672", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "identity", + "color": "#F8F8F2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[Security.Principal.WindowsIdentity]", + "color": "#A6E22E", + "_t": "attribute-name.entity.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "::GetCurrent", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "()", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "principal", + "color": "#F8F8F2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "New-Object", + "color": "#66D9EF", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " Security.Principal.WindowsPrincipal ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "ArgumentList ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "identity", + "color": "#F8F8F2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "principal", + "color": "#F8F8F2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".IsInRole", + "color": "#A6E22E", + "_t": "entity.function.invocation.name.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[Security.Principal.WindowsBuiltInRole]", + "color": "#A6E22E", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "::Administrator ", + "color": "#F8F8F2", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " } ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "catch", + "color": "#F92672", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "throw", + "color": "#F92672", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"Failed to determine if the current user has elevated privileges. The error was: '{0}'.\"", + "color": "#E6DB74", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-f", + "color": "#F92672", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "_", + "color": "#66D9EF", + "_t": "automatic.constant.powershell.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " }", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "function", + "color": "#66D9EF", + "_t": "function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Invoke-Environment", + "color": "#A6E22E", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "param", + "color": "#F92672", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[Parameter", + "color": "#F92672", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#A6E22E", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "Mandatory", + "color": "#A6E22E", + "_t": "attribute.attribute-name.constant.entity.interpolated.language.other.parameter.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#A6E22E", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "1", + "color": "#A6E22E", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": ")", + "color": "#A6E22E", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "]", + "color": "#F92672", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "[string]", + "color": "#A6E22E", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "Command", + "color": "#F8F8F2", + "_t": "interpolated.other.powershell.readwrite.simple.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foreach", + "color": "#F92672", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "_", + "color": "#66D9EF", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "in", + "color": "#F92672", + "_t": "control.interpolated.keyword.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " cmd ", + "color": "#F8F8F2", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#F92672", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "c ", + "color": "#F8F8F2", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "Command", + "color": "#E6DB74", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " 2>&1 & set\"", + "color": "#E6DB74", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "_", + "color": "#66D9EF", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-match", + "color": "#F92672", + "_t": "comparison.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'^([^=]+)=(.*)'", + "color": "#E6DB74", + "_t": "interpolated.powershell.quoted.simple.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[System.Environment]", + "color": "#A6E22E", + "_t": "attribute-name.entity.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "::SetEnvironmentVariable", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "matches", + "color": "#66D9EF", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "[", + "color": "#A6E22E", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "1", + "color": "#66D9EF", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "]", + "color": "#A6E22E", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": ",", + "color": "#F92672", + "_t": "interpolated.keyword.operator.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "matches", + "color": "#66D9EF", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "[", + "color": "#A6E22E", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "2", + "color": "#66D9EF", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "]", + "color": "#A6E22E", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": ")", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " }", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " }", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Write-Host", + "color": "#66D9EF", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "Object ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'Initializing Azure PowerShell environment...'", + "color": "#E6DB74", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F92672", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "# PowerShell commands need elevation for dependencies installation and running tests", + "color": "#75715E", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "!", + "color": "#F92672", + "_t": "interpolated.keyword.operator.powershell.simple.source.unary", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F92672", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "Test-IsAdmin", + "color": "#66D9EF", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": ")", + "color": "#F92672", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Write-Host", + "color": "#66D9EF", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "Object ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'Please launch command under administrator account. It is needed for environment setting up and unit test.'", + "color": "#E6DB74", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "ForegroundColor Red", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F92672", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "env:", + "color": "#F8F8F2", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "AzurePSRoot", + "color": "#F8F8F2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Split-Path", + "color": "#66D9EF", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "Parent ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "Path ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "env:", + "color": "#F8F8F2", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "AzurePSRoot", + "color": "#F8F8F2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F92672", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "Test-Path", + "color": "#66D9EF", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "Path ", + "color": "#F8F8F2", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "env:", + "color": "#E6DB74", + "_t": "double.drive.interpolated.powershell.quoted.simple.source.string.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#E6DB74", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\Microsoft Visual Studio 12.0\"", + "color": "#E6DB74", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "vsVersion", + "color": "#F8F8F2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "\"12.0\"", + "color": "#E6DB74", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "} ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "else", + "color": "#F92672", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "vsVersion", + "color": "#F8F8F2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "\"11.0\"", + "color": "#E6DB74", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "setVSEnv", + "color": "#F8F8F2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'\"{0}\\Microsoft Visual Studio {1}\\VC\\vcvarsall.bat\" x64'", + "color": "#E6DB74", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-f", + "color": "#F92672", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "env:", + "color": "#F8F8F2", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#F8F8F2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F92672", + "_t": "keyword.operator.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "vsVersion", + "color": "#F8F8F2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F92672", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "Invoke-Environment", + "color": "#66D9EF", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "Command ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "setVSEnv", + "color": "#F8F8F2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F92672", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + } + ], + "monokai_dimmed": [ + { + "content": "# Copyright Microsoft Corporation", + "color": "#9A9B99", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "function", + "color": "#9872A2", + "_t": "function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Test-IsAdmin", + "color": "#CE6700", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "() {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "try", + "color": "#9872A2", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "identity", + "color": "#6089B4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[Security.Principal.WindowsIdentity]", + "color": "#D0B344", + "_t": "attribute-name.entity.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "::GetCurrent", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "()", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "principal", + "color": "#6089B4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "New-Object", + "color": "#9872A2", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " Security.Principal.WindowsPrincipal ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "ArgumentList ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "identity", + "color": "#6089B4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "principal", + "color": "#6089B4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".IsInRole", + "color": "#CE6700", + "_t": "entity.function.invocation.name.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[Security.Principal.WindowsBuiltInRole]", + "color": "#D0B344", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "::Administrator ", + "color": "#C5C8C6", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " } ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "catch", + "color": "#9872A2", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "throw", + "color": "#9872A2", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"Failed to determine if the current user has elevated privileges. The error was: '{0}'.\"", + "color": "#9AA83A", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-f", + "color": "#676867", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "_", + "color": "#C7444A", + "_t": "automatic.constant.powershell.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " }", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "function", + "color": "#9872A2", + "_t": "function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Invoke-Environment", + "color": "#CE6700", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "param", + "color": "#9872A2", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[Parameter", + "color": "#6089B4", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": "(", + "color": "#D0B344", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "Mandatory", + "color": "#D0B344", + "_t": "attribute.attribute-name.constant.entity.interpolated.language.other.parameter.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "1", + "color": "#D0B344", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": ")", + "color": "#D0B344", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "]", + "color": "#6089B4", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": "[string]", + "color": "#D0B344", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "$", + "color": "#676867", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "Command", + "color": "#6089B4", + "_t": "interpolated.other.powershell.readwrite.simple.source.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foreach", + "color": "#9872A2", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "$", + "color": "#676867", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "_", + "color": "#C7444A", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "in", + "color": "#9872A2", + "_t": "control.interpolated.keyword.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " cmd ", + "color": "#C5C8C6", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/", + "color": "#676867", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "c ", + "color": "#C5C8C6", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#D08442", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "$", + "color": "#D08442", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "Command", + "color": "#6089B4", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " 2>&1 & set\"", + "color": "#D08442", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": ")", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "$", + "color": "#676867", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "_", + "color": "#C7444A", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-match", + "color": "#676867", + "_t": "comparison.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'^([^=]+)=(.*)'", + "color": "#D08442", + "_t": "interpolated.powershell.quoted.simple.single.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": ")", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[System.Environment]", + "color": "#D0B344", + "_t": "attribute-name.entity.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "::SetEnvironmentVariable", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "$", + "color": "#676867", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "matches", + "color": "#C7444A", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "[", + "color": "#D0B344", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "]", + "color": "#D0B344", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": ",", + "color": "#676867", + "_t": "interpolated.keyword.operator.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#676867", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "matches", + "color": "#C7444A", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "[", + "color": "#D0B344", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "]", + "color": "#D0B344", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": ")", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " }", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " }", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Write-Host", + "color": "#9872A2", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "Object ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'Initializing Azure PowerShell environment...'", + "color": "#9AA83A", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#676867", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "# PowerShell commands need elevation for dependencies installation and running tests", + "color": "#9A9B99", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "!", + "color": "#676867", + "_t": "interpolated.keyword.operator.powershell.simple.source.unary", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "(", + "color": "#676867", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "Test-IsAdmin", + "color": "#9872A2", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#676867", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Write-Host", + "color": "#9872A2", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "Object ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'Please launch command under administrator account. It is needed for environment setting up and unit test.'", + "color": "#9AA83A", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "ForegroundColor Red", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#676867", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "env:", + "color": "#C7444A", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "AzurePSRoot", + "color": "#6089B4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Split-Path", + "color": "#9872A2", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "Parent ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "Path ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "env:", + "color": "#C7444A", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "AzurePSRoot", + "color": "#6089B4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#676867", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "Test-Path", + "color": "#9872A2", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "Path ", + "color": "#C5C8C6", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#D08442", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "$", + "color": "#D08442", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "env:", + "color": "#D08442", + "_t": "double.drive.interpolated.powershell.quoted.simple.source.string.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#6089B4", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\\Microsoft Visual Studio 12.0\"", + "color": "#D08442", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string.source rgb(208, 132, 66)" + }, + { + "content": ")", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "vsVersion", + "color": "#6089B4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "\"12.0\"", + "color": "#9AA83A", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "} ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "else", + "color": "#9872A2", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "vsVersion", + "color": "#6089B4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "\"11.0\"", + "color": "#9AA83A", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "setVSEnv", + "color": "#6089B4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'\"{0}\\Microsoft Visual Studio {1}\\VC\\vcvarsall.bat\" x64'", + "color": "#9AA83A", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-f", + "color": "#676867", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "env:", + "color": "#C7444A", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#6089B4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#676867", + "_t": "keyword.operator.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "vsVersion", + "color": "#6089B4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#676867", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "Invoke-Environment", + "color": "#9872A2", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "Command ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#676867", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "setVSEnv", + "color": "#6089B4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#676867", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + } + ], + "quietlight": [ + { + "content": "# Copyright Microsoft Corporation", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "function", + "color": "#7A3E9D", + "_t": "function.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Test-IsAdmin", + "color": "#AA3731", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "() {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "try", + "color": "#4B83CD", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "identity", + "color": "#7A3E9D", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[Security.Principal.WindowsIdentity]", + "color": "#333333", + "_t": "attribute-name.entity.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "::GetCurrent", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "()", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "principal", + "color": "#7A3E9D", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "New-Object", + "color": "#AA3731", + "_t": "function.powershell.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " Security.Principal.WindowsPrincipal ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "ArgumentList ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "identity", + "color": "#7A3E9D", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "principal", + "color": "#7A3E9D", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".IsInRole", + "color": "#AA3731", + "_t": "entity.function.invocation.name.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[Security.Principal.WindowsBuiltInRole]", + "color": "#333333", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "::Administrator ", + "color": "#333333", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " } ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "catch", + "color": "#4B83CD", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "throw", + "color": "#4B83CD", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"Failed to determine if the current user has elevated privileges. The error was: '{0}'.\"", + "color": "#448C27", + "_t": "double.powershell.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-f", + "color": "#777777", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "_", + "color": "#AB6526", + "_t": "automatic.constant.powershell.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant rgb(171, 101, 38)" + }, + { + "content": " }", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "function", + "color": "#7A3E9D", + "_t": "function.meta.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Invoke-Environment", + "color": "#AA3731", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "()", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "param", + "color": "#4B83CD", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[Parameter", + "color": "#4B83CD", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Mandatory", + "color": "#AB6526", + "_t": "attribute.attribute-name.constant.entity.interpolated.language.other.parameter.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": "=", + "color": "#333333", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#7A3E9D", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#333333", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "]", + "color": "#4B83CD", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "[string]", + "color": "#333333", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "Command", + "color": "#7A3E9D", + "_t": "interpolated.other.powershell.readwrite.simple.source.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foreach", + "color": "#4B83CD", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "_", + "color": "#AB6526", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "in", + "color": "#4B83CD", + "_t": "control.interpolated.keyword.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " cmd ", + "color": "#333333", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/", + "color": "#777777", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "c ", + "color": "#333333", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#448C27", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$", + "color": "#448C27", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "Command", + "color": "#448C27", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " 2>&1 & set\"", + "color": "#448C27", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "_", + "color": "#AB6526", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-match", + "color": "#777777", + "_t": "comparison.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'^([^=]+)=(.*)'", + "color": "#448C27", + "_t": "interpolated.powershell.quoted.simple.single.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[System.Environment]", + "color": "#333333", + "_t": "attribute-name.entity.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "::SetEnvironmentVariable", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "matches", + "color": "#AB6526", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant rgb(171, 101, 38)" + }, + { + "content": "[", + "color": "#333333", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "]", + "color": "#333333", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ",", + "color": "#777777", + "_t": "interpolated.keyword.operator.other.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "matches", + "color": "#AB6526", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant rgb(171, 101, 38)" + }, + { + "content": "[", + "color": "#333333", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "]", + "color": "#333333", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " }", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " }", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Write-Host", + "color": "#AA3731", + "_t": "function.powershell.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "Object ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'Initializing Azure PowerShell environment...'", + "color": "#448C27", + "_t": "powershell.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#4B83CD", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "# PowerShell commands need elevation for dependencies installation and running tests", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "!", + "color": "#777777", + "_t": "interpolated.keyword.operator.powershell.simple.source.unary", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "(", + "color": "#4B83CD", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "Test-IsAdmin", + "color": "#AA3731", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": ")", + "color": "#4B83CD", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ")", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "{", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Write-Host", + "color": "#AA3731", + "_t": "function.powershell.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "Object ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'Please launch command under administrator account. It is needed for environment setting up and unit test.'", + "color": "#448C27", + "_t": "powershell.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "ForegroundColor Red", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#4B83CD", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "env:", + "color": "#7A3E9D", + "_t": "drive.powershell.support.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.variable rgb(122, 62, 157)" + }, + { + "content": "AzurePSRoot", + "color": "#7A3E9D", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Split-Path", + "color": "#AA3731", + "_t": "function.powershell.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "Parent ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "Path ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "env:", + "color": "#7A3E9D", + "_t": "drive.powershell.support.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.variable rgb(122, 62, 157)" + }, + { + "content": "AzurePSRoot", + "color": "#7A3E9D", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#4B83CD", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "Test-Path", + "color": "#AA3731", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "Path ", + "color": "#333333", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#448C27", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$", + "color": "#448C27", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "env:", + "color": "#7A3E9D", + "_t": "double.drive.interpolated.powershell.quoted.simple.source.string.support.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.variable rgb(122, 62, 157)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#448C27", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\\Microsoft Visual Studio 12.0\"", + "color": "#448C27", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "vsVersion", + "color": "#7A3E9D", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "\"12.0\"", + "color": "#448C27", + "_t": "double.powershell.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "} ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "else", + "color": "#4B83CD", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "vsVersion", + "color": "#7A3E9D", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "\"11.0\"", + "color": "#448C27", + "_t": "double.powershell.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "setVSEnv", + "color": "#7A3E9D", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'\"{0}\\Microsoft Visual Studio {1}\\VC\\vcvarsall.bat\" x64'", + "color": "#448C27", + "_t": "powershell.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-f", + "color": "#777777", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "env:", + "color": "#7A3E9D", + "_t": "drive.powershell.support.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.variable rgb(122, 62, 157)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#7A3E9D", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#777777", + "_t": "keyword.operator.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "vsVersion", + "color": "#7A3E9D", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#4B83CD", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "Invoke-Environment", + "color": "#AA3731", + "_t": "function.powershell.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "Command ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "setVSEnv", + "color": "#7A3E9D", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#4B83CD", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + } + ], + "red": [ + { + "content": "# Copyright Microsoft Corporation", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "function", + "color": "#FF6262", + "_t": "function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Test-IsAdmin", + "color": "#FEC758", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "() {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "try", + "color": "#F12727", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "identity", + "color": "#FB9A4B", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[Security.Principal.WindowsIdentity]", + "color": "#FEC758", + "_t": "attribute-name.entity.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "::GetCurrent", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "()", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "principal", + "color": "#FB9A4B", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "New-Object", + "color": "#FFB454", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " Security.Principal.WindowsPrincipal ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "ArgumentList ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "identity", + "color": "#FB9A4B", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "principal", + "color": "#FB9A4B", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".IsInRole", + "color": "#FEC758", + "_t": "entity.function.invocation.name.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[Security.Principal.WindowsBuiltInRole]", + "color": "#FEC758", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "::Administrator ", + "color": "#F8F8F8", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " } ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "catch", + "color": "#F12727", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "throw", + "color": "#F12727", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"Failed to determine if the current user has elevated privileges. The error was: '{0}'.\"", + "color": "#CD8D8D", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-f", + "color": "#F12727", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "_", + "color": "#EB939A", + "_t": "automatic.constant.powershell.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " }", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "function", + "color": "#FF6262", + "_t": "function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Invoke-Environment", + "color": "#FEC758", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "param", + "color": "#F12727", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[Parameter", + "color": "#FEC758", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#FEC758", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "Mandatory", + "color": "#FEC758", + "_t": "attribute.attribute-name.constant.entity.interpolated.language.other.parameter.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "=", + "color": "#FEC758", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "1", + "color": "#FB9A4B", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#FEC758", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "]", + "color": "#FEC758", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "[string]", + "color": "#FEC758", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "$", + "color": "#F12727", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "Command", + "color": "#FB9A4B", + "_t": "interpolated.other.powershell.readwrite.simple.source.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foreach", + "color": "#F12727", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "$", + "color": "#F12727", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "_", + "color": "#EB939A", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "in", + "color": "#F12727", + "_t": "control.interpolated.keyword.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " cmd ", + "color": "#F8F8F8", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/", + "color": "#F12727", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "c ", + "color": "#F8F8F8", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "$", + "color": "#9DF39F", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "Command", + "color": "#9DF39F", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": " 2>&1 & set\"", + "color": "#9DF39F", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": ")", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "$", + "color": "#F12727", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "_", + "color": "#EB939A", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-match", + "color": "#F12727", + "_t": "comparison.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'^([^=]+)=(.*)'", + "color": "#9DF39F", + "_t": "interpolated.powershell.quoted.simple.single.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": ")", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[System.Environment]", + "color": "#FEC758", + "_t": "attribute-name.entity.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "::SetEnvironmentVariable", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "$", + "color": "#F12727", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "matches", + "color": "#EB939A", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "[", + "color": "#FEC758", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "1", + "color": "#EB939A", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "]", + "color": "#FEC758", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ",", + "color": "#F12727", + "_t": "interpolated.keyword.operator.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#F12727", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "matches", + "color": "#EB939A", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "[", + "color": "#FEC758", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "2", + "color": "#EB939A", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "]", + "color": "#FEC758", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ")", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " }", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " }", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Write-Host", + "color": "#FFB454", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "Object ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'Initializing Azure PowerShell environment...'", + "color": "#CD8D8D", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F12727", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "# PowerShell commands need elevation for dependencies installation and running tests", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "!", + "color": "#F12727", + "_t": "interpolated.keyword.operator.powershell.simple.source.unary", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F12727", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "Test-IsAdmin", + "color": "#FFB454", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": ")", + "color": "#F12727", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Write-Host", + "color": "#FFB454", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "Object ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'Please launch command under administrator account. It is needed for environment setting up and unit test.'", + "color": "#CD8D8D", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "ForegroundColor Red", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F12727", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "env:", + "color": "#FB9A4B", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "AzurePSRoot", + "color": "#FB9A4B", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Split-Path", + "color": "#FFB454", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "Parent ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "Path ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "env:", + "color": "#FB9A4B", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "AzurePSRoot", + "color": "#FB9A4B", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F12727", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "Test-Path", + "color": "#FFB454", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "Path ", + "color": "#F8F8F8", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#9DF39F", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "$", + "color": "#9DF39F", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "env:", + "color": "#9DF39F", + "_t": "double.drive.interpolated.powershell.quoted.simple.source.string.support.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#9DF39F", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": "\\Microsoft Visual Studio 12.0\"", + "color": "#9DF39F", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.quoted.source rgb(157, 243, 159)" + }, + { + "content": ")", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "vsVersion", + "color": "#FB9A4B", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "\"12.0\"", + "color": "#CD8D8D", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "} ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "else", + "color": "#F12727", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "vsVersion", + "color": "#FB9A4B", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "\"11.0\"", + "color": "#CD8D8D", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "setVSEnv", + "color": "#FB9A4B", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'\"{0}\\Microsoft Visual Studio {1}\\VC\\vcvarsall.bat\" x64'", + "color": "#CD8D8D", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-f", + "color": "#F12727", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "env:", + "color": "#FB9A4B", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#FB9A4B", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F12727", + "_t": "keyword.operator.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "vsVersion", + "color": "#FB9A4B", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F12727", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "Invoke-Environment", + "color": "#FFB454", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "Command ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#F12727", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "setVSEnv", + "color": "#FB9A4B", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F12727", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + } + ], + "solarized_dark": [ + { + "content": "# Copyright Microsoft Corporation", + "color": "#657B83", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "function", + "color": "#93A1A1", + "_t": "function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Test-IsAdmin", + "color": "#268BD2", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "() {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "try", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "identity", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[Security.Principal.WindowsIdentity]", + "color": "#93A1A1", + "_t": "attribute-name.entity.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "::GetCurrent", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "()", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "principal", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "New-Object", + "color": "#268BD2", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " Security.Principal.WindowsPrincipal ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "ArgumentList ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "identity", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "principal", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".IsInRole", + "color": "#268BD2", + "_t": "entity.function.invocation.name.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[Security.Principal.WindowsBuiltInRole]", + "color": "#93A1A1", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "::Administrator ", + "color": "#93A1A1", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " } ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "catch", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "throw", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"Failed to determine if the current user has elevated privileges. The error was: '{0}'.\"", + "color": "#2AA198", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-f", + "color": "#859900", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#93A1A1", + "_t": "automatic.constant.powershell.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " }", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "function", + "color": "#93A1A1", + "_t": "function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Invoke-Environment", + "color": "#268BD2", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "param", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[Parameter", + "color": "#268BD2", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "Mandatory", + "color": "#93A1A1", + "_t": "attribute.attribute-name.constant.entity.interpolated.language.other.parameter.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#93A1A1", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "]", + "color": "#268BD2", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "[string]", + "color": "#93A1A1", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Command", + "color": "#268BD2", + "_t": "interpolated.other.powershell.readwrite.simple.source.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foreach", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "$", + "color": "#859900", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#93A1A1", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "in", + "color": "#859900", + "_t": "control.interpolated.keyword.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " cmd ", + "color": "#93A1A1", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/", + "color": "#859900", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "c ", + "color": "#93A1A1", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Command", + "color": "#268BD2", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " 2>&1 & set\"", + "color": "#2AA198", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "$", + "color": "#859900", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#93A1A1", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-match", + "color": "#859900", + "_t": "comparison.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'^([^=]+)=(.*)'", + "color": "#2AA198", + "_t": "interpolated.powershell.quoted.simple.single.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[System.Environment]", + "color": "#93A1A1", + "_t": "attribute-name.entity.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "::SetEnvironmentVariable", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "$", + "color": "#859900", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "matches", + "color": "#93A1A1", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#859900", + "_t": "interpolated.keyword.operator.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "matches", + "color": "#93A1A1", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " }", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " }", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Write-Host", + "color": "#268BD2", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Object ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'Initializing Azure PowerShell environment...'", + "color": "#2AA198", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#859900", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "# PowerShell commands need elevation for dependencies installation and running tests", + "color": "#657B83", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "!", + "color": "#859900", + "_t": "interpolated.keyword.operator.powershell.simple.source.unary", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#859900", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Test-IsAdmin", + "color": "#268BD2", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#859900", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Write-Host", + "color": "#268BD2", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Object ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'Please launch command under administrator account. It is needed for environment setting up and unit test.'", + "color": "#2AA198", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "ForegroundColor Red", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#859900", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "env:", + "color": "#93A1A1", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "AzurePSRoot", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Split-Path", + "color": "#268BD2", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Parent ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Path ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "env:", + "color": "#93A1A1", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "AzurePSRoot", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#859900", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Test-Path", + "color": "#268BD2", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Path ", + "color": "#93A1A1", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "env:", + "color": "#2AA198", + "_t": "double.drive.interpolated.powershell.quoted.simple.source.string.support.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#268BD2", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\\Microsoft Visual Studio 12.0\"", + "color": "#2AA198", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "vsVersion", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\"12.0\"", + "color": "#2AA198", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "} ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "else", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "vsVersion", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\"11.0\"", + "color": "#2AA198", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "setVSEnv", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'\"{0}\\Microsoft Visual Studio {1}\\VC\\vcvarsall.bat\" x64'", + "color": "#2AA198", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-f", + "color": "#859900", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "env:", + "color": "#93A1A1", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#859900", + "_t": "keyword.operator.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "vsVersion", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#859900", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Invoke-Environment", + "color": "#268BD2", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Command ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "setVSEnv", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#859900", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + } + ], + "solarized_light": [ + { + "content": "# Copyright Microsoft Corporation", + "color": "#93A1A1", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "function", + "color": "#073642", + "_t": "function.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Test-IsAdmin", + "color": "#268BD2", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "() {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "try", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "identity", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[Security.Principal.WindowsIdentity]", + "color": "#93A1A1", + "_t": "attribute-name.entity.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "::GetCurrent", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "()", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "principal", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "New-Object", + "color": "#268BD2", + "_t": "function.powershell.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " Security.Principal.WindowsPrincipal ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "ArgumentList ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "identity", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "principal", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".IsInRole", + "color": "#268BD2", + "_t": "entity.function.invocation.name.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[Security.Principal.WindowsBuiltInRole]", + "color": "#93A1A1", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "::Administrator ", + "color": "#586E75", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " } ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "catch", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "throw", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"Failed to determine if the current user has elevated privileges. The error was: '{0}'.\"", + "color": "#2AA198", + "_t": "double.powershell.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-f", + "color": "#859900", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#586E75", + "_t": "automatic.constant.powershell.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " }", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "function", + "color": "#073642", + "_t": "function.meta.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Invoke-Environment", + "color": "#268BD2", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "param", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[Parameter", + "color": "#268BD2", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "Mandatory", + "color": "#93A1A1", + "_t": "attribute.attribute-name.constant.entity.interpolated.language.other.parameter.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#93A1A1", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "]", + "color": "#268BD2", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "[string]", + "color": "#93A1A1", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Command", + "color": "#268BD2", + "_t": "interpolated.other.powershell.readwrite.simple.source.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foreach", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "$", + "color": "#859900", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#586E75", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "in", + "color": "#859900", + "_t": "control.interpolated.keyword.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " cmd ", + "color": "#586E75", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#859900", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "c ", + "color": "#586E75", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Command", + "color": "#268BD2", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " 2>&1 & set\"", + "color": "#2AA198", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "$", + "color": "#859900", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#586E75", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-match", + "color": "#859900", + "_t": "comparison.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'^([^=]+)=(.*)'", + "color": "#2AA198", + "_t": "interpolated.powershell.quoted.simple.single.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[System.Environment]", + "color": "#93A1A1", + "_t": "attribute-name.entity.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "::SetEnvironmentVariable", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "$", + "color": "#859900", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "matches", + "color": "#586E75", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#859900", + "_t": "interpolated.keyword.operator.other.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "matches", + "color": "#586E75", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " }", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " }", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Write-Host", + "color": "#268BD2", + "_t": "function.powershell.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Object ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'Initializing Azure PowerShell environment...'", + "color": "#2AA198", + "_t": "powershell.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#859900", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "# PowerShell commands need elevation for dependencies installation and running tests", + "color": "#93A1A1", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "!", + "color": "#859900", + "_t": "interpolated.keyword.operator.powershell.simple.source.unary", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#859900", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Test-IsAdmin", + "color": "#268BD2", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#859900", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Write-Host", + "color": "#268BD2", + "_t": "function.powershell.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Object ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'Please launch command under administrator account. It is needed for environment setting up and unit test.'", + "color": "#2AA198", + "_t": "powershell.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "ForegroundColor Red", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#859900", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "env:", + "color": "#586E75", + "_t": "drive.powershell.support.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "AzurePSRoot", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Split-Path", + "color": "#268BD2", + "_t": "function.powershell.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Parent ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Path ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "env:", + "color": "#586E75", + "_t": "drive.powershell.support.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "AzurePSRoot", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#859900", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Test-Path", + "color": "#268BD2", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Path ", + "color": "#586E75", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "env:", + "color": "#2AA198", + "_t": "double.drive.interpolated.powershell.quoted.simple.source.string.support.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#268BD2", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\\Microsoft Visual Studio 12.0\"", + "color": "#2AA198", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "vsVersion", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\"12.0\"", + "color": "#2AA198", + "_t": "double.powershell.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "} ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "else", + "color": "#859900", + "_t": "control.keyword.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "vsVersion", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\"11.0\"", + "color": "#2AA198", + "_t": "double.powershell.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "setVSEnv", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'\"{0}\\Microsoft Visual Studio {1}\\VC\\vcvarsall.bat\" x64'", + "color": "#2AA198", + "_t": "powershell.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-f", + "color": "#859900", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "env:", + "color": "#586E75", + "_t": "drive.powershell.support.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#859900", + "_t": "keyword.operator.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "vsVersion", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#859900", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Invoke-Environment", + "color": "#268BD2", + "_t": "function.powershell.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "Command ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "keyword.other.powershell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "setVSEnv", + "color": "#268BD2", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#859900", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + } + ], + "tomorrow_night_blue": [ + { + "content": "# Copyright Microsoft Corporation", + "color": "#7285B7", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "function", + "color": "#EBBBFF", + "_t": "function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Test-IsAdmin", + "color": "#BBDAFF", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "() {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "try", + "color": "#EBBBFF", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "identity", + "color": "#FF9DA4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[Security.Principal.WindowsIdentity]", + "color": "#FF9DA4", + "_t": "attribute-name.entity.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "::GetCurrent", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "principal", + "color": "#FF9DA4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "New-Object", + "color": "#BBDAFF", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " Security.Principal.WindowsPrincipal ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "ArgumentList ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "identity", + "color": "#FF9DA4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "principal", + "color": "#FF9DA4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".IsInRole", + "color": "#BBDAFF", + "_t": "entity.function.invocation.name.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[Security.Principal.WindowsBuiltInRole]", + "color": "#FF9DA4", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "::Administrator ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " } ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "catch", + "color": "#EBBBFF", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "throw", + "color": "#EBBBFF", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"Failed to determine if the current user has elevated privileges. The error was: '{0}'.\"", + "color": "#D1F1A9", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-f", + "color": "#99FFFF", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "_", + "color": "#FFC58F", + "_t": "automatic.constant.powershell.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#EBBBFF", + "_t": "function.meta.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Invoke-Environment", + "color": "#BBDAFF", + "_t": "entity.function.meta.name.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "param", + "color": "#EBBBFF", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[Parameter", + "color": "#FF9DA4", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "(", + "color": "#FF9DA4", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "Mandatory", + "color": "#FF9DA4", + "_t": "attribute.attribute-name.constant.entity.interpolated.language.other.parameter.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "1", + "color": "#FF9DA4", + "_t": "attribute.attribute-name.entity.interpolated.other.parameter.powershell.simple.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FF9DA4", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "]", + "color": "#FF9DA4", + "_t": "entity.interpolated.name.powershell.simple.source.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "[string]", + "color": "#FF9DA4", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "Command", + "color": "#FF9DA4", + "_t": "interpolated.other.powershell.readwrite.simple.source.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foreach", + "color": "#EBBBFF", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "_", + "color": "#FFC58F", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#EBBBFF", + "_t": "control.interpolated.keyword.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " cmd ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#99FFFF", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "c ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "Command", + "color": "#D1F1A9", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " 2>&1 & set\"", + "color": "#D1F1A9", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "_", + "color": "#FFC58F", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-match", + "color": "#99FFFF", + "_t": "comparison.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'^([^=]+)=(.*)'", + "color": "#D1F1A9", + "_t": "interpolated.powershell.quoted.simple.single.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[System.Environment]", + "color": "#FF9DA4", + "_t": "attribute-name.entity.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "::SetEnvironmentVariable", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "matches", + "color": "#FFC58F", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": "[", + "color": "#FF9DA4", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": "]", + "color": "#FF9DA4", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#99FFFF", + "_t": "interpolated.keyword.operator.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "matches", + "color": "#FFC58F", + "_t": "automatic.constant.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": "[", + "color": "#FF9DA4", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "constant.interpolated.numeric.powershell.scientific.simple.source.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": "]", + "color": "#FF9DA4", + "_t": "attribute-name.entity.interpolated.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Write-Host", + "color": "#BBDAFF", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "Object ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'Initializing Azure PowerShell environment...'", + "color": "#D1F1A9", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#EBBBFF", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "# PowerShell commands need elevation for dependencies installation and running tests", + "color": "#7285B7", + "_t": "comment.line.number-sign.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "!", + "color": "#99FFFF", + "_t": "interpolated.keyword.operator.powershell.simple.source.unary", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "(", + "color": "#EBBBFF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "Test-IsAdmin", + "color": "#BBDAFF", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#EBBBFF", + "_t": "interpolated.keyword.other.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ")", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Write-Host", + "color": "#BBDAFF", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "Object ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'Please launch command under administrator account. It is needed for environment setting up and unit test.'", + "color": "#D1F1A9", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "ForegroundColor Red", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#EBBBFF", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "env:", + "color": "#FF9DA4", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "AzurePSRoot", + "color": "#FF9DA4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Split-Path", + "color": "#BBDAFF", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "Parent ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "Path ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "env:", + "color": "#FF9DA4", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "AzurePSRoot", + "color": "#FF9DA4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#EBBBFF", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "Test-Path", + "color": "#BBDAFF", + "_t": "function.interpolated.powershell.simple.source.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "assignment.interpolated.keyword.operator.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "Path ", + "color": "#FFFFFF", + "_t": "interpolated.powershell.simple.source", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "double.interpolated.keyword.other.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "env:", + "color": "#D1F1A9", + "_t": "double.drive.interpolated.powershell.quoted.simple.source.string.support.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#D1F1A9", + "_t": "double.interpolated.other.powershell.quoted.readwrite.simple.source.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\\Microsoft Visual Studio 12.0\"", + "color": "#D1F1A9", + "_t": "double.interpolated.powershell.quoted.simple.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "vsVersion", + "color": "#FF9DA4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "\"12.0\"", + "color": "#D1F1A9", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "} ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#EBBBFF", + "_t": "control.keyword.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "vsVersion", + "color": "#FF9DA4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "\"11.0\"", + "color": "#D1F1A9", + "_t": "double.powershell.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "setVSEnv", + "color": "#FF9DA4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'\"{0}\\Microsoft Visual Studio {1}\\VC\\vcvarsall.bat\" x64'", + "color": "#D1F1A9", + "_t": "powershell.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-f", + "color": "#99FFFF", + "_t": "keyword.operator.powershell.string-format", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "env:", + "color": "#FF9DA4", + "_t": "drive.powershell.support.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "ADXSDKProgramFiles", + "color": "#FF9DA4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#99FFFF", + "_t": "keyword.operator.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "vsVersion", + "color": "#FF9DA4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#EBBBFF", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "Invoke-Environment", + "color": "#BBDAFF", + "_t": "function.powershell.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "Command ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#EBBBFF", + "_t": "keyword.other.powershell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "setVSEnv", + "color": "#FF9DA4", + "_t": "other.powershell.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#EBBBFF", + "_t": "keyword.other.powershell.statement-separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ps1.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ps1.result.patch new file mode 100644 index 000000000..1b0febb6c --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ps1.result.patch @@ -0,0 +1,438 @@ +{ + "abyss": [ + { + "index": 66, + "content": "Mandatory", + "color": "#DDBB88", + "newColor": "#F280D0" + } + ], + "dark_vs": [ + { + "index": 66, + "content": "Mandatory", + "color": "#9CDCFE", + "newColor": "#569CD6" + } + ], + "light_vs": [ + { + "index": 66, + "content": "Mandatory", + "color": "#FF0000", + "newColor": "#0000FF" + } + ], + "hc_black": [ + { + "index": 66, + "content": "Mandatory", + "color": "#9CDCFE", + "newColor": "#569CD6" + } + ], + "dark_plus": [ + { + "index": 66, + "content": "Mandatory", + "color": "#9CDCFE", + "newColor": "#569CD6" + } + ], + "light_plus": [ + { + "index": 66, + "content": "Mandatory", + "color": "#FF0000", + "newColor": "#0000FF" + }, + { + "index": 68, + "content": "1", + "color": "#FF0000", + "newColor": "#001080" + } + ], + "kimbie_dark": [ + { + "index": 51, + "content": "_", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 68, + "content": "1", + "color": "#F79A32", + "newColor": "#DC3958" + }, + { + "index": 80, + "content": "_", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 87, + "content": "$", + "color": "#889B4A", + "newColor": "#98676A" + }, + { + "index": 88, + "content": "Command", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 97, + "content": "_", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 109, + "content": "matches", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 116, + "content": "matches", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 152, + "content": "env:", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 164, + "content": "env:", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 175, + "content": "$", + "color": "#889B4A", + "newColor": "#98676A" + }, + { + "index": 177, + "content": "ADXSDKProgramFiles", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 205, + "content": "env:", + "color": "#DC3958", + "newColor": "#D3AF86" + } + ], + "monokai": [ + { + "index": 66, + "content": "Mandatory", + "color": "#A6E22E", + "newColor": "#AE81FF" + } + ], + "monokai_dimmed": [ + { + "index": 66, + "content": "Mandatory", + "color": "#D0B344", + "newColor": "#FF0080" + }, + { + "index": 68, + "content": "1", + "color": "#D0B344", + "newColor": "#6089B4" + }, + { + "index": 86, + "content": "\"", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 87, + "content": "$", + "color": "#D08442", + "newColor": "#676867" + }, + { + "index": 89, + "content": " 2>&1 & set", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 89, + "content": "\"", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 101, + "content": "'", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 101, + "content": "^([^=]+)=(.*)", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 101, + "content": "'", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 111, + "content": "1", + "color": "#6089B4", + "newColor": "#C7444A" + }, + { + "index": 118, + "content": "2", + "color": "#6089B4", + "newColor": "#C7444A" + }, + { + "index": 174, + "content": "\"", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 175, + "content": "$", + "color": "#D08442", + "newColor": "#676867" + }, + { + "index": 176, + "content": "env:", + "color": "#D08442", + "newColor": "#C7444A" + }, + { + "index": 178, + "content": "\\Microsoft Visual Studio 12.0", + "color": "#D08442", + "newColor": "#9AA83A" + }, + { + "index": 178, + "content": "\"", + "color": "#D08442", + "newColor": "#9AA83A" + } + ], + "quietlight": [ + { + "index": 87, + "content": "$", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 88, + "content": "Command", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 175, + "content": "$", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 177, + "content": "ADXSDKProgramFiles", + "color": "#448C27", + "newColor": "#7A3E9D" + } + ], + "red": [ + { + "index": 66, + "content": "Mandatory", + "color": "#FEC758", + "newColor": "#994646" + }, + { + "index": 86, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 87, + "content": "$", + "color": "#9DF39F", + "newColor": "#F12727" + }, + { + "index": 88, + "content": "Command", + "color": "#9DF39F", + "newColor": "#EDEF7D" + }, + { + "index": 89, + "content": " 2>&1 & set", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 89, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 101, + "content": "'", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 101, + "content": "^([^=]+)=(.*)", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 101, + "content": "'", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 152, + "content": "env:", + "color": "#FB9A4B", + "newColor": "#9DF39F" + }, + { + "index": 164, + "content": "env:", + "color": "#FB9A4B", + "newColor": "#9DF39F" + }, + { + "index": 174, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 175, + "content": "$", + "color": "#9DF39F", + "newColor": "#F12727" + }, + { + "index": 177, + "content": "ADXSDKProgramFiles", + "color": "#9DF39F", + "newColor": "#EDEF7D" + }, + { + "index": 178, + "content": "\\Microsoft Visual Studio 12.0", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 178, + "content": "\"", + "color": "#9DF39F", + "newColor": "#CD8D8D" + }, + { + "index": 205, + "content": "env:", + "color": "#FB9A4B", + "newColor": "#9DF39F" + } + ], + "solarized_dark": [ + { + "index": 66, + "content": "Mandatory", + "color": "#93A1A1", + "newColor": "#B58900" + }, + { + "index": 68, + "content": "1", + "color": "#93A1A1", + "newColor": "#268BD2" + } + ], + "solarized_light": [ + { + "index": 66, + "content": "Mandatory", + "color": "#93A1A1", + "newColor": "#B58900" + }, + { + "index": 68, + "content": "1", + "color": "#93A1A1", + "newColor": "#268BD2" + } + ], + "tomorrow_night_blue": [ + { + "index": 66, + "content": "Mandatory", + "color": "#FF9DA4", + "newColor": "#FFC58F" + }, + { + "index": 88, + "content": "Command", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 152, + "content": "env:", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 164, + "content": "env:", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 177, + "content": "ADXSDKProgramFiles", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 205, + "content": "env:", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.py b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.py new file mode 100644 index 000000000..c92f2c70a --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.py @@ -0,0 +1,97 @@ +from banana import * + +class Monkey: + # Bananas the monkey can eat. + capacity = 10 + def eat(self, N): + '''Make the monkey eat N bananas!''' + capacity = capacity - N*banana.size + + def feeding_frenzy(self): + eat(9.25) + return "Yum yum" + + def some_func(a: + lambda x=None: + {key: val + for key, val in + (x if x is not None else []) + }=42): + pass + +if 1900 < year < 2100 and 1 <= month <= 12 \ + and 1 <= day <= 31 and 0 <= hour < 24 \ + and 0 <= minute < 60 and 0 <= second < 60: # Looks like a valid date + return 1 + +def firstn(g, n): + for i in range(n): + yield g.next() + +reduce(lambda x,y: x+y, [47,11,42,13]) +woerter = {"house" : "Haus", "cat":"Katze", "black":"schwarz"} + +mydictionary = { + 'foo': 23, #comment + 'bar': "hello" #sqadsad +} + +def steuern(einkommen): + """Berechnung der zu zahlenden Steuern fuer ein zu versteuerndes Einkommen von x""" + if einkommen <= 8004: + steuer = 0 + elif einkommen <= 13469: + y = (einkommen -8004.0)/10000.0 + steuer = (912.17 * y + 1400)*y + else: + steuer = einkommen * 0.44 - 15694 + return steuer + +def beliebig(x, y, *mehr): + print "x=", x, ", x=", y + print "mehr: ", mehr + +class Memoize: + def __init__(self, fn): + self.fn = fn + self.memo = {} + def __call__(self, *args): + if args not in self.memo: + self.memo[args] = self.fn(*args) + return self.memo[args] + +res = re.search(r"([0-9-]*)\s*([A-Za-z]+),\s+(.*)", i) + +while True: + try: + n = raw_input("Number: ") + n = int(n) + break + except ValueError: + print("Not a number") + +async with EXPR as VAR: + BLOCK + +# Comments in dictionary items should be colorized accordingly +my_dictionary = { + 'foo':23, # this should be colorized as comment + 'bar':"foobar" #this should be colorized as comment +} + +# test raw strings +text = r""" +interval ``[1,2)`` leads to +""" +highlight_error = True + +# highlight doctests +r'''Module docstring + + Some text followed by code sample: + >>> for a in foo(2, b=1, + ... c=3): + ... print(a) + 0 + 1 +''' diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.py.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.py.result new file mode 100644 index 000000000..e5a24777c --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.py.result @@ -0,0 +1,49674 @@ +{ + "abyss": [ + { + "content": "from", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " banana ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "import", + "color": "#225588", + "_t": "control.import.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "class", + "color": "#9966B8", + "_t": "class.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Monkey", + "color": "#FFEEBB", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Bananas the monkey can eat.", + "color": "#223355", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\tcapacity ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "10", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "eat", + "color": "#DDBB88", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "self", + "color": "#2277FF", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "N", + "color": "#2277FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'''", + "color": "#22AA44", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Make the monkey eat N bananas!", + "color": "#22AA44", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'''", + "color": "#22AA44", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\t\tcapacity ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " capacity ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "N", + "color": "#F280D0", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "*", + "color": "#225588", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "banana.size", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "feeding_frenzy", + "color": "#DDBB88", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "self", + "color": "#2277FF", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "eat", + "color": "#6688CC", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "9.25", + "color": "#F280D0", + "_t": "arguments.constant.float.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Yum yum", + "color": "#22AA44", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "some_func", + "color": "#DDBB88", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#2277FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "annotation.function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t\t", + "color": "#6688CC", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "lambda", + "color": "#9966B8", + "_t": "function.lambda.lambda-function.meta.parameters.python.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.lambda.lambda-function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x", + "color": "#2277FF", + "_t": "function.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": "=", + "color": "#225588", + "_t": "function.keyword.lambda.lambda-function.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "None", + "color": "#F280D0", + "_t": "constant.function.lambda.lambda-function.language.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "begin.function.lambda.lambda-function.meta.parameters.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t\t", + "color": "#6688CC", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.definition.dict.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "key: val", + "color": "#6688CC", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#6688CC", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " key, val ", + "color": "#6688CC", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "in", + "color": "#225588", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "\t\t\t\t\t\t\t", + "color": "#6688CC", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x ", + "color": "#6688CC", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " x ", + "color": "#6688CC", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "is", + "color": "#225588", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "not", + "color": "#225588", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "None", + "color": "#F280D0", + "_t": "constant.function.language.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "else", + "color": "#225588", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.definition.function.list.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "definition.end.function.list.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "end.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t\t", + "color": "#6688CC", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "definition.dict.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.function.keyword.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "42", + "color": "#F280D0", + "_t": "constant.dec.function.meta.numeric.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "pass", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1900", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " year ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2100", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "and", + "color": "#225588", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<=", + "color": "#225588", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " month ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<=", + "color": "#225588", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "12", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\\", + "color": "#6688CC", + "_t": "continuation.line.python.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "and", + "color": "#225588", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<=", + "color": "#225588", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " day ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<=", + "color": "#225588", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "31", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "and", + "color": "#225588", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<=", + "color": "#225588", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " hour ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "24", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\\", + "color": "#6688CC", + "_t": "continuation.line.python.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "and", + "color": "#225588", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<=", + "color": "#225588", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " minute ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "60", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "and", + "color": "#225588", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<=", + "color": "#225588", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " second ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "60", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ": ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Looks like a valid date", + "color": "#223355", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "firstn", + "color": "#DDBB88", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "g", + "color": "#2277FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "n", + "color": "#2277FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " i ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "in", + "color": "#225588", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "range", + "color": "#9966B8", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "n", + "color": "#6688CC", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "yield", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " g.", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "next", + "color": "#6688CC", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "reduce", + "color": "#6688CC", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "lambda", + "color": "#9966B8", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x", + "color": "#2277FF", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "y", + "color": "#2277FF", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "arguments.begin.function.function-call.lambda.lambda-function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " x", + "color": "#6688CC", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arguments.arithmetic.function-call.keyword.meta.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "y", + "color": "#6688CC", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "arguments.begin.definition.function-call.list.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "47", + "color": "#F280D0", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "11", + "color": "#F280D0", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "42", + "color": "#F280D0", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "13", + "color": "#F280D0", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "arguments.definition.end.function-call.list.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "woerter ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "house", + "color": "#22AA44", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " : ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Haus", + "color": "#22AA44", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "cat", + "color": "#22AA44", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Katze", + "color": "#22AA44", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "black", + "color": "#22AA44", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "schwarz", + "color": "#22AA44", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "mydictionary ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "foo", + "color": "#22AA44", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ": ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "23", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "comment", + "color": "#223355", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "bar", + "color": "#22AA44", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ": ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "hello", + "color": "#22AA44", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "sqadsad", + "color": "#223355", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "steuern", + "color": "#DDBB88", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "einkommen", + "color": "#2277FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"\"\"", + "color": "#22AA44", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Berechnung der zu zahlenden Steuern fuer ein zu versteuerndes Einkommen von x", + "color": "#22AA44", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"\"\"", + "color": "#22AA44", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " einkommen ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<=", + "color": "#225588", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "8004", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " steuer ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "elif", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " einkommen ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<=", + "color": "#225588", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "13469", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " y ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "einkommen ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "8004.0", + "color": "#F280D0", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#225588", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "10000.0", + "color": "#F280D0", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " steuer ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "912.17", + "color": "#F280D0", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " y ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1400", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "y", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "else", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " steuer ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " einkommen ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0.44", + "color": "#F280D0", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "15694", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " steuer", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "beliebig", + "color": "#DDBB88", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x", + "color": "#2277FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "y", + "color": "#2277FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "mehr", + "color": "#2277FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "print", + "color": "#9966B8", + "_t": "builtin.function.python.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "x=", + "color": "#22AA44", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", x, ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", x=", + "color": "#22AA44", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", y", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "print", + "color": "#9966B8", + "_t": "builtin.function.python.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "mehr: ", + "color": "#22AA44", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", mehr", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#9966B8", + "_t": "class.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Memoize", + "color": "#FFEEBB", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "__init__", + "color": "#9966B8", + "_t": "function.magic.meta.python.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "self", + "color": "#2277FF", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fn", + "color": "#2277FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "self", + "color": "#6688CC", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".fn ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " fn", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "self", + "color": "#6688CC", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".memo ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#9966B8", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "__call__", + "color": "#9966B8", + "_t": "function.magic.meta.python.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "self", + "color": "#2277FF", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "args", + "color": "#2277FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " args ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "not", + "color": "#225588", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "in", + "color": "#225588", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "self", + "color": "#6688CC", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".memo:", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "self", + "color": "#6688CC", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "memo", + "color": "#6688CC", + "_t": "item-access.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "args", + "color": "#6688CC", + "_t": "arguments.item-access.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "self", + "color": "#6688CC", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fn", + "color": "#6688CC", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "arguments.function-call.keyword.meta.operator.python.unpacking", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "args", + "color": "#6688CC", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "self", + "color": "#6688CC", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "memo", + "color": "#6688CC", + "_t": "item-access.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "args", + "color": "#6688CC", + "_t": "arguments.item-access.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "res ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " re.", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "search", + "color": "#6688CC", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "r", + "color": "#9966B8", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.storage.string.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "(", + "color": "#22AA44", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "[", + "color": "#F280D0", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "0-9-", + "color": "#F280D0", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "]", + "color": "#F280D0", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "*", + "color": "#225588", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#22AA44", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\s", + "color": "#22AA44", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "*", + "color": "#225588", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#22AA44", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "[", + "color": "#F280D0", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "A-Za-z", + "color": "#F280D0", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "]", + "color": "#F280D0", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#22AA44", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#22AA44", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\s", + "color": "#22AA44", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#22AA44", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ".", + "color": "#22AA44", + "_t": "any.arguments.function-call.match.meta.other.python.quoted.regexp.single.string.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "*", + "color": "#225588", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#22AA44", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " i", + "color": "#6688CC", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "while", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "True", + "color": "#F280D0", + "_t": "constant.language.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "try", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " n ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "raw_input", + "color": "#6688CC", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Number: ", + "color": "#22AA44", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " n ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "int", + "color": "#9966B8", + "_t": "function-call.meta.python.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "n", + "color": "#6688CC", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "break", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "except", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ValueError", + "color": "#9966B8", + "_t": "exception.python.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "print", + "color": "#9966B8", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Not a number", + "color": "#22AA44", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "async", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "with", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "EXPR", + "color": "#F280D0", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "as", + "color": "#225588", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "VAR", + "color": "#F280D0", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "BLOCK", + "color": "#F280D0", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Comments in dictionary items should be colorized accordingly", + "color": "#223355", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "my_dictionary ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "foo", + "color": "#22AA44", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "23", + "color": "#F280D0", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " this should be colorized as comment", + "color": "#223355", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "bar", + "color": "#22AA44", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "foobar", + "color": "#22AA44", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "this should be colorized as comment", + "color": "#223355", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " test raw strings", + "color": "#223355", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "text ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "r", + "color": "#9966B8", + "_t": "multi.python.quoted.regexp.storage.string.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "\"\"\"", + "color": "#22AA44", + "_t": "begin.definition.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "interval ``", + "color": "#22AA44", + "_t": "multi.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "[", + "color": "#F280D0", + "_t": "begin.character.constant.meta.multi.other.python.quoted.regexp.regexp punctuation.set.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "1,2)`` leads to", + "color": "#F280D0", + "_t": "character.constant.meta.multi.python.quoted.regexp.set.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "\"\"\"", + "color": "#22AA44", + "_t": "definition.end.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "highlight_error ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "True", + "color": "#F280D0", + "_t": "constant.language.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " highlight doctests", + "color": "#223355", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "r", + "color": "#9966B8", + "_t": "docstring.multi.python.quoted.raw.storage.string.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "'''", + "color": "#22AA44", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Module docstring", + "color": "#22AA44", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " Some text followed by code sample:", + "color": "#22AA44", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#22AA44", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">>> ", + "color": "#225588", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "for a in foo(2, b=1,", + "color": "#22AA44", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#22AA44", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "... ", + "color": "#225588", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " c=3):", + "color": "#22AA44", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#22AA44", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "... ", + "color": "#225588", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " print(a)", + "color": "#22AA44", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " 0", + "color": "#22AA44", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " 1", + "color": "#22AA44", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'''", + "color": "#22AA44", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + } + ], + "dark_vs": [ + { + "content": "from", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " banana ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "control.import.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Monkey", + "color": "#D4D4D4", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Bananas the monkey can eat.", + "color": "#608B4E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\tcapacity ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "eat", + "color": "#D4D4D4", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "N", + "color": "#569CD6", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'''", + "color": "#CE9178", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Make the monkey eat N bananas!", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'''", + "color": "#CE9178", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\t\tcapacity ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " capacity ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "N", + "color": "#D4D4D4", + "_t": "caps.constant.other.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "banana.size", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "feeding_frenzy", + "color": "#D4D4D4", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "eat", + "color": "#D4D4D4", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "9.25", + "color": "#B5CEA8", + "_t": "arguments.constant.float.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Yum yum", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "some_func", + "color": "#D4D4D4", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "lambda", + "color": "#569CD6", + "_t": "function.lambda.lambda-function.meta.parameters.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.lambda.lambda-function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#569CD6", + "_t": "function.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "function.keyword.lambda.lambda-function.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "None", + "color": "#569CD6", + "_t": "constant.function.lambda.lambda-function.language.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.function.lambda.lambda-function.meta.parameters.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.definition.dict.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "key: val", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " key, val ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " x ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "is", + "color": "#D4D4D4", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "not", + "color": "#D4D4D4", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "None", + "color": "#569CD6", + "_t": "constant.function.language.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.definition.function.list.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "definition.end.function.list.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "end.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.dict.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.function.keyword.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "42", + "color": "#B5CEA8", + "_t": "constant.dec.function.meta.numeric.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pass", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1900", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " year ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2100", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " month ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "12", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\\", + "color": "#D4D4D4", + "_t": "continuation.line.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " day ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "31", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " hour ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "24", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\\", + "color": "#D4D4D4", + "_t": "continuation.line.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " minute ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "60", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " second ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "60", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ": ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Looks like a valid date", + "color": "#608B4E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "firstn", + "color": "#D4D4D4", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "g", + "color": "#569CD6", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "n", + "color": "#569CD6", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " i ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "range", + "color": "#D4D4D4", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "n", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "yield", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " g.", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "next", + "color": "#D4D4D4", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "reduce", + "color": "#D4D4D4", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "lambda", + "color": "#569CD6", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#569CD6", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "y", + "color": "#569CD6", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "arguments.begin.function.function-call.lambda.lambda-function.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " x", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arguments.arithmetic.function-call.keyword.meta.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "y", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.list.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "47", + "color": "#B5CEA8", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "11", + "color": "#B5CEA8", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "42", + "color": "#B5CEA8", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "13", + "color": "#B5CEA8", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.list.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "woerter ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "house", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " : ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Haus", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "cat", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Katze", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "black", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "schwarz", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "mydictionary ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "foo", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ": ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "23", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "comment", + "color": "#608B4E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ": ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hello", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "sqadsad", + "color": "#608B4E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "steuern", + "color": "#D4D4D4", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "einkommen", + "color": "#569CD6", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"\"\"", + "color": "#CE9178", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Berechnung der zu zahlenden Steuern fuer ein zu versteuerndes Einkommen von x", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"\"\"", + "color": "#CE9178", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " einkommen ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "8004", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " steuer ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "elif", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " einkommen ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "13469", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " y ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "einkommen ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "8004.0", + "color": "#B5CEA8", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "10000.0", + "color": "#B5CEA8", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " steuer ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "912.17", + "color": "#B5CEA8", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " y ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1400", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "y", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " steuer ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " einkommen ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0.44", + "color": "#B5CEA8", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "15694", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " steuer", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "beliebig", + "color": "#D4D4D4", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#569CD6", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "y", + "color": "#569CD6", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "mehr", + "color": "#569CD6", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#D4D4D4", + "_t": "builtin.function.python.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "x=", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", x, ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", x=", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", y", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#D4D4D4", + "_t": "builtin.function.python.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "mehr: ", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", mehr", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Memoize", + "color": "#D4D4D4", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "__init__", + "color": "#D4D4D4", + "_t": "function.magic.meta.python.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fn", + "color": "#569CD6", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".fn ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " fn", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".memo ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "__call__", + "color": "#D4D4D4", + "_t": "function.magic.meta.python.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "args", + "color": "#569CD6", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " args ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "not", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".memo:", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "memo", + "color": "#D4D4D4", + "_t": "item-access.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "args", + "color": "#D4D4D4", + "_t": "arguments.item-access.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fn", + "color": "#D4D4D4", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arguments.function-call.keyword.meta.operator.python.unpacking", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "args", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "memo", + "color": "#D4D4D4", + "_t": "item-access.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "args", + "color": "#D4D4D4", + "_t": "arguments.item-access.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "res ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " re.", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "search", + "color": "#D4D4D4", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "r", + "color": "#D16969", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.storage.string.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\"", + "color": "#D16969", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "[", + "color": "#D16969", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "0-9-", + "color": "#D16969", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "]", + "color": "#D16969", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\s", + "color": "#D16969", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "[", + "color": "#D16969", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "A-Za-z", + "color": "#D16969", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "]", + "color": "#D16969", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ",", + "color": "#D16969", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\s", + "color": "#D16969", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ".", + "color": "#D16969", + "_t": "any.arguments.function-call.match.meta.other.python.quoted.regexp.single.string.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\"", + "color": "#D16969", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " i", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "while", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "True", + "color": "#569CD6", + "_t": "constant.language.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "try", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " n ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "raw_input", + "color": "#D4D4D4", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Number: ", + "color": "#CE9178", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " n ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#D4D4D4", + "_t": "function-call.meta.python.support.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "n", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "break", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "except", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ValueError", + "color": "#D4D4D4", + "_t": "exception.python.support.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#D4D4D4", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Not a number", + "color": "#CE9178", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "async", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "with", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "EXPR", + "color": "#D4D4D4", + "_t": "caps.constant.other.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "as", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "VAR", + "color": "#D4D4D4", + "_t": "caps.constant.other.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "BLOCK", + "color": "#D4D4D4", + "_t": "caps.constant.other.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Comments in dictionary items should be colorized accordingly", + "color": "#608B4E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "my_dictionary ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "foo", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "23", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " this should be colorized as comment", + "color": "#608B4E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "foobar", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "this should be colorized as comment", + "color": "#608B4E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " test raw strings", + "color": "#608B4E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "text ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "r", + "color": "#D16969", + "_t": "multi.python.quoted.regexp.storage.string.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\"\"\"", + "color": "#D16969", + "_t": "begin.definition.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "interval ``", + "color": "#D16969", + "_t": "multi.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "[", + "color": "#D16969", + "_t": "begin.character.constant.meta.multi.other.python.quoted.regexp.regexp punctuation.set.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "1,2)`` leads to", + "color": "#D16969", + "_t": "character.constant.meta.multi.python.quoted.regexp.set.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\"\"\"", + "color": "#D16969", + "_t": "definition.end.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "highlight_error ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "True", + "color": "#569CD6", + "_t": "constant.language.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " highlight doctests", + "color": "#608B4E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "r", + "color": "#569CD6", + "_t": "docstring.multi.python.quoted.raw.storage.string.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "'''", + "color": "#CE9178", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Module docstring", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " Some text followed by code sample:", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ">>> ", + "color": "#569CD6", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "for a in foo(2, b=1,", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "... ", + "color": "#569CD6", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " c=3):", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "... ", + "color": "#569CD6", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " print(a)", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " 0", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " 1", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'''", + "color": "#CE9178", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + } + ], + "light_vs": [ + { + "content": "from", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " banana ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "control.import.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Monkey", + "color": "#000000", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Bananas the monkey can eat.", + "color": "#008000", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\tcapacity ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "eat", + "color": "#000000", + "_t": "entity.function.meta.name.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "N", + "color": "#0000FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'''", + "color": "#A31515", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Make the monkey eat N bananas!", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'''", + "color": "#A31515", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\t\tcapacity ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " capacity ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "N", + "color": "#000000", + "_t": "caps.constant.other.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "banana.size", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "feeding_frenzy", + "color": "#000000", + "_t": "entity.function.meta.name.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "eat", + "color": "#000000", + "_t": "function-call.generic.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "9.25", + "color": "#09885A", + "_t": "arguments.constant.float.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Yum yum", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "some_func", + "color": "#000000", + "_t": "entity.function.meta.name.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#0000FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.function.meta.parameters.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "lambda", + "color": "#0000FF", + "_t": "function.lambda.lambda-function.meta.parameters.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.lambda.lambda-function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#0000FF", + "_t": "function.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": "=", + "color": "#000000", + "_t": "function.keyword.lambda.lambda-function.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "None", + "color": "#0000FF", + "_t": "constant.function.lambda.lambda-function.language.meta.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.function.lambda.lambda-function.meta.parameters.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.definition.dict.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "key: val", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " key, val ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t\t\t", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " x ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "is", + "color": "#000000", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "not", + "color": "#000000", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "None", + "color": "#0000FF", + "_t": "constant.function.language.meta.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#0000FF", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.definition.function.list.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "definition.end.function.list.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "end.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.dict.end.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.function.keyword.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "42", + "color": "#09885A", + "_t": "constant.dec.function.meta.numeric.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pass", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1900", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " year ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2100", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and", + "color": "#000000", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " month ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "12", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\\", + "color": "#000000", + "_t": "continuation.line.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and", + "color": "#000000", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " day ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "31", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and", + "color": "#000000", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " hour ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "24", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\\", + "color": "#000000", + "_t": "continuation.line.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and", + "color": "#000000", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " minute ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "60", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and", + "color": "#000000", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " second ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "60", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ": ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Looks like a valid date", + "color": "#008000", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "firstn", + "color": "#000000", + "_t": "entity.function.meta.name.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "g", + "color": "#0000FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "n", + "color": "#0000FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " i ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "range", + "color": "#000000", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "n", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "yield", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " g.", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "next", + "color": "#000000", + "_t": "function-call.generic.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "reduce", + "color": "#000000", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "lambda", + "color": "#0000FF", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#0000FF", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "y", + "color": "#0000FF", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ":", + "color": "#000000", + "_t": "arguments.begin.function.function-call.lambda.lambda-function.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " x", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arguments.arithmetic.function-call.keyword.meta.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "y", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.list.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "47", + "color": "#09885A", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "11", + "color": "#09885A", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "42", + "color": "#09885A", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "13", + "color": "#09885A", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#000000", + "_t": "arguments.definition.end.function-call.list.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "woerter ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "house", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " : ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Haus", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "cat", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Katze", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "black", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "schwarz", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "mydictionary ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "foo", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ": ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "23", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "comment", + "color": "#008000", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "bar", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ": ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "hello", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "sqadsad", + "color": "#008000", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "steuern", + "color": "#000000", + "_t": "entity.function.meta.name.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "einkommen", + "color": "#0000FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"\"\"", + "color": "#A31515", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Berechnung der zu zahlenden Steuern fuer ein zu versteuerndes Einkommen von x", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"\"\"", + "color": "#A31515", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " einkommen ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "8004", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " steuer ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "elif", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " einkommen ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "13469", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " y ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "einkommen ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "8004.0", + "color": "#09885A", + "_t": "constant.float.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "10000.0", + "color": "#09885A", + "_t": "constant.float.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " steuer ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "912.17", + "color": "#09885A", + "_t": "constant.float.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " y ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1400", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "y", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " steuer ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " einkommen ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0.44", + "color": "#09885A", + "_t": "constant.float.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "15694", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " steuer", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "beliebig", + "color": "#000000", + "_t": "entity.function.meta.name.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#0000FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "y", + "color": "#0000FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "mehr", + "color": "#0000FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#000000", + "_t": "builtin.function.python.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "x=", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", x, ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", x=", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", y", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#000000", + "_t": "builtin.function.python.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "mehr: ", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", mehr", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Memoize", + "color": "#000000", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "__init__", + "color": "#000000", + "_t": "function.magic.meta.python.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fn", + "color": "#0000FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".fn ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " fn", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".memo ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "__call__", + "color": "#000000", + "_t": "function.magic.meta.python.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "args", + "color": "#0000FF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " args ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "not", + "color": "#000000", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".memo:", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "memo", + "color": "#000000", + "_t": "item-access.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "args", + "color": "#000000", + "_t": "arguments.item-access.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fn", + "color": "#000000", + "_t": "function-call.generic.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arguments.function-call.keyword.meta.operator.python.unpacking", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "args", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "memo", + "color": "#000000", + "_t": "item-access.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "args", + "color": "#000000", + "_t": "arguments.item-access.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "res ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " re.", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "search", + "color": "#000000", + "_t": "function-call.generic.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "r", + "color": "#811F3F", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.storage.string.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\"", + "color": "#811F3F", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "(", + "color": "#811F3F", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "[", + "color": "#811F3F", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "0-9-", + "color": "#811F3F", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "]", + "color": "#811F3F", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#811F3F", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\s", + "color": "#811F3F", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#811F3F", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "[", + "color": "#811F3F", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "A-Za-z", + "color": "#811F3F", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "]", + "color": "#811F3F", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#811F3F", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ",", + "color": "#811F3F", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\s", + "color": "#811F3F", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#811F3F", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ".", + "color": "#811F3F", + "_t": "any.arguments.function-call.match.meta.other.python.quoted.regexp.single.string.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#811F3F", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\"", + "color": "#811F3F", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ",", + "color": "#000000", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " i", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "while", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "True", + "color": "#0000FF", + "_t": "constant.language.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "try", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " n ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "raw_input", + "color": "#000000", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Number: ", + "color": "#A31515", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " n ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#000000", + "_t": "function-call.meta.python.support.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "n", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "break", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "except", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ValueError", + "color": "#000000", + "_t": "exception.python.support.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#000000", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Not a number", + "color": "#A31515", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "async", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "with", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "EXPR", + "color": "#000000", + "_t": "caps.constant.other.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "as", + "color": "#0000FF", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "VAR", + "color": "#000000", + "_t": "caps.constant.other.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "BLOCK", + "color": "#000000", + "_t": "caps.constant.other.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Comments in dictionary items should be colorized accordingly", + "color": "#008000", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "my_dictionary ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "foo", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "23", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " this should be colorized as comment", + "color": "#008000", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "bar", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "foobar", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "this should be colorized as comment", + "color": "#008000", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " test raw strings", + "color": "#008000", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "text ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "r", + "color": "#811F3F", + "_t": "multi.python.quoted.regexp.storage.string.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\"\"\"", + "color": "#811F3F", + "_t": "begin.definition.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "interval ``", + "color": "#811F3F", + "_t": "multi.python.quoted.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "[", + "color": "#811F3F", + "_t": "begin.character.constant.meta.multi.other.python.quoted.regexp.regexp punctuation.set.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "1,2)`` leads to", + "color": "#811F3F", + "_t": "character.constant.meta.multi.python.quoted.regexp.set.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\"\"\"", + "color": "#811F3F", + "_t": "definition.end.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "highlight_error ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "True", + "color": "#0000FF", + "_t": "constant.language.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " highlight doctests", + "color": "#008000", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "r", + "color": "#0000FF", + "_t": "docstring.multi.python.quoted.raw.storage.string.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "'''", + "color": "#A31515", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Module docstring", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " Some text followed by code sample:", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ">>> ", + "color": "#0000FF", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "for a in foo(2, b=1,", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "... ", + "color": "#0000FF", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " c=3):", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "... ", + "color": "#0000FF", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " print(a)", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " 0", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " 1", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'''", + "color": "#A31515", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + } + ], + "hc_black": [ + { + "content": "from", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " banana ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "control.import.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.python.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Monkey", + "color": "#FFFFFF", + "_t": "class.entity.meta.name.python.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Bananas the monkey can eat.", + "color": "#7CA668", + "_t": "comment.line.number-sign.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\tcapacity ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "eat", + "color": "#FFFFFF", + "_t": "entity.function.meta.name.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FFFFFF", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "N", + "color": "#FFFFFF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'''", + "color": "#CE9178", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Make the monkey eat N bananas!", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'''", + "color": "#CE9178", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\t\tcapacity ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " capacity ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "N", + "color": "#FFFFFF", + "_t": "caps.constant.other.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "banana.size", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "feeding_frenzy", + "color": "#FFFFFF", + "_t": "entity.function.meta.name.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FFFFFF", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "eat", + "color": "#FFFFFF", + "_t": "function-call.generic.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "9.25", + "color": "#B5CEA8", + "_t": "arguments.constant.float.function-call.meta.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Yum yum", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "some_func", + "color": "#FFFFFF", + "_t": "entity.function.meta.name.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FFFFFF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.function.meta.parameters.punctuation.python.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "lambda", + "color": "#569CD6", + "_t": "function.lambda.lambda-function.meta.parameters.python.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.lambda.lambda-function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FFFFFF", + "_t": "function.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "function.keyword.lambda.lambda-function.meta.operator.parameters.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "None", + "color": "#569CD6", + "_t": "constant.function.lambda.lambda-function.language.meta.parameters.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.function.lambda.lambda-function.meta.parameters.punctuation.python.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.definition.dict.function.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "key: val", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " key, val ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " x ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "is", + "color": "#D4D4D4", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "not", + "color": "#D4D4D4", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "None", + "color": "#569CD6", + "_t": "constant.function.language.meta.parameters.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.definition.function.list.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "definition.end.function.list.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "end.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.dict.end.function.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.function.keyword.meta.operator.parameters.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "42", + "color": "#B5CEA8", + "_t": "constant.dec.function.meta.numeric.parameters.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "pass", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1900", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " year ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2100", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " month ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "12", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\\", + "color": "#FFFFFF", + "_t": "continuation.line.python.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " day ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "31", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " hour ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "24", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\\", + "color": "#FFFFFF", + "_t": "continuation.line.python.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " minute ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "60", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " second ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "60", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ": ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Looks like a valid date", + "color": "#7CA668", + "_t": "comment.line.number-sign.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "firstn", + "color": "#FFFFFF", + "_t": "entity.function.meta.name.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "g", + "color": "#FFFFFF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "n", + "color": "#FFFFFF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " i ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "range", + "color": "#FFFFFF", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "n", + "color": "#FFFFFF", + "_t": "arguments.function-call.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "yield", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " g.", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "next", + "color": "#FFFFFF", + "_t": "function-call.generic.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "reduce", + "color": "#FFFFFF", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "lambda", + "color": "#569CD6", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.python.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FFFFFF", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.punctuation.python.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "y", + "color": "#FFFFFF", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "arguments.begin.function.function-call.lambda.lambda-function.meta.punctuation.python.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " x", + "color": "#FFFFFF", + "_t": "arguments.function-call.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arguments.arithmetic.function-call.keyword.meta.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "y", + "color": "#FFFFFF", + "_t": "arguments.function-call.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arguments.function-call.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "arguments.begin.definition.function-call.list.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "47", + "color": "#B5CEA8", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "arguments.function-call.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "11", + "color": "#B5CEA8", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "arguments.function-call.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "42", + "color": "#B5CEA8", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "arguments.function-call.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "13", + "color": "#B5CEA8", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "arguments.definition.end.function-call.list.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "woerter ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "house", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " : ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Haus", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "cat", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Katze", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "black", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "schwarz", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.dict.end.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "mydictionary ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "foo", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ": ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "23", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "comment", + "color": "#7CA668", + "_t": "comment.line.number-sign.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ": ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hello", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "sqadsad", + "color": "#7CA668", + "_t": "comment.line.number-sign.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.dict.end.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "steuern", + "color": "#FFFFFF", + "_t": "entity.function.meta.name.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "einkommen", + "color": "#FFFFFF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"\"\"", + "color": "#CE9178", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Berechnung der zu zahlenden Steuern fuer ein zu versteuerndes Einkommen von x", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"\"\"", + "color": "#CE9178", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " einkommen ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "8004", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " steuer ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "elif", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " einkommen ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "13469", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " y ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "einkommen ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "8004.0", + "color": "#B5CEA8", + "_t": "constant.float.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "end.parenthesis.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "10000.0", + "color": "#B5CEA8", + "_t": "constant.float.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " steuer ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "912.17", + "color": "#B5CEA8", + "_t": "constant.float.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " y ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1400", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "end.parenthesis.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "y", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " steuer ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " einkommen ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0.44", + "color": "#B5CEA8", + "_t": "constant.float.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "15694", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " steuer", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "beliebig", + "color": "#FFFFFF", + "_t": "entity.function.meta.name.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FFFFFF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "y", + "color": "#FFFFFF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "mehr", + "color": "#FFFFFF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#FFFFFF", + "_t": "builtin.function.python.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "x=", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", x, ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", x=", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", y", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#FFFFFF", + "_t": "builtin.function.python.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "mehr: ", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", mehr", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.python.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Memoize", + "color": "#FFFFFF", + "_t": "class.entity.meta.name.python.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "__init__", + "color": "#FFFFFF", + "_t": "function.magic.meta.python.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FFFFFF", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fn", + "color": "#FFFFFF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FFFFFF", + "_t": "language.python.self.special.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".fn ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " fn", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FFFFFF", + "_t": "language.python.self.special.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".memo ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.dict.end.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "__call__", + "color": "#FFFFFF", + "_t": "function.magic.meta.python.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FFFFFF", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "args", + "color": "#FFFFFF", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " args ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "not", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FFFFFF", + "_t": "language.python.self.special.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".memo:", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FFFFFF", + "_t": "language.python.self.special.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "memo", + "color": "#FFFFFF", + "_t": "item-access.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "args", + "color": "#FFFFFF", + "_t": "arguments.item-access.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FFFFFF", + "_t": "language.python.self.special.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fn", + "color": "#FFFFFF", + "_t": "function-call.generic.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arguments.function-call.keyword.meta.operator.python.unpacking", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "args", + "color": "#FFFFFF", + "_t": "arguments.function-call.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FFFFFF", + "_t": "language.python.self.special.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "memo", + "color": "#FFFFFF", + "_t": "item-access.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "args", + "color": "#FFFFFF", + "_t": "arguments.item-access.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "res ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " re.", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "search", + "color": "#FFFFFF", + "_t": "function-call.generic.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "r", + "color": "#D16969", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.storage.string.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\"", + "color": "#D16969", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "[", + "color": "#D16969", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "0-9-", + "color": "#D16969", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "]", + "color": "#D16969", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\s", + "color": "#D16969", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "[", + "color": "#D16969", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "A-Za-z", + "color": "#D16969", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "]", + "color": "#D16969", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ",", + "color": "#D16969", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\s", + "color": "#D16969", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ".", + "color": "#D16969", + "_t": "any.arguments.function-call.match.meta.other.python.quoted.regexp.single.string.support", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\"", + "color": "#D16969", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " i", + "color": "#FFFFFF", + "_t": "arguments.function-call.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "while", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "True", + "color": "#569CD6", + "_t": "constant.language.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "try", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " n ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "raw_input", + "color": "#FFFFFF", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Number: ", + "color": "#CE9178", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " n ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#FFFFFF", + "_t": "function-call.meta.python.support.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "n", + "color": "#FFFFFF", + "_t": "arguments.function-call.meta.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "break", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "except", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "ValueError", + "color": "#FFFFFF", + "_t": "exception.python.support.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#FFFFFF", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Not a number", + "color": "#CE9178", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "async", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "with", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "EXPR", + "color": "#FFFFFF", + "_t": "caps.constant.other.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "as", + "color": "#569CD6", + "_t": "control.flow.keyword.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "VAR", + "color": "#FFFFFF", + "_t": "caps.constant.other.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "BLOCK", + "color": "#FFFFFF", + "_t": "caps.constant.other.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Comments in dictionary items should be colorized accordingly", + "color": "#7CA668", + "_t": "comment.line.number-sign.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "my_dictionary ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "foo", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "23", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " this should be colorized as comment", + "color": "#7CA668", + "_t": "comment.line.number-sign.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "foobar", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "this should be colorized as comment", + "color": "#7CA668", + "_t": "comment.line.number-sign.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.dict.end.punctuation.python", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " test raw strings", + "color": "#7CA668", + "_t": "comment.line.number-sign.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "text ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "r", + "color": "#D16969", + "_t": "multi.python.quoted.regexp.storage.string.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\"\"\"", + "color": "#D16969", + "_t": "begin.definition.multi.punctuation.python.quoted.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "interval ``", + "color": "#D16969", + "_t": "multi.python.quoted.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "[", + "color": "#D16969", + "_t": "begin.character.constant.meta.multi.other.python.quoted.regexp.regexp punctuation.set.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "1,2)`` leads to", + "color": "#D16969", + "_t": "character.constant.meta.multi.python.quoted.regexp.set.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\"\"\"", + "color": "#D16969", + "_t": "definition.end.multi.punctuation.python.quoted.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "highlight_error ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "True", + "color": "#569CD6", + "_t": "constant.language.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " highlight doctests", + "color": "#7CA668", + "_t": "comment.line.number-sign.python", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "r", + "color": "#569CD6", + "_t": "docstring.multi.python.quoted.raw.storage.string.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "'''", + "color": "#CE9178", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.raw.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Module docstring", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " Some text followed by code sample:", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ">>> ", + "color": "#569CD6", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "for a in foo(2, b=1,", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "... ", + "color": "#569CD6", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " c=3):", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "... ", + "color": "#569CD6", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " print(a)", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " 0", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " 1", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'''", + "color": "#CE9178", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.raw.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + ], + "dark_plus": [ + { + "content": "from", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " banana ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "import", + "color": "#C586C0", + "_t": "control.import.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Monkey", + "color": "#4EC9B0", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Bananas the monkey can eat.", + "color": "#608B4E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\tcapacity ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "eat", + "color": "#DCDCAA", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#9CDCFE", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "N", + "color": "#9CDCFE", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'''", + "color": "#CE9178", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Make the monkey eat N bananas!", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'''", + "color": "#CE9178", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\t\tcapacity ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " capacity ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "N", + "color": "#D4D4D4", + "_t": "caps.constant.other.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "banana.size", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "feeding_frenzy", + "color": "#DCDCAA", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#9CDCFE", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "eat", + "color": "#D4D4D4", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "9.25", + "color": "#B5CEA8", + "_t": "arguments.constant.float.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Yum yum", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "some_func", + "color": "#DCDCAA", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#9CDCFE", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "lambda", + "color": "#569CD6", + "_t": "function.lambda.lambda-function.meta.parameters.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.lambda.lambda-function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#9CDCFE", + "_t": "function.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "function.keyword.lambda.lambda-function.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "None", + "color": "#569CD6", + "_t": "constant.function.lambda.lambda-function.language.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.function.lambda.lambda-function.meta.parameters.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.definition.dict.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "key: val", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " key, val ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " x ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "is", + "color": "#D4D4D4", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "not", + "color": "#D4D4D4", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "None", + "color": "#569CD6", + "_t": "constant.function.language.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#C586C0", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.definition.function.list.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "definition.end.function.list.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "end.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.dict.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.function.keyword.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "42", + "color": "#B5CEA8", + "_t": "constant.dec.function.meta.numeric.parameters.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pass", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1900", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " year ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2100", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " month ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "12", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\\", + "color": "#D4D4D4", + "_t": "continuation.line.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " day ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "31", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " hour ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "24", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\\", + "color": "#D4D4D4", + "_t": "continuation.line.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " minute ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "60", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " second ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "60", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ": ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Looks like a valid date", + "color": "#608B4E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "firstn", + "color": "#DCDCAA", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "g", + "color": "#9CDCFE", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "n", + "color": "#9CDCFE", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " i ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "range", + "color": "#DCDCAA", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "n", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "yield", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " g.", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "next", + "color": "#D4D4D4", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "reduce", + "color": "#9CDCFE", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "lambda", + "color": "#569CD6", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#9CDCFE", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "y", + "color": "#9CDCFE", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "arguments.begin.function.function-call.lambda.lambda-function.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " x", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arguments.arithmetic.function-call.keyword.meta.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "y", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.list.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "47", + "color": "#B5CEA8", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "11", + "color": "#B5CEA8", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "42", + "color": "#B5CEA8", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "13", + "color": "#B5CEA8", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.list.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "woerter ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "house", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " : ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Haus", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "cat", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Katze", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "black", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "schwarz", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "mydictionary ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "foo", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ": ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "23", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "comment", + "color": "#608B4E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ": ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "hello", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "sqadsad", + "color": "#608B4E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "steuern", + "color": "#DCDCAA", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "einkommen", + "color": "#9CDCFE", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"\"\"", + "color": "#CE9178", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Berechnung der zu zahlenden Steuern fuer ein zu versteuerndes Einkommen von x", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"\"\"", + "color": "#CE9178", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " einkommen ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "8004", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " steuer ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "elif", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " einkommen ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "13469", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " y ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "einkommen ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "8004.0", + "color": "#B5CEA8", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "10000.0", + "color": "#B5CEA8", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " steuer ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "912.17", + "color": "#B5CEA8", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " y ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1400", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "y", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " steuer ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " einkommen ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0.44", + "color": "#B5CEA8", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "15694", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " steuer", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "beliebig", + "color": "#DCDCAA", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#9CDCFE", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "y", + "color": "#9CDCFE", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "mehr", + "color": "#9CDCFE", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#DCDCAA", + "_t": "builtin.function.python.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "x=", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", x, ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", x=", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", y", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#DCDCAA", + "_t": "builtin.function.python.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "mehr: ", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", mehr", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Memoize", + "color": "#4EC9B0", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "__init__", + "color": "#DCDCAA", + "_t": "function.magic.meta.python.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#9CDCFE", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fn", + "color": "#9CDCFE", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".fn ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " fn", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".memo ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "__call__", + "color": "#DCDCAA", + "_t": "function.magic.meta.python.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#9CDCFE", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "args", + "color": "#9CDCFE", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " args ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "not", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".memo:", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "memo", + "color": "#D4D4D4", + "_t": "item-access.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "args", + "color": "#D4D4D4", + "_t": "arguments.item-access.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fn", + "color": "#D4D4D4", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arguments.function-call.keyword.meta.operator.python.unpacking", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "args", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "memo", + "color": "#D4D4D4", + "_t": "item-access.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "args", + "color": "#D4D4D4", + "_t": "arguments.item-access.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "res ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " re.", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "search", + "color": "#D4D4D4", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "r", + "color": "#D16969", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.storage.string.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\"", + "color": "#D16969", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "[", + "color": "#D16969", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "0-9-", + "color": "#D16969", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "]", + "color": "#D16969", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\s", + "color": "#D16969", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "[", + "color": "#D16969", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "A-Za-z", + "color": "#D16969", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "]", + "color": "#D16969", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ",", + "color": "#D16969", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\s", + "color": "#D16969", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ".", + "color": "#D16969", + "_t": "any.arguments.function-call.match.meta.other.python.quoted.regexp.single.string.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\"", + "color": "#D16969", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " i", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "while", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "True", + "color": "#569CD6", + "_t": "constant.language.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "try", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " n ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "raw_input", + "color": "#9CDCFE", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Number: ", + "color": "#CE9178", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " n ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "int", + "color": "#4EC9B0", + "_t": "function-call.meta.python.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "n", + "color": "#D4D4D4", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "break", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "except", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ValueError", + "color": "#4EC9B0", + "_t": "exception.python.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "print", + "color": "#DCDCAA", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Not a number", + "color": "#CE9178", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "async", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "with", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "EXPR", + "color": "#D4D4D4", + "_t": "caps.constant.other.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "as", + "color": "#C586C0", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "VAR", + "color": "#D4D4D4", + "_t": "caps.constant.other.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "BLOCK", + "color": "#D4D4D4", + "_t": "caps.constant.other.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Comments in dictionary items should be colorized accordingly", + "color": "#608B4E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "my_dictionary ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "foo", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "23", + "color": "#B5CEA8", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " this should be colorized as comment", + "color": "#608B4E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "foobar", + "color": "#CE9178", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "this should be colorized as comment", + "color": "#608B4E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " test raw strings", + "color": "#608B4E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "text ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "r", + "color": "#D16969", + "_t": "multi.python.quoted.regexp.storage.string.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\"\"\"", + "color": "#D16969", + "_t": "begin.definition.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "interval ``", + "color": "#D16969", + "_t": "multi.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "[", + "color": "#D16969", + "_t": "begin.character.constant.meta.multi.other.python.quoted.regexp.regexp punctuation.set.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "1,2)`` leads to", + "color": "#D16969", + "_t": "character.constant.meta.multi.python.quoted.regexp.set.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\"\"\"", + "color": "#D16969", + "_t": "definition.end.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "highlight_error ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "True", + "color": "#569CD6", + "_t": "constant.language.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " highlight doctests", + "color": "#608B4E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "r", + "color": "#569CD6", + "_t": "docstring.multi.python.quoted.raw.storage.string.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "'''", + "color": "#CE9178", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Module docstring", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " Some text followed by code sample:", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ">>> ", + "color": "#C586C0", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "for a in foo(2, b=1,", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "... ", + "color": "#C586C0", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " c=3):", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "... ", + "color": "#C586C0", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " print(a)", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " 0", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " 1", + "color": "#CE9178", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'''", + "color": "#CE9178", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + } + ], + "light_plus": [ + { + "content": "from", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " banana ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "import", + "color": "#AF00DB", + "_t": "control.import.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Monkey", + "color": "#267F99", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Bananas the monkey can eat.", + "color": "#008000", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\tcapacity ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "eat", + "color": "#795E26", + "_t": "entity.function.meta.name.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#001080", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "N", + "color": "#001080", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'''", + "color": "#A31515", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Make the monkey eat N bananas!", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'''", + "color": "#A31515", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\t\tcapacity ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " capacity ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "N", + "color": "#000000", + "_t": "caps.constant.other.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "banana.size", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "feeding_frenzy", + "color": "#795E26", + "_t": "entity.function.meta.name.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#001080", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "eat", + "color": "#000000", + "_t": "function-call.generic.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "9.25", + "color": "#09885A", + "_t": "arguments.constant.float.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Yum yum", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "some_func", + "color": "#795E26", + "_t": "entity.function.meta.name.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#001080", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.function.meta.parameters.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "lambda", + "color": "#0000FF", + "_t": "function.lambda.lambda-function.meta.parameters.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.lambda.lambda-function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#001080", + "_t": "function.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": "=", + "color": "#000000", + "_t": "function.keyword.lambda.lambda-function.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "None", + "color": "#0000FF", + "_t": "constant.function.lambda.lambda-function.language.meta.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.function.lambda.lambda-function.meta.parameters.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.definition.dict.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "key: val", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " key, val ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t\t\t", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " x ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "is", + "color": "#000000", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "not", + "color": "#000000", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "None", + "color": "#0000FF", + "_t": "constant.function.language.meta.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#AF00DB", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.definition.function.list.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "definition.end.function.list.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "end.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.dict.end.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.function.keyword.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "42", + "color": "#09885A", + "_t": "constant.dec.function.meta.numeric.parameters.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pass", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1900", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " year ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2100", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and", + "color": "#000000", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " month ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "12", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\\", + "color": "#000000", + "_t": "continuation.line.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and", + "color": "#000000", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " day ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "31", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and", + "color": "#000000", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " hour ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "24", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\\", + "color": "#000000", + "_t": "continuation.line.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and", + "color": "#000000", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " minute ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "60", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and", + "color": "#000000", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " second ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "60", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ": ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Looks like a valid date", + "color": "#008000", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "firstn", + "color": "#795E26", + "_t": "entity.function.meta.name.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "g", + "color": "#001080", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "n", + "color": "#001080", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " i ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "range", + "color": "#795E26", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "n", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "yield", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " g.", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "next", + "color": "#000000", + "_t": "function-call.generic.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "reduce", + "color": "#001080", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "lambda", + "color": "#0000FF", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#001080", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "y", + "color": "#001080", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "arguments.begin.function.function-call.lambda.lambda-function.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " x", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arguments.arithmetic.function-call.keyword.meta.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "y", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.list.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "47", + "color": "#09885A", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "11", + "color": "#09885A", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "42", + "color": "#09885A", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "13", + "color": "#09885A", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#000000", + "_t": "arguments.definition.end.function-call.list.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "woerter ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "house", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " : ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Haus", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "cat", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Katze", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "black", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "schwarz", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "mydictionary ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "foo", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ": ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "23", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "comment", + "color": "#008000", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "bar", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ": ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "hello", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "sqadsad", + "color": "#008000", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "steuern", + "color": "#795E26", + "_t": "entity.function.meta.name.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "einkommen", + "color": "#001080", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"\"\"", + "color": "#A31515", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Berechnung der zu zahlenden Steuern fuer ein zu versteuerndes Einkommen von x", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"\"\"", + "color": "#A31515", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " einkommen ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "8004", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " steuer ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "elif", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " einkommen ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "13469", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " y ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "einkommen ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "8004.0", + "color": "#09885A", + "_t": "constant.float.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "10000.0", + "color": "#09885A", + "_t": "constant.float.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " steuer ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "912.17", + "color": "#09885A", + "_t": "constant.float.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " y ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1400", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "y", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " steuer ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " einkommen ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0.44", + "color": "#09885A", + "_t": "constant.float.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "15694", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " steuer", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "beliebig", + "color": "#795E26", + "_t": "entity.function.meta.name.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#001080", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "y", + "color": "#001080", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "mehr", + "color": "#001080", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#795E26", + "_t": "builtin.function.python.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "x=", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", x, ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", x=", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", y", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#795E26", + "_t": "builtin.function.python.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "mehr: ", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", mehr", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Memoize", + "color": "#267F99", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "__init__", + "color": "#795E26", + "_t": "function.magic.meta.python.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#001080", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fn", + "color": "#001080", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".fn ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " fn", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".memo ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "__call__", + "color": "#795E26", + "_t": "function.magic.meta.python.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#001080", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.parameters.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "args", + "color": "#001080", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " args ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "not", + "color": "#000000", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".memo:", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "memo", + "color": "#000000", + "_t": "item-access.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "args", + "color": "#000000", + "_t": "arguments.item-access.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fn", + "color": "#000000", + "_t": "function-call.generic.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arguments.function-call.keyword.meta.operator.python.unpacking", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "args", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "memo", + "color": "#000000", + "_t": "item-access.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "args", + "color": "#000000", + "_t": "arguments.item-access.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "res ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " re.", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "search", + "color": "#000000", + "_t": "function-call.generic.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "r", + "color": "#811F3F", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.storage.string.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\"", + "color": "#811F3F", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "(", + "color": "#811F3F", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "[", + "color": "#811F3F", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "0-9-", + "color": "#811F3F", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "]", + "color": "#811F3F", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#811F3F", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\s", + "color": "#811F3F", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#811F3F", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "[", + "color": "#811F3F", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "A-Za-z", + "color": "#811F3F", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "]", + "color": "#811F3F", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#811F3F", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ",", + "color": "#811F3F", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\s", + "color": "#811F3F", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#811F3F", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ".", + "color": "#811F3F", + "_t": "any.arguments.function-call.match.meta.other.python.quoted.regexp.single.string.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#811F3F", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\"", + "color": "#811F3F", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ",", + "color": "#000000", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " i", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "while", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "True", + "color": "#0000FF", + "_t": "constant.language.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "try", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " n ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "raw_input", + "color": "#001080", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Number: ", + "color": "#A31515", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " n ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "int", + "color": "#267F99", + "_t": "function-call.meta.python.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "n", + "color": "#000000", + "_t": "arguments.function-call.meta.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "break", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "except", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ValueError", + "color": "#267F99", + "_t": "exception.python.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "print", + "color": "#795E26", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Not a number", + "color": "#A31515", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "async", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "with", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "EXPR", + "color": "#000000", + "_t": "caps.constant.other.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "as", + "color": "#AF00DB", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "VAR", + "color": "#000000", + "_t": "caps.constant.other.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "BLOCK", + "color": "#000000", + "_t": "caps.constant.other.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Comments in dictionary items should be colorized accordingly", + "color": "#008000", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "my_dictionary ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "foo", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "23", + "color": "#09885A", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " this should be colorized as comment", + "color": "#008000", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "bar", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ":", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "foobar", + "color": "#A31515", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "this should be colorized as comment", + "color": "#008000", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " test raw strings", + "color": "#008000", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "text ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "r", + "color": "#811F3F", + "_t": "multi.python.quoted.regexp.storage.string.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\"\"\"", + "color": "#811F3F", + "_t": "begin.definition.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "interval ``", + "color": "#811F3F", + "_t": "multi.python.quoted.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "[", + "color": "#811F3F", + "_t": "begin.character.constant.meta.multi.other.python.quoted.regexp.regexp punctuation.set.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "1,2)`` leads to", + "color": "#811F3F", + "_t": "character.constant.meta.multi.python.quoted.regexp.set.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\"\"\"", + "color": "#811F3F", + "_t": "definition.end.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "highlight_error ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "True", + "color": "#0000FF", + "_t": "constant.language.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " highlight doctests", + "color": "#008000", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "r", + "color": "#0000FF", + "_t": "docstring.multi.python.quoted.raw.storage.string.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "'''", + "color": "#A31515", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Module docstring", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " Some text followed by code sample:", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ">>> ", + "color": "#AF00DB", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "for a in foo(2, b=1,", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "... ", + "color": "#AF00DB", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " c=3):", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "... ", + "color": "#AF00DB", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " print(a)", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " 0", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " 1", + "color": "#A31515", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'''", + "color": "#A31515", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.raw.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + } + ], + "kimbie_dark": [ + { + "content": "from", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " banana ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "import", + "color": "#98676A", + "_t": "control.import.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#98676A", + "_t": "class.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Monkey", + "color": "#F06431", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Bananas the monkey can eat.", + "color": "#A57A4C", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "\tcapacity ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "10", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "eat", + "color": "#8AB1B0", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "self", + "color": "#D3AF86", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "N", + "color": "#D3AF86", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'''", + "color": "#D3AF86", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Make the monkey eat N bananas!", + "color": "#889B4A", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'''", + "color": "#D3AF86", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\t\tcapacity ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " capacity ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "N", + "color": "#F79A32", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "banana.size", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "feeding_frenzy", + "color": "#8AB1B0", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "self", + "color": "#D3AF86", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "eat", + "color": "#D3AF86", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "9.25", + "color": "#F79A32", + "_t": "arguments.constant.float.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Yum yum", + "color": "#889B4A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "some_func", + "color": "#8AB1B0", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#D3AF86", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D3AF86", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "lambda", + "color": "#98676A", + "_t": "function.lambda.lambda-function.meta.parameters.python.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.lambda.lambda-function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "x", + "color": "#D3AF86", + "_t": "function.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "function.keyword.lambda.lambda-function.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "None", + "color": "#F79A32", + "_t": "constant.function.lambda.lambda-function.language.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "begin.function.lambda.lambda-function.meta.parameters.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D3AF86", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.definition.dict.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "key: val", + "color": "#D3AF86", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#D3AF86", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " key, val ", + "color": "#D3AF86", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "in", + "color": "#D3AF86", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t\t\t\t", + "color": "#D3AF86", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "x ", + "color": "#D3AF86", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " x ", + "color": "#D3AF86", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "is", + "color": "#D3AF86", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "not", + "color": "#D3AF86", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "None", + "color": "#F79A32", + "_t": "constant.function.language.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "else", + "color": "#98676A", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.definition.function.list.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "definition.end.function.list.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "end.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D3AF86", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "definition.dict.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.function.keyword.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "42", + "color": "#F79A32", + "_t": "constant.dec.function.meta.numeric.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "pass", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1900", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " year ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2100", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "and", + "color": "#D3AF86", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<=", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " month ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<=", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "12", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\\", + "color": "#D3AF86", + "_t": "continuation.line.python.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "and", + "color": "#D3AF86", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<=", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " day ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<=", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "31", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "and", + "color": "#D3AF86", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<=", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " hour ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "24", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\\", + "color": "#D3AF86", + "_t": "continuation.line.python.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "and", + "color": "#D3AF86", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<=", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " minute ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "60", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "and", + "color": "#D3AF86", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<=", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " second ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "60", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ": ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Looks like a valid date", + "color": "#A57A4C", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "firstn", + "color": "#8AB1B0", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "g", + "color": "#D3AF86", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "n", + "color": "#D3AF86", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " i ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "in", + "color": "#D3AF86", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "range", + "color": "#7E602C", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "n", + "color": "#D3AF86", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "yield", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " g.", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "next", + "color": "#D3AF86", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "reduce", + "color": "#DC3958", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "lambda", + "color": "#98676A", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "x", + "color": "#D3AF86", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "y", + "color": "#D3AF86", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "arguments.begin.function.function-call.lambda.lambda-function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " x", + "color": "#D3AF86", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "arguments.arithmetic.function-call.keyword.meta.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "y", + "color": "#D3AF86", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "arguments.begin.definition.function-call.list.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "47", + "color": "#F79A32", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "11", + "color": "#F79A32", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "42", + "color": "#F79A32", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "13", + "color": "#F79A32", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "arguments.definition.end.function-call.list.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "woerter ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "house", + "color": "#889B4A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " : ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Haus", + "color": "#889B4A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "cat", + "color": "#889B4A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Katze", + "color": "#889B4A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "black", + "color": "#889B4A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "schwarz", + "color": "#889B4A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "mydictionary ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#889B4A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ": ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "23", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "comment", + "color": "#A57A4C", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "bar", + "color": "#889B4A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ": ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "hello", + "color": "#889B4A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "sqadsad", + "color": "#A57A4C", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "steuern", + "color": "#8AB1B0", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "einkommen", + "color": "#D3AF86", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"\"\"", + "color": "#D3AF86", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Berechnung der zu zahlenden Steuern fuer ein zu versteuerndes Einkommen von x", + "color": "#889B4A", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"\"\"", + "color": "#D3AF86", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " einkommen ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<=", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "8004", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " steuer ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "elif", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " einkommen ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<=", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "13469", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " y ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "einkommen ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "8004.0", + "color": "#F79A32", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "10000.0", + "color": "#F79A32", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " steuer ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "912.17", + "color": "#F79A32", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " y ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1400", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "y", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "else", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " steuer ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " einkommen ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0.44", + "color": "#F79A32", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "15694", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " steuer", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "beliebig", + "color": "#8AB1B0", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "x", + "color": "#D3AF86", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "y", + "color": "#D3AF86", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "mehr", + "color": "#D3AF86", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "print", + "color": "#7E602C", + "_t": "builtin.function.python.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "x=", + "color": "#889B4A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ", x, ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ", x=", + "color": "#889B4A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ", y", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "print", + "color": "#7E602C", + "_t": "builtin.function.python.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "mehr: ", + "color": "#889B4A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ", mehr", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#98676A", + "_t": "class.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Memoize", + "color": "#F06431", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "__init__", + "color": "#7E602C", + "_t": "function.magic.meta.python.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "self", + "color": "#D3AF86", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fn", + "color": "#D3AF86", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "self", + "color": "#DC3958", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".fn ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " fn", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "self", + "color": "#DC3958", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".memo ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "__call__", + "color": "#7E602C", + "_t": "function.magic.meta.python.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "self", + "color": "#D3AF86", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "args", + "color": "#D3AF86", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " args ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "not", + "color": "#D3AF86", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "in", + "color": "#D3AF86", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "self", + "color": "#DC3958", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".memo:", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "self", + "color": "#DC3958", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "memo", + "color": "#D3AF86", + "_t": "item-access.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "args", + "color": "#D3AF86", + "_t": "arguments.item-access.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "self", + "color": "#DC3958", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fn", + "color": "#D3AF86", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "arguments.function-call.keyword.meta.operator.python.unpacking", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "args", + "color": "#D3AF86", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "self", + "color": "#DC3958", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "memo", + "color": "#D3AF86", + "_t": "item-access.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "args", + "color": "#D3AF86", + "_t": "arguments.item-access.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "res ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " re.", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "search", + "color": "#D3AF86", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "r", + "color": "#7E602C", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.storage.string.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#7E602C", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "[", + "color": "#7E602C", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "0-9-", + "color": "#7E602C", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "]", + "color": "#7E602C", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "*", + "color": "#7E602C", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": ")", + "color": "#7E602C", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\\s", + "color": "#7E602C", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "*", + "color": "#7E602C", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#7E602C", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "[", + "color": "#7E602C", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "A-Za-z", + "color": "#7E602C", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "]", + "color": "#7E602C", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "+", + "color": "#7E602C", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": ")", + "color": "#7E602C", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": ",", + "color": "#7E602C", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\\s", + "color": "#7E602C", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "+", + "color": "#7E602C", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#7E602C", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": ".", + "color": "#7E602C", + "_t": "any.arguments.function-call.match.meta.other.python.quoted.regexp.single.string.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "*", + "color": "#7E602C", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": ")", + "color": "#7E602C", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " i", + "color": "#D3AF86", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "while", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "True", + "color": "#F79A32", + "_t": "constant.language.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "try", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " n ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "raw_input", + "color": "#DC3958", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Number: ", + "color": "#889B4A", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " n ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "int", + "color": "#D3AF86", + "_t": "function-call.meta.python.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "n", + "color": "#D3AF86", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "break", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "except", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "ValueError", + "color": "#D3AF86", + "_t": "exception.python.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "print", + "color": "#7E602C", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Not a number", + "color": "#889B4A", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "async", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "with", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "EXPR", + "color": "#F79A32", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "as", + "color": "#98676A", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "VAR", + "color": "#F79A32", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "BLOCK", + "color": "#F79A32", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Comments in dictionary items should be colorized accordingly", + "color": "#A57A4C", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "my_dictionary ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#889B4A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "23", + "color": "#F79A32", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " this should be colorized as comment", + "color": "#A57A4C", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "bar", + "color": "#889B4A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "foobar", + "color": "#889B4A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "this should be colorized as comment", + "color": "#A57A4C", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " test raw strings", + "color": "#A57A4C", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "text ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "r", + "color": "#7E602C", + "_t": "multi.python.quoted.regexp.storage.string.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\"\"\"", + "color": "#D3AF86", + "_t": "begin.definition.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "interval ``", + "color": "#7E602C", + "_t": "multi.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "[", + "color": "#7E602C", + "_t": "begin.character.constant.meta.multi.other.python.quoted.regexp.regexp punctuation.set.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "1,2)`` leads to", + "color": "#7E602C", + "_t": "character.constant.meta.multi.python.quoted.regexp.set.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\"\"\"", + "color": "#D3AF86", + "_t": "definition.end.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "highlight_error ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "True", + "color": "#F79A32", + "_t": "constant.language.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " highlight doctests", + "color": "#A57A4C", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "r", + "color": "#889B4A", + "_t": "docstring.multi.python.quoted.raw.storage.string.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'''", + "color": "#D3AF86", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Module docstring", + "color": "#889B4A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " Some text followed by code sample:", + "color": "#889B4A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#889B4A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ">>> ", + "color": "#98676A", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "for a in foo(2, b=1,", + "color": "#889B4A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#889B4A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "... ", + "color": "#98676A", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " c=3):", + "color": "#889B4A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#889B4A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "... ", + "color": "#98676A", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " print(a)", + "color": "#889B4A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " 0", + "color": "#889B4A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " 1", + "color": "#889B4A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'''", + "color": "#D3AF86", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "from", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " banana ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "import", + "color": "#F92672", + "_t": "control.import.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "class", + "color": "#66D9EF", + "_t": "class.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Monkey", + "color": "#A6E22E", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Bananas the monkey can eat.", + "color": "#75715E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\tcapacity ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "10", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "eat", + "color": "#A6E22E", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "self", + "color": "#FD971F", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "N", + "color": "#FD971F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'''", + "color": "#E6DB74", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Make the monkey eat N bananas!", + "color": "#E6DB74", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'''", + "color": "#E6DB74", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\t\tcapacity ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " capacity ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "N", + "color": "#AE81FF", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "banana.size", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "feeding_frenzy", + "color": "#A6E22E", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "self", + "color": "#FD971F", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "eat", + "color": "#F8F8F2", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "9.25", + "color": "#AE81FF", + "_t": "arguments.constant.float.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Yum yum", + "color": "#E6DB74", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "some_func", + "color": "#A6E22E", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#FD971F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "annotation.function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t\t", + "color": "#F8F8F2", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "lambda", + "color": "#66D9EF", + "_t": "function.lambda.lambda-function.meta.parameters.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.lambda.lambda-function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x", + "color": "#FD971F", + "_t": "function.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "function.keyword.lambda.lambda-function.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "None", + "color": "#AE81FF", + "_t": "constant.function.lambda.lambda-function.language.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "begin.function.lambda.lambda-function.meta.parameters.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t\t", + "color": "#F8F8F2", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.definition.dict.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "key: val", + "color": "#F8F8F2", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#F8F8F2", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " key, val ", + "color": "#F8F8F2", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "in", + "color": "#F92672", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "\t\t\t\t\t\t\t", + "color": "#F8F8F2", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x ", + "color": "#F8F8F2", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " x ", + "color": "#F8F8F2", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "is", + "color": "#F92672", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "not", + "color": "#F92672", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "None", + "color": "#AE81FF", + "_t": "constant.function.language.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "else", + "color": "#F92672", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.definition.function.list.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "definition.end.function.list.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "end.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t\t", + "color": "#F8F8F2", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "definition.dict.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.function.keyword.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "42", + "color": "#AE81FF", + "_t": "constant.dec.function.meta.numeric.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "pass", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1900", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " year ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2100", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "and", + "color": "#F92672", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<=", + "color": "#F92672", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " month ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<=", + "color": "#F92672", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "12", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\\", + "color": "#F8F8F2", + "_t": "continuation.line.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "and", + "color": "#F92672", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<=", + "color": "#F92672", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " day ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<=", + "color": "#F92672", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "31", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "and", + "color": "#F92672", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<=", + "color": "#F92672", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " hour ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "24", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\\", + "color": "#F8F8F2", + "_t": "continuation.line.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "and", + "color": "#F92672", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<=", + "color": "#F92672", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " minute ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "60", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "and", + "color": "#F92672", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<=", + "color": "#F92672", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " second ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "60", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ": ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Looks like a valid date", + "color": "#75715E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "firstn", + "color": "#A6E22E", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "g", + "color": "#FD971F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "n", + "color": "#FD971F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " i ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "in", + "color": "#F92672", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "range", + "color": "#66D9EF", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "n", + "color": "#F8F8F2", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "yield", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " g.", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "next", + "color": "#F8F8F2", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "reduce", + "color": "#F8F8F2", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "lambda", + "color": "#66D9EF", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x", + "color": "#FD971F", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "y", + "color": "#FD971F", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "arguments.begin.function.function-call.lambda.lambda-function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " x", + "color": "#F8F8F2", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arguments.arithmetic.function-call.keyword.meta.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "y", + "color": "#F8F8F2", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "arguments.begin.definition.function-call.list.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "47", + "color": "#AE81FF", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "11", + "color": "#AE81FF", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "42", + "color": "#AE81FF", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "13", + "color": "#AE81FF", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "arguments.definition.end.function-call.list.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "woerter ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "house", + "color": "#E6DB74", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " : ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Haus", + "color": "#E6DB74", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "cat", + "color": "#E6DB74", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Katze", + "color": "#E6DB74", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "black", + "color": "#E6DB74", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "schwarz", + "color": "#E6DB74", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "mydictionary ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "foo", + "color": "#E6DB74", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ": ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "23", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "comment", + "color": "#75715E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "bar", + "color": "#E6DB74", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ": ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "hello", + "color": "#E6DB74", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "sqadsad", + "color": "#75715E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "steuern", + "color": "#A6E22E", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "einkommen", + "color": "#FD971F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"\"\"", + "color": "#E6DB74", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Berechnung der zu zahlenden Steuern fuer ein zu versteuerndes Einkommen von x", + "color": "#E6DB74", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"\"\"", + "color": "#E6DB74", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " einkommen ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<=", + "color": "#F92672", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "8004", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " steuer ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "elif", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " einkommen ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<=", + "color": "#F92672", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "13469", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " y ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "einkommen ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "8004.0", + "color": "#AE81FF", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#F92672", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "10000.0", + "color": "#AE81FF", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " steuer ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "912.17", + "color": "#AE81FF", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " y ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1400", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "y", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "else", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " steuer ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " einkommen ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0.44", + "color": "#AE81FF", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "15694", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " steuer", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "beliebig", + "color": "#A6E22E", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x", + "color": "#FD971F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "y", + "color": "#FD971F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "mehr", + "color": "#FD971F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "print", + "color": "#66D9EF", + "_t": "builtin.function.python.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "x=", + "color": "#E6DB74", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", x, ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", x=", + "color": "#E6DB74", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", y", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "print", + "color": "#66D9EF", + "_t": "builtin.function.python.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "mehr: ", + "color": "#E6DB74", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", mehr", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#66D9EF", + "_t": "class.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Memoize", + "color": "#A6E22E", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "__init__", + "color": "#66D9EF", + "_t": "function.magic.meta.python.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "self", + "color": "#FD971F", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fn", + "color": "#FD971F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "self", + "color": "#F8F8F2", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".fn ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " fn", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "self", + "color": "#F8F8F2", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".memo ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#66D9EF", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "__call__", + "color": "#66D9EF", + "_t": "function.magic.meta.python.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "self", + "color": "#FD971F", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "args", + "color": "#FD971F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " args ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "not", + "color": "#F92672", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "in", + "color": "#F92672", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "self", + "color": "#F8F8F2", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".memo:", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "self", + "color": "#F8F8F2", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "memo", + "color": "#F8F8F2", + "_t": "item-access.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "args", + "color": "#F8F8F2", + "_t": "arguments.item-access.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "self", + "color": "#F8F8F2", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fn", + "color": "#F8F8F2", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "arguments.function-call.keyword.meta.operator.python.unpacking", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "args", + "color": "#F8F8F2", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "self", + "color": "#F8F8F2", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "memo", + "color": "#F8F8F2", + "_t": "item-access.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "args", + "color": "#F8F8F2", + "_t": "arguments.item-access.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "res ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " re.", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "search", + "color": "#F8F8F2", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "r", + "color": "#66D9EF", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.storage.string.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "(", + "color": "#E6DB74", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "[", + "color": "#AE81FF", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "0-9-", + "color": "#AE81FF", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "]", + "color": "#AE81FF", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#E6DB74", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\s", + "color": "#E6DB74", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#E6DB74", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "[", + "color": "#AE81FF", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "A-Za-z", + "color": "#AE81FF", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "]", + "color": "#AE81FF", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#E6DB74", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#E6DB74", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\s", + "color": "#E6DB74", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#E6DB74", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ".", + "color": "#E6DB74", + "_t": "any.arguments.function-call.match.meta.other.python.quoted.regexp.single.string.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#E6DB74", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " i", + "color": "#F8F8F2", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "while", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "True", + "color": "#AE81FF", + "_t": "constant.language.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "try", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " n ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "raw_input", + "color": "#F8F8F2", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Number: ", + "color": "#E6DB74", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " n ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "int", + "color": "#66D9EF", + "_t": "function-call.meta.python.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "n", + "color": "#F8F8F2", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "break", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "except", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ValueError", + "color": "#66D9EF", + "_t": "exception.python.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "print", + "color": "#66D9EF", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Not a number", + "color": "#E6DB74", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "async", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "with", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "EXPR", + "color": "#AE81FF", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "as", + "color": "#F92672", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "VAR", + "color": "#AE81FF", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "BLOCK", + "color": "#AE81FF", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Comments in dictionary items should be colorized accordingly", + "color": "#75715E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "my_dictionary ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "foo", + "color": "#E6DB74", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "23", + "color": "#AE81FF", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " this should be colorized as comment", + "color": "#75715E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "bar", + "color": "#E6DB74", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "foobar", + "color": "#E6DB74", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "this should be colorized as comment", + "color": "#75715E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " test raw strings", + "color": "#75715E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "text ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "r", + "color": "#66D9EF", + "_t": "multi.python.quoted.regexp.storage.string.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "\"\"\"", + "color": "#E6DB74", + "_t": "begin.definition.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "interval ``", + "color": "#E6DB74", + "_t": "multi.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "[", + "color": "#AE81FF", + "_t": "begin.character.constant.meta.multi.other.python.quoted.regexp.regexp punctuation.set.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "1,2)`` leads to", + "color": "#AE81FF", + "_t": "character.constant.meta.multi.python.quoted.regexp.set.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "\"\"\"", + "color": "#E6DB74", + "_t": "definition.end.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "highlight_error ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "True", + "color": "#AE81FF", + "_t": "constant.language.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " highlight doctests", + "color": "#75715E", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "r", + "color": "#66D9EF", + "_t": "docstring.multi.python.quoted.raw.storage.string.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "'''", + "color": "#E6DB74", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Module docstring", + "color": "#E6DB74", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " Some text followed by code sample:", + "color": "#E6DB74", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">>> ", + "color": "#F92672", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "for a in foo(2, b=1,", + "color": "#E6DB74", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "... ", + "color": "#F92672", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " c=3):", + "color": "#E6DB74", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "... ", + "color": "#F92672", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " print(a)", + "color": "#E6DB74", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " 0", + "color": "#E6DB74", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " 1", + "color": "#E6DB74", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'''", + "color": "#E6DB74", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + } + ], + "monokai_dimmed": [ + { + "content": "from", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " banana ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "import", + "color": "#9872A2", + "_t": "control.import.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "class", + "color": "#9872A2", + "_t": "class.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Monkey", + "color": "#9B0000", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Bananas the monkey can eat.", + "color": "#9A9B99", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\tcapacity ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "10", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "eat", + "color": "#CE6700", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "self", + "color": "#6089B4", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "N", + "color": "#6089B4", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'''", + "color": "#9AA83A", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Make the monkey eat N bananas!", + "color": "#9AA83A", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'''", + "color": "#9AA83A", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\t\tcapacity ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " capacity ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "N", + "color": "#8080FF", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "*", + "color": "#676867", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "banana.size", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "feeding_frenzy", + "color": "#CE6700", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "self", + "color": "#6089B4", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "eat", + "color": "#0080FF", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "9.25", + "color": "#0080FF", + "_t": "arguments.constant.float.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#0080FF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Yum yum", + "color": "#9AA83A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "some_func", + "color": "#CE6700", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "annotation.function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t\t", + "color": "#C5C8C6", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "lambda", + "color": "#9872A2", + "_t": "function.lambda.lambda-function.meta.parameters.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.lambda.lambda-function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x", + "color": "#6089B4", + "_t": "function.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": "=", + "color": "#676867", + "_t": "function.keyword.lambda.lambda-function.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "None", + "color": "#FF0080", + "_t": "constant.function.lambda.lambda-function.language.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "begin.function.lambda.lambda-function.meta.parameters.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t\t", + "color": "#C5C8C6", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.definition.dict.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "key: val", + "color": "#C5C8C6", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#C5C8C6", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " key, val ", + "color": "#C5C8C6", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "in", + "color": "#676867", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "\t\t\t\t\t\t\t", + "color": "#C5C8C6", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x ", + "color": "#C5C8C6", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " x ", + "color": "#C5C8C6", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "is", + "color": "#676867", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "not", + "color": "#676867", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "None", + "color": "#FF0080", + "_t": "constant.function.language.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "else", + "color": "#9872A2", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "begin.definition.function.list.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "definition.end.function.list.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "end.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t\t", + "color": "#C5C8C6", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "definition.dict.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.function.keyword.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "42", + "color": "#6089B4", + "_t": "constant.dec.function.meta.numeric.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "pass", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1900", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " year ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2100", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "and", + "color": "#676867", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<=", + "color": "#676867", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " month ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<=", + "color": "#676867", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "12", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\\", + "color": "#C5C8C6", + "_t": "continuation.line.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "and", + "color": "#676867", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<=", + "color": "#676867", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " day ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<=", + "color": "#676867", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "31", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "and", + "color": "#676867", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<=", + "color": "#676867", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " hour ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "24", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\\", + "color": "#C5C8C6", + "_t": "continuation.line.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "and", + "color": "#676867", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<=", + "color": "#676867", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " minute ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "60", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "and", + "color": "#676867", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<=", + "color": "#676867", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " second ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "60", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ": ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Looks like a valid date", + "color": "#9A9B99", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "firstn", + "color": "#CE6700", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "g", + "color": "#6089B4", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "n", + "color": "#6089B4", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " i ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "in", + "color": "#676867", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "range", + "color": "#0080FF", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "n", + "color": "#0080FF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#0080FF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "yield", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " g.", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "next", + "color": "#0080FF", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#0080FF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "reduce", + "color": "#0080FF", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "lambda", + "color": "#0080FF", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " ", + "color": "#0080FF", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "x", + "color": "#0080FF", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ",", + "color": "#0080FF", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "y", + "color": "#0080FF", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ":", + "color": "#0080FF", + "_t": "arguments.begin.function.function-call.lambda.lambda-function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " x", + "color": "#0080FF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "+", + "color": "#0080FF", + "_t": "arguments.arithmetic.function-call.keyword.meta.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "y", + "color": "#0080FF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ",", + "color": "#0080FF", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " ", + "color": "#0080FF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "[", + "color": "#0080FF", + "_t": "arguments.begin.definition.function-call.list.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "47", + "color": "#0080FF", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ",", + "color": "#0080FF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "11", + "color": "#0080FF", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ",", + "color": "#0080FF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "42", + "color": "#0080FF", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ",", + "color": "#0080FF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "13", + "color": "#0080FF", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "]", + "color": "#0080FF", + "_t": "arguments.definition.end.function-call.list.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#0080FF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "woerter ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "house", + "color": "#9AA83A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " : ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Haus", + "color": "#9AA83A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "cat", + "color": "#9AA83A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Katze", + "color": "#9AA83A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "black", + "color": "#9AA83A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "schwarz", + "color": "#9AA83A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "mydictionary ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "foo", + "color": "#9AA83A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ": ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "23", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "comment", + "color": "#9A9B99", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "bar", + "color": "#9AA83A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ": ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "hello", + "color": "#9AA83A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "sqadsad", + "color": "#9A9B99", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "steuern", + "color": "#CE6700", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "einkommen", + "color": "#6089B4", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"\"\"", + "color": "#9AA83A", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Berechnung der zu zahlenden Steuern fuer ein zu versteuerndes Einkommen von x", + "color": "#9AA83A", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"\"\"", + "color": "#9AA83A", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " einkommen ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<=", + "color": "#676867", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "8004", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " steuer ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "elif", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " einkommen ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<=", + "color": "#676867", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "13469", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " y ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "einkommen ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "8004.0", + "color": "#6089B4", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/", + "color": "#676867", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "10000.0", + "color": "#6089B4", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " steuer ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "912.17", + "color": "#6089B4", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " y ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1400", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "y", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "else", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " steuer ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " einkommen ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0.44", + "color": "#6089B4", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "15694", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " steuer", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "beliebig", + "color": "#CE6700", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x", + "color": "#6089B4", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "y", + "color": "#6089B4", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "mehr", + "color": "#6089B4", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "print", + "color": "#9872A2", + "_t": "builtin.function.python.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "x=", + "color": "#9AA83A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ", x, ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ", x=", + "color": "#9AA83A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ", y", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "print", + "color": "#9872A2", + "_t": "builtin.function.python.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "mehr: ", + "color": "#9AA83A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ", mehr", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "class", + "color": "#9872A2", + "_t": "class.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Memoize", + "color": "#9B0000", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "__init__", + "color": "#9872A2", + "_t": "function.magic.meta.python.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "self", + "color": "#6089B4", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "fn", + "color": "#6089B4", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "self", + "color": "#C5C8C6", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".fn ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " fn", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "self", + "color": "#C5C8C6", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".memo ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "__call__", + "color": "#9872A2", + "_t": "function.magic.meta.python.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "self", + "color": "#6089B4", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "args", + "color": "#6089B4", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " args ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "not", + "color": "#676867", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "in", + "color": "#676867", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "self", + "color": "#C5C8C6", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".memo:", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "self", + "color": "#C5C8C6", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "memo", + "color": "#C5C8C6", + "_t": "item-access.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "args", + "color": "#C5C8C6", + "_t": "arguments.item-access.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "self", + "color": "#C5C8C6", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "fn", + "color": "#0080FF", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "*", + "color": "#0080FF", + "_t": "arguments.function-call.keyword.meta.operator.python.unpacking", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "args", + "color": "#0080FF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#0080FF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "self", + "color": "#C5C8C6", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "memo", + "color": "#C5C8C6", + "_t": "item-access.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "args", + "color": "#C5C8C6", + "_t": "arguments.item-access.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "res ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " re.", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "search", + "color": "#0080FF", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "r", + "color": "#0080FF", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.storage.string.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "\"", + "color": "#0080FF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "[", + "color": "#0080FF", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "0-9-", + "color": "#0080FF", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "]", + "color": "#0080FF", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "*", + "color": "#0080FF", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#0080FF", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "\\s", + "color": "#0080FF", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "*", + "color": "#0080FF", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "[", + "color": "#0080FF", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "A-Za-z", + "color": "#0080FF", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "]", + "color": "#0080FF", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "+", + "color": "#0080FF", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#0080FF", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ",", + "color": "#0080FF", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "\\s", + "color": "#0080FF", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "+", + "color": "#0080FF", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ".", + "color": "#0080FF", + "_t": "any.arguments.function-call.match.meta.other.python.quoted.regexp.single.string.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "*", + "color": "#0080FF", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#0080FF", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "\"", + "color": "#0080FF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ",", + "color": "#0080FF", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " i", + "color": "#0080FF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#0080FF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "while", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "True", + "color": "#FF0080", + "_t": "constant.language.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "try", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " n ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "raw_input", + "color": "#0080FF", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "\"", + "color": "#0080FF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "Number: ", + "color": "#0080FF", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "\"", + "color": "#0080FF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#0080FF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " n ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "int", + "color": "#0080FF", + "_t": "function-call.meta.python.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "n", + "color": "#0080FF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#0080FF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "break", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "except", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "ValueError", + "color": "#C7444A", + "_t": "exception.python.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "print", + "color": "#0080FF", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "(", + "color": "#0080FF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "\"", + "color": "#0080FF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "Not a number", + "color": "#0080FF", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "\"", + "color": "#0080FF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": ")", + "color": "#0080FF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "async", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "with", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "EXPR", + "color": "#8080FF", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "as", + "color": "#9872A2", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "VAR", + "color": "#8080FF", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "BLOCK", + "color": "#8080FF", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Comments in dictionary items should be colorized accordingly", + "color": "#9A9B99", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "my_dictionary ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "foo", + "color": "#9AA83A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "23", + "color": "#6089B4", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " this should be colorized as comment", + "color": "#9A9B99", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "bar", + "color": "#9AA83A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "foobar", + "color": "#9AA83A", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "this should be colorized as comment", + "color": "#9A9B99", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " test raw strings", + "color": "#9A9B99", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "text ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "r", + "color": "#9872A2", + "_t": "multi.python.quoted.regexp.storage.string.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "\"\"\"", + "color": "#9AA83A", + "_t": "begin.definition.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "interval ``", + "color": "#9AA83A", + "_t": "multi.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "[", + "color": "#8080FF", + "_t": "begin.character.constant.meta.multi.other.python.quoted.regexp.regexp punctuation.set.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "1,2)`` leads to", + "color": "#8080FF", + "_t": "character.constant.meta.multi.python.quoted.regexp.set.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "\"\"\"", + "color": "#9AA83A", + "_t": "definition.end.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "highlight_error ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "True", + "color": "#FF0080", + "_t": "constant.language.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " highlight doctests", + "color": "#9A9B99", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "r", + "color": "#9872A2", + "_t": "docstring.multi.python.quoted.raw.storage.string.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "'''", + "color": "#9AA83A", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Module docstring", + "color": "#9AA83A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " Some text followed by code sample:", + "color": "#9AA83A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ">>> ", + "color": "#9872A2", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "for a in foo(2, b=1,", + "color": "#9AA83A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "... ", + "color": "#9872A2", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " c=3):", + "color": "#9AA83A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "... ", + "color": "#9872A2", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " print(a)", + "color": "#9AA83A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " 0", + "color": "#9AA83A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " 1", + "color": "#9AA83A", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'''", + "color": "#9AA83A", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + } + ], + "quietlight": [ + { + "content": "from", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " banana ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "import", + "color": "#4B83CD", + "_t": "control.import.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "class", + "color": "#7A3E9D", + "_t": "class.meta.python.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Monkey", + "color": "#7A3E9D", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Bananas the monkey can eat.", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "\tcapacity ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "10", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "eat", + "color": "#AA3731", + "_t": "entity.function.meta.name.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "self", + "color": "#AB6526", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "N", + "color": "#AB6526", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#777777", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'''", + "color": "#777777", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Make the monkey eat N bananas!", + "color": "#448C27", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'''", + "color": "#777777", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\tcapacity ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " capacity ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "N", + "color": "#AB6526", + "_t": "caps.constant.other.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": "*", + "color": "#777777", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "banana.size", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "feeding_frenzy", + "color": "#AA3731", + "_t": "entity.function.meta.name.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "self", + "color": "#AB6526", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#777777", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "eat", + "color": "#333333", + "_t": "function-call.generic.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "9.25", + "color": "#AB6526", + "_t": "arguments.constant.float.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Yum yum", + "color": "#448C27", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "some_func", + "color": "#AA3731", + "_t": "entity.function.meta.name.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "a", + "color": "#AB6526", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "annotation.function.meta.parameters.punctuation.python.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "\t\t\t\t\t", + "color": "#333333", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "lambda", + "color": "#7A3E9D", + "_t": "function.lambda.lambda-function.meta.parameters.python.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.lambda.lambda-function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "x", + "color": "#AB6526", + "_t": "function.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": "=", + "color": "#777777", + "_t": "function.keyword.lambda.lambda-function.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "None", + "color": "#AB6526", + "_t": "constant.function.lambda.lambda-function.language.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#777777", + "_t": "begin.function.lambda.lambda-function.meta.parameters.punctuation.python.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t\t", + "color": "#333333", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.definition.dict.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "key: val", + "color": "#333333", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#333333", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " key, val ", + "color": "#333333", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "in", + "color": "#777777", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t\t\t\t", + "color": "#333333", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "x ", + "color": "#333333", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " x ", + "color": "#333333", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "is", + "color": "#777777", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "not", + "color": "#777777", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "None", + "color": "#AB6526", + "_t": "constant.function.language.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "else", + "color": "#4B83CD", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.definition.function.list.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "]", + "color": "#777777", + "_t": "definition.end.function.list.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "end.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t\t", + "color": "#333333", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "definition.dict.end.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.function.keyword.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "42", + "color": "#AB6526", + "_t": "constant.dec.function.meta.numeric.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#777777", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "pass", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1900", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " year ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2100", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "and", + "color": "#777777", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<=", + "color": "#777777", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " month ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<=", + "color": "#777777", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "12", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\\", + "color": "#333333", + "_t": "continuation.line.python.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "and", + "color": "#777777", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<=", + "color": "#777777", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " day ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<=", + "color": "#777777", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "31", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "and", + "color": "#777777", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<=", + "color": "#777777", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " hour ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "24", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\\", + "color": "#333333", + "_t": "continuation.line.python.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "and", + "color": "#777777", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<=", + "color": "#777777", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " minute ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "60", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "and", + "color": "#777777", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<=", + "color": "#777777", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " second ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "60", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ": ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Looks like a valid date", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "firstn", + "color": "#AA3731", + "_t": "entity.function.meta.name.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "g", + "color": "#AB6526", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "n", + "color": "#AB6526", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#777777", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " i ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "in", + "color": "#777777", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "range", + "color": "#AA3731", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "n", + "color": "#333333", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "yield", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " g.", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "next", + "color": "#333333", + "_t": "function-call.generic.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "reduce", + "color": "#7A3E9D", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#777777", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "lambda", + "color": "#7A3E9D", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.python.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "x", + "color": "#AB6526", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.punctuation.python.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "y", + "color": "#AB6526", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#777777", + "_t": "arguments.begin.function.function-call.lambda.lambda-function.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " x", + "color": "#333333", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#777777", + "_t": "arguments.arithmetic.function-call.keyword.meta.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "y", + "color": "#333333", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ",", + "color": "#434343", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "arguments.begin.definition.function-call.list.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "47", + "color": "#AB6526", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#333333", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "11", + "color": "#AB6526", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#333333", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "42", + "color": "#AB6526", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#333333", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "13", + "color": "#AB6526", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "]", + "color": "#777777", + "_t": "arguments.definition.end.function-call.list.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "woerter ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "house", + "color": "#448C27", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " : ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Haus", + "color": "#448C27", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "cat", + "color": "#448C27", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Katze", + "color": "#448C27", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "black", + "color": "#448C27", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "schwarz", + "color": "#448C27", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "mydictionary ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "foo", + "color": "#448C27", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ": ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "23", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "comment", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "bar", + "color": "#448C27", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ": ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "hello", + "color": "#448C27", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "sqadsad", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "}", + "color": "#777777", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "steuern", + "color": "#AA3731", + "_t": "entity.function.meta.name.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "einkommen", + "color": "#AB6526", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#777777", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"\"\"", + "color": "#777777", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Berechnung der zu zahlenden Steuern fuer ein zu versteuerndes Einkommen von x", + "color": "#448C27", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"\"\"", + "color": "#777777", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " einkommen ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<=", + "color": "#777777", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "8004", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " steuer ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "elif", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " einkommen ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<=", + "color": "#777777", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "13469", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " y ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "einkommen ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "8004.0", + "color": "#AB6526", + "_t": "constant.float.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/", + "color": "#777777", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "10000.0", + "color": "#AB6526", + "_t": "constant.float.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " steuer ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "912.17", + "color": "#AB6526", + "_t": "constant.float.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " y ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#777777", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1400", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "*", + "color": "#777777", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "y", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "else", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " steuer ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " einkommen ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0.44", + "color": "#AB6526", + "_t": "constant.float.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "15694", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " steuer", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "beliebig", + "color": "#AA3731", + "_t": "entity.function.meta.name.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "x", + "color": "#AB6526", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "y", + "color": "#AB6526", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "mehr", + "color": "#AB6526", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#777777", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "print", + "color": "#AA3731", + "_t": "builtin.function.python.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "x=", + "color": "#448C27", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ", x, ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ", x=", + "color": "#448C27", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ", y", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "print", + "color": "#AA3731", + "_t": "builtin.function.python.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "mehr: ", + "color": "#448C27", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ", mehr", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "class", + "color": "#7A3E9D", + "_t": "class.meta.python.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Memoize", + "color": "#7A3E9D", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "__init__", + "color": "#AA3731", + "_t": "function.magic.meta.python.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "self", + "color": "#AB6526", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "fn", + "color": "#AB6526", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#777777", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "self", + "color": "#AB6526", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".fn ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " fn", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "self", + "color": "#AB6526", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".memo ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "def", + "color": "#7A3E9D", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "__call__", + "color": "#AA3731", + "_t": "function.magic.meta.python.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "self", + "color": "#AB6526", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "args", + "color": "#AB6526", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#777777", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " args ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "not", + "color": "#777777", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "in", + "color": "#777777", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "self", + "color": "#AB6526", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".memo:", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "self", + "color": "#AB6526", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "memo", + "color": "#333333", + "_t": "item-access.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "args", + "color": "#333333", + "_t": "arguments.item-access.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "]", + "color": "#777777", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "self", + "color": "#AB6526", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "fn", + "color": "#333333", + "_t": "function-call.generic.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "*", + "color": "#777777", + "_t": "arguments.function-call.keyword.meta.operator.python.unpacking", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "args", + "color": "#333333", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "self", + "color": "#AB6526", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "memo", + "color": "#333333", + "_t": "item-access.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "args", + "color": "#333333", + "_t": "arguments.item-access.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "]", + "color": "#777777", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "res ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " re.", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "search", + "color": "#333333", + "_t": "function-call.generic.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "r", + "color": "#4B83CD", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.storage.string.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\"", + "color": "#4B83CD", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#4B83CD", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "[", + "color": "#4B83CD", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "0-9-", + "color": "#4B83CD", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "]", + "color": "#4B83CD", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "*", + "color": "#4B83CD", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": ")", + "color": "#4B83CD", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\\s", + "color": "#4B83CD", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "*", + "color": "#4B83CD", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#4B83CD", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "[", + "color": "#4B83CD", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "A-Za-z", + "color": "#4B83CD", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "]", + "color": "#4B83CD", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "+", + "color": "#4B83CD", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": ")", + "color": "#4B83CD", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": ",", + "color": "#4B83CD", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\\s", + "color": "#4B83CD", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "+", + "color": "#4B83CD", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#4B83CD", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": ".", + "color": "#4B83CD", + "_t": "any.arguments.function-call.match.meta.other.python.quoted.regexp.single.string.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "*", + "color": "#4B83CD", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": ")", + "color": "#4B83CD", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\"", + "color": "#4B83CD", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": ",", + "color": "#434343", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " i", + "color": "#333333", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "while", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "True", + "color": "#AB6526", + "_t": "constant.language.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "try", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " n ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "raw_input", + "color": "#7A3E9D", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#777777", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Number: ", + "color": "#448C27", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " n ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "int", + "color": "#7A3E9D", + "_t": "function-call.meta.python.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#777777", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "n", + "color": "#333333", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "break", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "except", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "ValueError", + "color": "#7A3E9D", + "_t": "exception.python.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "print", + "color": "#AA3731", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Not a number", + "color": "#448C27", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "async", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "with", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "EXPR", + "color": "#AB6526", + "_t": "caps.constant.other.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "as", + "color": "#4B83CD", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "VAR", + "color": "#AB6526", + "_t": "caps.constant.other.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "BLOCK", + "color": "#AB6526", + "_t": "caps.constant.other.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Comments in dictionary items should be colorized accordingly", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "my_dictionary ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "foo", + "color": "#448C27", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "23", + "color": "#AB6526", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " this should be colorized as comment", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "bar", + "color": "#448C27", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "foobar", + "color": "#448C27", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "this should be colorized as comment", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "}", + "color": "#777777", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " test raw strings", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "text ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "r", + "color": "#4B83CD", + "_t": "multi.python.quoted.regexp.storage.string.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\"\"\"", + "color": "#4B83CD", + "_t": "begin.definition.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "interval ``", + "color": "#4B83CD", + "_t": "multi.python.quoted.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "[", + "color": "#4B83CD", + "_t": "begin.character.constant.meta.multi.other.python.quoted.regexp.regexp punctuation.set.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "1,2)`` leads to", + "color": "#4B83CD", + "_t": "character.constant.meta.multi.python.quoted.regexp.set.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\"\"\"", + "color": "#4B83CD", + "_t": "definition.end.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "highlight_error ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "True", + "color": "#AB6526", + "_t": "constant.language.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " highlight doctests", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "r", + "color": "#7A3E9D", + "_t": "docstring.multi.python.quoted.raw.storage.string.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": "'''", + "color": "#777777", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.raw.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Module docstring", + "color": "#448C27", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " Some text followed by code sample:", + "color": "#448C27", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ">>> ", + "color": "#448C27", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "for a in foo(2, b=1,", + "color": "#448C27", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "... ", + "color": "#448C27", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " c=3):", + "color": "#448C27", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "... ", + "color": "#448C27", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " print(a)", + "color": "#448C27", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " 0", + "color": "#448C27", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " 1", + "color": "#448C27", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'''", + "color": "#777777", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.raw.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "from", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " banana ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "import", + "color": "#F12727", + "_t": "control.import.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "class", + "color": "#FF6262", + "_t": "class.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Monkey", + "color": "#FEC758", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Bananas the monkey can eat.", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\tcapacity ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "10", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#FF6262", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "eat", + "color": "#FEC758", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "self", + "color": "#FB9A4B", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "N", + "color": "#FB9A4B", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'''", + "color": "#CD8D8D", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Make the monkey eat N bananas!", + "color": "#CD8D8D", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'''", + "color": "#CD8D8D", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\t\tcapacity ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " capacity ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "N", + "color": "#994646", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "banana.size", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#FF6262", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "feeding_frenzy", + "color": "#FEC758", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "self", + "color": "#FB9A4B", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "eat", + "color": "#F8F8F8", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "9.25", + "color": "#994646", + "_t": "arguments.constant.float.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Yum yum", + "color": "#CD8D8D", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#FF6262", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "some_func", + "color": "#FEC758", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#FB9A4B", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "annotation.function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t\t", + "color": "#F8F8F8", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "lambda", + "color": "#FF6262", + "_t": "function.lambda.lambda-function.meta.parameters.python.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.lambda.lambda-function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "x", + "color": "#FB9A4B", + "_t": "function.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "function.keyword.lambda.lambda-function.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "None", + "color": "#994646", + "_t": "constant.function.lambda.lambda-function.language.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "begin.function.lambda.lambda-function.meta.parameters.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t\t", + "color": "#F8F8F8", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.definition.dict.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "key: val", + "color": "#F8F8F8", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#F8F8F8", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " key, val ", + "color": "#F8F8F8", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "in", + "color": "#F12727", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "\t\t\t\t\t\t\t", + "color": "#F8F8F8", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "x ", + "color": "#F8F8F8", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " x ", + "color": "#F8F8F8", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "is", + "color": "#F12727", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "not", + "color": "#F12727", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "None", + "color": "#994646", + "_t": "constant.function.language.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "else", + "color": "#F12727", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "begin.definition.function.list.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "definition.end.function.list.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "end.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t\t", + "color": "#F8F8F8", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "definition.dict.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.function.keyword.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "42", + "color": "#994646", + "_t": "constant.dec.function.meta.numeric.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "pass", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1900", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " year ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2100", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "and", + "color": "#F12727", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<=", + "color": "#F12727", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " month ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<=", + "color": "#F12727", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "12", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\\", + "color": "#F8F8F8", + "_t": "continuation.line.python.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "and", + "color": "#F12727", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<=", + "color": "#F12727", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " day ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<=", + "color": "#F12727", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "31", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "and", + "color": "#F12727", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<=", + "color": "#F12727", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " hour ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "24", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\\", + "color": "#F8F8F8", + "_t": "continuation.line.python.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "and", + "color": "#F12727", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<=", + "color": "#F12727", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " minute ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "60", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "and", + "color": "#F12727", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<=", + "color": "#F12727", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " second ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "60", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ": ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Looks like a valid date", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "def", + "color": "#FF6262", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "firstn", + "color": "#FEC758", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "g", + "color": "#FB9A4B", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "n", + "color": "#FB9A4B", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " i ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "in", + "color": "#F12727", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "range", + "color": "#FFB454", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "n", + "color": "#F8F8F8", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "yield", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " g.", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "next", + "color": "#F8F8F8", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "reduce", + "color": "#FB9A4B", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "lambda", + "color": "#FF6262", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "x", + "color": "#FB9A4B", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "y", + "color": "#FB9A4B", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "arguments.begin.function.function-call.lambda.lambda-function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " x", + "color": "#F8F8F8", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "arguments.arithmetic.function-call.keyword.meta.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "y", + "color": "#F8F8F8", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "arguments.begin.definition.function-call.list.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "47", + "color": "#994646", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "11", + "color": "#994646", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "42", + "color": "#994646", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "13", + "color": "#994646", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "arguments.definition.end.function-call.list.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "woerter ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "house", + "color": "#CD8D8D", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " : ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Haus", + "color": "#CD8D8D", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "cat", + "color": "#CD8D8D", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Katze", + "color": "#CD8D8D", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "black", + "color": "#CD8D8D", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "schwarz", + "color": "#CD8D8D", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "mydictionary ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "foo", + "color": "#CD8D8D", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ": ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "23", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "comment", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "bar", + "color": "#CD8D8D", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ": ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "hello", + "color": "#CD8D8D", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "sqadsad", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#FF6262", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "steuern", + "color": "#FEC758", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "einkommen", + "color": "#FB9A4B", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"\"\"", + "color": "#CD8D8D", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Berechnung der zu zahlenden Steuern fuer ein zu versteuerndes Einkommen von x", + "color": "#CD8D8D", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"\"\"", + "color": "#CD8D8D", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " einkommen ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<=", + "color": "#F12727", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "8004", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " steuer ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "elif", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " einkommen ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<=", + "color": "#F12727", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "13469", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " y ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "einkommen ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "8004.0", + "color": "#994646", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/", + "color": "#F12727", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "10000.0", + "color": "#994646", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " steuer ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "912.17", + "color": "#994646", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " y ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1400", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "y", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "else", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " steuer ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " einkommen ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0.44", + "color": "#994646", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "15694", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " steuer", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#FF6262", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "beliebig", + "color": "#FEC758", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "x", + "color": "#FB9A4B", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "y", + "color": "#FB9A4B", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "mehr", + "color": "#FB9A4B", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "print", + "color": "#FFB454", + "_t": "builtin.function.python.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "x=", + "color": "#CD8D8D", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ", x, ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ", x=", + "color": "#CD8D8D", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ", y", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "print", + "color": "#FFB454", + "_t": "builtin.function.python.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "mehr: ", + "color": "#CD8D8D", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ", mehr", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "class", + "color": "#FF6262", + "_t": "class.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Memoize", + "color": "#FEC758", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#FF6262", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "__init__", + "color": "#FFB454", + "_t": "function.magic.meta.python.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "self", + "color": "#FB9A4B", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fn", + "color": "#FB9A4B", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "self", + "color": "#FB9A4B", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".fn ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " fn", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "self", + "color": "#FB9A4B", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".memo ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#FF6262", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "__call__", + "color": "#FFB454", + "_t": "function.magic.meta.python.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "self", + "color": "#FB9A4B", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "args", + "color": "#FB9A4B", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " args ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "not", + "color": "#F12727", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "in", + "color": "#F12727", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "self", + "color": "#FB9A4B", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".memo:", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "self", + "color": "#FB9A4B", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "memo", + "color": "#F8F8F8", + "_t": "item-access.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "args", + "color": "#F8F8F8", + "_t": "arguments.item-access.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "self", + "color": "#FB9A4B", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fn", + "color": "#F8F8F8", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "arguments.function-call.keyword.meta.operator.python.unpacking", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "args", + "color": "#F8F8F8", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "self", + "color": "#FB9A4B", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "memo", + "color": "#F8F8F8", + "_t": "item-access.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "args", + "color": "#F8F8F8", + "_t": "arguments.item-access.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "res ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " re.", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "search", + "color": "#F8F8F8", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "r", + "color": "#FFB454", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.storage.string.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\"", + "color": "#FFB454", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#FFB454", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "[", + "color": "#FFB454", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "0-9-", + "color": "#FFB454", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "]", + "color": "#FFB454", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "*", + "color": "#FFB454", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": ")", + "color": "#FFB454", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\\s", + "color": "#FFB454", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "*", + "color": "#FFB454", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#FFB454", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "[", + "color": "#FFB454", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "A-Za-z", + "color": "#FFB454", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "]", + "color": "#FFB454", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "+", + "color": "#FFB454", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": ")", + "color": "#FFB454", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": ",", + "color": "#FFB454", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\\s", + "color": "#FFB454", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "+", + "color": "#FFB454", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#FFB454", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": ".", + "color": "#FFB454", + "_t": "any.arguments.function-call.match.meta.other.python.quoted.regexp.single.string.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "*", + "color": "#FFB454", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": ")", + "color": "#FFB454", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\"", + "color": "#FFB454", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " i", + "color": "#F8F8F8", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "while", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "True", + "color": "#994646", + "_t": "constant.language.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "try", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " n ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "raw_input", + "color": "#FB9A4B", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Number: ", + "color": "#CD8D8D", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " n ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "int", + "color": "#9DF39F", + "_t": "function-call.meta.python.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "n", + "color": "#F8F8F8", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "break", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "except", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "ValueError", + "color": "#9DF39F", + "_t": "exception.python.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "print", + "color": "#FFB454", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Not a number", + "color": "#CD8D8D", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "async", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "with", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "EXPR", + "color": "#994646", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "as", + "color": "#F12727", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "VAR", + "color": "#994646", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "BLOCK", + "color": "#994646", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Comments in dictionary items should be colorized accordingly", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "my_dictionary ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "foo", + "color": "#CD8D8D", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "23", + "color": "#994646", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " this should be colorized as comment", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "bar", + "color": "#CD8D8D", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "foobar", + "color": "#CD8D8D", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "this should be colorized as comment", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " test raw strings", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "text ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "r", + "color": "#FFB454", + "_t": "multi.python.quoted.regexp.storage.string.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\"\"\"", + "color": "#FFB454", + "_t": "begin.definition.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "interval ``", + "color": "#FFB454", + "_t": "multi.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "[", + "color": "#FFB454", + "_t": "begin.character.constant.meta.multi.other.python.quoted.regexp.regexp punctuation.set.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "1,2)`` leads to", + "color": "#FFB454", + "_t": "character.constant.meta.multi.python.quoted.regexp.set.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\"\"\"", + "color": "#FFB454", + "_t": "definition.end.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "highlight_error ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "True", + "color": "#994646", + "_t": "constant.language.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " highlight doctests", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "r", + "color": "#CD8D8D", + "_t": "docstring.multi.python.quoted.raw.storage.string.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'''", + "color": "#CD8D8D", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Module docstring", + "color": "#CD8D8D", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " Some text followed by code sample:", + "color": "#CD8D8D", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#CD8D8D", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ">>> ", + "color": "#CD8D8D", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "for a in foo(2, b=1,", + "color": "#CD8D8D", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#CD8D8D", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "... ", + "color": "#CD8D8D", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " c=3):", + "color": "#CD8D8D", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#CD8D8D", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "... ", + "color": "#CD8D8D", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " print(a)", + "color": "#CD8D8D", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " 0", + "color": "#CD8D8D", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " 1", + "color": "#CD8D8D", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'''", + "color": "#CD8D8D", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + } + ], + "solarized_dark": [ + { + "content": "from", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " banana ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "import", + "color": "#859900", + "_t": "control.import.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "class.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Monkey", + "color": "#CB4B16", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Bananas the monkey can eat.", + "color": "#657B83", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\tcapacity ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "eat", + "color": "#268BD2", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "N", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'''", + "color": "#2AA198", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Make the monkey eat N bananas!", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'''", + "color": "#2AA198", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\t\tcapacity ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " capacity ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "N", + "color": "#CB4B16", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "banana.size", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "feeding_frenzy", + "color": "#268BD2", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "eat", + "color": "#93A1A1", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "9.25", + "color": "#D33682", + "_t": "arguments.constant.float.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Yum yum", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "some_func", + "color": "#268BD2", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "annotation.function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t\t", + "color": "#93A1A1", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "lambda", + "color": "#93A1A1", + "_t": "function.lambda.lambda-function.meta.parameters.python.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.lambda.lambda-function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x", + "color": "#268BD2", + "_t": "function.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "function.keyword.lambda.lambda-function.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "None", + "color": "#B58900", + "_t": "constant.function.lambda.lambda-function.language.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "begin.function.lambda.lambda-function.meta.parameters.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t\t", + "color": "#93A1A1", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.definition.dict.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "key: val", + "color": "#93A1A1", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#93A1A1", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " key, val ", + "color": "#93A1A1", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "in", + "color": "#859900", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\t\t\t\t\t\t\t", + "color": "#93A1A1", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x ", + "color": "#93A1A1", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " x ", + "color": "#93A1A1", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "is", + "color": "#859900", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "not", + "color": "#859900", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "None", + "color": "#B58900", + "_t": "constant.function.language.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "else", + "color": "#859900", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "begin.definition.function.list.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "definition.end.function.list.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "end.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t\t", + "color": "#93A1A1", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "definition.dict.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.function.keyword.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "42", + "color": "#D33682", + "_t": "constant.dec.function.meta.numeric.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "pass", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1900", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " year ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2100", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "and", + "color": "#859900", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " month ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "12", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\\", + "color": "#93A1A1", + "_t": "continuation.line.python.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "and", + "color": "#859900", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " day ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "31", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "and", + "color": "#859900", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " hour ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "24", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\\", + "color": "#93A1A1", + "_t": "continuation.line.python.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "and", + "color": "#859900", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " minute ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "60", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "and", + "color": "#859900", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " second ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "60", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ": ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Looks like a valid date", + "color": "#657B83", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "firstn", + "color": "#268BD2", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "g", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "n", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " i ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "in", + "color": "#859900", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "range", + "color": "#268BD2", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "n", + "color": "#93A1A1", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "yield", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " g.", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "next", + "color": "#93A1A1", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "reduce", + "color": "#93A1A1", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "lambda", + "color": "#93A1A1", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x", + "color": "#268BD2", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "y", + "color": "#268BD2", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "arguments.begin.function.function-call.lambda.lambda-function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " x", + "color": "#93A1A1", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arguments.arithmetic.function-call.keyword.meta.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "y", + "color": "#93A1A1", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "arguments.begin.definition.function-call.list.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "47", + "color": "#D33682", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "11", + "color": "#D33682", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "42", + "color": "#D33682", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "13", + "color": "#D33682", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "arguments.definition.end.function-call.list.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "woerter ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "house", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " : ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Haus", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "cat", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Katze", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "black", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "schwarz", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "mydictionary ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "foo", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ": ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "23", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "comment", + "color": "#657B83", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "bar", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ": ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "hello", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "sqadsad", + "color": "#657B83", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "steuern", + "color": "#268BD2", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "einkommen", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"\"\"", + "color": "#2AA198", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Berechnung der zu zahlenden Steuern fuer ein zu versteuerndes Einkommen von x", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"\"\"", + "color": "#2AA198", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " einkommen ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "8004", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " steuer ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "elif", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " einkommen ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "13469", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " y ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "einkommen ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "8004.0", + "color": "#D33682", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "10000.0", + "color": "#D33682", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " steuer ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "912.17", + "color": "#D33682", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " y ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1400", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "y", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "else", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " steuer ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " einkommen ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0.44", + "color": "#D33682", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "15694", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " steuer", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "beliebig", + "color": "#268BD2", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "y", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mehr", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "builtin.function.python.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "x=", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", x, ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", x=", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", y", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "builtin.function.python.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "mehr: ", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", mehr", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "class.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Memoize", + "color": "#CB4B16", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "__init__", + "color": "#268BD2", + "_t": "function.magic.meta.python.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".fn ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " fn", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".memo ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#93A1A1", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "__call__", + "color": "#268BD2", + "_t": "function.magic.meta.python.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "args", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " args ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "not", + "color": "#859900", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "in", + "color": "#859900", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".memo:", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "memo", + "color": "#93A1A1", + "_t": "item-access.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "args", + "color": "#93A1A1", + "_t": "arguments.item-access.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fn", + "color": "#93A1A1", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arguments.function-call.keyword.meta.operator.python.unpacking", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "args", + "color": "#93A1A1", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "memo", + "color": "#93A1A1", + "_t": "item-access.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "args", + "color": "#93A1A1", + "_t": "arguments.item-access.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "res ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " re.", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "search", + "color": "#93A1A1", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "r", + "color": "#D30102", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.storage.string.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\"", + "color": "#D30102", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "(", + "color": "#D30102", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "[", + "color": "#CB4B16", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "0-9-", + "color": "#CB4B16", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "]", + "color": "#CB4B16", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "*", + "color": "#D30102", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ")", + "color": "#D30102", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\s", + "color": "#D30102", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "*", + "color": "#D30102", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "(", + "color": "#D30102", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "[", + "color": "#CB4B16", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "A-Za-z", + "color": "#CB4B16", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "]", + "color": "#CB4B16", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "+", + "color": "#D30102", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ")", + "color": "#D30102", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ",", + "color": "#D30102", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\s", + "color": "#D30102", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "+", + "color": "#D30102", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "(", + "color": "#D30102", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ".", + "color": "#D30102", + "_t": "any.arguments.function-call.match.meta.other.python.quoted.regexp.single.string.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "*", + "color": "#D30102", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ")", + "color": "#D30102", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\"", + "color": "#D30102", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " i", + "color": "#93A1A1", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "while", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "True", + "color": "#B58900", + "_t": "constant.language.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "try", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " n ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "raw_input", + "color": "#93A1A1", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Number: ", + "color": "#2AA198", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " n ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "int", + "color": "#859900", + "_t": "function-call.meta.python.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "n", + "color": "#93A1A1", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "break", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "except", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "ValueError", + "color": "#CB4B16", + "_t": "exception.python.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type.exception rgb(203, 75, 22)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Not a number", + "color": "#2AA198", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "async", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "with", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "EXPR", + "color": "#CB4B16", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "as", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "VAR", + "color": "#CB4B16", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "BLOCK", + "color": "#CB4B16", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Comments in dictionary items should be colorized accordingly", + "color": "#657B83", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "my_dictionary ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "foo", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "23", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " this should be colorized as comment", + "color": "#657B83", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "bar", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "foobar", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "this should be colorized as comment", + "color": "#657B83", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " test raw strings", + "color": "#657B83", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "text ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "r", + "color": "#D30102", + "_t": "multi.python.quoted.regexp.storage.string.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\"\"\"", + "color": "#D30102", + "_t": "begin.definition.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "interval ``", + "color": "#D30102", + "_t": "multi.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "[", + "color": "#CB4B16", + "_t": "begin.character.constant.meta.multi.other.python.quoted.regexp.regexp punctuation.set.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "1,2)`` leads to", + "color": "#CB4B16", + "_t": "character.constant.meta.multi.python.quoted.regexp.set.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "\"\"\"", + "color": "#D30102", + "_t": "definition.end.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "highlight_error ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "True", + "color": "#B58900", + "_t": "constant.language.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " highlight doctests", + "color": "#657B83", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "r", + "color": "#93A1A1", + "_t": "docstring.multi.python.quoted.raw.storage.string.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "'''", + "color": "#2AA198", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Module docstring", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " Some text followed by code sample:", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ">>> ", + "color": "#859900", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "for a in foo(2, b=1,", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "... ", + "color": "#859900", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " c=3):", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "... ", + "color": "#859900", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " print(a)", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " 0", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " 1", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'''", + "color": "#2AA198", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + } + ], + "solarized_light": [ + { + "content": "from", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " banana ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "import", + "color": "#859900", + "_t": "control.import.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "class", + "color": "#073642", + "_t": "class.meta.python.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Monkey", + "color": "#268BD2", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Bananas the monkey can eat.", + "color": "#93A1A1", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\tcapacity ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#073642", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "eat", + "color": "#268BD2", + "_t": "entity.function.meta.name.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "N", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'''", + "color": "#2AA198", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Make the monkey eat N bananas!", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'''", + "color": "#2AA198", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\t\tcapacity ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " capacity ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "N", + "color": "#CB4B16", + "_t": "caps.constant.other.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "banana.size", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#073642", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "feeding_frenzy", + "color": "#268BD2", + "_t": "entity.function.meta.name.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "eat", + "color": "#586E75", + "_t": "function-call.generic.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "9.25", + "color": "#D33682", + "_t": "arguments.constant.float.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Yum yum", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#073642", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "some_func", + "color": "#268BD2", + "_t": "entity.function.meta.name.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "annotation.function.meta.parameters.punctuation.python.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t\t", + "color": "#586E75", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "lambda", + "color": "#073642", + "_t": "function.lambda.lambda-function.meta.parameters.python.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.lambda.lambda-function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x", + "color": "#268BD2", + "_t": "function.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": "=", + "color": "#859900", + "_t": "function.keyword.lambda.lambda-function.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "None", + "color": "#B58900", + "_t": "constant.function.lambda.lambda-function.language.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "begin.function.lambda.lambda-function.meta.parameters.punctuation.python.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t\t", + "color": "#586E75", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.definition.dict.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "key: val", + "color": "#586E75", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#586E75", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " key, val ", + "color": "#586E75", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "in", + "color": "#859900", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\t\t\t\t\t\t\t", + "color": "#586E75", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x ", + "color": "#586E75", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " x ", + "color": "#586E75", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "is", + "color": "#859900", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "not", + "color": "#859900", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "None", + "color": "#B58900", + "_t": "constant.function.language.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "else", + "color": "#859900", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "begin.definition.function.list.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "definition.end.function.list.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "end.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t\t", + "color": "#586E75", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "definition.dict.end.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.function.keyword.meta.operator.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "42", + "color": "#D33682", + "_t": "constant.dec.function.meta.numeric.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "pass", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1900", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " year ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2100", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "and", + "color": "#859900", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " month ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "12", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\\", + "color": "#586E75", + "_t": "continuation.line.python.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "and", + "color": "#859900", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " day ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "31", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "and", + "color": "#859900", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " hour ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "24", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\\", + "color": "#586E75", + "_t": "continuation.line.python.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "and", + "color": "#859900", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " minute ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "60", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "and", + "color": "#859900", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " second ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "60", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ": ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Looks like a valid date", + "color": "#93A1A1", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "def", + "color": "#073642", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "firstn", + "color": "#268BD2", + "_t": "entity.function.meta.name.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "g", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "n", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " i ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "in", + "color": "#859900", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "range", + "color": "#268BD2", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "n", + "color": "#586E75", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "yield", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " g.", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "next", + "color": "#586E75", + "_t": "function-call.generic.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "reduce", + "color": "#586E75", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "lambda", + "color": "#073642", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.python.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x", + "color": "#268BD2", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.punctuation.python.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "y", + "color": "#268BD2", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "arguments.begin.function.function-call.lambda.lambda-function.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " x", + "color": "#586E75", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arguments.arithmetic.function-call.keyword.meta.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "y", + "color": "#586E75", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "arguments.begin.definition.function-call.list.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "47", + "color": "#D33682", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "11", + "color": "#D33682", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "42", + "color": "#D33682", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "13", + "color": "#D33682", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "arguments.definition.end.function-call.list.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "woerter ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "house", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " : ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Haus", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "cat", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Katze", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "black", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "schwarz", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "mydictionary ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "foo", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ": ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "23", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "comment", + "color": "#93A1A1", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "bar", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ": ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "hello", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "sqadsad", + "color": "#93A1A1", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#073642", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "steuern", + "color": "#268BD2", + "_t": "entity.function.meta.name.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "einkommen", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"\"\"", + "color": "#2AA198", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Berechnung der zu zahlenden Steuern fuer ein zu versteuerndes Einkommen von x", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"\"\"", + "color": "#2AA198", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " einkommen ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "8004", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " steuer ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "elif", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " einkommen ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "comparison.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "13469", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " y ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "einkommen ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "8004.0", + "color": "#D33682", + "_t": "constant.float.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "10000.0", + "color": "#D33682", + "_t": "constant.float.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " steuer ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "912.17", + "color": "#D33682", + "_t": "constant.float.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " y ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1400", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "y", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "else", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " steuer ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " einkommen ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0.44", + "color": "#D33682", + "_t": "constant.float.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "15694", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " steuer", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#073642", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "beliebig", + "color": "#268BD2", + "_t": "entity.function.meta.name.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "y", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mehr", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "builtin.function.python.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "x=", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", x, ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", x=", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", y", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "builtin.function.python.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "mehr: ", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", mehr", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#073642", + "_t": "class.meta.python.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Memoize", + "color": "#268BD2", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#073642", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "__init__", + "color": "#268BD2", + "_t": "function.magic.meta.python.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fn", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".fn ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " fn", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".memo ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#073642", + "_t": "function.meta.python.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "__call__", + "color": "#268BD2", + "_t": "function.magic.meta.python.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.parameters.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "args", + "color": "#268BD2", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " args ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "not", + "color": "#859900", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "in", + "color": "#859900", + "_t": "keyword.logical.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".memo:", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "memo", + "color": "#586E75", + "_t": "item-access.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "args", + "color": "#586E75", + "_t": "arguments.item-access.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fn", + "color": "#586E75", + "_t": "function-call.generic.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arguments.function-call.keyword.meta.operator.python.unpacking", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "args", + "color": "#586E75", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "language.python.self.special.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "memo", + "color": "#586E75", + "_t": "item-access.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "args", + "color": "#586E75", + "_t": "arguments.item-access.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "res ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " re.", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "search", + "color": "#586E75", + "_t": "function-call.generic.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "r", + "color": "#D30102", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.storage.string.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\"", + "color": "#D30102", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "(", + "color": "#D30102", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "[", + "color": "#CB4B16", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "0-9-", + "color": "#CB4B16", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "]", + "color": "#CB4B16", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "*", + "color": "#D30102", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ")", + "color": "#D30102", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\s", + "color": "#D30102", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "*", + "color": "#D30102", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "(", + "color": "#D30102", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "[", + "color": "#CB4B16", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "A-Za-z", + "color": "#CB4B16", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "]", + "color": "#CB4B16", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "+", + "color": "#D30102", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ")", + "color": "#D30102", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ",", + "color": "#D30102", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\s", + "color": "#D30102", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "+", + "color": "#D30102", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "(", + "color": "#D30102", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ".", + "color": "#D30102", + "_t": "any.arguments.function-call.match.meta.other.python.quoted.regexp.single.string.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "*", + "color": "#D30102", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ")", + "color": "#D30102", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\"", + "color": "#D30102", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " i", + "color": "#586E75", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "while", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "True", + "color": "#B58900", + "_t": "constant.language.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "try", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " n ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "raw_input", + "color": "#586E75", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Number: ", + "color": "#2AA198", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " n ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "int", + "color": "#859900", + "_t": "function-call.meta.python.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "n", + "color": "#586E75", + "_t": "arguments.function-call.meta.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "break", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "except", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "ValueError", + "color": "#CB4B16", + "_t": "exception.python.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type.exception rgb(203, 75, 22)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "print", + "color": "#268BD2", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Not a number", + "color": "#2AA198", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "async", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "with", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "EXPR", + "color": "#CB4B16", + "_t": "caps.constant.other.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "as", + "color": "#859900", + "_t": "control.flow.keyword.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "VAR", + "color": "#CB4B16", + "_t": "caps.constant.other.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "BLOCK", + "color": "#CB4B16", + "_t": "caps.constant.other.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Comments in dictionary items should be colorized accordingly", + "color": "#93A1A1", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "my_dictionary ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "foo", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "23", + "color": "#D33682", + "_t": "constant.dec.numeric.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " this should be colorized as comment", + "color": "#93A1A1", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "bar", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "foobar", + "color": "#2AA198", + "_t": "python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "this should be colorized as comment", + "color": "#93A1A1", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " test raw strings", + "color": "#93A1A1", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "text ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "r", + "color": "#D30102", + "_t": "multi.python.quoted.regexp.storage.string.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\"\"\"", + "color": "#D30102", + "_t": "begin.definition.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "interval ``", + "color": "#D30102", + "_t": "multi.python.quoted.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "[", + "color": "#CB4B16", + "_t": "begin.character.constant.meta.multi.other.python.quoted.regexp.regexp punctuation.set.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "1,2)`` leads to", + "color": "#CB4B16", + "_t": "character.constant.meta.multi.python.quoted.regexp.set.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "\"\"\"", + "color": "#D30102", + "_t": "definition.end.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "highlight_error ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "True", + "color": "#B58900", + "_t": "constant.language.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " highlight doctests", + "color": "#93A1A1", + "_t": "comment.line.number-sign.python", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "r", + "color": "#073642", + "_t": "docstring.multi.python.quoted.raw.storage.string.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "'''", + "color": "#2AA198", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.raw.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Module docstring", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " Some text followed by code sample:", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ">>> ", + "color": "#859900", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "for a in foo(2, b=1,", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "... ", + "color": "#859900", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " c=3):", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "... ", + "color": "#859900", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " print(a)", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " 0", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " 1", + "color": "#2AA198", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'''", + "color": "#2AA198", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.raw.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + } + ], + "tomorrow_night_blue": [ + { + "content": "from", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " banana ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "import", + "color": "#EBBBFF", + "_t": "control.import.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "class", + "color": "#EBBBFF", + "_t": "class.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Monkey", + "color": "#FFEEAD", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Bananas the monkey can eat.", + "color": "#7285B7", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\tcapacity ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "eat", + "color": "#BBDAFF", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FFC58F", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "N", + "color": "#FFC58F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'''", + "color": "#D1F1A9", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Make the monkey eat N bananas!", + "color": "#D1F1A9", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'''", + "color": "#D1F1A9", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\t\tcapacity ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " capacity ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "N", + "color": "#FFFFFF", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "banana.size", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "feeding_frenzy", + "color": "#BBDAFF", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FFC58F", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "eat", + "color": "#BBDAFF", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#BBDAFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "9.25", + "color": "#BBDAFF", + "_t": "arguments.constant.float.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#BBDAFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Yum yum", + "color": "#D1F1A9", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "some_func", + "color": "#BBDAFF", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FFC58F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "lambda", + "color": "#EBBBFF", + "_t": "function.lambda.lambda-function.meta.parameters.python.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.lambda.lambda-function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FFC58F", + "_t": "function.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "function.keyword.lambda.lambda-function.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "None", + "color": "#FFC58F", + "_t": "constant.function.lambda.lambda-function.language.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.function.lambda.lambda-function.meta.parameters.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.definition.dict.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "key: val", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " key, val ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#99FFFF", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "\t\t\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "x ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " x ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "is", + "color": "#99FFFF", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "not", + "color": "#99FFFF", + "_t": "function.keyword.logical.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "None", + "color": "#FFC58F", + "_t": "constant.function.language.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#EBBBFF", + "_t": "control.flow.function.keyword.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.definition.function.list.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "definition.end.function.list.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "end.function.meta.parameters.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.dict.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.function.keyword.meta.operator.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "42", + "color": "#FFC58F", + "_t": "constant.dec.function.meta.numeric.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "pass", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1900", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " year ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2100", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "and", + "color": "#99FFFF", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " month ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "12", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\\", + "color": "#FFFFFF", + "_t": "continuation.line.python.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "and", + "color": "#99FFFF", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " day ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "31", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "and", + "color": "#99FFFF", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " hour ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "24", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\\", + "color": "#FFFFFF", + "_t": "continuation.line.python.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "and", + "color": "#99FFFF", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " minute ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "60", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "and", + "color": "#99FFFF", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " second ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "60", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ": ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Looks like a valid date", + "color": "#7285B7", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "firstn", + "color": "#BBDAFF", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "g", + "color": "#FFC58F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "n", + "color": "#FFC58F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " i ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#99FFFF", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "range", + "color": "#BBDAFF", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#BBDAFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "n", + "color": "#BBDAFF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#BBDAFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "yield", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " g.", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "next", + "color": "#BBDAFF", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#BBDAFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#BBDAFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "reduce", + "color": "#BBDAFF", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#BBDAFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "lambda", + "color": "#EBBBFF", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "x", + "color": "#BBDAFF", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "arguments.function.function-call.lambda.lambda-function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "y", + "color": "#BBDAFF", + "_t": "arguments.function.function-call.lambda.lambda-function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ":", + "color": "#BBDAFF", + "_t": "arguments.begin.function.function-call.lambda.lambda-function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": " x", + "color": "#BBDAFF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "+", + "color": "#BBDAFF", + "_t": "arguments.arithmetic.function-call.keyword.meta.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "y", + "color": "#BBDAFF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#BBDAFF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "[", + "color": "#BBDAFF", + "_t": "arguments.begin.definition.function-call.list.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "47", + "color": "#BBDAFF", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ",", + "color": "#BBDAFF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "11", + "color": "#BBDAFF", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ",", + "color": "#BBDAFF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "42", + "color": "#BBDAFF", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ",", + "color": "#BBDAFF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "13", + "color": "#BBDAFF", + "_t": "arguments.constant.dec.function-call.meta.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "]", + "color": "#BBDAFF", + "_t": "arguments.definition.end.function-call.list.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#BBDAFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "woerter ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "house", + "color": "#D1F1A9", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " : ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Haus", + "color": "#D1F1A9", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "cat", + "color": "#D1F1A9", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Katze", + "color": "#D1F1A9", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "black", + "color": "#D1F1A9", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "schwarz", + "color": "#D1F1A9", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "mydictionary ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "foo", + "color": "#D1F1A9", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ": ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "23", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "comment", + "color": "#7285B7", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "bar", + "color": "#D1F1A9", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ": ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "hello", + "color": "#D1F1A9", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "sqadsad", + "color": "#7285B7", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "steuern", + "color": "#BBDAFF", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "einkommen", + "color": "#FFC58F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"\"\"", + "color": "#D1F1A9", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Berechnung der zu zahlenden Steuern fuer ein zu versteuerndes Einkommen von x", + "color": "#D1F1A9", + "_t": "docstring.multi.python.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"\"\"", + "color": "#D1F1A9", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " einkommen ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "8004", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " steuer ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "elif", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " einkommen ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "13469", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " y ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "einkommen ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "8004.0", + "color": "#FFC58F", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#99FFFF", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "10000.0", + "color": "#FFC58F", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " steuer ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "912.17", + "color": "#FFC58F", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " y ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1400", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "end.parenthesis.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "y", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " steuer ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " einkommen ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0.44", + "color": "#FFC58F", + "_t": "constant.float.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "arithmetic.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "15694", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " steuer", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "beliebig", + "color": "#BBDAFF", + "_t": "entity.function.meta.name.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FFC58F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "y", + "color": "#FFC58F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "mehr", + "color": "#FFC58F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#BBDAFF", + "_t": "builtin.function.python.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "x=", + "color": "#D1F1A9", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ", x, ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ", x=", + "color": "#D1F1A9", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ", y", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#BBDAFF", + "_t": "builtin.function.python.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "mehr: ", + "color": "#D1F1A9", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ", mehr", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#EBBBFF", + "_t": "class.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Memoize", + "color": "#FFEEAD", + "_t": "class.entity.meta.name.python.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.class.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "__init__", + "color": "#BBDAFF", + "_t": "function.magic.meta.python.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FFC58F", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "fn", + "color": "#FFC58F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FF9DA4", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".fn ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " fn", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FF9DA4", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".memo ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "function.meta.python.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "__call__", + "color": "#BBDAFF", + "_t": "function.magic.meta.python.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FFC58F", + "_t": "function.language.meta.parameter.parameters.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "function.meta.parameters.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.parameters.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "function.keyword.meta.operator.parameter.parameters.python.unpacking", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "args", + "color": "#FFC58F", + "_t": "function.language.meta.parameter.parameters.python.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "begin.function.meta.punctuation.python.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " args ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "not", + "color": "#99FFFF", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#99FFFF", + "_t": "keyword.logical.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FF9DA4", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".memo:", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FF9DA4", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "memo", + "color": "#FFFFFF", + "_t": "item-access.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "args", + "color": "#FFFFFF", + "_t": "arguments.item-access.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FF9DA4", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "fn", + "color": "#BBDAFF", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#BBDAFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "*", + "color": "#BBDAFF", + "_t": "arguments.function-call.keyword.meta.operator.python.unpacking", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "args", + "color": "#BBDAFF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#BBDAFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FF9DA4", + "_t": "language.python.self.special.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "memo", + "color": "#FFFFFF", + "_t": "item-access.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "arguments.begin.definition.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "args", + "color": "#FFFFFF", + "_t": "arguments.item-access.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "arguments.definition.end.item-access.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "res ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " re.", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "search", + "color": "#BBDAFF", + "_t": "function-call.generic.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#BBDAFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "r", + "color": "#EBBBFF", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.storage.string.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "\"", + "color": "#BBDAFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#BBDAFF", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "[", + "color": "#BBDAFF", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "0-9-", + "color": "#BBDAFF", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "]", + "color": "#BBDAFF", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "*", + "color": "#BBDAFF", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#BBDAFF", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "\\s", + "color": "#BBDAFF", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "*", + "color": "#BBDAFF", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#BBDAFF", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "[", + "color": "#BBDAFF", + "_t": "arguments.begin.character.constant.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "A-Za-z", + "color": "#BBDAFF", + "_t": "arguments.character.constant.function-call.meta.python.quoted.regexp.set.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "]", + "color": "#BBDAFF", + "_t": "arguments.character.constant.end.function-call.meta.other.python.quoted.regexp.regexp punctuation.set.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "+", + "color": "#BBDAFF", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#BBDAFF", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ",", + "color": "#BBDAFF", + "_t": "arguments.function-call.meta.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "\\s", + "color": "#BBDAFF", + "_t": "arguments.escape.function-call.meta.other.python.quoted.regexp.single.special.string.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "+", + "color": "#BBDAFF", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#BBDAFF", + "_t": "arguments.begin.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ".", + "color": "#BBDAFF", + "_t": "any.arguments.function-call.match.meta.other.python.quoted.regexp.single.string.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "*", + "color": "#BBDAFF", + "_t": "arguments.function-call.keyword.meta.operator.python.quantifier.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#BBDAFF", + "_t": "arguments.end.function-call.meta.other.parenthesis.punctuation.python.quoted.regexp.regexp support.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "\"", + "color": "#BBDAFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.regexp.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "arguments.function-call.meta.punctuation.python.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " i", + "color": "#BBDAFF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#BBDAFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "while", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "True", + "color": "#FFC58F", + "_t": "constant.language.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "try", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " n ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "raw_input", + "color": "#BBDAFF", + "_t": "builtin.function-call.legacy.meta.python.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#BBDAFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "\"", + "color": "#BBDAFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "Number: ", + "color": "#BBDAFF", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "\"", + "color": "#BBDAFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#BBDAFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": " n ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "int", + "color": "#BBDAFF", + "_t": "function-call.meta.python.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#BBDAFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "n", + "color": "#BBDAFF", + "_t": "arguments.function-call.meta.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#BBDAFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "break", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "except", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "ValueError", + "color": "#FFEEAD", + "_t": "exception.python.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "print", + "color": "#BBDAFF", + "_t": "builtin.function.function-call.meta.python.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#BBDAFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "\"", + "color": "#BBDAFF", + "_t": "arguments.begin.definition.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "Not a number", + "color": "#BBDAFF", + "_t": "arguments.function-call.meta.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "\"", + "color": "#BBDAFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#BBDAFF", + "_t": "arguments.definition.end.function-call.meta.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "async", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "with", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "EXPR", + "color": "#FFFFFF", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "as", + "color": "#EBBBFF", + "_t": "control.flow.keyword.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "VAR", + "color": "#FFFFFF", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "BLOCK", + "color": "#FFFFFF", + "_t": "caps.constant.other.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Comments in dictionary items should be colorized accordingly", + "color": "#7285B7", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "my_dictionary ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.definition.dict.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "foo", + "color": "#D1F1A9", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "23", + "color": "#FFC58F", + "_t": "constant.dec.numeric.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " this should be colorized as comment", + "color": "#7285B7", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "bar", + "color": "#D1F1A9", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "foobar", + "color": "#D1F1A9", + "_t": "python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.python.quoted.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "this should be colorized as comment", + "color": "#7285B7", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.dict.end.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " test raw strings", + "color": "#7285B7", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "text ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "r", + "color": "#EBBBFF", + "_t": "multi.python.quoted.regexp.storage.string.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "\"\"\"", + "color": "#FF9DA4", + "_t": "begin.definition.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "interval ``", + "color": "#FF9DA4", + "_t": "multi.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "[", + "color": "#FFC58F", + "_t": "begin.character.constant.meta.multi.other.python.quoted.regexp.regexp punctuation.set.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "1,2)`` leads to", + "color": "#FFC58F", + "_t": "character.constant.meta.multi.python.quoted.regexp.set.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "\"\"\"", + "color": "#FF9DA4", + "_t": "definition.end.multi.punctuation.python.quoted.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "highlight_error ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "True", + "color": "#FFC58F", + "_t": "constant.language.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " highlight doctests", + "color": "#7285B7", + "_t": "comment.line.number-sign.python", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "r", + "color": "#EBBBFF", + "_t": "docstring.multi.python.quoted.raw.storage.string.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "'''", + "color": "#D1F1A9", + "_t": "begin.definition.docstring.multi.punctuation.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Module docstring", + "color": "#D1F1A9", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " Some text followed by code sample:", + "color": "#D1F1A9", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ">>> ", + "color": "#EBBBFF", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "for a in foo(2, b=1,", + "color": "#D1F1A9", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "... ", + "color": "#EBBBFF", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " c=3):", + "color": "#D1F1A9", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "... ", + "color": "#EBBBFF", + "_t": "control.docstring.flow.keyword.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " print(a)", + "color": "#D1F1A9", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " 0", + "color": "#D1F1A9", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " 1", + "color": "#D1F1A9", + "_t": "docstring.multi.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'''", + "color": "#D1F1A9", + "_t": "definition.docstring.end.multi.punctuation.python.quoted.raw.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.py.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.py.result.patch new file mode 100644 index 000000000..d5ce50caa --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.py.result.patch @@ -0,0 +1,2158 @@ +{ + "abyss": [], + "dark_vs": [ + { + "index": 21, + "content": "self", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 24, + "content": "N", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 44, + "content": "self", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 63, + "content": "a", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 68, + "content": "x", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 177, + "content": "g", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 180, + "content": "n", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 203, + "content": "x", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 205, + "content": "y", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 279, + "content": "einkommen", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 348, + "content": "x", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 351, + "content": "y", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 355, + "content": "mehr", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 385, + "content": "self", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 388, + "content": "fn", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 408, + "content": "self", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 412, + "content": "args", + "color": "#569CD6", + "newColor": "#D4D4D4" + }, + { + "index": 455, + "content": "r", + "color": "#D16969", + "newColor": "#569CD6" + }, + { + "index": 563, + "content": "r", + "color": "#D16969", + "newColor": "#569CD6" + } + ], + "light_vs": [ + { + "index": 21, + "content": "self", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 24, + "content": "N", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 44, + "content": "self", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 63, + "content": "a", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 68, + "content": "x", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 177, + "content": "g", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 180, + "content": "n", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 203, + "content": "x", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 205, + "content": "y", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 279, + "content": "einkommen", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 348, + "content": "x", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 351, + "content": "y", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 355, + "content": "mehr", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 385, + "content": "self", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 388, + "content": "fn", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 408, + "content": "self", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 412, + "content": "args", + "color": "#0000FF", + "newColor": "#000000" + }, + { + "index": 455, + "content": "r", + "color": "#811F3F", + "newColor": "#0000FF" + }, + { + "index": 563, + "content": "r", + "color": "#811F3F", + "newColor": "#0000FF" + } + ], + "hc_black": [ + { + "index": 455, + "content": "r", + "color": "#D16969", + "newColor": "#569CD6" + }, + { + "index": 563, + "content": "r", + "color": "#D16969", + "newColor": "#569CD6" + } + ], + "dark_plus": [ + { + "index": 455, + "content": "r", + "color": "#D16969", + "newColor": "#569CD6" + }, + { + "index": 563, + "content": "r", + "color": "#D16969", + "newColor": "#569CD6" + } + ], + "light_plus": [ + { + "index": 455, + "content": "r", + "color": "#811F3F", + "newColor": "#0000FF" + }, + { + "index": 563, + "content": "r", + "color": "#811F3F", + "newColor": "#0000FF" + } + ], + "kimbie_dark": [ + { + "index": 455, + "content": "r", + "color": "#7E602C", + "newColor": "#98676A" + }, + { + "index": 458, + "content": "[", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 459, + "content": "0", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 459, + "content": "-", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 459, + "content": "9", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 459, + "content": "-", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 460, + "content": "]", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 461, + "content": "*", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 464, + "content": "*", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 466, + "content": "[", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 467, + "content": "A", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 467, + "content": "-", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 467, + "content": "Z", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 467, + "content": "a", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 467, + "content": "-", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 467, + "content": "z", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 468, + "content": "]", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 469, + "content": "+", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 473, + "content": "+", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 476, + "content": "*", + "color": "#7E602C", + "newColor": "#D3AF86" + }, + { + "index": 563, + "content": "r", + "color": "#7E602C", + "newColor": "#98676A" + }, + { + "index": 566, + "content": "[", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 567, + "content": "1", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 567, + "content": ",", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 567, + "content": "2", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 567, + "content": ")", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 567, + "content": "`", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 567, + "content": "`", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 567, + "content": "l", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 567, + "content": "e", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 567, + "content": "a", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 567, + "content": "d", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 567, + "content": "s", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 567, + "content": "t", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 567, + "content": "o", + "color": "#7E602C", + "newColor": "#F79A32" + }, + { + "index": 575, + "content": "r", + "color": "#889B4A", + "newColor": "#98676A" + } + ], + "monokai": [], + "monokai_dimmed": [ + { + "index": 50, + "content": "9.25", + "color": "#0080FF", + "newColor": "#6089B4" + }, + { + "index": 188, + "content": "range", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 201, + "content": "lambda", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 203, + "content": "x", + "color": "#0080FF", + "newColor": "#6089B4" + }, + { + "index": 205, + "content": "y", + "color": "#0080FF", + "newColor": "#6089B4" + }, + { + "index": 208, + "content": "+", + "color": "#0080FF", + "newColor": "#676867" + }, + { + "index": 213, + "content": "47", + "color": "#0080FF", + "newColor": "#6089B4" + }, + { + "index": 215, + "content": "11", + "color": "#0080FF", + "newColor": "#6089B4" + }, + { + "index": 217, + "content": "42", + "color": "#0080FF", + "newColor": "#6089B4" + }, + { + "index": 219, + "content": "13", + "color": "#0080FF", + "newColor": "#6089B4" + }, + { + "index": 438, + "content": "*", + "color": "#0080FF", + "newColor": "#676867" + }, + { + "index": 455, + "content": "r", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 456, + "content": "\"", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 457, + "content": "(", + "color": "#0080FF", + "newColor": "#C7444A" + }, + { + "index": 458, + "content": "[", + "color": "#0080FF", + "newColor": "#8080FF" + }, + { + "index": 459, + "content": "0", + "color": "#0080FF", + "newColor": "#8080FF" + }, + { + "index": 459, + "content": "-", + "color": "#0080FF", + "newColor": "#8080FF" + }, + { + "index": 459, + "content": "9", + "color": "#0080FF", + "newColor": "#8080FF" + }, + { + "index": 459, + "content": "-", + "color": "#0080FF", + "newColor": "#8080FF" + }, + { + "index": 460, + "content": "]", + "color": "#0080FF", + "newColor": "#8080FF" + }, + { + "index": 461, + "content": "*", + "color": "#0080FF", + "newColor": "#676867" + }, + { + "index": 462, + "content": ")", + "color": "#0080FF", + "newColor": "#C7444A" + }, + { + "index": 463, + "content": "\\s", + "color": "#0080FF", + "newColor": "#C7444A" + }, + { + "index": 464, + "content": "*", + "color": "#0080FF", + "newColor": "#676867" + }, + { + "index": 465, + "content": "(", + "color": "#0080FF", + "newColor": "#C7444A" + }, + { + "index": 466, + "content": "[", + "color": "#0080FF", + "newColor": "#8080FF" + }, + { + "index": 467, + "content": "A", + "color": "#0080FF", + "newColor": "#8080FF" + }, + { + "index": 467, + "content": "-", + "color": "#0080FF", + "newColor": "#8080FF" + }, + { + "index": 467, + "content": "Z", + "color": "#0080FF", + "newColor": "#8080FF" + }, + { + "index": 467, + "content": "a", + "color": "#0080FF", + "newColor": "#8080FF" + }, + { + "index": 467, + "content": "-", + "color": "#0080FF", + "newColor": "#8080FF" + }, + { + "index": 467, + "content": "z", + "color": "#0080FF", + "newColor": "#8080FF" + }, + { + "index": 468, + "content": "]", + "color": "#0080FF", + "newColor": "#8080FF" + }, + { + "index": 469, + "content": "+", + "color": "#0080FF", + "newColor": "#676867" + }, + { + "index": 470, + "content": ")", + "color": "#0080FF", + "newColor": "#C7444A" + }, + { + "index": 471, + "content": ",", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 472, + "content": "\\s", + "color": "#0080FF", + "newColor": "#C7444A" + }, + { + "index": 473, + "content": "+", + "color": "#0080FF", + "newColor": "#676867" + }, + { + "index": 474, + "content": "(", + "color": "#0080FF", + "newColor": "#C7444A" + }, + { + "index": 475, + "content": ".", + "color": "#0080FF", + "newColor": "#C7444A" + }, + { + "index": 476, + "content": "*", + "color": "#0080FF", + "newColor": "#676867" + }, + { + "index": 477, + "content": ")", + "color": "#0080FF", + "newColor": "#C7444A" + }, + { + "index": 478, + "content": "\"", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 494, + "content": "\"", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 495, + "content": "Number: ", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 496, + "content": "\"", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 501, + "content": "int", + "color": "#0080FF", + "newColor": "#C7444A" + }, + { + "index": 513, + "content": "print", + "color": "#0080FF", + "newColor": "#9872A2" + }, + { + "index": 515, + "content": "\"", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 516, + "content": "Not a number", + "color": "#0080FF", + "newColor": "#9AA83A" + }, + { + "index": 517, + "content": "\"", + "color": "#0080FF", + "newColor": "#9AA83A" + } + ], + "quietlight": [ + { + "index": 21, + "content": "self", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 22, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 24, + "content": "N", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 44, + "content": "self", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 63, + "content": "a", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 64, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 68, + "content": "x", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 177, + "content": "g", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 178, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 180, + "content": "n", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 203, + "content": "x", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 204, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 205, + "content": "y", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 210, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 279, + "content": "einkommen", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 348, + "content": "x", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 349, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 351, + "content": "y", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 352, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 355, + "content": "mehr", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 385, + "content": "self", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 386, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 388, + "content": "fn", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 408, + "content": "self", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 409, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 412, + "content": "args", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 455, + "content": "r", + "color": "#4B83CD", + "newColor": "#7A3E9D" + }, + { + "index": 456, + "content": "\"", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 457, + "content": "(", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 458, + "content": "[", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 459, + "content": "0", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 459, + "content": "-", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 459, + "content": "9", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 459, + "content": "-", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 460, + "content": "]", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 461, + "content": "*", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 462, + "content": ")", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 464, + "content": "*", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 465, + "content": "(", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 466, + "content": "[", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 467, + "content": "A", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 467, + "content": "-", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 467, + "content": "Z", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 467, + "content": "a", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 467, + "content": "-", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 467, + "content": "z", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 468, + "content": "]", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 469, + "content": "+", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 470, + "content": ")", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 473, + "content": "+", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 474, + "content": "(", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 476, + "content": "*", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 477, + "content": ")", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 478, + "content": "\"", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 479, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 563, + "content": "r", + "color": "#4B83CD", + "newColor": "#7A3E9D" + }, + { + "index": 564, + "content": "\"\"\"", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 566, + "content": "[", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 567, + "content": "1", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 567, + "content": ",", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 567, + "content": "2", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 567, + "content": ")", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 567, + "content": "`", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 567, + "content": "`", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 567, + "content": "l", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 567, + "content": "e", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 567, + "content": "a", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 567, + "content": "d", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 567, + "content": "s", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 567, + "content": "t", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 567, + "content": "o", + "color": "#4B83CD", + "newColor": "#AB6526" + }, + { + "index": 568, + "content": "\"\"\"", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 580, + "content": ">>> ", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 583, + "content": "... ", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 586, + "content": "... ", + "color": "#448C27", + "newColor": "#4B83CD" + } + ], + "red": [ + { + "index": 455, + "content": "r", + "color": "#FFB454", + "newColor": "#FF6262" + }, + { + "index": 457, + "content": "(", + "color": "#FFB454", + "newColor": "#9DF39F" + }, + { + "index": 458, + "content": "[", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 459, + "content": "0", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 459, + "content": "-", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 459, + "content": "9", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 459, + "content": "-", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 460, + "content": "]", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 461, + "content": "*", + "color": "#FFB454", + "newColor": "#F12727" + }, + { + "index": 462, + "content": ")", + "color": "#FFB454", + "newColor": "#9DF39F" + }, + { + "index": 463, + "content": "\\s", + "color": "#FFB454", + "newColor": "#9DF39F" + }, + { + "index": 464, + "content": "*", + "color": "#FFB454", + "newColor": "#F12727" + }, + { + "index": 465, + "content": "(", + "color": "#FFB454", + "newColor": "#9DF39F" + }, + { + "index": 466, + "content": "[", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 467, + "content": "A", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 467, + "content": "-", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 467, + "content": "Z", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 467, + "content": "a", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 467, + "content": "-", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 467, + "content": "z", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 468, + "content": "]", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 469, + "content": "+", + "color": "#FFB454", + "newColor": "#F12727" + }, + { + "index": 470, + "content": ")", + "color": "#FFB454", + "newColor": "#9DF39F" + }, + { + "index": 472, + "content": "\\s", + "color": "#FFB454", + "newColor": "#9DF39F" + }, + { + "index": 473, + "content": "+", + "color": "#FFB454", + "newColor": "#F12727" + }, + { + "index": 474, + "content": "(", + "color": "#FFB454", + "newColor": "#9DF39F" + }, + { + "index": 475, + "content": ".", + "color": "#FFB454", + "newColor": "#9DF39F" + }, + { + "index": 476, + "content": "*", + "color": "#FFB454", + "newColor": "#F12727" + }, + { + "index": 477, + "content": ")", + "color": "#FFB454", + "newColor": "#9DF39F" + }, + { + "index": 563, + "content": "r", + "color": "#FFB454", + "newColor": "#FF6262" + }, + { + "index": 566, + "content": "[", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 567, + "content": "1", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 567, + "content": ",", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 567, + "content": "2", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 567, + "content": ")", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 567, + "content": "`", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 567, + "content": "`", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 567, + "content": "l", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 567, + "content": "e", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 567, + "content": "a", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 567, + "content": "d", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 567, + "content": "s", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 567, + "content": "t", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 567, + "content": "o", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 575, + "content": "r", + "color": "#CD8D8D", + "newColor": "#FF6262" + }, + { + "index": 580, + "content": ">>> ", + "color": "#CD8D8D", + "newColor": "#F12727" + }, + { + "index": 583, + "content": "... ", + "color": "#CD8D8D", + "newColor": "#F12727" + }, + { + "index": 586, + "content": "... ", + "color": "#CD8D8D", + "newColor": "#F12727" + } + ], + "solarized_dark": [ + { + "index": 21, + "content": "self", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 24, + "content": "N", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 44, + "content": "self", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 63, + "content": "a", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 68, + "content": "x", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 177, + "content": "g", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 180, + "content": "n", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 203, + "content": "x", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 205, + "content": "y", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 279, + "content": "einkommen", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 348, + "content": "x", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 351, + "content": "y", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 355, + "content": "mehr", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 385, + "content": "self", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 388, + "content": "fn", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 408, + "content": "self", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 412, + "content": "args", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 455, + "content": "r", + "color": "#D30102", + "newColor": "#93A1A1" + }, + { + "index": 461, + "content": "*", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 464, + "content": "*", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 469, + "content": "+", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 473, + "content": "+", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 476, + "content": "*", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 563, + "content": "r", + "color": "#D30102", + "newColor": "#93A1A1" + } + ], + "solarized_light": [ + { + "index": 21, + "content": "self", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 24, + "content": "N", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 44, + "content": "self", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 63, + "content": "a", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 68, + "content": "x", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 177, + "content": "g", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 180, + "content": "n", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 203, + "content": "x", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 205, + "content": "y", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 279, + "content": "einkommen", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 348, + "content": "x", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 351, + "content": "y", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 355, + "content": "mehr", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 385, + "content": "self", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 388, + "content": "fn", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 408, + "content": "self", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 412, + "content": "args", + "color": "#268BD2", + "newColor": "#586E75" + }, + { + "index": 455, + "content": "r", + "color": "#D30102", + "newColor": "#073642" + }, + { + "index": 461, + "content": "*", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 464, + "content": "*", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 469, + "content": "+", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 473, + "content": "+", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 476, + "content": "*", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 563, + "content": "r", + "color": "#D30102", + "newColor": "#073642" + } + ], + "tomorrow_night_blue": [ + { + "index": 50, + "content": "9.25", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 199, + "content": "reduce", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 203, + "content": "x", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 204, + "content": ",", + "color": "#FFFFFF", + "newColor": "#BBDAFF" + }, + { + "index": 205, + "content": "y", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 208, + "content": "+", + "color": "#BBDAFF", + "newColor": "#99FFFF" + }, + { + "index": 210, + "content": ",", + "color": "#FFFFFF", + "newColor": "#BBDAFF" + }, + { + "index": 213, + "content": "47", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 215, + "content": "11", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 217, + "content": "42", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 219, + "content": "13", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 438, + "content": "*", + "color": "#BBDAFF", + "newColor": "#99FFFF" + }, + { + "index": 456, + "content": "\"", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 457, + "content": "(", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 458, + "content": "[", + "color": "#BBDAFF", + "newColor": "#FFFFFF" + }, + { + "index": 459, + "content": "0", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 459, + "content": "-", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 459, + "content": "9", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 459, + "content": "-", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 460, + "content": "]", + "color": "#BBDAFF", + "newColor": "#FFFFFF" + }, + { + "index": 461, + "content": "*", + "color": "#BBDAFF", + "newColor": "#99FFFF" + }, + { + "index": 462, + "content": ")", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 463, + "content": "\\s", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 464, + "content": "*", + "color": "#BBDAFF", + "newColor": "#99FFFF" + }, + { + "index": 465, + "content": "(", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 466, + "content": "[", + "color": "#BBDAFF", + "newColor": "#FFFFFF" + }, + { + "index": 467, + "content": "A", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 467, + "content": "-", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 467, + "content": "Z", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 467, + "content": "a", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 467, + "content": "-", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 467, + "content": "z", + "color": "#BBDAFF", + "newColor": "#FFC58F" + }, + { + "index": 468, + "content": "]", + "color": "#BBDAFF", + "newColor": "#FFFFFF" + }, + { + "index": 469, + "content": "+", + "color": "#BBDAFF", + "newColor": "#99FFFF" + }, + { + "index": 470, + "content": ")", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 471, + "content": ",", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 472, + "content": "\\s", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 473, + "content": "+", + "color": "#BBDAFF", + "newColor": "#99FFFF" + }, + { + "index": 474, + "content": "(", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 475, + "content": ".", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 476, + "content": "*", + "color": "#BBDAFF", + "newColor": "#99FFFF" + }, + { + "index": 477, + "content": ")", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 478, + "content": "\"", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 479, + "content": ",", + "color": "#FFFFFF", + "newColor": "#BBDAFF" + }, + { + "index": 492, + "content": "raw_input", + "color": "#BBDAFF", + "newColor": "#FF9DA4" + }, + { + "index": 494, + "content": "\"", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 495, + "content": "Number: ", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 496, + "content": "\"", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 501, + "content": "int", + "color": "#BBDAFF", + "newColor": "#FFEEAD" + }, + { + "index": 515, + "content": "\"", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 516, + "content": "Not a number", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 517, + "content": "\"", + "color": "#BBDAFF", + "newColor": "#D1F1A9" + }, + { + "index": 566, + "content": "[", + "color": "#FFC58F", + "newColor": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.r b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.r new file mode 100644 index 000000000..8262188bc --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.r @@ -0,0 +1,24 @@ +# © Microsoft. All rights reserved. + +#' Add together two numbers. +#' +#' @param x A number. +#' @param y A number. +#' @return The sum of \code{x} and \code{y}. +#' @examples +#' add(1, 1) +#' add(10, 1) +add <- function(x, y) { + x + y +} + +add(1, -2, 2.0) +add(1.0e10, 2.0e10) + +paste("one", NULL) +paste(NA, 'two') + +paste("multi- + line", + 'multi- + line') diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.r.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.r.result new file mode 100644 index 000000000..78826e8dc --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.r.result @@ -0,0 +1,6330 @@ +{ + "abyss": [ + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " © Microsoft. All rights reserved.", + "color": "#223355", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "' Add together two numbers.", + "color": "#223355", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "'", + "color": "#223355", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "' @param x A number.", + "color": "#223355", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "' @param y A number.", + "color": "#223355", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "' @return The sum of \\code{x} and \\code{y}.", + "color": "#223355", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "' @examples", + "color": "#223355", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "' add(1, 1)", + "color": "#223355", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "' add(10, 1)", + "color": "#223355", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "add", + "color": "#DDBB88", + "_t": "entity.function.meta.name.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<-", + "color": "#225588", + "_t": "assignment.function.keyword.meta.operator.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "function", + "color": "#225588", + "_t": "control.function.keyword.meta.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x", + "color": "#6688CC", + "_t": "other.r.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "y", + "color": "#6688CC", + "_t": "other.r.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ") ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.block.meta.punctuation.r.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x", + "color": "#6688CC", + "_t": "block.meta.other.r.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arithmetic.block.keyword.meta.operator.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "y", + "color": "#6688CC", + "_t": "block.meta.other.r.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.end.meta.punctuation.r.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "add(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "arithmetic.keyword.operator.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2.0", + "color": "#F280D0", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "add(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1.0e10", + "color": "#F280D0", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2.0e10", + "color": "#F280D0", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "paste(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "one", + "color": "#22AA44", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "NULL", + "color": "#F280D0", + "_t": "constant.language.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "paste(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "NA", + "color": "#F280D0", + "_t": "constant.language.r", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "two", + "color": "#22AA44", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "paste(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "multi-", + "color": "#22AA44", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " line", + "color": "#22AA44", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "multi-", + "color": "#22AA44", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " line", + "color": "#22AA44", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " © Microsoft. All rights reserved.", + "color": "#608B4E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "' Add together two numbers.", + "color": "#608B4E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "'", + "color": "#608B4E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "' @param x A number.", + "color": "#608B4E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "' @param y A number.", + "color": "#608B4E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "' @return The sum of \\code{x} and \\code{y}.", + "color": "#608B4E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "' @examples", + "color": "#608B4E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "' add(1, 1)", + "color": "#608B4E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "' add(10, 1)", + "color": "#608B4E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "add", + "color": "#D4D4D4", + "_t": "entity.function.meta.name.r", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.r", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<-", + "color": "#D4D4D4", + "_t": "assignment.function.keyword.meta.operator.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.r", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "control.function.keyword.meta.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#D4D4D4", + "_t": "other.r.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "y", + "color": "#D4D4D4", + "_t": "other.r.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.meta.punctuation.r.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.meta.r", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#D4D4D4", + "_t": "block.meta.other.r.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.meta.r", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.block.keyword.meta.operator.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.meta.r", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "y", + "color": "#D4D4D4", + "_t": "block.meta.other.r.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.end.meta.punctuation.r.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "add(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2.0", + "color": "#B5CEA8", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "add(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1.0e10", + "color": "#B5CEA8", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2.0e10", + "color": "#B5CEA8", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "paste(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "one", + "color": "#CE9178", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NULL", + "color": "#569CD6", + "_t": "constant.language.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "paste(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NA", + "color": "#569CD6", + "_t": "constant.language.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "two", + "color": "#CE9178", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "paste(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "multi-", + "color": "#CE9178", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " line", + "color": "#CE9178", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "multi-", + "color": "#CE9178", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " line", + "color": "#CE9178", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " © Microsoft. All rights reserved.", + "color": "#008000", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "' Add together two numbers.", + "color": "#008000", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "'", + "color": "#008000", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "' @param x A number.", + "color": "#008000", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "' @param y A number.", + "color": "#008000", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "' @return The sum of \\code{x} and \\code{y}.", + "color": "#008000", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "' @examples", + "color": "#008000", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "' add(1, 1)", + "color": "#008000", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "' add(10, 1)", + "color": "#008000", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "add", + "color": "#000000", + "_t": "entity.function.meta.name.r", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.r", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<-", + "color": "#000000", + "_t": "assignment.function.keyword.meta.operator.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.r", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "control.function.keyword.meta.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#000000", + "_t": "other.r.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "y", + "color": "#000000", + "_t": "other.r.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.meta.punctuation.r.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.meta.r", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#000000", + "_t": "block.meta.other.r.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.meta.r", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.block.keyword.meta.operator.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.meta.r", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "y", + "color": "#000000", + "_t": "block.meta.other.r.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.end.meta.punctuation.r.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "add(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "arithmetic.keyword.operator.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2.0", + "color": "#09885A", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "add(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1.0e10", + "color": "#09885A", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2.0e10", + "color": "#09885A", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "paste(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "one", + "color": "#A31515", + "_t": "double.quoted.r.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NULL", + "color": "#0000FF", + "_t": "constant.language.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "paste(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NA", + "color": "#0000FF", + "_t": "constant.language.r", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "two", + "color": "#A31515", + "_t": "quoted.r.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "paste(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "multi-", + "color": "#A31515", + "_t": "double.quoted.r.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " line", + "color": "#A31515", + "_t": "double.quoted.r.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "multi-", + "color": "#A31515", + "_t": "quoted.r.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " line", + "color": "#A31515", + "_t": "quoted.r.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " © Microsoft. All rights reserved.", + "color": "#7CA668", + "_t": "comment.line.number-sign.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "' Add together two numbers.", + "color": "#7CA668", + "_t": "comment.line.number-sign.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "'", + "color": "#7CA668", + "_t": "comment.line.number-sign.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "' @param x A number.", + "color": "#7CA668", + "_t": "comment.line.number-sign.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "' @param y A number.", + "color": "#7CA668", + "_t": "comment.line.number-sign.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "' @return The sum of \\code{x} and \\code{y}.", + "color": "#7CA668", + "_t": "comment.line.number-sign.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "' @examples", + "color": "#7CA668", + "_t": "comment.line.number-sign.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "' add(1, 1)", + "color": "#7CA668", + "_t": "comment.line.number-sign.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "' add(10, 1)", + "color": "#7CA668", + "_t": "comment.line.number-sign.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "add", + "color": "#FFFFFF", + "_t": "entity.function.meta.name.r", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.r", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<-", + "color": "#D4D4D4", + "_t": "assignment.function.keyword.meta.operator.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.r", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "control.function.keyword.meta.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FFFFFF", + "_t": "other.r.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "y", + "color": "#FFFFFF", + "_t": "other.r.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.meta.punctuation.r.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.meta.r", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FFFFFF", + "_t": "block.meta.other.r.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.meta.r", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.block.keyword.meta.operator.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.meta.r", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "y", + "color": "#FFFFFF", + "_t": "block.meta.other.r.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.end.meta.punctuation.r.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "add(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.numeric.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.numeric.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2.0", + "color": "#B5CEA8", + "_t": "constant.numeric.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "add(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1.0e10", + "color": "#B5CEA8", + "_t": "constant.numeric.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2.0e10", + "color": "#B5CEA8", + "_t": "constant.numeric.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "paste(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "one", + "color": "#CE9178", + "_t": "double.quoted.r.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "NULL", + "color": "#569CD6", + "_t": "constant.language.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "paste(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "NA", + "color": "#569CD6", + "_t": "constant.language.r", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "two", + "color": "#CE9178", + "_t": "quoted.r.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "paste(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "multi-", + "color": "#CE9178", + "_t": "double.quoted.r.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " line", + "color": "#CE9178", + "_t": "double.quoted.r.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "multi-", + "color": "#CE9178", + "_t": "quoted.r.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " line", + "color": "#CE9178", + "_t": "quoted.r.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " © Microsoft. All rights reserved.", + "color": "#608B4E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "' Add together two numbers.", + "color": "#608B4E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "'", + "color": "#608B4E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "' @param x A number.", + "color": "#608B4E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "' @param y A number.", + "color": "#608B4E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "' @return The sum of \\code{x} and \\code{y}.", + "color": "#608B4E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "' @examples", + "color": "#608B4E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "' add(1, 1)", + "color": "#608B4E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "' add(10, 1)", + "color": "#608B4E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "add", + "color": "#DCDCAA", + "_t": "entity.function.meta.name.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.r", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<-", + "color": "#D4D4D4", + "_t": "assignment.function.keyword.meta.operator.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.r", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "function", + "color": "#C586C0", + "_t": "control.function.keyword.meta.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#9CDCFE", + "_t": "other.r.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "y", + "color": "#9CDCFE", + "_t": "other.r.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.block.meta.punctuation.r.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.meta.r", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#9CDCFE", + "_t": "block.meta.other.r.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.meta.r", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.block.keyword.meta.operator.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.meta.r", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "y", + "color": "#9CDCFE", + "_t": "block.meta.other.r.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.end.meta.punctuation.r.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "add(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.keyword.operator.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2.0", + "color": "#B5CEA8", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "add(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1.0e10", + "color": "#B5CEA8", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2.0e10", + "color": "#B5CEA8", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "paste(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "one", + "color": "#CE9178", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NULL", + "color": "#569CD6", + "_t": "constant.language.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "paste(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NA", + "color": "#569CD6", + "_t": "constant.language.r", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "two", + "color": "#CE9178", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "paste(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "multi-", + "color": "#CE9178", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " line", + "color": "#CE9178", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "multi-", + "color": "#CE9178", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " line", + "color": "#CE9178", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " © Microsoft. All rights reserved.", + "color": "#008000", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "' Add together two numbers.", + "color": "#008000", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "'", + "color": "#008000", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "' @param x A number.", + "color": "#008000", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "' @param y A number.", + "color": "#008000", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "' @return The sum of \\code{x} and \\code{y}.", + "color": "#008000", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "' @examples", + "color": "#008000", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "' add(1, 1)", + "color": "#008000", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "' add(10, 1)", + "color": "#008000", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "add", + "color": "#795E26", + "_t": "entity.function.meta.name.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.r", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<-", + "color": "#000000", + "_t": "assignment.function.keyword.meta.operator.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.r", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "function", + "color": "#AF00DB", + "_t": "control.function.keyword.meta.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#001080", + "_t": "other.r.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "y", + "color": "#001080", + "_t": "other.r.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.block.meta.punctuation.r.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.meta.r", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#001080", + "_t": "block.meta.other.r.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.meta.r", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.block.keyword.meta.operator.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.meta.r", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "y", + "color": "#001080", + "_t": "block.meta.other.r.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.end.meta.punctuation.r.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "add(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "arithmetic.keyword.operator.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2.0", + "color": "#09885A", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "add(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1.0e10", + "color": "#09885A", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2.0e10", + "color": "#09885A", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "paste(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "one", + "color": "#A31515", + "_t": "double.quoted.r.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NULL", + "color": "#0000FF", + "_t": "constant.language.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "paste(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NA", + "color": "#0000FF", + "_t": "constant.language.r", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "two", + "color": "#A31515", + "_t": "quoted.r.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "paste(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "multi-", + "color": "#A31515", + "_t": "double.quoted.r.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " line", + "color": "#A31515", + "_t": "double.quoted.r.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ",", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "multi-", + "color": "#A31515", + "_t": "quoted.r.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " line", + "color": "#A31515", + "_t": "quoted.r.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " © Microsoft. All rights reserved.", + "color": "#A57A4C", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "' Add together two numbers.", + "color": "#A57A4C", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "'", + "color": "#A57A4C", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "' @param x A number.", + "color": "#A57A4C", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "' @param y A number.", + "color": "#A57A4C", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "' @return The sum of \\code{x} and \\code{y}.", + "color": "#A57A4C", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "' @examples", + "color": "#A57A4C", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "' add(1, 1)", + "color": "#A57A4C", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "' add(10, 1)", + "color": "#A57A4C", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "add", + "color": "#8AB1B0", + "_t": "entity.function.meta.name.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<-", + "color": "#D3AF86", + "_t": "assignment.function.keyword.meta.operator.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "function", + "color": "#98676A", + "_t": "control.function.keyword.meta.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "x", + "color": "#DC3958", + "_t": "other.r.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "y", + "color": "#DC3958", + "_t": "other.r.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ") ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.block.meta.punctuation.r.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "x", + "color": "#DC3958", + "_t": "block.meta.other.r.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "arithmetic.block.keyword.meta.operator.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "y", + "color": "#DC3958", + "_t": "block.meta.other.r.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.end.meta.punctuation.r.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "add(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "arithmetic.keyword.operator.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2.0", + "color": "#F79A32", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "add(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1.0e10", + "color": "#F79A32", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2.0e10", + "color": "#F79A32", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "paste(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "one", + "color": "#889B4A", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "NULL", + "color": "#F79A32", + "_t": "constant.language.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "paste(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "NA", + "color": "#F79A32", + "_t": "constant.language.r", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "two", + "color": "#889B4A", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "paste(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "multi-", + "color": "#889B4A", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " line", + "color": "#889B4A", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "multi-", + "color": "#889B4A", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " line", + "color": "#889B4A", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " © Microsoft. All rights reserved.", + "color": "#75715E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "' Add together two numbers.", + "color": "#75715E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "'", + "color": "#75715E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "' @param x A number.", + "color": "#75715E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "' @param y A number.", + "color": "#75715E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "' @return The sum of \\code{x} and \\code{y}.", + "color": "#75715E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "' @examples", + "color": "#75715E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "' add(1, 1)", + "color": "#75715E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "' add(10, 1)", + "color": "#75715E", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "add", + "color": "#A6E22E", + "_t": "entity.function.meta.name.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<-", + "color": "#F92672", + "_t": "assignment.function.keyword.meta.operator.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "function", + "color": "#F92672", + "_t": "control.function.keyword.meta.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x", + "color": "#F8F8F2", + "_t": "other.r.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "y", + "color": "#F8F8F2", + "_t": "other.r.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ") ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.block.meta.punctuation.r.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x", + "color": "#F8F8F2", + "_t": "block.meta.other.r.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arithmetic.block.keyword.meta.operator.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "y", + "color": "#F8F8F2", + "_t": "block.meta.other.r.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.end.meta.punctuation.r.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "add(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "arithmetic.keyword.operator.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2.0", + "color": "#AE81FF", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "add(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1.0e10", + "color": "#AE81FF", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2.0e10", + "color": "#AE81FF", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "paste(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "one", + "color": "#E6DB74", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "NULL", + "color": "#AE81FF", + "_t": "constant.language.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "paste(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "NA", + "color": "#AE81FF", + "_t": "constant.language.r", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "two", + "color": "#E6DB74", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "paste(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "multi-", + "color": "#E6DB74", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " line", + "color": "#E6DB74", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "multi-", + "color": "#E6DB74", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " line", + "color": "#E6DB74", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " © Microsoft. All rights reserved.", + "color": "#9A9B99", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "' Add together two numbers.", + "color": "#9A9B99", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "'", + "color": "#9A9B99", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "' @param x A number.", + "color": "#9A9B99", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "' @param y A number.", + "color": "#9A9B99", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "' @return The sum of \\code{x} and \\code{y}.", + "color": "#9A9B99", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "' @examples", + "color": "#9A9B99", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "' add(1, 1)", + "color": "#9A9B99", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "' add(10, 1)", + "color": "#9A9B99", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "add", + "color": "#CE6700", + "_t": "entity.function.meta.name.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<-", + "color": "#676867", + "_t": "assignment.function.keyword.meta.operator.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "function", + "color": "#9872A2", + "_t": "control.function.keyword.meta.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x", + "color": "#6089B4", + "_t": "other.r.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "y", + "color": "#6089B4", + "_t": "other.r.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ") ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.block.meta.punctuation.r.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x", + "color": "#6089B4", + "_t": "block.meta.other.r.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "arithmetic.block.keyword.meta.operator.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "y", + "color": "#6089B4", + "_t": "block.meta.other.r.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.end.meta.punctuation.r.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "add(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "arithmetic.keyword.operator.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2.0", + "color": "#6089B4", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "add(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1.0e10", + "color": "#6089B4", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2.0e10", + "color": "#6089B4", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "paste(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "one", + "color": "#9AA83A", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "NULL", + "color": "#FF0080", + "_t": "constant.language.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "paste(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "NA", + "color": "#FF0080", + "_t": "constant.language.r", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "two", + "color": "#9AA83A", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "paste(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "multi-", + "color": "#9AA83A", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " line", + "color": "#9AA83A", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "multi-", + "color": "#9AA83A", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " line", + "color": "#9AA83A", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " © Microsoft. All rights reserved.", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "' Add together two numbers.", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "'", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "' @param x A number.", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "' @param y A number.", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "' @return The sum of \\code{x} and \\code{y}.", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "' @examples", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "' add(1, 1)", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "' add(10, 1)", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "add", + "color": "#AA3731", + "_t": "entity.function.meta.name.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<-", + "color": "#777777", + "_t": "assignment.function.keyword.meta.operator.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "function", + "color": "#4B83CD", + "_t": "control.function.keyword.meta.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "x", + "color": "#7A3E9D", + "_t": "other.r.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "y", + "color": "#7A3E9D", + "_t": "other.r.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ") ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.block.meta.punctuation.r.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.meta.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "x", + "color": "#7A3E9D", + "_t": "block.meta.other.r.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.meta.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#777777", + "_t": "arithmetic.block.keyword.meta.operator.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.meta.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "y", + "color": "#7A3E9D", + "_t": "block.meta.other.r.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.end.meta.punctuation.r.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "add(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "arithmetic.keyword.operator.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2.0", + "color": "#AB6526", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "add(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1.0e10", + "color": "#AB6526", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2.0e10", + "color": "#AB6526", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "paste(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "one", + "color": "#448C27", + "_t": "double.quoted.r.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "NULL", + "color": "#AB6526", + "_t": "constant.language.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "paste(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "NA", + "color": "#AB6526", + "_t": "constant.language.r", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "two", + "color": "#448C27", + "_t": "quoted.r.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "paste(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "multi-", + "color": "#448C27", + "_t": "double.quoted.r.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " line", + "color": "#448C27", + "_t": "double.quoted.r.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "multi-", + "color": "#448C27", + "_t": "quoted.r.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " line", + "color": "#448C27", + "_t": "quoted.r.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + } + ], + "red": [ + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " © Microsoft. All rights reserved.", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "' Add together two numbers.", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "'", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "' @param x A number.", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "' @param y A number.", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "' @return The sum of \\code{x} and \\code{y}.", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "' @examples", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "' add(1, 1)", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "' add(10, 1)", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "add", + "color": "#FEC758", + "_t": "entity.function.meta.name.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<-", + "color": "#F12727", + "_t": "assignment.function.keyword.meta.operator.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "function", + "color": "#F12727", + "_t": "control.function.keyword.meta.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "x", + "color": "#FB9A4B", + "_t": "other.r.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "y", + "color": "#FB9A4B", + "_t": "other.r.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ") ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.block.meta.punctuation.r.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "x", + "color": "#FB9A4B", + "_t": "block.meta.other.r.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "arithmetic.block.keyword.meta.operator.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "y", + "color": "#FB9A4B", + "_t": "block.meta.other.r.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.end.meta.punctuation.r.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "add(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "arithmetic.keyword.operator.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "2", + "color": "#994646", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2.0", + "color": "#994646", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "add(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1.0e10", + "color": "#994646", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2.0e10", + "color": "#994646", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "paste(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "one", + "color": "#CD8D8D", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "NULL", + "color": "#994646", + "_t": "constant.language.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "paste(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "NA", + "color": "#994646", + "_t": "constant.language.r", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "two", + "color": "#CD8D8D", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "paste(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "multi-", + "color": "#CD8D8D", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " line", + "color": "#CD8D8D", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "multi-", + "color": "#CD8D8D", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " line", + "color": "#CD8D8D", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " © Microsoft. All rights reserved.", + "color": "#657B83", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "' Add together two numbers.", + "color": "#657B83", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "'", + "color": "#657B83", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "' @param x A number.", + "color": "#657B83", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "' @param y A number.", + "color": "#657B83", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "' @return The sum of \\code{x} and \\code{y}.", + "color": "#657B83", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "' @examples", + "color": "#657B83", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "' add(1, 1)", + "color": "#657B83", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "' add(10, 1)", + "color": "#657B83", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "add", + "color": "#268BD2", + "_t": "entity.function.meta.name.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<-", + "color": "#859900", + "_t": "assignment.function.keyword.meta.operator.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "function", + "color": "#859900", + "_t": "control.function.keyword.meta.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x", + "color": "#268BD2", + "_t": "other.r.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "y", + "color": "#268BD2", + "_t": "other.r.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ") ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.block.meta.punctuation.r.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x", + "color": "#268BD2", + "_t": "block.meta.other.r.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.block.keyword.meta.operator.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "y", + "color": "#268BD2", + "_t": "block.meta.other.r.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.end.meta.punctuation.r.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "add(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "arithmetic.keyword.operator.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2.0", + "color": "#D33682", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "add(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1.0e10", + "color": "#D33682", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2.0e10", + "color": "#D33682", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "paste(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "one", + "color": "#2AA198", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "NULL", + "color": "#B58900", + "_t": "constant.language.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "paste(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "NA", + "color": "#B58900", + "_t": "constant.language.r", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "two", + "color": "#2AA198", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "paste(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "multi-", + "color": "#2AA198", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " line", + "color": "#2AA198", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "multi-", + "color": "#2AA198", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " line", + "color": "#2AA198", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " © Microsoft. All rights reserved.", + "color": "#93A1A1", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "' Add together two numbers.", + "color": "#93A1A1", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#93A1A1", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "' @param x A number.", + "color": "#93A1A1", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "' @param y A number.", + "color": "#93A1A1", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "' @return The sum of \\code{x} and \\code{y}.", + "color": "#93A1A1", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "' @examples", + "color": "#93A1A1", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "' add(1, 1)", + "color": "#93A1A1", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "' add(10, 1)", + "color": "#93A1A1", + "_t": "comment.line.number-sign.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "add", + "color": "#268BD2", + "_t": "entity.function.meta.name.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<-", + "color": "#859900", + "_t": "assignment.function.keyword.meta.operator.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "function", + "color": "#859900", + "_t": "control.function.keyword.meta.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x", + "color": "#268BD2", + "_t": "other.r.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "y", + "color": "#268BD2", + "_t": "other.r.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ") ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.block.meta.punctuation.r.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.meta.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x", + "color": "#268BD2", + "_t": "block.meta.other.r.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.meta.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.block.keyword.meta.operator.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.meta.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "y", + "color": "#268BD2", + "_t": "block.meta.other.r.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.end.meta.punctuation.r.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "add(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "arithmetic.keyword.operator.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2.0", + "color": "#D33682", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "add(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1.0e10", + "color": "#D33682", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2.0e10", + "color": "#D33682", + "_t": "constant.numeric.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "paste(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "one", + "color": "#2AA198", + "_t": "double.quoted.r.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "NULL", + "color": "#B58900", + "_t": "constant.language.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "paste(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "NA", + "color": "#B58900", + "_t": "constant.language.r", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "two", + "color": "#2AA198", + "_t": "quoted.r.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "paste(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "multi-", + "color": "#2AA198", + "_t": "double.quoted.r.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " line", + "color": "#2AA198", + "_t": "double.quoted.r.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "multi-", + "color": "#2AA198", + "_t": "quoted.r.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " line", + "color": "#2AA198", + "_t": "quoted.r.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " © Microsoft. All rights reserved.", + "color": "#7285B7", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "' Add together two numbers.", + "color": "#7285B7", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "'", + "color": "#7285B7", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "' @param x A number.", + "color": "#7285B7", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "' @param y A number.", + "color": "#7285B7", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "' @return The sum of \\code{x} and \\code{y}.", + "color": "#7285B7", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "' @examples", + "color": "#7285B7", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "' add(1, 1)", + "color": "#7285B7", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "' add(10, 1)", + "color": "#7285B7", + "_t": "comment.line.number-sign.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "add", + "color": "#BBDAFF", + "_t": "entity.function.meta.name.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<-", + "color": "#99FFFF", + "_t": "assignment.function.keyword.meta.operator.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "function", + "color": "#EBBBFF", + "_t": "control.function.keyword.meta.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FF9DA4", + "_t": "other.r.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "y", + "color": "#FF9DA4", + "_t": "other.r.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.block.meta.punctuation.r.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FF9DA4", + "_t": "block.meta.other.r.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "arithmetic.block.keyword.meta.operator.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.meta.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "y", + "color": "#FF9DA4", + "_t": "block.meta.other.r.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.end.meta.punctuation.r.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "add(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "arithmetic.keyword.operator.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2.0", + "color": "#FFC58F", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "add(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1.0e10", + "color": "#FFC58F", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2.0e10", + "color": "#FFC58F", + "_t": "constant.numeric.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "paste(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "one", + "color": "#D1F1A9", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "NULL", + "color": "#FFC58F", + "_t": "constant.language.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "paste(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "NA", + "color": "#FFC58F", + "_t": "constant.language.r", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "two", + "color": "#D1F1A9", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "paste(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "multi-", + "color": "#D1F1A9", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " line", + "color": "#D1F1A9", + "_t": "double.quoted.r.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.punctuation.quoted.r.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "multi-", + "color": "#D1F1A9", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " line", + "color": "#D1F1A9", + "_t": "quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.quoted.r.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rb b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rb new file mode 100644 index 000000000..9b81e2fd1 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rb @@ -0,0 +1,46 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0 +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::ARM::Scheduler + # + # A service client - single point of access to the REST API. + # + class SchedulerManagementClient < MsRestAzure::AzureServiceClient + include Azure::ARM::Scheduler::Models + include MsRestAzure + + # @return job_collections + attr_reader :job_collections + + # + # Creates initializes a new instance of the SchedulerManagementClient class. + # @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client. + # @param base_url [String] the base URI of the service. + # @param options [Array] filters to be applied to the HTTP requests. + # + def initialize(credentials, base_url = nil, options = nil) + super(credentials, options) + @base_url = base_url || 'https://management.azure.com' + + fail ArgumentError, 'credentials is nil' if credentials.nil? + fail ArgumentError, 'invalid type of credentials input parameter' unless credentials.is_a?(MsRest::ServiceClientCredentials) + @credentials = credentials + + @job_collections = JobCollections.new(self) + @jobs = Jobs.new(self) + @api_version = '2016-01-01' + @long_running_operation_retry_timeout = 30 + @generate_client_request_id = true + if MacOS.version >= :mavericks + version = `#{MAVERICKS_PKG_PATH}/usr/bin/clang --version` + else + version = `/usr/bin/clang --version` + end + version = version[/clang-(\d+\.\d+\.\d+(\.\d+)?)/, 1] || "0" + version < latest_version + end + + end +end \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rb.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rb.result new file mode 100644 index 000000000..db846236e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rb.result @@ -0,0 +1,21702 @@ +{ + "abyss": [ + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " encoding: utf-8", + "color": "#223355", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0", + "color": "#223355", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Changes may cause incorrect behavior and will be lost if the code is", + "color": "#223355", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " regenerated.", + "color": "#223355", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "module", + "color": "#225588", + "_t": "control.keyword.meta.module.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.module.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Azure", + "color": "#DDBB88", + "_t": "entity.first.inherited-class.meta.module.name.other.ruby.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.inherited-class rgb(221, 187, 136)" + }, + { + "content": "::", + "color": "#DDBB88", + "_t": "entity.first.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.separator.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.inherited-class rgb(221, 187, 136)" + }, + { + "content": "ARM", + "color": "#DDBB88", + "_t": "entity.inherited-class.meta.module.name.other.ruby.second.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.inherited-class rgb(221, 187, 136)" + }, + { + "content": "::", + "color": "#DDBB88", + "_t": "entity.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.second.separator.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.inherited-class rgb(221, 187, 136)" + }, + { + "content": "Scheduler", + "color": "#6688CC", + "_t": "entity.meta.module.name.ruby.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#223355", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#223355", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " A service client - single point of access to the REST API.", + "color": "#223355", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#223355", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#225588", + "_t": "class.control.keyword.meta.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "SchedulerManagementClient", + "color": "#FFEEBB", + "_t": "class.entity.meta.name.ruby.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "class.keyword.meta.operator.other.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "MsRestAzure::AzureServiceClient", + "color": "#DDBB88", + "_t": "class.entity.inherited-class.meta.other.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.inherited-class rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "include", + "color": "#225588", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Azure", + "color": "#9966B8", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": "::", + "color": "#6688CC", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ARM", + "color": "#9966B8", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": "::", + "color": "#6688CC", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Scheduler", + "color": "#9966B8", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": "::", + "color": "#6688CC", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Models", + "color": "#F280D0", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "include", + "color": "#225588", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "MsRestAzure", + "color": "#F280D0", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#223355", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " @return job_collections", + "color": "#223355", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "attr_reader", + "color": "#225588", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#F280D0", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "job_collections", + "color": "#F280D0", + "_t": "constant.other.ruby.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#223355", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#223355", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Creates initializes a new instance of the SchedulerManagementClient class.", + "color": "#223355", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#223355", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.", + "color": "#223355", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#223355", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " @param base_url [String] the base URI of the service.", + "color": "#223355", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#223355", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " @param options [Array] filters to be applied to the HTTP requests.", + "color": "#223355", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#223355", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "def", + "color": "#225588", + "_t": "control.def.function.keyword.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "initialize", + "color": "#DDBB88", + "_t": "entity.function.meta.method.name.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "credentials", + "color": "#2277FF", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "base_url", + "color": "#2277FF", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "nil", + "color": "#F280D0", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "options", + "color": "#2277FF", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "nil", + "color": "#F280D0", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "super", + "color": "#225588", + "_t": "control.keyword.pseudo-method.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "credentials", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " options", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#6688CC", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "base_url", + "color": "#6688CC", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " base_url ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "||", + "color": "#225588", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "https://management.azure.com", + "color": "#22AA44", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fail", + "color": "#225588", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ArgumentError", + "color": "#F280D0", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "credentials is nil", + "color": "#22AA44", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " credentials", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "nil?", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fail", + "color": "#225588", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ArgumentError", + "color": "#F280D0", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "invalid type of credentials input parameter", + "color": "#22AA44", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "unless", + "color": "#225588", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " credentials", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "is_a?", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "MsRest", + "color": "#9966B8", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": "::", + "color": "#6688CC", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ServiceClientCredentials", + "color": "#F280D0", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#6688CC", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "credentials", + "color": "#6688CC", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " credentials", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#6688CC", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "job_collections", + "color": "#6688CC", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "JobCollections", + "color": "#9966B8", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "new", + "color": "#225588", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "self", + "color": "#6688CC", + "_t": "language.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#6688CC", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "jobs", + "color": "#6688CC", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Jobs", + "color": "#9966B8", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "new", + "color": "#225588", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "self", + "color": "#6688CC", + "_t": "language.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#6688CC", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "api_version", + "color": "#6688CC", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "2016-01-01", + "color": "#22AA44", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#6688CC", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "long_running_operation_retry_timeout", + "color": "#6688CC", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "30", + "color": "#F280D0", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#6688CC", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "generate_client_request_id", + "color": "#6688CC", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "true", + "color": "#F280D0", + "_t": "constant.language.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "MacOS", + "color": "#9966B8", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "version ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">=", + "color": "#225588", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#F280D0", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "mavericks", + "color": "#F280D0", + "_t": "constant.other.ruby.symbol", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": " version ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "`", + "color": "#22AA44", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "#{", + "color": "#22AA44", + "_t": "begin.embedded.interpolated.line.meta.punctuation.ruby.section.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "MAVERICKS_PKG_PATH", + "color": "#F280D0", + "_t": "constant.embedded.interpolated.line.meta.other.ruby.source.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "}", + "color": "#22AA44", + "_t": "embedded.end.interpolated.line.meta.punctuation.ruby.section.source.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#22AA44", + "_t": "interpolated.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "`", + "color": "#22AA44", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "else", + "color": "#225588", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " version ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "`", + "color": "#22AA44", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#22AA44", + "_t": "interpolated.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "`", + "color": "#22AA44", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "end", + "color": "#225588", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " version ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " version", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "array.begin.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#22AA44", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "clang-", + "color": "#22AA44", + "_t": "classic.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "(", + "color": "#22AA44", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\d", + "color": "#F280D0", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "+", + "color": "#22AA44", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\.\\d", + "color": "#F280D0", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "+", + "color": "#22AA44", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\.\\d", + "color": "#F280D0", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "+", + "color": "#22AA44", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "(", + "color": "#22AA44", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\.\\d", + "color": "#F280D0", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "+", + "color": "#22AA44", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#22AA44", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "?", + "color": "#22AA44", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#22AA44", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/", + "color": "#22AA44", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "array.end.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "||", + "color": "#225588", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.punctuation.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "0", + "color": "#22AA44", + "_t": "double.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.punctuation.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " version ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " latest_version", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "end", + "color": "#225588", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "end", + "color": "#225588", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "end", + "color": "#225588", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + } + ], + "dark_vs": [ + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " encoding: utf-8", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Changes may cause incorrect behavior and will be lost if the code is", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " regenerated.", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "module", + "color": "#569CD6", + "_t": "control.keyword.meta.module.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.module.ruby", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Azure", + "color": "#D4D4D4", + "_t": "entity.first.inherited-class.meta.module.name.other.ruby.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "::", + "color": "#D4D4D4", + "_t": "entity.first.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.separator.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ARM", + "color": "#D4D4D4", + "_t": "entity.inherited-class.meta.module.name.other.ruby.second.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "::", + "color": "#D4D4D4", + "_t": "entity.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.second.separator.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Scheduler", + "color": "#D4D4D4", + "_t": "entity.meta.module.name.ruby.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " A service client - single point of access to the REST API.", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ruby", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.control.keyword.meta.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ruby", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "SchedulerManagementClient", + "color": "#D4D4D4", + "_t": "class.entity.meta.name.ruby.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ruby", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "class.keyword.meta.operator.other.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ruby", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "MsRestAzure::AzureServiceClient", + "color": "#D4D4D4", + "_t": "class.entity.inherited-class.meta.other.ruby", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Azure", + "color": "#D4D4D4", + "_t": "class.ruby.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "::", + "color": "#D4D4D4", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ARM", + "color": "#D4D4D4", + "_t": "class.ruby.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "::", + "color": "#D4D4D4", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Scheduler", + "color": "#D4D4D4", + "_t": "class.ruby.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "::", + "color": "#D4D4D4", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Models", + "color": "#D4D4D4", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "MsRestAzure", + "color": "#D4D4D4", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " @return job_collections", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "attr_reader", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "job_collections", + "color": "#D4D4D4", + "_t": "constant.other.ruby.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Creates initializes a new instance of the SchedulerManagementClient class.", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " @param base_url [String] the base URI of the service.", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " @param options [Array] filters to be applied to the HTTP requests.", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "control.def.function.keyword.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "initialize", + "color": "#D4D4D4", + "_t": "entity.function.meta.method.name.ruby.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "credentials", + "color": "#D4D4D4", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "base_url", + "color": "#D4D4D4", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "nil", + "color": "#569CD6", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "options", + "color": "#D4D4D4", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "nil", + "color": "#569CD6", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "super", + "color": "#569CD6", + "_t": "control.keyword.pseudo-method.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "credentials", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " options", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#D4D4D4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "base_url", + "color": "#D4D4D4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " base_url ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "https://management.azure.com", + "color": "#CE9178", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fail", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ArgumentError", + "color": "#D4D4D4", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "credentials is nil", + "color": "#CE9178", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " credentials", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "nil?", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fail", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ArgumentError", + "color": "#D4D4D4", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "invalid type of credentials input parameter", + "color": "#CE9178", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "unless", + "color": "#569CD6", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " credentials", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "is_a?", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "MsRest", + "color": "#D4D4D4", + "_t": "class.ruby.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "::", + "color": "#D4D4D4", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ServiceClientCredentials", + "color": "#D4D4D4", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#D4D4D4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "credentials", + "color": "#D4D4D4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " credentials", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#D4D4D4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "job_collections", + "color": "#D4D4D4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "JobCollections", + "color": "#D4D4D4", + "_t": "class.ruby.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "language.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#D4D4D4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "jobs", + "color": "#D4D4D4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Jobs", + "color": "#D4D4D4", + "_t": "class.ruby.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "language.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#D4D4D4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "api_version", + "color": "#D4D4D4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "2016-01-01", + "color": "#CE9178", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#D4D4D4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "long_running_operation_retry_timeout", + "color": "#D4D4D4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "30", + "color": "#B5CEA8", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#D4D4D4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "generate_client_request_id", + "color": "#D4D4D4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "constant.language.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "MacOS", + "color": "#D4D4D4", + "_t": "class.ruby.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "version ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "mavericks", + "color": "#D4D4D4", + "_t": "constant.other.ruby.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " version ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "begin.embedded.interpolated.line.meta.punctuation.ruby.section.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "MAVERICKS_PKG_PATH", + "color": "#CE9178", + "_t": "constant.embedded.interpolated.line.meta.other.ruby.source.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "embedded.end.interpolated.line.meta.punctuation.ruby.section.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#CE9178", + "_t": "interpolated.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " version ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#CE9178", + "_t": "interpolated.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "end", + "color": "#569CD6", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " version ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " version", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "array.begin.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "clang-", + "color": "#D16969", + "_t": "classic.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d", + "color": "#D16969", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D16969", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\.\\d", + "color": "#D16969", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D16969", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\.\\d", + "color": "#D16969", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D16969", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\.\\d", + "color": "#D16969", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D16969", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "?", + "color": "#D16969", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "array.end.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.punctuation.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "0", + "color": "#CE9178", + "_t": "double.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.punctuation.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " version ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " latest_version", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "end", + "color": "#569CD6", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "end", + "color": "#569CD6", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "end", + "color": "#569CD6", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + } + ], + "light_vs": [ + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " encoding: utf-8", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Changes may cause incorrect behavior and will be lost if the code is", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " regenerated.", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "module", + "color": "#0000FF", + "_t": "control.keyword.meta.module.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.module.ruby", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Azure", + "color": "#000000", + "_t": "entity.first.inherited-class.meta.module.name.other.ruby.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "::", + "color": "#000000", + "_t": "entity.first.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.separator.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ARM", + "color": "#000000", + "_t": "entity.inherited-class.meta.module.name.other.ruby.second.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "::", + "color": "#000000", + "_t": "entity.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.second.separator.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Scheduler", + "color": "#000000", + "_t": "entity.meta.module.name.ruby.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " A service client - single point of access to the REST API.", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ruby", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "class.control.keyword.meta.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ruby", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "SchedulerManagementClient", + "color": "#000000", + "_t": "class.entity.meta.name.ruby.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ruby", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "class.keyword.meta.operator.other.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ruby", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "MsRestAzure::AzureServiceClient", + "color": "#000000", + "_t": "class.entity.inherited-class.meta.other.ruby", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "include", + "color": "#0000FF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Azure", + "color": "#000000", + "_t": "class.ruby.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "::", + "color": "#000000", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ARM", + "color": "#000000", + "_t": "class.ruby.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "::", + "color": "#000000", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Scheduler", + "color": "#000000", + "_t": "class.ruby.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "::", + "color": "#000000", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Models", + "color": "#000000", + "_t": "constant.other.ruby.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "include", + "color": "#0000FF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "MsRestAzure", + "color": "#000000", + "_t": "constant.other.ruby.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " @return job_collections", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "attr_reader", + "color": "#0000FF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "job_collections", + "color": "#000000", + "_t": "constant.other.ruby.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Creates initializes a new instance of the SchedulerManagementClient class.", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " @param base_url [String] the base URI of the service.", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " @param options [Array] filters to be applied to the HTTP requests.", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#0000FF", + "_t": "control.def.function.keyword.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "initialize", + "color": "#000000", + "_t": "entity.function.meta.method.name.ruby.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "credentials", + "color": "#000000", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "base_url", + "color": "#000000", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "nil", + "color": "#0000FF", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "options", + "color": "#000000", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "nil", + "color": "#0000FF", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "super", + "color": "#0000FF", + "_t": "control.keyword.pseudo-method.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "credentials", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " options", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "function.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#000000", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "base_url", + "color": "#000000", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " base_url ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "||", + "color": "#000000", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "https://management.azure.com", + "color": "#A31515", + "_t": "quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fail", + "color": "#0000FF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ArgumentError", + "color": "#000000", + "_t": "constant.other.ruby.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "credentials is nil", + "color": "#A31515", + "_t": "quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " credentials", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "nil?", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fail", + "color": "#0000FF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ArgumentError", + "color": "#000000", + "_t": "constant.other.ruby.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "invalid type of credentials input parameter", + "color": "#A31515", + "_t": "quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "unless", + "color": "#0000FF", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " credentials", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "is_a?", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "MsRest", + "color": "#000000", + "_t": "class.ruby.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "::", + "color": "#000000", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ServiceClientCredentials", + "color": "#000000", + "_t": "constant.other.ruby.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "function.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#000000", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "credentials", + "color": "#000000", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " credentials", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#000000", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "job_collections", + "color": "#000000", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "JobCollections", + "color": "#000000", + "_t": "class.ruby.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "language.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "function.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#000000", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "jobs", + "color": "#000000", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Jobs", + "color": "#000000", + "_t": "class.ruby.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "language.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "function.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#000000", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "api_version", + "color": "#000000", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "2016-01-01", + "color": "#A31515", + "_t": "quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#000000", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "long_running_operation_retry_timeout", + "color": "#000000", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "30", + "color": "#09885A", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#000000", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "generate_client_request_id", + "color": "#000000", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "true", + "color": "#0000FF", + "_t": "constant.language.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "MacOS", + "color": "#000000", + "_t": "class.ruby.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "version ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">=", + "color": "#000000", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "mavericks", + "color": "#000000", + "_t": "constant.other.ruby.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " version ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#{", + "color": "#A31515", + "_t": "begin.embedded.interpolated.line.meta.punctuation.ruby.section.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "MAVERICKS_PKG_PATH", + "color": "#A31515", + "_t": "constant.embedded.interpolated.line.meta.other.ruby.source.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#A31515", + "_t": "embedded.end.interpolated.line.meta.punctuation.ruby.section.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#A31515", + "_t": "interpolated.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#0000FF", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " version ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#A31515", + "_t": "interpolated.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "end", + "color": "#0000FF", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " version ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " version", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "array.begin.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "clang-", + "color": "#811F3F", + "_t": "classic.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "(", + "color": "#811F3F", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\d", + "color": "#811F3F", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "+", + "color": "#811F3F", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\.\\d", + "color": "#811F3F", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "+", + "color": "#811F3F", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\.\\d", + "color": "#811F3F", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "+", + "color": "#811F3F", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "(", + "color": "#811F3F", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\.\\d", + "color": "#811F3F", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "+", + "color": "#811F3F", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ")", + "color": "#811F3F", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "?", + "color": "#811F3F", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ")", + "color": "#811F3F", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ",", + "color": "#000000", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#000000", + "_t": "array.end.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "||", + "color": "#000000", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.punctuation.quoted.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "0", + "color": "#A31515", + "_t": "double.quoted.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.punctuation.quoted.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " version ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " latest_version", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "end", + "color": "#0000FF", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "end", + "color": "#0000FF", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "end", + "color": "#0000FF", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + } + ], + "hc_black": [ + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " encoding: utf-8", + "color": "#7CA668", + "_t": "comment.line.number-sign.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0", + "color": "#7CA668", + "_t": "comment.line.number-sign.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Changes may cause incorrect behavior and will be lost if the code is", + "color": "#7CA668", + "_t": "comment.line.number-sign.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " regenerated.", + "color": "#7CA668", + "_t": "comment.line.number-sign.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "module", + "color": "#569CD6", + "_t": "control.keyword.meta.module.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.module.ruby", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Azure", + "color": "#FFFFFF", + "_t": "entity.first.inherited-class.meta.module.name.other.ruby.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "::", + "color": "#FFFFFF", + "_t": "entity.first.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.separator.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "ARM", + "color": "#FFFFFF", + "_t": "entity.inherited-class.meta.module.name.other.ruby.second.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "::", + "color": "#FFFFFF", + "_t": "entity.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.second.separator.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Scheduler", + "color": "#FFFFFF", + "_t": "entity.meta.module.name.ruby.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " A service client - single point of access to the REST API.", + "color": "#7CA668", + "_t": "comment.line.number-sign.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ruby", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "class.control.keyword.meta.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ruby", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "SchedulerManagementClient", + "color": "#FFFFFF", + "_t": "class.entity.meta.name.ruby.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ruby", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "class.keyword.meta.operator.other.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ruby", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "MsRestAzure::AzureServiceClient", + "color": "#FFFFFF", + "_t": "class.entity.inherited-class.meta.other.ruby", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Azure", + "color": "#FFFFFF", + "_t": "class.ruby.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "::", + "color": "#FFFFFF", + "_t": "other.punctuation.ruby.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "ARM", + "color": "#FFFFFF", + "_t": "class.ruby.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "::", + "color": "#FFFFFF", + "_t": "other.punctuation.ruby.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Scheduler", + "color": "#FFFFFF", + "_t": "class.ruby.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "::", + "color": "#FFFFFF", + "_t": "other.punctuation.ruby.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Models", + "color": "#FFFFFF", + "_t": "constant.other.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "MsRestAzure", + "color": "#FFFFFF", + "_t": "constant.other.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " @return job_collections", + "color": "#7CA668", + "_t": "comment.line.number-sign.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "attr_reader", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "job_collections", + "color": "#FFFFFF", + "_t": "constant.other.ruby.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Creates initializes a new instance of the SchedulerManagementClient class.", + "color": "#7CA668", + "_t": "comment.line.number-sign.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.", + "color": "#7CA668", + "_t": "comment.line.number-sign.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " @param base_url [String] the base URI of the service.", + "color": "#7CA668", + "_t": "comment.line.number-sign.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " @param options [Array] filters to be applied to the HTTP requests.", + "color": "#7CA668", + "_t": "comment.line.number-sign.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#569CD6", + "_t": "control.def.function.keyword.meta.method.ruby.with-arguments", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "initialize", + "color": "#FFFFFF", + "_t": "entity.function.meta.method.name.ruby.with-arguments", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "credentials", + "color": "#FFFFFF", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "base_url", + "color": "#FFFFFF", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "nil", + "color": "#569CD6", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "options", + "color": "#FFFFFF", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "nil", + "color": "#569CD6", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "super", + "color": "#569CD6", + "_t": "control.keyword.pseudo-method.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.punctuation.ruby.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "credentials", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "object.punctuation.ruby.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " options", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "function.punctuation.ruby.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FFFFFF", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "base_url", + "color": "#FFFFFF", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " base_url ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "https://management.azure.com", + "color": "#CE9178", + "_t": "quoted.ruby.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fail", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "ArgumentError", + "color": "#FFFFFF", + "_t": "constant.other.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "object.punctuation.ruby.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "credentials is nil", + "color": "#CE9178", + "_t": "quoted.ruby.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " credentials", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "method.punctuation.ruby.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "nil?", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fail", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "ArgumentError", + "color": "#FFFFFF", + "_t": "constant.other.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "object.punctuation.ruby.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "invalid type of credentials input parameter", + "color": "#CE9178", + "_t": "quoted.ruby.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "unless", + "color": "#569CD6", + "_t": "control.keyword.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " credentials", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "method.punctuation.ruby.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "is_a?", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.punctuation.ruby.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "MsRest", + "color": "#FFFFFF", + "_t": "class.ruby.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "::", + "color": "#FFFFFF", + "_t": "other.punctuation.ruby.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "ServiceClientCredentials", + "color": "#FFFFFF", + "_t": "constant.other.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "function.punctuation.ruby.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FFFFFF", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "credentials", + "color": "#FFFFFF", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " credentials", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FFFFFF", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "job_collections", + "color": "#FFFFFF", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "JobCollections", + "color": "#FFFFFF", + "_t": "class.ruby.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "method.punctuation.ruby.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.punctuation.ruby.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FFFFFF", + "_t": "language.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "function.punctuation.ruby.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FFFFFF", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "jobs", + "color": "#FFFFFF", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Jobs", + "color": "#FFFFFF", + "_t": "class.ruby.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "method.punctuation.ruby.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.punctuation.ruby.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FFFFFF", + "_t": "language.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "function.punctuation.ruby.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FFFFFF", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "api_version", + "color": "#FFFFFF", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "2016-01-01", + "color": "#CE9178", + "_t": "quoted.ruby.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FFFFFF", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "long_running_operation_retry_timeout", + "color": "#FFFFFF", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "30", + "color": "#B5CEA8", + "_t": "constant.integer.numeric.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FFFFFF", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "generate_client_request_id", + "color": "#FFFFFF", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "constant.language.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "MacOS", + "color": "#FFFFFF", + "_t": "class.ruby.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "method.punctuation.ruby.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "version ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "mavericks", + "color": "#FFFFFF", + "_t": "constant.other.ruby.symbol", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " version ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "begin.embedded.interpolated.line.meta.punctuation.ruby.section.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "MAVERICKS_PKG_PATH", + "color": "#CE9178", + "_t": "constant.embedded.interpolated.line.meta.other.ruby.source.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "embedded.end.interpolated.line.meta.punctuation.ruby.section.source.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#CE9178", + "_t": "interpolated.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.keyword.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " version ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#CE9178", + "_t": "interpolated.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "end", + "color": "#569CD6", + "_t": "control.keyword.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " version ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " version", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "array.begin.punctuation.ruby.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "clang-", + "color": "#D16969", + "_t": "classic.regexp.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d", + "color": "#D16969", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D16969", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\.\\d", + "color": "#D16969", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D16969", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\.\\d", + "color": "#D16969", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D16969", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\.\\d", + "color": "#D16969", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D16969", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "?", + "color": "#D16969", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "object.punctuation.ruby.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.integer.numeric.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "array.end.punctuation.ruby.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.punctuation.quoted.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "0", + "color": "#CE9178", + "_t": "double.quoted.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.punctuation.quoted.ruby.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " version ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " latest_version", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "end", + "color": "#569CD6", + "_t": "control.keyword.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "end", + "color": "#569CD6", + "_t": "control.keyword.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "end", + "color": "#569CD6", + "_t": "control.keyword.ruby", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + } + ], + "dark_plus": [ + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " encoding: utf-8", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Changes may cause incorrect behavior and will be lost if the code is", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " regenerated.", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "module", + "color": "#C586C0", + "_t": "control.keyword.meta.module.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.module.ruby", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Azure", + "color": "#4EC9B0", + "_t": "entity.first.inherited-class.meta.module.name.other.ruby.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": "::", + "color": "#4EC9B0", + "_t": "entity.first.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.separator.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": "ARM", + "color": "#4EC9B0", + "_t": "entity.inherited-class.meta.module.name.other.ruby.second.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": "::", + "color": "#4EC9B0", + "_t": "entity.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.second.separator.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": "Scheduler", + "color": "#4EC9B0", + "_t": "entity.meta.module.name.ruby.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " A service client - single point of access to the REST API.", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ruby", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#C586C0", + "_t": "class.control.keyword.meta.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ruby", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "SchedulerManagementClient", + "color": "#4EC9B0", + "_t": "class.entity.meta.name.ruby.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ruby", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "class.keyword.meta.operator.other.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "class.meta.ruby", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "MsRestAzure::AzureServiceClient", + "color": "#D4D4D4", + "_t": "class.entity.inherited-class.meta.other.ruby", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Azure", + "color": "#4EC9B0", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.class rgb(78, 201, 176)" + }, + { + "content": "::", + "color": "#D4D4D4", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ARM", + "color": "#4EC9B0", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.class rgb(78, 201, 176)" + }, + { + "content": "::", + "color": "#D4D4D4", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Scheduler", + "color": "#4EC9B0", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.class rgb(78, 201, 176)" + }, + { + "content": "::", + "color": "#D4D4D4", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Models", + "color": "#9CDCFE", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "MsRestAzure", + "color": "#9CDCFE", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " @return job_collections", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "attr_reader", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "job_collections", + "color": "#D4D4D4", + "_t": "constant.other.ruby.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Creates initializes a new instance of the SchedulerManagementClient class.", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " @param base_url [String] the base URI of the service.", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " @param options [Array] filters to be applied to the HTTP requests.", + "color": "#608B4E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "def", + "color": "#C586C0", + "_t": "control.def.function.keyword.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "initialize", + "color": "#DCDCAA", + "_t": "entity.function.meta.method.name.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "credentials", + "color": "#9CDCFE", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "base_url", + "color": "#9CDCFE", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "nil", + "color": "#569CD6", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "options", + "color": "#9CDCFE", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "nil", + "color": "#569CD6", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "super", + "color": "#C586C0", + "_t": "control.keyword.pseudo-method.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "credentials", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " options", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#9CDCFE", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "base_url", + "color": "#9CDCFE", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " base_url ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "https://management.azure.com", + "color": "#CE9178", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fail", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ArgumentError", + "color": "#9CDCFE", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "credentials is nil", + "color": "#CE9178", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " credentials", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "nil?", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fail", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ArgumentError", + "color": "#9CDCFE", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "invalid type of credentials input parameter", + "color": "#CE9178", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "unless", + "color": "#C586C0", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " credentials", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "is_a?", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "MsRest", + "color": "#4EC9B0", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.class rgb(78, 201, 176)" + }, + { + "content": "::", + "color": "#D4D4D4", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ServiceClientCredentials", + "color": "#9CDCFE", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#9CDCFE", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "credentials", + "color": "#9CDCFE", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " credentials", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#9CDCFE", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "job_collections", + "color": "#9CDCFE", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "JobCollections", + "color": "#4EC9B0", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.class rgb(78, 201, 176)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "language.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#9CDCFE", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "jobs", + "color": "#9CDCFE", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Jobs", + "color": "#4EC9B0", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.class rgb(78, 201, 176)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "self", + "color": "#569CD6", + "_t": "language.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#9CDCFE", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "api_version", + "color": "#9CDCFE", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "2016-01-01", + "color": "#CE9178", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#9CDCFE", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "long_running_operation_retry_timeout", + "color": "#9CDCFE", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "30", + "color": "#B5CEA8", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#9CDCFE", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "generate_client_request_id", + "color": "#9CDCFE", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "constant.language.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "MacOS", + "color": "#4EC9B0", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.class rgb(78, 201, 176)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "version ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">=", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "mavericks", + "color": "#D4D4D4", + "_t": "constant.other.ruby.symbol", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " version ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "begin.embedded.interpolated.line.meta.punctuation.ruby.section.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "MAVERICKS_PKG_PATH", + "color": "#9CDCFE", + "_t": "constant.embedded.interpolated.line.meta.other.ruby.source.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "embedded.end.interpolated.line.meta.punctuation.ruby.section.source.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#CE9178", + "_t": "interpolated.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#C586C0", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " version ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#CE9178", + "_t": "interpolated.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "`", + "color": "#CE9178", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "end", + "color": "#C586C0", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " version ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " version", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "array.begin.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "clang-", + "color": "#D16969", + "_t": "classic.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d", + "color": "#D16969", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D16969", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\.\\d", + "color": "#D16969", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D16969", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\.\\d", + "color": "#D16969", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D16969", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "(", + "color": "#D16969", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\.\\d", + "color": "#D16969", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "+", + "color": "#D16969", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "?", + "color": "#D16969", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ")", + "color": "#D16969", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "array.end.punctuation.ruby.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.punctuation.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "0", + "color": "#CE9178", + "_t": "double.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.punctuation.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " version ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " latest_version", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "end", + "color": "#C586C0", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "end", + "color": "#C586C0", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "end", + "color": "#C586C0", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + } + ], + "light_plus": [ + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " encoding: utf-8", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Changes may cause incorrect behavior and will be lost if the code is", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " regenerated.", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "module", + "color": "#AF00DB", + "_t": "control.keyword.meta.module.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.module.ruby", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Azure", + "color": "#267F99", + "_t": "entity.first.inherited-class.meta.module.name.other.ruby.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": "::", + "color": "#267F99", + "_t": "entity.first.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.separator.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": "ARM", + "color": "#267F99", + "_t": "entity.inherited-class.meta.module.name.other.ruby.second.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": "::", + "color": "#267F99", + "_t": "entity.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.second.separator.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": "Scheduler", + "color": "#267F99", + "_t": "entity.meta.module.name.ruby.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " A service client - single point of access to the REST API.", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ruby", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#AF00DB", + "_t": "class.control.keyword.meta.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ruby", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "SchedulerManagementClient", + "color": "#267F99", + "_t": "class.entity.meta.name.ruby.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ruby", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "class.keyword.meta.operator.other.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "class.meta.ruby", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "MsRestAzure::AzureServiceClient", + "color": "#000000", + "_t": "class.entity.inherited-class.meta.other.ruby", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "include", + "color": "#0000FF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Azure", + "color": "#267F99", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.class rgb(38, 127, 153)" + }, + { + "content": "::", + "color": "#000000", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ARM", + "color": "#267F99", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.class rgb(38, 127, 153)" + }, + { + "content": "::", + "color": "#000000", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Scheduler", + "color": "#267F99", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.class rgb(38, 127, 153)" + }, + { + "content": "::", + "color": "#000000", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Models", + "color": "#001080", + "_t": "constant.other.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "include", + "color": "#0000FF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "MsRestAzure", + "color": "#001080", + "_t": "constant.other.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " @return job_collections", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "attr_reader", + "color": "#0000FF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "job_collections", + "color": "#000000", + "_t": "constant.other.ruby.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Creates initializes a new instance of the SchedulerManagementClient class.", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " @param base_url [String] the base URI of the service.", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " @param options [Array] filters to be applied to the HTTP requests.", + "color": "#008000", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "def", + "color": "#AF00DB", + "_t": "control.def.function.keyword.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "initialize", + "color": "#795E26", + "_t": "entity.function.meta.method.name.ruby.with-arguments", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "credentials", + "color": "#001080", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "base_url", + "color": "#001080", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "nil", + "color": "#0000FF", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "options", + "color": "#001080", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "nil", + "color": "#0000FF", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "super", + "color": "#AF00DB", + "_t": "control.keyword.pseudo-method.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "credentials", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " options", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "function.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#001080", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "base_url", + "color": "#001080", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " base_url ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "||", + "color": "#000000", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "https://management.azure.com", + "color": "#A31515", + "_t": "quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fail", + "color": "#0000FF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ArgumentError", + "color": "#001080", + "_t": "constant.other.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "credentials is nil", + "color": "#A31515", + "_t": "quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " credentials", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "nil?", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fail", + "color": "#0000FF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ArgumentError", + "color": "#001080", + "_t": "constant.other.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "invalid type of credentials input parameter", + "color": "#A31515", + "_t": "quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "unless", + "color": "#AF00DB", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " credentials", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "is_a?", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "MsRest", + "color": "#267F99", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.class rgb(38, 127, 153)" + }, + { + "content": "::", + "color": "#000000", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ServiceClientCredentials", + "color": "#001080", + "_t": "constant.other.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "function.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#001080", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "credentials", + "color": "#001080", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " credentials", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#001080", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "job_collections", + "color": "#001080", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "JobCollections", + "color": "#267F99", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.class rgb(38, 127, 153)" + }, + { + "content": ".", + "color": "#000000", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "language.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "function.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#001080", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "jobs", + "color": "#001080", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Jobs", + "color": "#267F99", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.class rgb(38, 127, 153)" + }, + { + "content": ".", + "color": "#000000", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "self", + "color": "#0000FF", + "_t": "language.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "function.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#001080", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "api_version", + "color": "#001080", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "2016-01-01", + "color": "#A31515", + "_t": "quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#001080", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "long_running_operation_retry_timeout", + "color": "#001080", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "30", + "color": "#09885A", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#001080", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "generate_client_request_id", + "color": "#001080", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "true", + "color": "#0000FF", + "_t": "constant.language.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "MacOS", + "color": "#267F99", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.class rgb(38, 127, 153)" + }, + { + "content": ".", + "color": "#000000", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "version ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">=", + "color": "#000000", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "mavericks", + "color": "#000000", + "_t": "constant.other.ruby.symbol", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " version ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#{", + "color": "#A31515", + "_t": "begin.embedded.interpolated.line.meta.punctuation.ruby.section.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "MAVERICKS_PKG_PATH", + "color": "#001080", + "_t": "constant.embedded.interpolated.line.meta.other.ruby.source.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#A31515", + "_t": "embedded.end.interpolated.line.meta.punctuation.ruby.section.source.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#A31515", + "_t": "interpolated.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#AF00DB", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " version ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#A31515", + "_t": "interpolated.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "`", + "color": "#A31515", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "end", + "color": "#AF00DB", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " version ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " version", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "array.begin.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "clang-", + "color": "#811F3F", + "_t": "classic.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "(", + "color": "#811F3F", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\d", + "color": "#811F3F", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "+", + "color": "#811F3F", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\.\\d", + "color": "#811F3F", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "+", + "color": "#811F3F", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\.\\d", + "color": "#811F3F", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "+", + "color": "#811F3F", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "(", + "color": "#811F3F", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\.\\d", + "color": "#811F3F", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "+", + "color": "#811F3F", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ")", + "color": "#811F3F", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "?", + "color": "#811F3F", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ")", + "color": "#811F3F", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ",", + "color": "#000000", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "]", + "color": "#000000", + "_t": "array.end.punctuation.ruby.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "||", + "color": "#000000", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.punctuation.quoted.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "0", + "color": "#A31515", + "_t": "double.quoted.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.punctuation.quoted.ruby.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " version ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " latest_version", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "end", + "color": "#AF00DB", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "end", + "color": "#AF00DB", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "end", + "color": "#AF00DB", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + } + ], + "kimbie_dark": [ + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " encoding: utf-8", + "color": "#A57A4C", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0", + "color": "#A57A4C", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Changes may cause incorrect behavior and will be lost if the code is", + "color": "#A57A4C", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " regenerated.", + "color": "#A57A4C", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "module", + "color": "#98676A", + "_t": "control.keyword.meta.module.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.module.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Azure", + "color": "#889B4A", + "_t": "entity.first.inherited-class.meta.module.name.other.ruby.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.inherited-class rgb(136, 155, 74)" + }, + { + "content": "::", + "color": "#889B4A", + "_t": "entity.first.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.separator.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.inherited-class rgb(136, 155, 74)" + }, + { + "content": "ARM", + "color": "#889B4A", + "_t": "entity.inherited-class.meta.module.name.other.ruby.second.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.inherited-class rgb(136, 155, 74)" + }, + { + "content": "::", + "color": "#889B4A", + "_t": "entity.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.second.separator.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.inherited-class rgb(136, 155, 74)" + }, + { + "content": "Scheduler", + "color": "#D3AF86", + "_t": "entity.meta.module.name.ruby.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " A service client - single point of access to the REST API.", + "color": "#A57A4C", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#98676A", + "_t": "class.control.keyword.meta.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "SchedulerManagementClient", + "color": "#F06431", + "_t": "class.entity.meta.name.ruby.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "class.keyword.meta.operator.other.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "MsRestAzure::AzureServiceClient", + "color": "#889B4A", + "_t": "class.entity.inherited-class.meta.other.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.inherited-class rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "include", + "color": "#8AB1B0", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.special-method rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Azure", + "color": "#F06431", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": "::", + "color": "#D3AF86", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "ARM", + "color": "#F06431", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": "::", + "color": "#D3AF86", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Scheduler", + "color": "#F06431", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": "::", + "color": "#D3AF86", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Models", + "color": "#F79A32", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "include", + "color": "#8AB1B0", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.special-method rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "MsRestAzure", + "color": "#F79A32", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " @return job_collections", + "color": "#A57A4C", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "attr_reader", + "color": "#8AB1B0", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.special-method rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#889B4A", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.symbol rgb(136, 155, 74)" + }, + { + "content": "job_collections", + "color": "#889B4A", + "_t": "constant.other.ruby.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.symbol rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Creates initializes a new instance of the SchedulerManagementClient class.", + "color": "#A57A4C", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.", + "color": "#A57A4C", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " @param base_url [String] the base URI of the service.", + "color": "#A57A4C", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " @param options [Array] filters to be applied to the HTTP requests.", + "color": "#A57A4C", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "def", + "color": "#98676A", + "_t": "control.def.function.keyword.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "initialize", + "color": "#8AB1B0", + "_t": "entity.function.meta.method.name.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "credentials", + "color": "#D3AF86", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "base_url", + "color": "#D3AF86", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "nil", + "color": "#F79A32", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "options", + "color": "#D3AF86", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.parameter.function rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "nil", + "color": "#F79A32", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "super", + "color": "#98676A", + "_t": "control.keyword.pseudo-method.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "credentials", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " options", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#D3AF86", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "base_url", + "color": "#DC3958", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " base_url ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "||", + "color": "#D3AF86", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "https://management.azure.com", + "color": "#889B4A", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fail", + "color": "#8AB1B0", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.special-method rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "ArgumentError", + "color": "#F79A32", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "credentials is nil", + "color": "#889B4A", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " credentials", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "nil?", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fail", + "color": "#8AB1B0", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.special-method rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "ArgumentError", + "color": "#F79A32", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "invalid type of credentials input parameter", + "color": "#889B4A", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "unless", + "color": "#98676A", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " credentials", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "is_a?", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "MsRest", + "color": "#F06431", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": "::", + "color": "#D3AF86", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "ServiceClientCredentials", + "color": "#F79A32", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#D3AF86", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "credentials", + "color": "#DC3958", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " credentials", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#D3AF86", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "job_collections", + "color": "#DC3958", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "JobCollections", + "color": "#F06431", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "new", + "color": "#8AB1B0", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.special-method rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "self", + "color": "#DC3958", + "_t": "language.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#D3AF86", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "jobs", + "color": "#DC3958", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Jobs", + "color": "#F06431", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "new", + "color": "#8AB1B0", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.special-method rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "self", + "color": "#DC3958", + "_t": "language.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#D3AF86", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "api_version", + "color": "#DC3958", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "2016-01-01", + "color": "#889B4A", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#D3AF86", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "long_running_operation_retry_timeout", + "color": "#DC3958", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "30", + "color": "#F79A32", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#D3AF86", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "generate_client_request_id", + "color": "#DC3958", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "true", + "color": "#F79A32", + "_t": "constant.language.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "MacOS", + "color": "#F06431", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "version ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ">=", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#889B4A", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.symbol rgb(136, 155, 74)" + }, + { + "content": "mavericks", + "color": "#889B4A", + "_t": "constant.other.ruby.symbol", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.other.symbol rgb(136, 155, 74)" + }, + { + "content": " version ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "`", + "color": "#D3AF86", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "#{", + "color": "#18401E", + "_t": "begin.embedded.interpolated.line.meta.punctuation.ruby.section.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "MAVERICKS_PKG_PATH", + "color": "#F79A32", + "_t": "constant.embedded.interpolated.line.meta.other.ruby.source.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "}", + "color": "#18401E", + "_t": "embedded.end.interpolated.line.meta.punctuation.ruby.section.source.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.section.embedded rgb(24, 64, 30)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#889B4A", + "_t": "interpolated.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "`", + "color": "#D3AF86", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "else", + "color": "#98676A", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " version ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "`", + "color": "#D3AF86", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#889B4A", + "_t": "interpolated.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "`", + "color": "#D3AF86", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "end", + "color": "#98676A", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " version ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " version", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "array.begin.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "clang-", + "color": "#7E602C", + "_t": "classic.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\\d", + "color": "#7E602C", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "+", + "color": "#7E602C", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\\.\\d", + "color": "#7E602C", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "+", + "color": "#7E602C", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\\.\\d", + "color": "#7E602C", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "+", + "color": "#7E602C", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\\.\\d", + "color": "#7E602C", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "+", + "color": "#7E602C", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "?", + "color": "#7E602C", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "array.end.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "||", + "color": "#D3AF86", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.punctuation.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#889B4A", + "_t": "double.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.punctuation.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " version ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " latest_version", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "end", + "color": "#98676A", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "end", + "color": "#98676A", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "end", + "color": "#98676A", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + } + ], + "monokai": [ + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " encoding: utf-8", + "color": "#75715E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0", + "color": "#75715E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Changes may cause incorrect behavior and will be lost if the code is", + "color": "#75715E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " regenerated.", + "color": "#75715E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "module", + "color": "#F92672", + "_t": "control.keyword.meta.module.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.module.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Azure", + "color": "#A6E22E", + "_t": "entity.first.inherited-class.meta.module.name.other.ruby.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.inherited-class rgb(166, 226, 46)" + }, + { + "content": "::", + "color": "#A6E22E", + "_t": "entity.first.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.separator.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.inherited-class rgb(166, 226, 46)" + }, + { + "content": "ARM", + "color": "#A6E22E", + "_t": "entity.inherited-class.meta.module.name.other.ruby.second.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.inherited-class rgb(166, 226, 46)" + }, + { + "content": "::", + "color": "#A6E22E", + "_t": "entity.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.second.separator.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.inherited-class rgb(166, 226, 46)" + }, + { + "content": "Scheduler", + "color": "#F8F8F2", + "_t": "entity.meta.module.name.ruby.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " A service client - single point of access to the REST API.", + "color": "#75715E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#F92672", + "_t": "class.control.keyword.meta.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "SchedulerManagementClient", + "color": "#A6E22E", + "_t": "class.entity.meta.name.ruby.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "class.keyword.meta.operator.other.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "MsRestAzure::AzureServiceClient", + "color": "#A6E22E", + "_t": "class.entity.inherited-class.meta.other.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.inherited-class rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "include", + "color": "#F92672", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Azure", + "color": "#66D9EF", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": "::", + "color": "#F8F8F2", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ARM", + "color": "#66D9EF", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": "::", + "color": "#F8F8F2", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Scheduler", + "color": "#66D9EF", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": "::", + "color": "#F8F8F2", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Models", + "color": "#AE81FF", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "include", + "color": "#F92672", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "MsRestAzure", + "color": "#AE81FF", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " @return job_collections", + "color": "#75715E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "attr_reader", + "color": "#F92672", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#AE81FF", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "job_collections", + "color": "#AE81FF", + "_t": "constant.other.ruby.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Creates initializes a new instance of the SchedulerManagementClient class.", + "color": "#75715E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.", + "color": "#75715E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " @param base_url [String] the base URI of the service.", + "color": "#75715E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " @param options [Array] filters to be applied to the HTTP requests.", + "color": "#75715E", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "def", + "color": "#F92672", + "_t": "control.def.function.keyword.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "initialize", + "color": "#A6E22E", + "_t": "entity.function.meta.method.name.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "credentials", + "color": "#FD971F", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "base_url", + "color": "#FD971F", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "nil", + "color": "#AE81FF", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "options", + "color": "#FD971F", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "nil", + "color": "#AE81FF", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "super", + "color": "#F92672", + "_t": "control.keyword.pseudo-method.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "credentials", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " options", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F8F8F2", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "base_url", + "color": "#F8F8F2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " base_url ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "||", + "color": "#F92672", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "https://management.azure.com", + "color": "#E6DB74", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fail", + "color": "#F92672", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ArgumentError", + "color": "#AE81FF", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "credentials is nil", + "color": "#E6DB74", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " credentials", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "nil?", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fail", + "color": "#F92672", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ArgumentError", + "color": "#AE81FF", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "invalid type of credentials input parameter", + "color": "#E6DB74", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "unless", + "color": "#F92672", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " credentials", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "is_a?", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "MsRest", + "color": "#66D9EF", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": "::", + "color": "#F8F8F2", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ServiceClientCredentials", + "color": "#AE81FF", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F8F8F2", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "credentials", + "color": "#F8F8F2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " credentials", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F8F8F2", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "job_collections", + "color": "#F8F8F2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "JobCollections", + "color": "#66D9EF", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "new", + "color": "#F92672", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "self", + "color": "#F8F8F2", + "_t": "language.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F8F8F2", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "jobs", + "color": "#F8F8F2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Jobs", + "color": "#66D9EF", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "new", + "color": "#F92672", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "self", + "color": "#F8F8F2", + "_t": "language.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F8F8F2", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "api_version", + "color": "#F8F8F2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "2016-01-01", + "color": "#E6DB74", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F8F8F2", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "long_running_operation_retry_timeout", + "color": "#F8F8F2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "30", + "color": "#AE81FF", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F8F8F2", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "generate_client_request_id", + "color": "#F8F8F2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "true", + "color": "#AE81FF", + "_t": "constant.language.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "MacOS", + "color": "#66D9EF", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "version ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">=", + "color": "#F92672", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#AE81FF", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "mavericks", + "color": "#AE81FF", + "_t": "constant.other.ruby.symbol", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": " version ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "`", + "color": "#E6DB74", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "#{", + "color": "#E6DB74", + "_t": "begin.embedded.interpolated.line.meta.punctuation.ruby.section.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "MAVERICKS_PKG_PATH", + "color": "#AE81FF", + "_t": "constant.embedded.interpolated.line.meta.other.ruby.source.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "}", + "color": "#E6DB74", + "_t": "embedded.end.interpolated.line.meta.punctuation.ruby.section.source.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#E6DB74", + "_t": "interpolated.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "`", + "color": "#E6DB74", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "else", + "color": "#F92672", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " version ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "`", + "color": "#E6DB74", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#E6DB74", + "_t": "interpolated.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "`", + "color": "#E6DB74", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "end", + "color": "#F92672", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " version ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " version", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "array.begin.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#E6DB74", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "clang-", + "color": "#E6DB74", + "_t": "classic.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "(", + "color": "#E6DB74", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\d", + "color": "#AE81FF", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "+", + "color": "#E6DB74", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\.\\d", + "color": "#AE81FF", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "+", + "color": "#E6DB74", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\.\\d", + "color": "#AE81FF", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "+", + "color": "#E6DB74", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "(", + "color": "#E6DB74", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\.\\d", + "color": "#AE81FF", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "+", + "color": "#E6DB74", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#E6DB74", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "?", + "color": "#E6DB74", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#E6DB74", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/", + "color": "#E6DB74", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "array.end.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "||", + "color": "#F92672", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.punctuation.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "0", + "color": "#E6DB74", + "_t": "double.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.punctuation.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " version ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " latest_version", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "end", + "color": "#F92672", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "end", + "color": "#F92672", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "end", + "color": "#F92672", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + } + ], + "monokai_dimmed": [ + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " encoding: utf-8", + "color": "#9A9B99", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0", + "color": "#9A9B99", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Changes may cause incorrect behavior and will be lost if the code is", + "color": "#9A9B99", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " regenerated.", + "color": "#9A9B99", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "module", + "color": "#9872A2", + "_t": "control.keyword.meta.module.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.module.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Azure", + "color": "#9B0000", + "_t": "entity.first.inherited-class.meta.module.name.other.ruby.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.module rgb(155, 0, 0)" + }, + { + "content": "::", + "color": "#9B0000", + "_t": "entity.first.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.separator.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.module rgb(155, 0, 0)" + }, + { + "content": "ARM", + "color": "#9B0000", + "_t": "entity.inherited-class.meta.module.name.other.ruby.second.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.module rgb(155, 0, 0)" + }, + { + "content": "::", + "color": "#9B0000", + "_t": "entity.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.second.separator.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.module rgb(155, 0, 0)" + }, + { + "content": "Scheduler", + "color": "#9B0000", + "_t": "entity.meta.module.name.ruby.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.module rgb(155, 0, 0)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " A service client - single point of access to the REST API.", + "color": "#9A9B99", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "class", + "color": "#9872A2", + "_t": "class.control.keyword.meta.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "SchedulerManagementClient", + "color": "#9B0000", + "_t": "class.entity.meta.name.ruby.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "class.keyword.meta.operator.other.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "MsRestAzure::AzureServiceClient", + "color": "#C7444A", + "_t": "class.entity.inherited-class.meta.other.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.inherited-class rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "include", + "color": "#D9B700", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.other.special-method.ruby rgb(217, 183, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Azure", + "color": "#C7444A", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "::", + "color": "#C5C8C6", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "ARM", + "color": "#C7444A", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "::", + "color": "#C5C8C6", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Scheduler", + "color": "#C7444A", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "::", + "color": "#C5C8C6", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Models", + "color": "#6089B4", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "include", + "color": "#D9B700", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.other.special-method.ruby rgb(217, 183, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "MsRestAzure", + "color": "#6089B4", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " @return job_collections", + "color": "#9A9B99", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "attr_reader", + "color": "#D9B700", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.other.special-method.ruby rgb(217, 183, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#9AA83A", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other.symbol.ruby rgb(154, 168, 58)" + }, + { + "content": "job_collections", + "color": "#9AA83A", + "_t": "constant.other.ruby.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other.symbol.ruby rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Creates initializes a new instance of the SchedulerManagementClient class.", + "color": "#9A9B99", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.", + "color": "#9A9B99", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " @param base_url [String] the base URI of the service.", + "color": "#9A9B99", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " @param options [Array] filters to be applied to the HTTP requests.", + "color": "#9A9B99", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "def", + "color": "#9872A2", + "_t": "control.def.function.keyword.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "initialize", + "color": "#CE6700", + "_t": "entity.function.meta.method.name.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "credentials", + "color": "#6089B4", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "base_url", + "color": "#6089B4", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "nil", + "color": "#FF0080", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "options", + "color": "#6089B4", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "nil", + "color": "#FF0080", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "super", + "color": "#9872A2", + "_t": "control.keyword.pseudo-method.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "credentials", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " options", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#6089B4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "base_url", + "color": "#6089B4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " base_url ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "||", + "color": "#676867", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "https://management.azure.com", + "color": "#9AA83A", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "fail", + "color": "#D9B700", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.other.special-method.ruby rgb(217, 183, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "ArgumentError", + "color": "#6089B4", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "credentials is nil", + "color": "#9AA83A", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " credentials", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "nil?", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "fail", + "color": "#D9B700", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.other.special-method.ruby rgb(217, 183, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "ArgumentError", + "color": "#6089B4", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "invalid type of credentials input parameter", + "color": "#9AA83A", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "unless", + "color": "#9872A2", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " credentials", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "is_a?", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "MsRest", + "color": "#C7444A", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "::", + "color": "#C5C8C6", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "ServiceClientCredentials", + "color": "#6089B4", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#6089B4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "credentials", + "color": "#6089B4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " credentials", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#6089B4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "job_collections", + "color": "#6089B4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "JobCollections", + "color": "#C7444A", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "new", + "color": "#D9B700", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.other.special-method.ruby rgb(217, 183, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "self", + "color": "#D0B344", + "_t": "language.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.language.ruby rgb(208, 179, 68)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#6089B4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "jobs", + "color": "#6089B4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Jobs", + "color": "#C7444A", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "new", + "color": "#D9B700", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.other.special-method.ruby rgb(217, 183, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "self", + "color": "#D0B344", + "_t": "language.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.language.ruby rgb(208, 179, 68)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#6089B4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "api_version", + "color": "#6089B4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "2016-01-01", + "color": "#9AA83A", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#6089B4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "long_running_operation_retry_timeout", + "color": "#6089B4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "30", + "color": "#6089B4", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#6089B4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "generate_client_request_id", + "color": "#6089B4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "true", + "color": "#FF0080", + "_t": "constant.language.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "MacOS", + "color": "#C7444A", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "version ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ">=", + "color": "#676867", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#9AA83A", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other.symbol.ruby rgb(154, 168, 58)" + }, + { + "content": "mavericks", + "color": "#9AA83A", + "_t": "constant.other.ruby.symbol", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other.symbol.ruby rgb(154, 168, 58)" + }, + { + "content": " version ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "`", + "color": "#9AA83A", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "#{", + "color": "#9AA83A", + "_t": "begin.embedded.interpolated.line.meta.punctuation.ruby.section.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "MAVERICKS_PKG_PATH", + "color": "#D08442", + "_t": "constant.embedded.interpolated.line.meta.other.ruby.source.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.source.ruby.embedded.source rgb(208, 132, 66)" + }, + { + "content": "}", + "color": "#D08442", + "_t": "embedded.end.interpolated.line.meta.punctuation.ruby.section.source.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.source.ruby.embedded.source rgb(208, 132, 66)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#9AA83A", + "_t": "interpolated.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "`", + "color": "#9AA83A", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "else", + "color": "#9872A2", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " version ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "`", + "color": "#9AA83A", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#9AA83A", + "_t": "interpolated.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "`", + "color": "#9AA83A", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "end", + "color": "#9872A2", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " version ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " version", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "array.begin.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/", + "color": "#9AA83A", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "clang-", + "color": "#9AA83A", + "_t": "classic.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "(", + "color": "#9AA83A", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\d", + "color": "#8080FF", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "+", + "color": "#9AA83A", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\.\\d", + "color": "#8080FF", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "+", + "color": "#9AA83A", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\.\\d", + "color": "#8080FF", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "+", + "color": "#9AA83A", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "(", + "color": "#9AA83A", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\.\\d", + "color": "#8080FF", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "+", + "color": "#9AA83A", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#9AA83A", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "?", + "color": "#9AA83A", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#9AA83A", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "/", + "color": "#9AA83A", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "array.end.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "||", + "color": "#676867", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.punctuation.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "0", + "color": "#9AA83A", + "_t": "double.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.punctuation.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " version ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " latest_version", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "end", + "color": "#9872A2", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "end", + "color": "#9872A2", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "end", + "color": "#9872A2", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + } + ], + "quietlight": [ + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " encoding: utf-8", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Changes may cause incorrect behavior and will be lost if the code is", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " regenerated.", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "module", + "color": "#4B83CD", + "_t": "control.keyword.meta.module.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.module.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Azure", + "color": "#7A3E9D", + "_t": "entity.first.inherited-class.meta.module.name.other.ruby.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.other.inherited-class rgb(122, 62, 157)" + }, + { + "content": "::", + "color": "#7A3E9D", + "_t": "entity.first.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.separator.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.other.inherited-class rgb(122, 62, 157)" + }, + { + "content": "ARM", + "color": "#7A3E9D", + "_t": "entity.inherited-class.meta.module.name.other.ruby.second.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.other.inherited-class rgb(122, 62, 157)" + }, + { + "content": "::", + "color": "#7A3E9D", + "_t": "entity.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.second.separator.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.other.inherited-class rgb(122, 62, 157)" + }, + { + "content": "Scheduler", + "color": "#7A3E9D", + "_t": "entity.meta.module.name.ruby.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#777777", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#777777", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " A service client - single point of access to the REST API.", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#777777", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "class", + "color": "#4B83CD", + "_t": "class.control.keyword.meta.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "SchedulerManagementClient", + "color": "#7A3E9D", + "_t": "class.entity.meta.name.ruby.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "class.keyword.meta.operator.other.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "class.meta.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "MsRestAzure::AzureServiceClient", + "color": "#7A3E9D", + "_t": "class.entity.inherited-class.meta.other.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.other.inherited-class rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "include", + "color": "#4B83CD", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Azure", + "color": "#7A3E9D", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": "::", + "color": "#777777", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "ARM", + "color": "#7A3E9D", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": "::", + "color": "#777777", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Scheduler", + "color": "#7A3E9D", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": "::", + "color": "#777777", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Models", + "color": "#AB6526", + "_t": "constant.other.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "include", + "color": "#4B83CD", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "MsRestAzure", + "color": "#AB6526", + "_t": "constant.other.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#777777", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " @return job_collections", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "attr_reader", + "color": "#4B83CD", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#AB6526", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.other.symbol rgb(171, 101, 38)" + }, + { + "content": "job_collections", + "color": "#AB6526", + "_t": "constant.other.ruby.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.other.symbol rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#777777", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#777777", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Creates initializes a new instance of the SchedulerManagementClient class.", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#777777", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#777777", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " @param base_url [String] the base URI of the service.", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#777777", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " @param options [Array] filters to be applied to the HTTP requests.", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#777777", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "def", + "color": "#4B83CD", + "_t": "control.def.function.keyword.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "initialize", + "color": "#AA3731", + "_t": "entity.function.meta.method.name.ruby.with-arguments", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "credentials", + "color": "#7A3E9D", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "base_url", + "color": "#7A3E9D", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "nil", + "color": "#AB6526", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "options", + "color": "#7A3E9D", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "nil", + "color": "#AB6526", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "super", + "color": "#4B83CD", + "_t": "control.keyword.pseudo-method.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#777777", + "_t": "function.punctuation.ruby.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "credentials", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ",", + "color": "#777777", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " options", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "function.punctuation.ruby.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "base_url", + "color": "#7A3E9D", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " base_url ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "||", + "color": "#777777", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "https://management.azure.com", + "color": "#448C27", + "_t": "quoted.ruby.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "fail", + "color": "#4B83CD", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "ArgumentError", + "color": "#AB6526", + "_t": "constant.other.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#777777", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "credentials is nil", + "color": "#448C27", + "_t": "quoted.ruby.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " credentials", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "nil?", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "fail", + "color": "#4B83CD", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "ArgumentError", + "color": "#AB6526", + "_t": "constant.other.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#777777", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "invalid type of credentials input parameter", + "color": "#448C27", + "_t": "quoted.ruby.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "unless", + "color": "#4B83CD", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " credentials", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "is_a?", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "function.punctuation.ruby.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "MsRest", + "color": "#7A3E9D", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": "::", + "color": "#777777", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "ServiceClientCredentials", + "color": "#AB6526", + "_t": "constant.other.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "function.punctuation.ruby.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "credentials", + "color": "#7A3E9D", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " credentials", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "job_collections", + "color": "#7A3E9D", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "JobCollections", + "color": "#7A3E9D", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "new", + "color": "#4B83CD", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#777777", + "_t": "function.punctuation.ruby.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "self", + "color": "#AB6526", + "_t": "language.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "function.punctuation.ruby.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "jobs", + "color": "#7A3E9D", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Jobs", + "color": "#7A3E9D", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "new", + "color": "#4B83CD", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#777777", + "_t": "function.punctuation.ruby.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "self", + "color": "#AB6526", + "_t": "language.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "function.punctuation.ruby.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "api_version", + "color": "#7A3E9D", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "2016-01-01", + "color": "#448C27", + "_t": "quoted.ruby.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "long_running_operation_retry_timeout", + "color": "#7A3E9D", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "30", + "color": "#AB6526", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "generate_client_request_id", + "color": "#7A3E9D", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "true", + "color": "#AB6526", + "_t": "constant.language.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "MacOS", + "color": "#7A3E9D", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "version ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ">=", + "color": "#777777", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#AB6526", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.other.symbol rgb(171, 101, 38)" + }, + { + "content": "mavericks", + "color": "#AB6526", + "_t": "constant.other.ruby.symbol", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.other.symbol rgb(171, 101, 38)" + }, + { + "content": " version ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "`", + "color": "#777777", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#{", + "color": "#777777", + "_t": "begin.embedded.interpolated.line.meta.punctuation.ruby.section.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "MAVERICKS_PKG_PATH", + "color": "#448C27", + "_t": "constant.embedded.interpolated.line.meta.other.ruby.source.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "embedded.end.interpolated.line.meta.punctuation.ruby.section.source.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#448C27", + "_t": "interpolated.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "`", + "color": "#777777", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "else", + "color": "#4B83CD", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " version ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "`", + "color": "#777777", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#448C27", + "_t": "interpolated.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "`", + "color": "#777777", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "end", + "color": "#4B83CD", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " version ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " version", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "array.begin.punctuation.ruby.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/", + "color": "#4B83CD", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "clang-", + "color": "#4B83CD", + "_t": "classic.regexp.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#4B83CD", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\\d", + "color": "#777777", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "+", + "color": "#4B83CD", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\\.\\d", + "color": "#777777", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "+", + "color": "#4B83CD", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\\.\\d", + "color": "#777777", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "+", + "color": "#4B83CD", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#4B83CD", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\\.\\d", + "color": "#777777", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "+", + "color": "#4B83CD", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": ")", + "color": "#4B83CD", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "?", + "color": "#4B83CD", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": ")", + "color": "#4B83CD", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "/", + "color": "#4B83CD", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": ",", + "color": "#777777", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "]", + "color": "#777777", + "_t": "array.end.punctuation.ruby.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "||", + "color": "#777777", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.punctuation.quoted.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "double.quoted.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.punctuation.quoted.ruby.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " version ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " latest_version", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "end", + "color": "#4B83CD", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "end", + "color": "#4B83CD", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "end", + "color": "#4B83CD", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + } + ], + "red": [ + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " encoding: utf-8", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Changes may cause incorrect behavior and will be lost if the code is", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " regenerated.", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "module", + "color": "#F12727", + "_t": "control.keyword.meta.module.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.module.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Azure", + "color": "#AA5507", + "_t": "entity.first.inherited-class.meta.module.name.other.ruby.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity.other.inherited-class rgb(170, 85, 7)" + }, + { + "content": "::", + "color": "#AA5507", + "_t": "entity.first.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.separator.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity.other.inherited-class rgb(170, 85, 7)" + }, + { + "content": "ARM", + "color": "#AA5507", + "_t": "entity.inherited-class.meta.module.name.other.ruby.second.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity.other.inherited-class rgb(170, 85, 7)" + }, + { + "content": "::", + "color": "#AA5507", + "_t": "entity.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.second.separator.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity.other.inherited-class rgb(170, 85, 7)" + }, + { + "content": "Scheduler", + "color": "#FEC758", + "_t": "entity.meta.module.name.ruby.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " A service client - single point of access to the REST API.", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "class", + "color": "#F12727", + "_t": "class.control.keyword.meta.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "SchedulerManagementClient", + "color": "#FEC758", + "_t": "class.entity.meta.name.ruby.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "class.keyword.meta.operator.other.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "MsRestAzure::AzureServiceClient", + "color": "#AA5507", + "_t": "class.entity.inherited-class.meta.other.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity.other.inherited-class rgb(170, 85, 7)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "include", + "color": "#F12727", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Azure", + "color": "#9DF39F", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "::", + "color": "#F8F8F8", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "ARM", + "color": "#9DF39F", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "::", + "color": "#F8F8F8", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Scheduler", + "color": "#9DF39F", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "::", + "color": "#F8F8F8", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Models", + "color": "#FB9A4B", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "include", + "color": "#F12727", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "MsRestAzure", + "color": "#FB9A4B", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " @return job_collections", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "attr_reader", + "color": "#F12727", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#994646", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "job_collections", + "color": "#994646", + "_t": "constant.other.ruby.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Creates initializes a new instance of the SchedulerManagementClient class.", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " @param base_url [String] the base URI of the service.", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " @param options [Array] filters to be applied to the HTTP requests.", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "def", + "color": "#F12727", + "_t": "control.def.function.keyword.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "initialize", + "color": "#FEC758", + "_t": "entity.function.meta.method.name.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "credentials", + "color": "#FB9A4B", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "base_url", + "color": "#FB9A4B", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "nil", + "color": "#994646", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "options", + "color": "#FB9A4B", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "nil", + "color": "#994646", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "super", + "color": "#F12727", + "_t": "control.keyword.pseudo-method.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "credentials", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " options", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#FB9A4B", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "base_url", + "color": "#FB9A4B", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " base_url ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "||", + "color": "#F12727", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "https://management.azure.com", + "color": "#CD8D8D", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fail", + "color": "#F12727", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "ArgumentError", + "color": "#FB9A4B", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "credentials is nil", + "color": "#CD8D8D", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " credentials", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "nil?", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fail", + "color": "#F12727", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "ArgumentError", + "color": "#FB9A4B", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "invalid type of credentials input parameter", + "color": "#CD8D8D", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "unless", + "color": "#F12727", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " credentials", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "is_a?", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "MsRest", + "color": "#9DF39F", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": "::", + "color": "#F8F8F8", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "ServiceClientCredentials", + "color": "#FB9A4B", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#FB9A4B", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "credentials", + "color": "#FB9A4B", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " credentials", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#FB9A4B", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "job_collections", + "color": "#FB9A4B", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "JobCollections", + "color": "#9DF39F", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "new", + "color": "#F12727", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "self", + "color": "#FB9A4B", + "_t": "language.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#FB9A4B", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "jobs", + "color": "#FB9A4B", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Jobs", + "color": "#9DF39F", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "new", + "color": "#F12727", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "self", + "color": "#FB9A4B", + "_t": "language.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#FB9A4B", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "api_version", + "color": "#FB9A4B", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "2016-01-01", + "color": "#CD8D8D", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#FB9A4B", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "long_running_operation_retry_timeout", + "color": "#FB9A4B", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "30", + "color": "#994646", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#FB9A4B", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "generate_client_request_id", + "color": "#FB9A4B", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "true", + "color": "#994646", + "_t": "constant.language.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "MacOS", + "color": "#9DF39F", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "version ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ">=", + "color": "#F12727", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#994646", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "mavericks", + "color": "#994646", + "_t": "constant.other.ruby.symbol", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " version ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "`", + "color": "#CD8D8D", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "#{", + "color": "#CD8D8D", + "_t": "begin.embedded.interpolated.line.meta.punctuation.ruby.section.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "MAVERICKS_PKG_PATH", + "color": "#EDEF7D", + "_t": "constant.embedded.interpolated.line.meta.other.ruby.source.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "}", + "color": "#CD8D8D", + "_t": "embedded.end.interpolated.line.meta.punctuation.ruby.section.source.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#CD8D8D", + "_t": "interpolated.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "`", + "color": "#CD8D8D", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "else", + "color": "#F12727", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " version ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "`", + "color": "#CD8D8D", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#CD8D8D", + "_t": "interpolated.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "`", + "color": "#CD8D8D", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "end", + "color": "#F12727", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " version ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " version", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "array.begin.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/", + "color": "#FFB454", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "clang-", + "color": "#FFB454", + "_t": "classic.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#FFB454", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\\d", + "color": "#FFB454", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "+", + "color": "#FFB454", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\\.\\d", + "color": "#FFB454", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "+", + "color": "#FFB454", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\\.\\d", + "color": "#FFB454", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "+", + "color": "#FFB454", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#FFB454", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\\.\\d", + "color": "#FFB454", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "+", + "color": "#FFB454", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": ")", + "color": "#FFB454", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "?", + "color": "#FFB454", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": ")", + "color": "#FFB454", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "/", + "color": "#FFB454", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "array.end.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "||", + "color": "#F12727", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.punctuation.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "0", + "color": "#CD8D8D", + "_t": "double.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.punctuation.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " version ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " latest_version", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "end", + "color": "#F12727", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "end", + "color": "#F12727", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "end", + "color": "#F12727", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + } + ], + "solarized_dark": [ + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " encoding: utf-8", + "color": "#657B83", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0", + "color": "#657B83", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Changes may cause incorrect behavior and will be lost if the code is", + "color": "#657B83", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " regenerated.", + "color": "#657B83", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "module", + "color": "#859900", + "_t": "control.keyword.meta.module.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.module.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Azure", + "color": "#6C71C4", + "_t": "entity.first.inherited-class.meta.module.name.other.ruby.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.inherited-class rgb(108, 113, 196)" + }, + { + "content": "::", + "color": "#6C71C4", + "_t": "entity.first.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.separator.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.inherited-class rgb(108, 113, 196)" + }, + { + "content": "ARM", + "color": "#6C71C4", + "_t": "entity.inherited-class.meta.module.name.other.ruby.second.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.inherited-class rgb(108, 113, 196)" + }, + { + "content": "::", + "color": "#6C71C4", + "_t": "entity.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.second.separator.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.inherited-class rgb(108, 113, 196)" + }, + { + "content": "Scheduler", + "color": "#93A1A1", + "_t": "entity.meta.module.name.ruby.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " A service client - single point of access to the REST API.", + "color": "#657B83", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#859900", + "_t": "class.control.keyword.meta.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "SchedulerManagementClient", + "color": "#CB4B16", + "_t": "class.entity.meta.name.ruby.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "class.keyword.meta.operator.other.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "MsRestAzure::AzureServiceClient", + "color": "#6C71C4", + "_t": "class.entity.inherited-class.meta.other.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.inherited-class rgb(108, 113, 196)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "include", + "color": "#859900", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Azure", + "color": "#859900", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": "::", + "color": "#93A1A1", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "ARM", + "color": "#859900", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": "::", + "color": "#93A1A1", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Scheduler", + "color": "#859900", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": "::", + "color": "#93A1A1", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Models", + "color": "#CB4B16", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "include", + "color": "#859900", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "MsRestAzure", + "color": "#CB4B16", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " @return job_collections", + "color": "#657B83", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "attr_reader", + "color": "#859900", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#CB4B16", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "job_collections", + "color": "#CB4B16", + "_t": "constant.other.ruby.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Creates initializes a new instance of the SchedulerManagementClient class.", + "color": "#657B83", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.", + "color": "#657B83", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " @param base_url [String] the base URI of the service.", + "color": "#657B83", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " @param options [Array] filters to be applied to the HTTP requests.", + "color": "#657B83", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "def", + "color": "#859900", + "_t": "control.def.function.keyword.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "initialize", + "color": "#268BD2", + "_t": "entity.function.meta.method.name.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "credentials", + "color": "#93A1A1", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "base_url", + "color": "#93A1A1", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "nil", + "color": "#B58900", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "options", + "color": "#93A1A1", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "nil", + "color": "#B58900", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "super", + "color": "#859900", + "_t": "control.keyword.pseudo-method.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "credentials", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " options", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "base_url", + "color": "#268BD2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " base_url ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "||", + "color": "#859900", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "https://management.azure.com", + "color": "#2AA198", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fail", + "color": "#859900", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "ArgumentError", + "color": "#CB4B16", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "credentials is nil", + "color": "#2AA198", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " credentials", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "nil?", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fail", + "color": "#859900", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "ArgumentError", + "color": "#CB4B16", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "invalid type of credentials input parameter", + "color": "#2AA198", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "unless", + "color": "#859900", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " credentials", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "is_a?", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "MsRest", + "color": "#859900", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": "::", + "color": "#93A1A1", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "ServiceClientCredentials", + "color": "#CB4B16", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "credentials", + "color": "#268BD2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " credentials", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "job_collections", + "color": "#268BD2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "JobCollections", + "color": "#859900", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "new", + "color": "#859900", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "language.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "jobs", + "color": "#268BD2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Jobs", + "color": "#859900", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "new", + "color": "#859900", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "language.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "api_version", + "color": "#268BD2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "2016-01-01", + "color": "#2AA198", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "long_running_operation_retry_timeout", + "color": "#268BD2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "30", + "color": "#D33682", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "generate_client_request_id", + "color": "#268BD2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "true", + "color": "#B58900", + "_t": "constant.language.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "MacOS", + "color": "#859900", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "version ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ">=", + "color": "#859900", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#CB4B16", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "mavericks", + "color": "#CB4B16", + "_t": "constant.other.ruby.symbol", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " version ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#{", + "color": "#D30102", + "_t": "begin.embedded.interpolated.line.meta.punctuation.ruby.section.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "MAVERICKS_PKG_PATH", + "color": "#CB4B16", + "_t": "constant.embedded.interpolated.line.meta.other.ruby.source.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "embedded.end.interpolated.line.meta.punctuation.ruby.section.source.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#2AA198", + "_t": "interpolated.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "else", + "color": "#859900", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " version ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#2AA198", + "_t": "interpolated.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "end", + "color": "#859900", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " version ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " version", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "array.begin.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "clang-", + "color": "#D30102", + "_t": "classic.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "(", + "color": "#D30102", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\d", + "color": "#CB4B16", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "+", + "color": "#D30102", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\.\\d", + "color": "#CB4B16", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "+", + "color": "#D30102", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\.\\d", + "color": "#CB4B16", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "+", + "color": "#D30102", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "(", + "color": "#D30102", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\.\\d", + "color": "#CB4B16", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "+", + "color": "#D30102", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ")", + "color": "#D30102", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "?", + "color": "#D30102", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ")", + "color": "#D30102", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "array.end.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "||", + "color": "#859900", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.punctuation.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "0", + "color": "#2AA198", + "_t": "double.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.punctuation.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " version ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " latest_version", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "end", + "color": "#859900", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "end", + "color": "#859900", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "end", + "color": "#859900", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + } + ], + "solarized_light": [ + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " encoding: utf-8", + "color": "#93A1A1", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0", + "color": "#93A1A1", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Changes may cause incorrect behavior and will be lost if the code is", + "color": "#93A1A1", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " regenerated.", + "color": "#93A1A1", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "module", + "color": "#859900", + "_t": "control.keyword.meta.module.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.module.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Azure", + "color": "#586E75", + "_t": "entity.first.inherited-class.meta.module.name.other.ruby.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "::", + "color": "#586E75", + "_t": "entity.first.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.separator.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "ARM", + "color": "#586E75", + "_t": "entity.inherited-class.meta.module.name.other.ruby.second.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "::", + "color": "#586E75", + "_t": "entity.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.second.separator.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Scheduler", + "color": "#586E75", + "_t": "entity.meta.module.name.ruby.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " A service client - single point of access to the REST API.", + "color": "#93A1A1", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#859900", + "_t": "class.control.keyword.meta.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "SchedulerManagementClient", + "color": "#268BD2", + "_t": "class.entity.meta.name.ruby.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "class.keyword.meta.operator.other.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "class.meta.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "MsRestAzure::AzureServiceClient", + "color": "#586E75", + "_t": "class.entity.inherited-class.meta.other.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "include", + "color": "#859900", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Azure", + "color": "#859900", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": "::", + "color": "#586E75", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "ARM", + "color": "#859900", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": "::", + "color": "#586E75", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Scheduler", + "color": "#859900", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": "::", + "color": "#586E75", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Models", + "color": "#CB4B16", + "_t": "constant.other.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "include", + "color": "#859900", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "MsRestAzure", + "color": "#CB4B16", + "_t": "constant.other.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " @return job_collections", + "color": "#93A1A1", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "attr_reader", + "color": "#859900", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#CB4B16", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "job_collections", + "color": "#CB4B16", + "_t": "constant.other.ruby.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Creates initializes a new instance of the SchedulerManagementClient class.", + "color": "#93A1A1", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.", + "color": "#93A1A1", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " @param base_url [String] the base URI of the service.", + "color": "#93A1A1", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " @param options [Array] filters to be applied to the HTTP requests.", + "color": "#93A1A1", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "def", + "color": "#859900", + "_t": "control.def.function.keyword.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "initialize", + "color": "#268BD2", + "_t": "entity.function.meta.method.name.ruby.with-arguments", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "credentials", + "color": "#586E75", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "base_url", + "color": "#586E75", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "nil", + "color": "#B58900", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "options", + "color": "#586E75", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "nil", + "color": "#B58900", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "super", + "color": "#859900", + "_t": "control.keyword.pseudo-method.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "function.punctuation.ruby.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "credentials", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " options", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "function.punctuation.ruby.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "base_url", + "color": "#268BD2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " base_url ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "||", + "color": "#859900", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "https://management.azure.com", + "color": "#2AA198", + "_t": "quoted.ruby.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fail", + "color": "#859900", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "ArgumentError", + "color": "#CB4B16", + "_t": "constant.other.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "credentials is nil", + "color": "#2AA198", + "_t": "quoted.ruby.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " credentials", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "nil?", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fail", + "color": "#859900", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "ArgumentError", + "color": "#CB4B16", + "_t": "constant.other.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "invalid type of credentials input parameter", + "color": "#2AA198", + "_t": "quoted.ruby.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "unless", + "color": "#859900", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " credentials", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "is_a?", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "function.punctuation.ruby.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "MsRest", + "color": "#859900", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": "::", + "color": "#586E75", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "ServiceClientCredentials", + "color": "#CB4B16", + "_t": "constant.other.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "function.punctuation.ruby.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "credentials", + "color": "#268BD2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " credentials", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "job_collections", + "color": "#268BD2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "JobCollections", + "color": "#859900", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "new", + "color": "#859900", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "function.punctuation.ruby.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "language.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "function.punctuation.ruby.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "jobs", + "color": "#268BD2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Jobs", + "color": "#859900", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "new", + "color": "#859900", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "function.punctuation.ruby.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "self", + "color": "#268BD2", + "_t": "language.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "function.punctuation.ruby.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "api_version", + "color": "#268BD2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "2016-01-01", + "color": "#2AA198", + "_t": "quoted.ruby.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "long_running_operation_retry_timeout", + "color": "#268BD2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "30", + "color": "#D33682", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "generate_client_request_id", + "color": "#268BD2", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "true", + "color": "#B58900", + "_t": "constant.language.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "MacOS", + "color": "#859900", + "_t": "class.ruby.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "version ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ">=", + "color": "#859900", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#CB4B16", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "mavericks", + "color": "#CB4B16", + "_t": "constant.other.ruby.symbol", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": " version ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#{", + "color": "#D30102", + "_t": "begin.embedded.interpolated.line.meta.punctuation.ruby.section.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.begin rgb(211, 1, 2)" + }, + { + "content": "MAVERICKS_PKG_PATH", + "color": "#CB4B16", + "_t": "constant.embedded.interpolated.line.meta.other.ruby.source.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "}", + "color": "#D30102", + "_t": "embedded.end.interpolated.line.meta.punctuation.ruby.section.source.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.section.embedded.end rgb(211, 1, 2)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#2AA198", + "_t": "interpolated.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "else", + "color": "#859900", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " version ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#2AA198", + "_t": "interpolated.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "`", + "color": "#2AA198", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "end", + "color": "#859900", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " version ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " version", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "array.begin.punctuation.ruby.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "clang-", + "color": "#D30102", + "_t": "classic.regexp.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "(", + "color": "#D30102", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\d", + "color": "#CB4B16", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "+", + "color": "#D30102", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\.\\d", + "color": "#CB4B16", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "+", + "color": "#D30102", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\.\\d", + "color": "#CB4B16", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "+", + "color": "#D30102", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "(", + "color": "#D30102", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\.\\d", + "color": "#CB4B16", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "+", + "color": "#D30102", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ")", + "color": "#D30102", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "?", + "color": "#D30102", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ")", + "color": "#D30102", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "array.end.punctuation.ruby.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "||", + "color": "#859900", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.punctuation.quoted.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "0", + "color": "#2AA198", + "_t": "double.quoted.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.punctuation.quoted.ruby.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " version ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " latest_version", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "end", + "color": "#859900", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "end", + "color": "#859900", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "end", + "color": "#859900", + "_t": "control.keyword.ruby", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + } + ], + "tomorrow_night_blue": [ + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " encoding: utf-8", + "color": "#7285B7", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0", + "color": "#7285B7", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Changes may cause incorrect behavior and will be lost if the code is", + "color": "#7285B7", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " regenerated.", + "color": "#7285B7", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "module", + "color": "#EBBBFF", + "_t": "control.keyword.meta.module.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.module.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Azure", + "color": "#D1F1A9", + "_t": "entity.first.inherited-class.meta.module.name.other.ruby.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.inherited-class rgb(209, 241, 169)" + }, + { + "content": "::", + "color": "#D1F1A9", + "_t": "entity.first.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.separator.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.inherited-class rgb(209, 241, 169)" + }, + { + "content": "ARM", + "color": "#D1F1A9", + "_t": "entity.inherited-class.meta.module.name.other.ruby.second.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.inherited-class rgb(209, 241, 169)" + }, + { + "content": "::", + "color": "#D1F1A9", + "_t": "entity.inheritance.inherited-class.meta.module.name.other.punctuation.ruby.second.separator.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.inherited-class rgb(209, 241, 169)" + }, + { + "content": "Scheduler", + "color": "#FFFFFF", + "_t": "entity.meta.module.name.ruby.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " A service client - single point of access to the REST API.", + "color": "#7285B7", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#EBBBFF", + "_t": "class.control.keyword.meta.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "SchedulerManagementClient", + "color": "#FFEEAD", + "_t": "class.entity.meta.name.ruby.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "class.keyword.meta.operator.other.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "class.meta.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "MsRestAzure::AzureServiceClient", + "color": "#D1F1A9", + "_t": "class.entity.inherited-class.meta.other.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.inherited-class rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "include", + "color": "#BBDAFF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.special-method rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Azure", + "color": "#FFEEAD", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": "::", + "color": "#FFFFFF", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "ARM", + "color": "#FFEEAD", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": "::", + "color": "#FFFFFF", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Scheduler", + "color": "#FFEEAD", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": "::", + "color": "#FFFFFF", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Models", + "color": "#FFFFFF", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "include", + "color": "#BBDAFF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.special-method rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "MsRestAzure", + "color": "#FFFFFF", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " @return job_collections", + "color": "#7285B7", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "attr_reader", + "color": "#BBDAFF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.special-method rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D1F1A9", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.symbol rgb(209, 241, 169)" + }, + { + "content": "job_collections", + "color": "#D1F1A9", + "_t": "constant.other.ruby.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.symbol rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Creates initializes a new instance of the SchedulerManagementClient class.", + "color": "#7285B7", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.", + "color": "#7285B7", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " @param base_url [String] the base URI of the service.", + "color": "#7285B7", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " @param options [Array] filters to be applied to the HTTP requests.", + "color": "#7285B7", + "_t": "comment.line.number-sign.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "comment.leading.punctuation.ruby.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "def", + "color": "#EBBBFF", + "_t": "control.def.function.keyword.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "initialize", + "color": "#BBDAFF", + "_t": "entity.function.meta.method.name.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "credentials", + "color": "#FFC58F", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "base_url", + "color": "#FFC58F", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "nil", + "color": "#FFC58F", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "options", + "color": "#FFC58F", + "_t": "function.meta.method.parameter.ruby.variable.with-arguments", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.function.keyword.meta.method.operator.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "nil", + "color": "#FFC58F", + "_t": "constant.function.language.meta.method.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.function.meta.method.parameters.punctuation.ruby.with-arguments", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "super", + "color": "#EBBBFF", + "_t": "control.keyword.pseudo-method.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "credentials", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " options", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FF9DA4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "base_url", + "color": "#FF9DA4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " base_url ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "||", + "color": "#99FFFF", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "https://management.azure.com", + "color": "#D1F1A9", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "fail", + "color": "#BBDAFF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.special-method rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "ArgumentError", + "color": "#FFFFFF", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "credentials is nil", + "color": "#D1F1A9", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " credentials", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "nil?", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "fail", + "color": "#BBDAFF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.special-method rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "ArgumentError", + "color": "#FFFFFF", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "invalid type of credentials input parameter", + "color": "#D1F1A9", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "unless", + "color": "#EBBBFF", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " credentials", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "is_a?", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "MsRest", + "color": "#FFEEAD", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": "::", + "color": "#FFFFFF", + "_t": "other.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "ServiceClientCredentials", + "color": "#FFFFFF", + "_t": "constant.other.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FF9DA4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "credentials", + "color": "#FF9DA4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " credentials", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FF9DA4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "job_collections", + "color": "#FF9DA4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "JobCollections", + "color": "#FFEEAD", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#BBDAFF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.special-method rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FF9DA4", + "_t": "language.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FF9DA4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "jobs", + "color": "#FF9DA4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Jobs", + "color": "#FFEEAD", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#BBDAFF", + "_t": "keyword.other.ruby.special-method", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.special-method rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "self", + "color": "#FF9DA4", + "_t": "language.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "function.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FF9DA4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "api_version", + "color": "#FF9DA4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.definition.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "2016-01-01", + "color": "#D1F1A9", + "_t": "quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "definition.end.punctuation.quoted.ruby.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FF9DA4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "long_running_operation_retry_timeout", + "color": "#FF9DA4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "30", + "color": "#FFC58F", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FF9DA4", + "_t": "definition.instance.other.punctuation.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "generate_client_request_id", + "color": "#FF9DA4", + "_t": "instance.other.readwrite.ruby.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "true", + "color": "#FFC58F", + "_t": "constant.language.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "MacOS", + "color": "#FFEEAD", + "_t": "class.ruby.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "method.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "version ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ">=", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D1F1A9", + "_t": "constant.definition.other.punctuation.ruby.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.symbol rgb(209, 241, 169)" + }, + { + "content": "mavericks", + "color": "#D1F1A9", + "_t": "constant.other.ruby.symbol", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other.symbol rgb(209, 241, 169)" + }, + { + "content": " version ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "`", + "color": "#D1F1A9", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "#{", + "color": "#FFC58F", + "_t": "begin.embedded.interpolated.line.meta.punctuation.ruby.section.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "MAVERICKS_PKG_PATH", + "color": "#FFFFFF", + "_t": "constant.embedded.interpolated.line.meta.other.ruby.source.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFC58F", + "_t": "embedded.end.interpolated.line.meta.punctuation.ruby.section.source.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.punctuation.section.embedded rgb(255, 197, 143)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#D1F1A9", + "_t": "interpolated.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "`", + "color": "#D1F1A9", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#EBBBFF", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " version ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "`", + "color": "#D1F1A9", + "_t": "begin.definition.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "/usr/bin/clang --version", + "color": "#D1F1A9", + "_t": "interpolated.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "`", + "color": "#D1F1A9", + "_t": "definition.end.interpolated.punctuation.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "end", + "color": "#EBBBFF", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " version ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " version", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "array.begin.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "clang-", + "color": "#FF9DA4", + "_t": "classic.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "(", + "color": "#FF9DA4", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\\d", + "color": "#FFC58F", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "+", + "color": "#FF9DA4", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\\.\\d", + "color": "#FFC58F", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "+", + "color": "#FF9DA4", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\\.\\d", + "color": "#FFC58F", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "+", + "color": "#FF9DA4", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "(", + "color": "#FF9DA4", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\\.\\d", + "color": "#FFC58F", + "_t": "character.classic.constant.escape.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "+", + "color": "#FF9DA4", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FF9DA4", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "?", + "color": "#FF9DA4", + "_t": "classic.group.meta.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FF9DA4", + "_t": "classic.definition.group.meta.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "classic.definition.punctuation.regexp.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "object.punctuation.ruby.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.integer.numeric.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "array.end.punctuation.ruby.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "||", + "color": "#99FFFF", + "_t": "keyword.logical.operator.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.punctuation.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "0", + "color": "#D1F1A9", + "_t": "double.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.punctuation.quoted.ruby.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " version ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " latest_version", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "end", + "color": "#EBBBFF", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "end", + "color": "#EBBBFF", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "end", + "color": "#EBBBFF", + "_t": "control.keyword.ruby", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rb.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rb.result.patch new file mode 100644 index 000000000..1d8d3c330 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rb.result.patch @@ -0,0 +1,499 @@ +{ + "abyss": [ + { + "index": 14, + "content": "Scheduler", + "color": "#6688CC", + "newColor": "#FFEEBB" + }, + { + "index": 39, + "content": "Models", + "color": "#F280D0", + "newColor": "#6688CC" + }, + { + "index": 43, + "content": "MsRestAzure", + "color": "#F280D0", + "newColor": "#6688CC" + }, + { + "index": 108, + "content": "ArgumentError", + "color": "#F280D0", + "newColor": "#6688CC" + }, + { + "index": 122, + "content": "ArgumentError", + "color": "#F280D0", + "newColor": "#6688CC" + }, + { + "index": 136, + "content": "ServiceClientCredentials", + "color": "#F280D0", + "newColor": "#6688CC" + }, + { + "index": 206, + "content": "MAVERICKS_PKG_PATH", + "color": "#F280D0", + "newColor": "#22AA44" + } + ], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [ + { + "index": 14, + "content": "Scheduler", + "color": "#D3AF86", + "newColor": "#F06431" + }, + { + "index": 39, + "content": "Models", + "color": "#F79A32", + "newColor": "#DC3958" + }, + { + "index": 43, + "content": "MsRestAzure", + "color": "#F79A32", + "newColor": "#DC3958" + }, + { + "index": 108, + "content": "ArgumentError", + "color": "#F79A32", + "newColor": "#DC3958" + }, + { + "index": 122, + "content": "ArgumentError", + "color": "#F79A32", + "newColor": "#DC3958" + }, + { + "index": 136, + "content": "ServiceClientCredentials", + "color": "#F79A32", + "newColor": "#DC3958" + }, + { + "index": 206, + "content": "MAVERICKS_PKG_PATH", + "color": "#F79A32", + "newColor": "#DC3958" + }, + { + "index": 226, + "content": "(", + "color": "#D3AF86", + "newColor": "#7E602C" + }, + { + "index": 233, + "content": "(", + "color": "#D3AF86", + "newColor": "#7E602C" + }, + { + "index": 236, + "content": ")", + "color": "#D3AF86", + "newColor": "#7E602C" + }, + { + "index": 238, + "content": ")", + "color": "#D3AF86", + "newColor": "#7E602C" + } + ], + "monokai": [ + { + "index": 14, + "content": "Scheduler", + "color": "#F8F8F2", + "newColor": "#A6E22E" + }, + { + "index": 39, + "content": "Models", + "color": "#AE81FF", + "newColor": "#F8F8F2" + }, + { + "index": 43, + "content": "MsRestAzure", + "color": "#AE81FF", + "newColor": "#F8F8F2" + }, + { + "index": 108, + "content": "ArgumentError", + "color": "#AE81FF", + "newColor": "#F8F8F2" + }, + { + "index": 122, + "content": "ArgumentError", + "color": "#AE81FF", + "newColor": "#F8F8F2" + }, + { + "index": 136, + "content": "ServiceClientCredentials", + "color": "#AE81FF", + "newColor": "#F8F8F2" + }, + { + "index": 206, + "content": "MAVERICKS_PKG_PATH", + "color": "#AE81FF", + "newColor": "#E6DB74" + } + ], + "monokai_dimmed": [ + { + "index": 10, + "content": "Azure", + "color": "#9B0000", + "newColor": "#C7444A" + }, + { + "index": 11, + "content": "::", + "color": "#9B0000", + "newColor": "#C7444A" + }, + { + "index": 12, + "content": "ARM", + "color": "#9B0000", + "newColor": "#C7444A" + }, + { + "index": 13, + "content": "::", + "color": "#9B0000", + "newColor": "#C7444A" + }, + { + "index": 206, + "content": "MAVERICKS_PKG_PATH", + "color": "#D08442", + "newColor": "#6089B4" + } + ], + "quietlight": [ + { + "index": 11, + "content": "::", + "color": "#7A3E9D", + "newColor": "#777777" + }, + { + "index": 13, + "content": "::", + "color": "#7A3E9D", + "newColor": "#777777" + }, + { + "index": 39, + "content": "Models", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 43, + "content": "MsRestAzure", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 50, + "content": ":", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 108, + "content": "ArgumentError", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 122, + "content": "ArgumentError", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 136, + "content": "ServiceClientCredentials", + "color": "#AB6526", + "newColor": "#7A3E9D" + }, + { + "index": 199, + "content": ":", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 206, + "content": "MAVERICKS_PKG_PATH", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 224, + "content": "/", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 226, + "content": "(", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 233, + "content": "(", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 236, + "content": ")", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 238, + "content": ")", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 239, + "content": "/", + "color": "#4B83CD", + "newColor": "#777777" + } + ], + "red": [ + { + "index": 227, + "content": "\\d", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 229, + "content": "\\.", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 229, + "content": "\\d", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 231, + "content": "\\.", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 231, + "content": "\\d", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 234, + "content": "\\.", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 234, + "content": "\\d", + "color": "#FFB454", + "newColor": "#FFE862" + } + ], + "solarized_dark": [ + { + "index": 14, + "content": "Scheduler", + "color": "#93A1A1", + "newColor": "#CB4B16" + }, + { + "index": 39, + "content": "Models", + "color": "#CB4B16", + "newColor": "#268BD2" + }, + { + "index": 43, + "content": "MsRestAzure", + "color": "#CB4B16", + "newColor": "#268BD2" + }, + { + "index": 108, + "content": "ArgumentError", + "color": "#CB4B16", + "newColor": "#268BD2" + }, + { + "index": 122, + "content": "ArgumentError", + "color": "#CB4B16", + "newColor": "#268BD2" + }, + { + "index": 136, + "content": "ServiceClientCredentials", + "color": "#CB4B16", + "newColor": "#268BD2" + }, + { + "index": 206, + "content": "MAVERICKS_PKG_PATH", + "color": "#CB4B16", + "newColor": "#268BD2" + } + ], + "solarized_light": [ + { + "index": 10, + "content": "Azure", + "color": "#586E75", + "newColor": "#268BD2" + }, + { + "index": 11, + "content": "::", + "color": "#586E75", + "newColor": "#268BD2" + }, + { + "index": 12, + "content": "ARM", + "color": "#586E75", + "newColor": "#268BD2" + }, + { + "index": 13, + "content": "::", + "color": "#586E75", + "newColor": "#268BD2" + }, + { + "index": 14, + "content": "Scheduler", + "color": "#586E75", + "newColor": "#268BD2" + }, + { + "index": 39, + "content": "Models", + "color": "#CB4B16", + "newColor": "#268BD2" + }, + { + "index": 43, + "content": "MsRestAzure", + "color": "#CB4B16", + "newColor": "#268BD2" + }, + { + "index": 108, + "content": "ArgumentError", + "color": "#CB4B16", + "newColor": "#268BD2" + }, + { + "index": 122, + "content": "ArgumentError", + "color": "#CB4B16", + "newColor": "#268BD2" + }, + { + "index": 136, + "content": "ServiceClientCredentials", + "color": "#CB4B16", + "newColor": "#268BD2" + }, + { + "index": 206, + "content": "MAVERICKS_PKG_PATH", + "color": "#CB4B16", + "newColor": "#268BD2" + } + ], + "tomorrow_night_blue": [ + { + "index": 14, + "content": "Scheduler", + "color": "#FFFFFF", + "newColor": "#FFEEAD" + }, + { + "index": 27, + "content": "<", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 39, + "content": "Models", + "color": "#FFFFFF", + "newColor": "#FF9DA4" + }, + { + "index": 43, + "content": "MsRestAzure", + "color": "#FFFFFF", + "newColor": "#FF9DA4" + }, + { + "index": 108, + "content": "ArgumentError", + "color": "#FFFFFF", + "newColor": "#FF9DA4" + }, + { + "index": 122, + "content": "ArgumentError", + "color": "#FFFFFF", + "newColor": "#FF9DA4" + }, + { + "index": 136, + "content": "ServiceClientCredentials", + "color": "#FFFFFF", + "newColor": "#FF9DA4" + }, + { + "index": 206, + "content": "MAVERICKS_PKG_PATH", + "color": "#FFFFFF", + "newColor": "#FF9DA4" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rs b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rs new file mode 100644 index 000000000..1f5a1873d --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rs @@ -0,0 +1,15 @@ +use std::io; + +fn main() { + println!("Guess the number!"); + + println!("Please input your guess."); + + let mut guess = String::new(); + + io::stdin().read_line(&mut guess) + .ok() + .expect("Failed to read line"); + + println!("You guessed: {}", guess); +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rs.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rs.result new file mode 100644 index 000000000..b6fe1d8d2 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.rs.result @@ -0,0 +1,4398 @@ +{ + "abyss": [ + { + "content": "use", + "color": "#225588", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " std", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "::", + "color": "#225588", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "io;", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fn", + "color": "#225588", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "main", + "color": "#DDBB88", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "() {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "println!", + "color": "#9966B8", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"Guess the number!\"", + "color": "#22AA44", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "println!", + "color": "#9966B8", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"Please input your guess.\"", + "color": "#22AA44", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "let", + "color": "#225588", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "mut", + "color": "#225588", + "_t": "modifier.mut.rust.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " guess ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.keyword.operator.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "String", + "color": "#225588", + "_t": "class.rust.std.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": "::", + "color": "#225588", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "new", + "color": "#DDBB88", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "();", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " io", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "::", + "color": "#225588", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "stdin", + "color": "#DDBB88", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "().", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "read_line", + "color": "#DDBB88", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "&", + "color": "#225588", + "_t": "keyword.operator.rust.sigil", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "mut", + "color": "#225588", + "_t": "modifier.mut.rust.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " guess)", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " .", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ok", + "color": "#DDBB88", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " .", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "expect", + "color": "#DDBB88", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"Failed to read line\"", + "color": "#22AA44", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "println!", + "color": "#9966B8", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"You guessed: {}\"", + "color": "#22AA44", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", guess);", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "use", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " std", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "::", + "color": "#D4D4D4", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "io;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fn", + "color": "#569CD6", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "main", + "color": "#D4D4D4", + "_t": "entity.function.name.rust", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "() {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println!", + "color": "#D4D4D4", + "_t": "function.rust.std.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"Guess the number!\"", + "color": "#CE9178", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println!", + "color": "#D4D4D4", + "_t": "function.rust.std.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"Please input your guess.\"", + "color": "#CE9178", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "mut", + "color": "#569CD6", + "_t": "modifier.mut.rust.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " guess ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "String", + "color": "#569CD6", + "_t": "class.rust.std.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage rgb(86, 156, 214)" + }, + { + "content": "::", + "color": "#D4D4D4", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#D4D4D4", + "_t": "entity.function.name.rust", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "();", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " io", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "::", + "color": "#D4D4D4", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "stdin", + "color": "#D4D4D4", + "_t": "entity.function.name.rust", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "().", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "read_line", + "color": "#D4D4D4", + "_t": "entity.function.name.rust", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#D4D4D4", + "_t": "keyword.operator.rust.sigil", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "mut", + "color": "#569CD6", + "_t": "modifier.mut.rust.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " guess)", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " .", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ok", + "color": "#D4D4D4", + "_t": "entity.function.name.rust", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " .", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "expect", + "color": "#D4D4D4", + "_t": "entity.function.name.rust", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"Failed to read line\"", + "color": "#CE9178", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println!", + "color": "#D4D4D4", + "_t": "function.rust.std.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"You guessed: {}\"", + "color": "#CE9178", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", guess);", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "use", + "color": "#0000FF", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " std", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "::", + "color": "#000000", + "_t": "keyword.misc.operator.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "io;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fn", + "color": "#0000FF", + "_t": "fn.keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "main", + "color": "#000000", + "_t": "entity.function.name.rust", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "() {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println!", + "color": "#000000", + "_t": "function.rust.std.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"Guess the number!\"", + "color": "#A31515", + "_t": "double.quoted.rust.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println!", + "color": "#000000", + "_t": "function.rust.std.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"Please input your guess.\"", + "color": "#A31515", + "_t": "double.quoted.rust.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "let", + "color": "#0000FF", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "mut", + "color": "#0000FF", + "_t": "modifier.mut.rust.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " guess ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "String", + "color": "#0000FF", + "_t": "class.rust.std.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage rgb(0, 0, 255)" + }, + { + "content": "::", + "color": "#000000", + "_t": "keyword.misc.operator.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#000000", + "_t": "entity.function.name.rust", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "();", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " io", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "::", + "color": "#000000", + "_t": "keyword.misc.operator.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "stdin", + "color": "#000000", + "_t": "entity.function.name.rust", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "().", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "read_line", + "color": "#000000", + "_t": "entity.function.name.rust", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#000000", + "_t": "keyword.operator.rust.sigil", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "mut", + "color": "#0000FF", + "_t": "modifier.mut.rust.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " guess)", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " .", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ok", + "color": "#000000", + "_t": "entity.function.name.rust", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " .", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "expect", + "color": "#000000", + "_t": "entity.function.name.rust", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"Failed to read line\"", + "color": "#A31515", + "_t": "double.quoted.rust.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println!", + "color": "#000000", + "_t": "function.rust.std.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"You guessed: {}\"", + "color": "#A31515", + "_t": "double.quoted.rust.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", guess);", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "use", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " std", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "::", + "color": "#D4D4D4", + "_t": "keyword.misc.operator.rust", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "io;", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fn", + "color": "#569CD6", + "_t": "fn.keyword.other.rust", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "main", + "color": "#FFFFFF", + "_t": "entity.function.name.rust", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "() {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "println!", + "color": "#FFFFFF", + "_t": "function.rust.std.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"Guess the number!\"", + "color": "#CE9178", + "_t": "double.quoted.rust.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "println!", + "color": "#FFFFFF", + "_t": "function.rust.std.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"Please input your guess.\"", + "color": "#CE9178", + "_t": "double.quoted.rust.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "mut", + "color": "#569CD6", + "_t": "modifier.mut.rust.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " guess ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.rust", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "String", + "color": "#569CD6", + "_t": "class.rust.std.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage rgb(86, 156, 214)" + }, + { + "content": "::", + "color": "#D4D4D4", + "_t": "keyword.misc.operator.rust", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#FFFFFF", + "_t": "entity.function.name.rust", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "();", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " io", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "::", + "color": "#D4D4D4", + "_t": "keyword.misc.operator.rust", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "stdin", + "color": "#FFFFFF", + "_t": "entity.function.name.rust", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "().", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "read_line", + "color": "#FFFFFF", + "_t": "entity.function.name.rust", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#D4D4D4", + "_t": "keyword.operator.rust.sigil", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "mut", + "color": "#569CD6", + "_t": "modifier.mut.rust.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " guess)", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " .", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "ok", + "color": "#FFFFFF", + "_t": "entity.function.name.rust", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " .", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "expect", + "color": "#FFFFFF", + "_t": "entity.function.name.rust", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"Failed to read line\"", + "color": "#CE9178", + "_t": "double.quoted.rust.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "println!", + "color": "#FFFFFF", + "_t": "function.rust.std.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"You guessed: {}\"", + "color": "#CE9178", + "_t": "double.quoted.rust.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", guess);", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "use", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " std", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "::", + "color": "#D4D4D4", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "io;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fn", + "color": "#569CD6", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "main", + "color": "#DCDCAA", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "() {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println!", + "color": "#DCDCAA", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"Guess the number!\"", + "color": "#CE9178", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println!", + "color": "#DCDCAA", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"Please input your guess.\"", + "color": "#CE9178", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "let", + "color": "#569CD6", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "mut", + "color": "#569CD6", + "_t": "modifier.mut.rust.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " guess ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.keyword.operator.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "String", + "color": "#569CD6", + "_t": "class.rust.std.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage rgb(86, 156, 214)" + }, + { + "content": "::", + "color": "#D4D4D4", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#DCDCAA", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "();", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " io", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "::", + "color": "#D4D4D4", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "stdin", + "color": "#DCDCAA", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "().", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "read_line", + "color": "#DCDCAA", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#D4D4D4", + "_t": "keyword.operator.rust.sigil", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "mut", + "color": "#569CD6", + "_t": "modifier.mut.rust.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " guess)", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " .", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ok", + "color": "#DCDCAA", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " .", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "expect", + "color": "#DCDCAA", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"Failed to read line\"", + "color": "#CE9178", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "println!", + "color": "#DCDCAA", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"You guessed: {}\"", + "color": "#CE9178", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", guess);", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "use", + "color": "#0000FF", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " std", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "::", + "color": "#000000", + "_t": "keyword.misc.operator.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "io;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fn", + "color": "#0000FF", + "_t": "fn.keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "main", + "color": "#795E26", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "() {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println!", + "color": "#795E26", + "_t": "function.rust.std.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"Guess the number!\"", + "color": "#A31515", + "_t": "double.quoted.rust.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println!", + "color": "#795E26", + "_t": "function.rust.std.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"Please input your guess.\"", + "color": "#A31515", + "_t": "double.quoted.rust.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "let", + "color": "#0000FF", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "mut", + "color": "#0000FF", + "_t": "modifier.mut.rust.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " guess ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.keyword.operator.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "String", + "color": "#0000FF", + "_t": "class.rust.std.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage rgb(0, 0, 255)" + }, + { + "content": "::", + "color": "#000000", + "_t": "keyword.misc.operator.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#795E26", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "();", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " io", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "::", + "color": "#000000", + "_t": "keyword.misc.operator.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "stdin", + "color": "#795E26", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "().", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "read_line", + "color": "#795E26", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#000000", + "_t": "keyword.operator.rust.sigil", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "mut", + "color": "#0000FF", + "_t": "modifier.mut.rust.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " guess)", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " .", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ok", + "color": "#795E26", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "()", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " .", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "expect", + "color": "#795E26", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"Failed to read line\"", + "color": "#A31515", + "_t": "double.quoted.rust.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "println!", + "color": "#795E26", + "_t": "function.rust.std.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"You guessed: {}\"", + "color": "#A31515", + "_t": "double.quoted.rust.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", guess);", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "use", + "color": "#98676A", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " std", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "::", + "color": "#D3AF86", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "io;", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fn", + "color": "#98676A", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "main", + "color": "#8AB1B0", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "() {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "println!", + "color": "#7E602C", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"Guess the number!\"", + "color": "#889B4A", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "println!", + "color": "#7E602C", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"Please input your guess.\"", + "color": "#889B4A", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "let", + "color": "#98676A", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "mut", + "color": "#98676A", + "_t": "modifier.mut.rust.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " guess ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.keyword.operator.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "String", + "color": "#98676A", + "_t": "class.rust.std.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "::", + "color": "#D3AF86", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "new", + "color": "#8AB1B0", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "();", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " io", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "::", + "color": "#D3AF86", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "stdin", + "color": "#8AB1B0", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "().", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "read_line", + "color": "#8AB1B0", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "&", + "color": "#D3AF86", + "_t": "keyword.operator.rust.sigil", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "mut", + "color": "#98676A", + "_t": "modifier.mut.rust.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " guess)", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " .", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "ok", + "color": "#8AB1B0", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " .", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "expect", + "color": "#8AB1B0", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"Failed to read line\"", + "color": "#889B4A", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "println!", + "color": "#7E602C", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"You guessed: {}\"", + "color": "#889B4A", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ", guess);", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "use", + "color": "#F92672", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " std", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "::", + "color": "#F92672", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "io;", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fn", + "color": "#F92672", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "main", + "color": "#A6E22E", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "() {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "println!", + "color": "#66D9EF", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"Guess the number!\"", + "color": "#E6DB74", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "println!", + "color": "#66D9EF", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"Please input your guess.\"", + "color": "#E6DB74", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "let", + "color": "#F92672", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "mut", + "color": "#F92672", + "_t": "modifier.mut.rust.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " guess ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.keyword.operator.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "String", + "color": "#F92672", + "_t": "class.rust.std.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": "::", + "color": "#F92672", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "new", + "color": "#A6E22E", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "();", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " io", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "::", + "color": "#F92672", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "stdin", + "color": "#A6E22E", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "().", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "read_line", + "color": "#A6E22E", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "&", + "color": "#F92672", + "_t": "keyword.operator.rust.sigil", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "mut", + "color": "#F92672", + "_t": "modifier.mut.rust.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " guess)", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " .", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ok", + "color": "#A6E22E", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " .", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "expect", + "color": "#A6E22E", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"Failed to read line\"", + "color": "#E6DB74", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "println!", + "color": "#66D9EF", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"You guessed: {}\"", + "color": "#E6DB74", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", guess);", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "use", + "color": "#676867", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " std", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "::", + "color": "#676867", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "io;", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "fn", + "color": "#676867", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "main", + "color": "#CE6700", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "() {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "println!", + "color": "#9872A2", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"Guess the number!\"", + "color": "#9AA83A", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "println!", + "color": "#9872A2", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"Please input your guess.\"", + "color": "#9AA83A", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "let", + "color": "#676867", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "mut", + "color": "#9872A2", + "_t": "modifier.mut.rust.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " guess ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.keyword.operator.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "String", + "color": "#9872A2", + "_t": "class.rust.std.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "::", + "color": "#676867", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "new", + "color": "#CE6700", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "();", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " io", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "::", + "color": "#676867", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "stdin", + "color": "#CE6700", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "().", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "read_line", + "color": "#CE6700", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "&", + "color": "#676867", + "_t": "keyword.operator.rust.sigil", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "mut", + "color": "#9872A2", + "_t": "modifier.mut.rust.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " guess)", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " .", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "ok", + "color": "#CE6700", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " .", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "expect", + "color": "#CE6700", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"Failed to read line\"", + "color": "#9AA83A", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "println!", + "color": "#9872A2", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"You guessed: {}\"", + "color": "#9AA83A", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ", guess);", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "use", + "color": "#4B83CD", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " std", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "::", + "color": "#777777", + "_t": "keyword.misc.operator.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "io;", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "fn", + "color": "#4B83CD", + "_t": "fn.keyword.other.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "main", + "color": "#AA3731", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "() {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "println!", + "color": "#AA3731", + "_t": "function.rust.std.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"Guess the number!\"", + "color": "#448C27", + "_t": "double.quoted.rust.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ");", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "println!", + "color": "#AA3731", + "_t": "function.rust.std.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"Please input your guess.\"", + "color": "#448C27", + "_t": "double.quoted.rust.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ");", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "let", + "color": "#4B83CD", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "mut", + "color": "#4B83CD", + "_t": "modifier.mut.rust.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " guess ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.keyword.operator.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "String", + "color": "#4B83CD", + "_t": "class.rust.std.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": "::", + "color": "#777777", + "_t": "keyword.misc.operator.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "new", + "color": "#AA3731", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "();", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " io", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "::", + "color": "#777777", + "_t": "keyword.misc.operator.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "stdin", + "color": "#AA3731", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "().", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "read_line", + "color": "#AA3731", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "&", + "color": "#777777", + "_t": "keyword.operator.rust.sigil", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "mut", + "color": "#4B83CD", + "_t": "modifier.mut.rust.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " guess)", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " .", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "ok", + "color": "#AA3731", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "()", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " .", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "expect", + "color": "#AA3731", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"Failed to read line\"", + "color": "#448C27", + "_t": "double.quoted.rust.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ");", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "println!", + "color": "#AA3731", + "_t": "function.rust.std.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"You guessed: {}\"", + "color": "#448C27", + "_t": "double.quoted.rust.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ", guess);", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + } + ], + "red": [ + { + "content": "use", + "color": "#F12727", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " std", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "::", + "color": "#F12727", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "io;", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fn", + "color": "#F12727", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "main", + "color": "#FEC758", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "() {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "println!", + "color": "#FFB454", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"Guess the number!\"", + "color": "#CD8D8D", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "println!", + "color": "#FFB454", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"Please input your guess.\"", + "color": "#CD8D8D", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "let", + "color": "#F12727", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "mut", + "color": "#FF6262", + "_t": "modifier.mut.rust.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " guess ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.keyword.operator.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "String", + "color": "#FF6262", + "_t": "class.rust.std.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "::", + "color": "#F12727", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "new", + "color": "#FEC758", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "();", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " io", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "::", + "color": "#F12727", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "stdin", + "color": "#FEC758", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "().", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "read_line", + "color": "#FEC758", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "&", + "color": "#F12727", + "_t": "keyword.operator.rust.sigil", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "mut", + "color": "#FF6262", + "_t": "modifier.mut.rust.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " guess)", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " .", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "ok", + "color": "#FEC758", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " .", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "expect", + "color": "#FEC758", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"Failed to read line\"", + "color": "#CD8D8D", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "println!", + "color": "#FFB454", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"You guessed: {}\"", + "color": "#CD8D8D", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ", guess);", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "use", + "color": "#859900", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " std", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "::", + "color": "#859900", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "io;", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fn", + "color": "#859900", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "main", + "color": "#268BD2", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "() {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "println!", + "color": "#268BD2", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"Guess the number!\"", + "color": "#2AA198", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "println!", + "color": "#268BD2", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"Please input your guess.\"", + "color": "#2AA198", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "let", + "color": "#859900", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "mut", + "color": "#93A1A1", + "_t": "modifier.mut.rust.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " guess ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "String", + "color": "#93A1A1", + "_t": "class.rust.std.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "::", + "color": "#859900", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "new", + "color": "#268BD2", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "();", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " io", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "::", + "color": "#859900", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "stdin", + "color": "#268BD2", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "().", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "read_line", + "color": "#268BD2", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "&", + "color": "#859900", + "_t": "keyword.operator.rust.sigil", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mut", + "color": "#93A1A1", + "_t": "modifier.mut.rust.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " guess)", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " .", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "ok", + "color": "#268BD2", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " .", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "expect", + "color": "#268BD2", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"Failed to read line\"", + "color": "#2AA198", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "println!", + "color": "#268BD2", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"You guessed: {}\"", + "color": "#2AA198", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", guess);", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "use", + "color": "#859900", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " std", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "::", + "color": "#859900", + "_t": "keyword.misc.operator.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "io;", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fn", + "color": "#859900", + "_t": "fn.keyword.other.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "main", + "color": "#268BD2", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "() {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "println!", + "color": "#268BD2", + "_t": "function.rust.std.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"Guess the number!\"", + "color": "#2AA198", + "_t": "double.quoted.rust.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "println!", + "color": "#268BD2", + "_t": "function.rust.std.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"Please input your guess.\"", + "color": "#2AA198", + "_t": "double.quoted.rust.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "let", + "color": "#859900", + "_t": "keyword.other.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "mut", + "color": "#073642", + "_t": "modifier.mut.rust.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " guess ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.keyword.operator.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "String", + "color": "#073642", + "_t": "class.rust.std.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "::", + "color": "#859900", + "_t": "keyword.misc.operator.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "new", + "color": "#268BD2", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "();", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " io", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "::", + "color": "#859900", + "_t": "keyword.misc.operator.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "stdin", + "color": "#268BD2", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "().", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "read_line", + "color": "#268BD2", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "&", + "color": "#859900", + "_t": "keyword.operator.rust.sigil", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mut", + "color": "#073642", + "_t": "modifier.mut.rust.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " guess)", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " .", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "ok", + "color": "#268BD2", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " .", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "expect", + "color": "#268BD2", + "_t": "entity.function.name.rust", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"Failed to read line\"", + "color": "#2AA198", + "_t": "double.quoted.rust.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "println!", + "color": "#268BD2", + "_t": "function.rust.std.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"You guessed: {}\"", + "color": "#2AA198", + "_t": "double.quoted.rust.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", guess);", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "use", + "color": "#EBBBFF", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " std", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "::", + "color": "#99FFFF", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "io;", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "fn", + "color": "#EBBBFF", + "_t": "fn.keyword.other.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "main", + "color": "#BBDAFF", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "() {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "println!", + "color": "#BBDAFF", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"Guess the number!\"", + "color": "#D1F1A9", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "println!", + "color": "#BBDAFF", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"Please input your guess.\"", + "color": "#D1F1A9", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "let", + "color": "#EBBBFF", + "_t": "keyword.other.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "mut", + "color": "#EBBBFF", + "_t": "modifier.mut.rust.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " guess ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.keyword.operator.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "String", + "color": "#EBBBFF", + "_t": "class.rust.std.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": "::", + "color": "#99FFFF", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "new", + "color": "#BBDAFF", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "();", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " io", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "::", + "color": "#99FFFF", + "_t": "keyword.misc.operator.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "stdin", + "color": "#BBDAFF", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "().", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "read_line", + "color": "#BBDAFF", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#99FFFF", + "_t": "keyword.operator.rust.sigil", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "mut", + "color": "#EBBBFF", + "_t": "modifier.mut.rust.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " guess)", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " .", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "ok", + "color": "#BBDAFF", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " .", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "expect", + "color": "#BBDAFF", + "_t": "entity.function.name.rust", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"Failed to read line\"", + "color": "#D1F1A9", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "println!", + "color": "#BBDAFF", + "_t": "function.rust.std.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"You guessed: {}\"", + "color": "#D1F1A9", + "_t": "double.quoted.rust.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ", guess);", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.scss b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.scss new file mode 100644 index 000000000..3fa23237a --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.scss @@ -0,0 +1,340 @@ +// 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); + } +} + +@if $attr { + @mixin apply-to-ie6-only { + } +} + + +/* 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/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.scss.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.scss.result new file mode 100644 index 000000000..b127fa43f --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.scss.result @@ -0,0 +1,156354 @@ +{ + "abyss": [ + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " snippets from the Sass documentation at http://sass-lang.com/", + "color": "#223355", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " css stuff ", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " charset ", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.charset.control.definition.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "charset", + "color": "#225588", + "_t": "at-rule.charset.control.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.charset.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.begin.charset.definition.double.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "UTF-8", + "color": "#22AA44", + "_t": "at-rule.charset.double.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.charset.definition.double.end.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " nested rules ", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "main", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "width", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "97", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "%", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "p", + "color": "#225588", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "div", + "color": "#225588", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font-size", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "em", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#225588", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font-weight", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "bold", + "color": "#9966B8", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "pre", + "color": "#225588", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font-size", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "em", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " parent selector (&) ", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "main", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "black", + "color": "#9966B8", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#225588", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font-weight", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "bold", + "color": "#9966B8", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "&", + "color": "#225588", + "_t": "entity.meta.name.property-list.reference.scss.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "hover", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "red", + "color": "#9966B8", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " nested properties ", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "funky", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "/", + "color": "#9966B8", + "_t": "constant.mathematical-symbols.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " {", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "family", + "color": "#9966B8", + "_t": "meta.property-list.property-name.property-value.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ": fantasy", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "size", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "30", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "em", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "weight", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "bold", + "color": "#9966B8", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " color: black;", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " nesting conflicts ", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "tr", + "color": "#225588", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "default", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#F8F8F0", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": ": ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " properties", + "color": "#223355", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#F8F8F0", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#F8F8F0", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " rule", + "color": "#223355", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#F8F8F0", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "bar", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " selector", + "color": "#223355", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#F8F8F0", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#F8F8F0", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "bar { ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.line.meta.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " selector", + "color": "#223355", + "_t": "comment.line.meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " foo : ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " foo: 1px; ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " rule", + "color": "#223355", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " extended comment syntax ", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " This comment is", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " * several lines long.", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " * since it uses the CSS comment syntax,", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " * it will appear in the CSS output. ", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "body", + "color": "#225588", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "black", + "color": "#9966B8", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " These comments are only one line long each.", + "color": "#223355", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " They won't appear in the CSS output,", + "color": "#223355", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " since they use the single-line comment syntax.", + "color": "#223355", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "a", + "color": "#225588", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "green", + "color": "#9966B8", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " variables ", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "$width", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "em", + "color": "#225588", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$width", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Second width?", + "color": "#22AA44", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "!default", + "color": "#225588", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "main", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " $localvar", + "color": "#6688CC", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "6", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "em", + "color": "#225588", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "width", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$width", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " $font-size", + "color": "#6688CC", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "12", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " $line-height", + "color": "#6688CC", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "30", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#{", + "color": "#6688CC", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$font-size", + "color": "#6688CC", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#225588", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "#{", + "color": "#6688CC", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$line-height", + "color": "#6688CC", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$name", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " foo", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$attr", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "border", + "color": "#9966B8", + "_t": "meta.property-name.scss.set.support.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "p", + "color": "#225588", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "#{", + "color": "#DDBB88", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "$name", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.interpolation.other.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "}", + "color": "#DDBB88", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#{", + "color": "#6688CC", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$attr", + "color": "#6688CC", + "_t": "interpolation.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "blue", + "color": "#9966B8", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " variable declaration with whitespaces ", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "//", + "color": "#223355", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Set the color of your columns", + "color": "#223355", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "$grid-background-column-color ", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "rgba", + "color": "#9966B8", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "100", + "color": "#F280D0", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "100", + "color": "#F280D0", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "225", + "color": "#F280D0", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0.25", + "color": "#F280D0", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "!default", + "color": "#225588", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " operations", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "p", + "color": "#225588", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "width", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "em", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "em", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ") ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "entity.meta.name.property-list.scss.tag.wildcard", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " 3;", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#F280D0", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "010203", + "color": "#F280D0", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#F280D0", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "040506", + "color": "#F280D0", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font-family", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sans- ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "serif", + "color": "#22AA44", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "margin", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "4", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "auto", + "color": "#9966B8", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "content", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "I ate ", + "color": "#22AA44", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "#{", + "color": "#22AA44", + "_t": "begin.bracket.curly.definition.double.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#22AA44", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "+", + "color": "#225588", + "_t": "css.double.interpolation.keyword.meta.operator.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#22AA44", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "10", + "color": "#F280D0", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "}", + "color": "#22AA44", + "_t": "bracket.curly.definition.double.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " pies!", + "color": "#22AA44", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "hsl", + "color": "#9966B8", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "100", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "%", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "50", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "%", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "hsl", + "color": "#9966B8", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$hue", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#2277FF", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$saturation", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#2277FF", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "100", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "%", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$lightness", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#2277FF", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "50", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "%", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " functions", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "$grid-width", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "40", + "color": "#F280D0", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$gutter-width", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "10", + "color": "#F280D0", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.function.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "function", + "color": "#225588", + "_t": "at-rule.control.function.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.function.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "grid-width", + "color": "#9966B8", + "_t": "at-rule.function.meta.misc.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$n", + "color": "#6688CC", + "_t": "at-rule.function.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.function.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.return.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "return", + "color": "#225588", + "_t": "at-rule.control.keyword.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$n", + "color": "#6688CC", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$grid-width", + "color": "#6688CC", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$n", + "color": "#6688CC", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "at-rule.constant.meta.numeric.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ") ", + "color": "#6688CC", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$gutter-width", + "color": "#6688CC", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "sidebar", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "width", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "grid-width", + "color": "#9966B8", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " @import ", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "import", + "color": "#225588", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "foo.scss", + "color": "#22AA44", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$family", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "unquote", + "color": "#9966B8", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Droid+Sans", + "color": "#22AA44", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "import", + "color": "#225588", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "rounded-corners", + "color": "#22AA44", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "url", + "color": "#9966B8", + "_t": "at-rule.function.import.meta.misc.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "http://fonts.googleapis.com/css?family=", + "color": "#22AA44", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "#{", + "color": "#22AA44", + "_t": "at-rule.begin.bracket.curly.definition.double.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$family", + "color": "#22AA44", + "_t": "at-rule.double.import.interpolation.meta.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#22AA44", + "_t": "at-rule.bracket.curly.definition.double.end.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "main", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "import", + "color": "#225588", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.begin.definition.double.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "example", + "color": "#22AA44", + "_t": "at-rule.double.import.meta.property-list.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.definition.double.end.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " @media ", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "sidebar", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "width", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "300", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.keyword.media.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "media", + "color": "#225588", + "_t": "at-rule.control.keyword.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "screen", + "color": "#9966B8", + "_t": "at-rule.constant.css.media.meta.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "and", + "color": "#225588", + "_t": "at-rule.keyword.logical.media.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "orientation", + "color": "#9966B8", + "_t": "at-rule.css.media.meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ": ", + "color": "#6688CC", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "landscape", + "color": "#9966B8", + "_t": "at-rule.constant.media.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ") ", + "color": "#6688CC", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "width", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "500", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " @extend ", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "error", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "border", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#F280D0", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "f00", + "color": "#F280D0", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "background-color", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#F280D0", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "fdd", + "color": "#F280D0", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "seriousError", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "extend", + "color": "#225588", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.definition.entity.import.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "error", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.entity.import.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "border-width", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#DDBB88", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "context", + "color": "#DDBB88", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#225588", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "%", + "color": "#DDBB88", + "_t": "attribute-name.definition.entity.other.placeholder.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "extreme", + "color": "#DDBB88", + "_t": "attribute-name.entity.other.placeholder.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "blue", + "color": "#9966B8", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font-weight", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "bold", + "color": "#9966B8", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font-size", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "em", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "notice", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "extend", + "color": "#225588", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "%", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.definition.entity.import.meta.other.placeholder.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "extreme", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.entity.import.meta.other.placeholder.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "!optional", + "color": "#225588", + "_t": "at-rule.import.keyword.meta.optional.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " @debug and @warn ", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.keyword.meta.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "debug", + "color": "#225588", + "_t": "at-rule.control.keyword.meta.scss.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " 10em + 12em", + "color": "#6688CC", + "_t": "at-rule.meta.scss.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.keyword.meta.mixin.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "mixin", + "color": "#225588", + "_t": "at-rule.control.keyword.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "adjust-location", + "color": "#DDBB88", + "_t": "at-rule.entity.function.meta.mixin.name.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.definition.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$x", + "color": "#6688CC", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$y", + "color": "#6688CC", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.bracket.definition.end.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "if", + "color": "#225588", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "unitless", + "color": "#9966B8", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$x", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "warn", + "color": "#225588", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Assuming ", + "color": "#22AA44", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "#{", + "color": "#22AA44", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$x", + "color": "#22AA44", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#22AA44", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " to be in pixels", + "color": "#22AA44", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " $x", + "color": "#6688CC", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " $x", + "color": "#6688CC", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "if", + "color": "#225588", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "unitless", + "color": "#9966B8", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$y", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "warn", + "color": "#225588", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Assuming ", + "color": "#22AA44", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "#{", + "color": "#22AA44", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$y", + "color": "#22AA44", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#22AA44", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " to be in pixels", + "color": "#22AA44", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " $y", + "color": "#6688CC", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " $y", + "color": "#6688CC", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "position", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "relative", + "color": "#9966B8", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "left", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$x", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "top", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$y", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " control directives ", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " if statement ", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "p", + "color": "#225588", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "if", + "color": "#225588", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "at-rule.css.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "==", + "color": "#225588", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "border", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "solid", + "color": "#9966B8", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "if", + "color": "#225588", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "border", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "dotted", + "color": "#9966B8", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "if", + "color": "#225588", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "null", + "color": "#9966B8", + "_t": "at-rule.constant.if.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "border", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "double", + "color": "#9966B8", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " if else statement ", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "$type", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " monster", + "color": "#6688CC", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "p", + "color": "#225588", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "if", + "color": "#225588", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$type", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "==", + "color": "#225588", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ocean ", + "color": "#6688CC", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "blue", + "color": "#9966B8", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.else.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.else.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "else ", + "color": "#225588", + "_t": "at-rule.control.else.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "black", + "color": "#9966B8", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " for statement ", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.for.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "for", + "color": "#225588", + "_t": "at-rule.control.for.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$i", + "color": "#6688CC", + "_t": "at-rule.for.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "from", + "color": "#225588", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "through", + "color": "#225588", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "item-", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "#{", + "color": "#DDBB88", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "$i", + "color": "#DDBB88", + "_t": "attribute-name.class.css.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "}", + "color": "#DDBB88", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "width", + "color": "#9966B8", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "em", + "color": "#225588", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$i", + "color": "#6688CC", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " each statement ", + "color": "#223355", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "each", + "color": "#225588", + "_t": "at-rule.control.each.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$animal", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "in", + "color": "#225588", + "_t": "at-rule.control.each.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " puma, ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sea-slug", + "color": "#225588", + "_t": "at-rule.custom.each.entity.meta.name.scss.tag", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ", egret, salamander ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "#{", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "$animal", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "}", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "-icon", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "background-image", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "url", + "color": "#9966B8", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/images/", + "color": "#22AA44", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "#{", + "color": "#22AA44", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$animal", + "color": "#22AA44", + "_t": "at-rule.each.interpolation.meta.property-list.property-value.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "}", + "color": "#22AA44", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ".png", + "color": "#22AA44", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " while statement ", + "color": "#223355", + "_t": "at-rule.block.comment.each.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "$i", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ": ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "6", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "while", + "color": "#225588", + "_t": "at-rule.control.each.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$i", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">", + "color": "#225588", + "_t": "at-rule.comparison.each.keyword.meta.operator.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "item-", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "#{", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "$i", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "}", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "width", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "em", + "color": "#225588", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$i", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " $i", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " $i ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " function with controlstatements ", + "color": "#223355", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.function.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "function", + "color": "#225588", + "_t": "at-rule.control.each.function.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#9966B8", + "_t": "at-rule.each.function.meta.misc.scss.support.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$total", + "color": "#6688CC", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "at-rule.delimiter.each.function.meta.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$a", + "color": "#6688CC", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.for.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "for", + "color": "#225588", + "_t": "at-rule.control.each.for.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$i", + "color": "#6688CC", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "from", + "color": "#225588", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "at-rule.constant.each.for.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "to", + "color": "#225588", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$total", + "color": "#6688CC", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.if.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "if", + "color": "#225588", + "_t": "at-rule.control.each.if.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "unit", + "color": "#9966B8", + "_t": "at-rule.each.function.if.meta.misc.property-list.scss.support.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$a", + "color": "#6688CC", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "==", + "color": "#225588", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.begin.definition.double.each.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "%", + "color": "#22AA44", + "_t": "at-rule.double.each.if.meta.property-list.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.definition.double.each.end.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ") ", + "color": "#6688CC", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "and", + "color": "#225588", + "_t": "at-rule.each.if.keyword.logical.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$i", + "color": "#6688CC", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "==", + "color": "#225588", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$total", + "color": "#6688CC", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "at-rule.css.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "at-rule.constant.each.if.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")) ", + "color": "#6688CC", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " $z", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "100", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "%", + "color": "#225588", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "return", + "color": "#225588", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "at-rule.begin.definition.each.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "1", + "color": "#22AA44", + "_t": "at-rule.each.meta.property-list.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "at-rule.definition.each.end.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "return", + "color": "#225588", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$grid", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.return.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " @mixin simple", + "color": "#223355", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "mixin", + "color": "#225588", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "large-text", + "color": "#DDBB88", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ": ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "family", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Arial", + "color": "#9966B8", + "_t": "at-rule.constant.each.font-name.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "size", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "20", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "weight", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "bold", + "color": "#9966B8", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#F280D0", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "ff0000", + "color": "#F280D0", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "page-title", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "include", + "color": "#225588", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "large-text", + "color": "#DDBB88", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "padding", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "4", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " mixin with parameters ", + "color": "#223355", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "mixin", + "color": "#225588", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sexy-border", + "color": "#DDBB88", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$color", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$width", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.mixin.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.mixin.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "in", + "color": "#225588", + "_t": "at-rule.each.keyword.meta.mixin.other.scss.unit.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "border", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ": ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$color", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "width", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$width", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "style", + "color": "#225588", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "dashed", + "color": "#9966B8", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "p", + "color": "#225588", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "include", + "color": "#225588", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sexy-border", + "color": "#DDBB88", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "blue", + "color": "#9966B8", + "_t": "at-rule.color.constant.each.include.meta.property-list.scss.support.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "; ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " mixin with varargs ", + "color": "#223355", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "mixin", + "color": "#225588", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "box-shadow", + "color": "#DDBB88", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$shadows", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "...", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-moz-box-shadow", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$shadows", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-webkit-box-shadow", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$shadows", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "box-shadow", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$shadows", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "shadows", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "include", + "color": "#225588", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "box-shadow", + "color": "#DDBB88", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "4", + "color": "#F280D0", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#F280D0", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "666", + "color": "#F280D0", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "6", + "color": "#F280D0", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "10", + "color": "#F280D0", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#F280D0", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "999", + "color": "#F280D0", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " include with varargs ", + "color": "#223355", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "mixin", + "color": "#225588", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "colors", + "color": "#DDBB88", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$text", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$background", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$border", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "color", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$text", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "background-color", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$background", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "border-color", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$border", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$values", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ": ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#F280D0", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "ff0000", + "color": "#F280D0", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#F280D0", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "00ff00", + "color": "#F280D0", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#F280D0", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "0000ff", + "color": "#F280D0", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "primary", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "include", + "color": "#225588", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "colors", + "color": "#DDBB88", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$values", + "color": "#6688CC", + "_t": "at-rule.each.include.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "...", + "color": "#6688CC", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " include with body ", + "color": "#223355", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "mixin", + "color": "#225588", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "apply-to-ie6-only", + "color": "#DDBB88", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while.wildcard", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "html", + "color": "#225588", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.content.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@content", + "color": "#225588", + "_t": "at-rule.content.control.each.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.include.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "include", + "color": "#225588", + "_t": "at-rule.control.each.include.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.include.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "apply-to-ie6-only", + "color": "#DDBB88", + "_t": "at-rule.each.entity.function.include.meta.name.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "logo", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "background-image", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "url", + "color": "#9966B8", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#225588", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "logo.gif", + "color": "#2277FF", + "_t": "at-rule.each.meta.parameter.property-list.property-value.scss.url.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.if.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "if", + "color": "#225588", + "_t": "at-rule.control.each.if.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$attr", + "color": "#6688CC", + "_t": "at-rule.each.if.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "mixin", + "color": "#225588", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "apply-to-ie6-only", + "color": "#DDBB88", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " attributes ", + "color": "#223355", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "rel", + "color": "#DDBB88", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "at-rule.attribute-selector.each.meta.operator.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "external", + "color": "#22AA44", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "::", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.pseudo-element.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "after", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.pseudo-element.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "content", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "s", + "color": "#22AA44", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "page ", + "color": "#223355", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.keyword.meta.page.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "page", + "color": "#225588", + "_t": "at-rule.control.each.keyword.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":left", + "color": "#DDBB88", + "_t": "at-rule.each.entity.function.meta.name.page.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "margin-left", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "4", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "cm", + "color": "#225588", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "margin-right", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "cm", + "color": "#225588", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " missing semicolons ", + "color": "#223355", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "tr", + "color": "#225588", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "default", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#F8F8F0", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "bar", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " $foo", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " }", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " foo: {", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " foo : ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "white", + "color": "#9966B8", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " }", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " foo.bar1 {", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " @extend tr.", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "default", + "color": "#9966B8", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.set.support.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": " }", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " foo.bar2 {", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " @import ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "compass", + "color": "#22AA44", + "_t": "at-rule.double.each.meta.property-list.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.definition.double.each.end.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " }", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " bar: ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "black", + "color": "#9966B8", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " rules without whitespace ", + "color": "#223355", + "_t": "at-rule.block.comment.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "legend {foo{a:s}", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "margin-top", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.set.support.type.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "margin-bottom", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#F280D0", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "123", + "color": "#F280D0", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "margin-top", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "s", + "color": "#9966B8", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " extend with interpolation variable ", + "color": "#223355", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "mixin", + "color": "#225588", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "error", + "color": "#DDBB88", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$a", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.mixin.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "false", + "color": "#9966B8", + "_t": "at-rule.constant.each.meta.mixin.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.constant rgb(153, 102, 184)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "extend", + "color": "#225588", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.import.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "#{", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "$a", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.each.entity.import.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "}", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "extend", + "color": "#225588", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " #", + "color": "#6688CC", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.definition.each.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$a", + "color": "#6688CC", + "_t": "at-rule.each.import.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.definition.each.end.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "bar", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "a", + "color": "#225588", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "bar", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "b", + "color": "#225588", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "px", + "color": "#225588", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo", + "color": "#F8F8F0", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "include", + "color": "#225588", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "error", + "color": "#DDBB88", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "at-rule.begin.definition.each.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "bar", + "color": "#22AA44", + "_t": "at-rule.each.include.meta.property-list.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "at-rule.definition.each.end.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " css3: @font face ", + "color": "#223355", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.fontface.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "font-face", + "color": "#225588", + "_t": "at-rule.control.each.fontface.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.fontface.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "font-family", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Delicious", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "src", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "url", + "color": "#9966B8", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Delicious-Roman.otf", + "color": "#22AA44", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " rule names with variables ", + "color": "#223355", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": ".", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "orbit-", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "#{", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "$d", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "}", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "-prev", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$d", + "color": "#6688CC", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "style", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo-", + "color": "#F8F8F0", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": "#{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$d", + "color": "#6688CC", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$d", + "color": "#6688CC", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-bar-", + "color": "#F8F8F0", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": "#{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$d", + "color": "#6688CC", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "foo-", + "color": "#F8F8F0", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": "#{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$d", + "color": "#6688CC", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-bar", + "color": "#F8F8F0", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " keyframes ", + "color": "#223355", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "-webkit-keyframes", + "color": "#225588", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0%", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "opacity", + "color": "#9966B8", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "100%", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "opacity", + "color": "#9966B8", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "-moz-keyframes", + "color": "#225588", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0%", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "opacity", + "color": "#9966B8", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "100%", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "opacity", + "color": "#9966B8", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-o-keyframes", + "color": "#F8F8F0", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#225588", + "_t": "at-rule.custom.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " 0% ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "opacity", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " 100% ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "opacity", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#225588", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "keyframes", + "color": "#225588", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#DDBB88", + "_t": "at-rule.each.entity.function.keyframes.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0%", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "opacity", + "color": "#9966B8", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "100%", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "opacity", + "color": "#9966B8", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " string escaping ", + "color": "#223355", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.property-list.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "data-icon", + "color": "#DDBB88", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "at-rule.attribute-selector.each.meta.operator.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "test-1", + "color": "#22AA44", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.property-list.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.property-list.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.property-list.pseudo-element.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "before", + "color": "#DDBB88", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.property-list.pseudo-element.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "content", + "color": "#9966B8", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\\\", + "color": "#F280D0", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " a comment ", + "color": "#223355", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "$var1", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\'", + "color": "#F280D0", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$var2", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.begin.definition.double.each.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\\"", + "color": "#F280D0", + "_t": "at-rule.character.constant.double.each.escape.meta.property-list.property-value.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "at-rule.definition.double.each.end.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/*", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " another comment ", + "color": "#223355", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + } + ], + "dark_vs": [ + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " snippets from the Sass documentation at http://sass-lang.com/", + "color": "#608B4E", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " css stuff ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " charset ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.charset.control.definition.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "charset", + "color": "#569CD6", + "_t": "at-rule.charset.control.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.charset.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.charset.definition.double.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "UTF-8", + "color": "#CE9178", + "_t": "at-rule.charset.double.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.charset.definition.double.end.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " nested rules ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "main", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "97", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-size", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-weight", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bold", + "color": "#D4D4D4", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pre", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-size", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " parent selector (&) ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "main", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "black", + "color": "#D4D4D4", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-weight", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bold", + "color": "#D4D4D4", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.reference.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "hover", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "red", + "color": "#D4D4D4", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " nested properties ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "funky", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "constant.mathematical-symbols.meta.property-list.property-value.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "family", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.property-value.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ": fantasy", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "size", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "30", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "weight", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bold", + "color": "#D4D4D4", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " color: black;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " nesting conflicts ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "tr", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "default", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ": ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " properties", + "color": "#608B4E", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " rule", + "color": "#608B4E", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "bar", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " selector", + "color": "#608B4E", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bar { ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.meta.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " selector", + "color": "#608B4E", + "_t": "comment.line.meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " foo : ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " foo: 1px; ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " rule", + "color": "#608B4E", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " extended comment syntax ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " This comment is", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " * several lines long.", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " * since it uses the CSS comment syntax,", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " * it will appear in the CSS output. ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "body", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "black", + "color": "#D4D4D4", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " These comments are only one line long each.", + "color": "#608B4E", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " They won't appear in the CSS output,", + "color": "#608B4E", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " since they use the single-line comment syntax.", + "color": "#608B4E", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "green", + "color": "#D4D4D4", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " variables ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "$width", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$width", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Second width?", + "color": "#CE9178", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "!default", + "color": "#569CD6", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "main", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " $localvar", + "color": "#D4D4D4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$width", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " $font-size", + "color": "#D4D4D4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "12", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " $line-height", + "color": "#D4D4D4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "30", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$font-size", + "color": "#D4D4D4", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "#{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$line-height", + "color": "#D4D4D4", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$name", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " foo", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$attr", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border", + "color": "#9CDCFE", + "_t": "meta.property-name.scss.set.support.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "#{", + "color": "#D7BA7D", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "$name", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.interpolation.other.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "}", + "color": "#D7BA7D", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$attr", + "color": "#D4D4D4", + "_t": "interpolation.meta.property-list.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "blue", + "color": "#D4D4D4", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " variable declaration with whitespaces ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Set the color of your columns", + "color": "#608B4E", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "$grid-background-column-color ", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "rgba", + "color": "#D4D4D4", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100", + "color": "#D4D4D4", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100", + "color": "#D4D4D4", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "225", + "color": "#D4D4D4", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0.25", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "!default", + "color": "#569CD6", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " operations", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.scss.tag.wildcard", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " 3;", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "010203", + "color": "#B5CEA8", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "040506", + "color": "#B5CEA8", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-family", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sans- ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "serif", + "color": "#CE9178", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "auto", + "color": "#D4D4D4", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "content", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "I ate ", + "color": "#CE9178", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "begin.bracket.curly.definition.double.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "css.double.interpolation.keyword.meta.operator.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "bracket.curly.definition.double.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " pies!", + "color": "#CE9178", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "hsl", + "color": "#D4D4D4", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "50", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "hsl", + "color": "#D4D4D4", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$hue", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$saturation", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$lightness", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "50", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " functions", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "$grid-width", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "40", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$gutter-width", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.function.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "at-rule.control.function.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.function.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "grid-width", + "color": "#D4D4D4", + "_t": "at-rule.function.meta.misc.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$n", + "color": "#D4D4D4", + "_t": "at-rule.function.meta.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.function.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.return.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "at-rule.control.keyword.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$n", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$grid-width", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$n", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.meta.numeric.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$gutter-width", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "sidebar", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "grid-width", + "color": "#D4D4D4", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " @import ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "foo.scss", + "color": "#CE9178", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$family", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "unquote", + "color": "#D4D4D4", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Droid+Sans", + "color": "#CE9178", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "rounded-corners", + "color": "#CE9178", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#D4D4D4", + "_t": "at-rule.function.import.meta.misc.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "http://fonts.googleapis.com/css?family=", + "color": "#CE9178", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "at-rule.begin.bracket.curly.definition.double.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$family", + "color": "#CE9178", + "_t": "at-rule.double.import.interpolation.meta.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "at-rule.bracket.curly.definition.double.end.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "main", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "example", + "color": "#CE9178", + "_t": "at-rule.double.import.meta.property-list.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.end.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " @media ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "sidebar", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "300", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.keyword.media.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "media", + "color": "#569CD6", + "_t": "at-rule.control.keyword.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "screen", + "color": "#D4D4D4", + "_t": "at-rule.constant.css.media.meta.property-list.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "at-rule.keyword.logical.media.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "orientation", + "color": "#9CDCFE", + "_t": "at-rule.css.media.meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ": ", + "color": "#D4D4D4", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "landscape", + "color": "#D4D4D4", + "_t": "at-rule.constant.media.meta.property-list.property-value.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "500", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " @extend ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "error", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "f00", + "color": "#B5CEA8", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background-color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "fdd", + "color": "#B5CEA8", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "seriousError", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "extend", + "color": "#569CD6", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.entity.import.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "error", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.entity.import.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border-width", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "context", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "%", + "color": "#9CDCFE", + "_t": "attribute-name.definition.entity.other.placeholder.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "extreme", + "color": "#9CDCFE", + "_t": "attribute-name.entity.other.placeholder.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "blue", + "color": "#D4D4D4", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-weight", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bold", + "color": "#D4D4D4", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-size", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "notice", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "extend", + "color": "#569CD6", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.definition.entity.import.meta.other.placeholder.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "extreme", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.entity.import.meta.other.placeholder.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "!optional", + "color": "#569CD6", + "_t": "at-rule.import.keyword.meta.optional.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " @debug and @warn ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.keyword.meta.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "debug", + "color": "#569CD6", + "_t": "at-rule.control.keyword.meta.scss.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " 10em + 12em", + "color": "#D4D4D4", + "_t": "at-rule.meta.scss.warn", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.keyword.meta.mixin.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "mixin", + "color": "#569CD6", + "_t": "at-rule.control.keyword.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "adjust-location", + "color": "#D4D4D4", + "_t": "at-rule.entity.function.meta.mixin.name.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.definition.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$x", + "color": "#D4D4D4", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$y", + "color": "#D4D4D4", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.bracket.definition.end.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "unitless", + "color": "#D4D4D4", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$x", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "warn", + "color": "#569CD6", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Assuming ", + "color": "#CE9178", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$x", + "color": "#CE9178", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " to be in pixels", + "color": "#CE9178", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " $x", + "color": "#D4D4D4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " $x", + "color": "#D4D4D4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "unitless", + "color": "#D4D4D4", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$y", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "warn", + "color": "#569CD6", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Assuming ", + "color": "#CE9178", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$y", + "color": "#CE9178", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " to be in pixels", + "color": "#CE9178", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " $y", + "color": "#D4D4D4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " $y", + "color": "#D4D4D4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "position", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "relative", + "color": "#D4D4D4", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "left", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$x", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$y", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " control directives ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " if statement ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "at-rule.css.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "solid", + "color": "#D4D4D4", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dotted", + "color": "#D4D4D4", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "null", + "color": "#D4D4D4", + "_t": "at-rule.constant.if.meta.property-list.property-value.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "double", + "color": "#D4D4D4", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " if else statement ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "$type", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " monster", + "color": "#D4D4D4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$type", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ocean ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "blue", + "color": "#D4D4D4", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.else.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.else.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "else ", + "color": "#569CD6", + "_t": "at-rule.control.else.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "black", + "color": "#D4D4D4", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " for statement ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.for.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "at-rule.control.for.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$i", + "color": "#D4D4D4", + "_t": "at-rule.for.meta.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "from", + "color": "#D4D4D4", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "through", + "color": "#D4D4D4", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "item-", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "#{", + "color": "#D7BA7D", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "$i", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "}", + "color": "#D7BA7D", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$i", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " each statement ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "each", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$animal", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "at-rule.control.each.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " puma, ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sea-slug", + "color": "#569CD6", + "_t": "at-rule.custom.each.entity.meta.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ", egret, salamander ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "#{", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "$animal", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "}", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "-icon", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background-image", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/images/", + "color": "#CE9178", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$animal", + "color": "#CE9178", + "_t": "at-rule.each.interpolation.meta.property-list.property-value.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".png", + "color": "#CE9178", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " while statement ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "$i", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ": ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "while", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$i", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "at-rule.comparison.each.keyword.meta.operator.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "item-", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "#{", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "$i", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "}", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$i", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " $i", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " $i ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " function with controlstatements ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.function.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "at-rule.control.each.function.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.misc.scss.support.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$total", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "at-rule.delimiter.each.function.meta.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$a", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.for.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "at-rule.control.each.for.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$i", + "color": "#D4D4D4", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "from", + "color": "#D4D4D4", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.for.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "to", + "color": "#D4D4D4", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$total", + "color": "#D4D4D4", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.if.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "at-rule.control.each.if.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "unit", + "color": "#D4D4D4", + "_t": "at-rule.each.function.if.meta.misc.property-list.scss.support.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$a", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.each.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%", + "color": "#CE9178", + "_t": "at-rule.double.each.if.meta.property-list.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.each.end.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "at-rule.each.if.keyword.logical.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$i", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$total", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "at-rule.css.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.if.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")) ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " $z", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "1", + "color": "#CE9178", + "_t": "at-rule.each.meta.property-list.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$grid", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.return.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " @mixin simple", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "mixin", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "large-text", + "color": "#D4D4D4", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ": ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "family", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Arial", + "color": "#D4D4D4", + "_t": "at-rule.constant.each.font-name.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "size", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "weight", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bold", + "color": "#D4D4D4", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "ff0000", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "page-title", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "large-text", + "color": "#D4D4D4", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " mixin with parameters ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "mixin", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sexy-border", + "color": "#D4D4D4", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$color", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$width", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.mixin.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.mixin.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "in", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.mixin.other.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ": ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$color", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$width", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "style", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dashed", + "color": "#D4D4D4", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sexy-border", + "color": "#D4D4D4", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "blue", + "color": "#D4D4D4", + "_t": "at-rule.color.constant.each.include.meta.property-list.scss.support.w3c-standard-color-name.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "; ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " mixin with varargs ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "mixin", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "box-shadow", + "color": "#D4D4D4", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$shadows", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "...", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-moz-box-shadow", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$shadows", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-webkit-box-shadow", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$shadows", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "box-shadow", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$shadows", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "shadows", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "box-shadow", + "color": "#D4D4D4", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "666", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "999", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " include with varargs ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "mixin", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "colors", + "color": "#D4D4D4", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$text", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$background", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$border", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$text", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background-color", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$background", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border-color", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$border", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$values", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ": ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "ff0000", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "00ff00", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "0000ff", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "primary", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "colors", + "color": "#D4D4D4", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$values", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "...", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " include with body ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "mixin", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "apply-to-ie6-only", + "color": "#D4D4D4", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while.wildcard", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "html", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.content.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@content", + "color": "#569CD6", + "_t": "at-rule.content.control.each.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.include.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "at-rule.control.each.include.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "apply-to-ie6-only", + "color": "#D4D4D4", + "_t": "at-rule.each.entity.function.include.meta.name.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "logo", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background-image", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "logo.gif", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.parameter.property-list.property-value.scss.url.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.if.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "at-rule.control.each.if.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$attr", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "mixin", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "apply-to-ie6-only", + "color": "#D4D4D4", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " attributes ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.punctuation.scss.square.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "rel", + "color": "#9CDCFE", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "at-rule.attribute-selector.each.meta.operator.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "external", + "color": "#CE9178", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.punctuation.scss.square.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "::", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.pseudo-element.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "after", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.pseudo-element.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "content", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "s", + "color": "#CE9178", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "page ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.page.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "page", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":left", + "color": "#D4D4D4", + "_t": "at-rule.each.entity.function.meta.name.page.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-left", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "cm", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-right", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "cm", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " missing semicolons ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "tr", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "default", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "bar", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " $foo", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " foo: {", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " foo : ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "white", + "color": "#D4D4D4", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " foo.bar1 {", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " @extend tr.", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "default", + "color": "#D4D4D4", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.set.support.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " foo.bar2 {", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " @import ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "compass", + "color": "#CE9178", + "_t": "at-rule.double.each.meta.property-list.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.each.end.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " bar: ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "black", + "color": "#D4D4D4", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " rules without whitespace ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "legend {foo{a:s}", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-top", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.set.support.type.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-bottom", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "123", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-top", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "s", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " extend with interpolation variable ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "mixin", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "error", + "color": "#D4D4D4", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$a", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.property-list.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.mixin.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "false", + "color": "#D4D4D4", + "_t": "at-rule.constant.each.meta.mixin.property-list.property-value.scss.support.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "extend", + "color": "#569CD6", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.import.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "#{", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "$a", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.import.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "}", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "extend", + "color": "#569CD6", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " #", + "color": "#D4D4D4", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.definition.each.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$a", + "color": "#D4D4D4", + "_t": "at-rule.each.import.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.definition.each.end.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "bar", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "bar", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "error", + "color": "#D4D4D4", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "at-rule.each.include.meta.property-list.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " css3: @font face ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.fontface.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "font-face", + "color": "#569CD6", + "_t": "at-rule.control.each.fontface.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.fontface.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-family", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Delicious", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "src", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Delicious-Roman.otf", + "color": "#CE9178", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " rule names with variables ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "orbit-", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "#{", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "$d", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "}", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "-prev", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$d", + "color": "#D4D4D4", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "style", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo-", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": "#{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$d", + "color": "#D4D4D4", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$d", + "color": "#D4D4D4", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-bar-", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": "#{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$d", + "color": "#D4D4D4", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo-", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": "#{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$d", + "color": "#D4D4D4", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-bar", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " keyframes ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "-webkit-keyframes", + "color": "#569CD6", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "opacity", + "color": "#9CDCFE", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "opacity", + "color": "#9CDCFE", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "-moz-keyframes", + "color": "#569CD6", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "opacity", + "color": "#9CDCFE", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "opacity", + "color": "#9CDCFE", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-o-keyframes", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#569CD6", + "_t": "at-rule.custom.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " 0% ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "opacity", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " 100% ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "opacity", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "keyframes", + "color": "#569CD6", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#D4D4D4", + "_t": "at-rule.each.entity.function.keyframes.meta.name.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "opacity", + "color": "#9CDCFE", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "opacity", + "color": "#9CDCFE", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " string escaping ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.property-list.punctuation.scss.square.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "data-icon", + "color": "#9CDCFE", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "at-rule.attribute-selector.each.meta.operator.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "test-1", + "color": "#CE9178", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.property-list.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.property-list.punctuation.scss.square.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.property-list.pseudo-element.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "before", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.property-list.pseudo-element.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "content", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\\\", + "color": "#CE9178", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " a comment ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "$var1", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\'", + "color": "#CE9178", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$var2", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.each.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\\"", + "color": "#CE9178", + "_t": "at-rule.character.constant.double.each.escape.meta.property-list.property-value.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.each.end.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " another comment ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + } + ], + "light_vs": [ + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " snippets from the Sass documentation at http://sass-lang.com/", + "color": "#008000", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " css stuff ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " charset ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.charset.control.definition.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "charset", + "color": "#0000FF", + "_t": "at-rule.charset.control.keyword.meta.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.charset.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.charset.definition.double.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "UTF-8", + "color": "#A31515", + "_t": "at-rule.charset.double.meta.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.charset.definition.double.end.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " nested rules ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "main", + "color": "#800000", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "97", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-size", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-weight", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bold", + "color": "#0451A5", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pre", + "color": "#800000", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-size", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " parent selector (&) ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "main", + "color": "#800000", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "black", + "color": "#0451A5", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-weight", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bold", + "color": "#0451A5", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#800000", + "_t": "entity.meta.name.property-list.reference.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "hover", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "red", + "color": "#0451A5", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " nested properties ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "funky", + "color": "#800000", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": "/", + "color": "#0451A5", + "_t": "constant.mathematical-symbols.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " {", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "family", + "color": "#FF0000", + "_t": "meta.property-list.property-name.property-value.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ": fantasy", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "size", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "30", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "weight", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bold", + "color": "#0451A5", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " color: black;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " nesting conflicts ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "tr", + "color": "#800000", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "default", + "color": "#800000", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#CD3131", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": ": ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " properties", + "color": "#008000", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#CD3131", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#CD3131", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " rule", + "color": "#008000", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#CD3131", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "bar", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " selector", + "color": "#008000", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#CD3131", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#CD3131", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bar { ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.meta.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " selector", + "color": "#008000", + "_t": "comment.line.meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " foo : ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " foo: 1px; ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " rule", + "color": "#008000", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " extended comment syntax ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " This comment is", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " * several lines long.", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " * since it uses the CSS comment syntax,", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " * it will appear in the CSS output. ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "black", + "color": "#0451A5", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " These comments are only one line long each.", + "color": "#008000", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " They won't appear in the CSS output,", + "color": "#008000", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " since they use the single-line comment syntax.", + "color": "#008000", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "green", + "color": "#0451A5", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " variables ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "$width", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$width", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Second width?", + "color": "#A31515", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "!default", + "color": "#0000FF", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "main", + "color": "#800000", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " $localvar", + "color": "#000000", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "6", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$width", + "color": "#000000", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " $font-size", + "color": "#000000", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "12", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " $line-height", + "color": "#000000", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "30", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#{", + "color": "#000000", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$font-size", + "color": "#000000", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "#{", + "color": "#000000", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$line-height", + "color": "#000000", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$name", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " foo", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$attr", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border", + "color": "#FF0000", + "_t": "meta.property-name.scss.set.support.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "#{", + "color": "#800000", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "$name", + "color": "#800000", + "_t": "attribute-name.class.css.entity.interpolation.other.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "}", + "color": "#800000", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#{", + "color": "#000000", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$attr", + "color": "#000000", + "_t": "interpolation.meta.property-list.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "meta.property-list.property-name.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "blue", + "color": "#0451A5", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " variable declaration with whitespaces ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Set the color of your columns", + "color": "#008000", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "$grid-background-column-color ", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "rgba", + "color": "#000000", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100", + "color": "#0451A5", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ",", + "color": "#000000", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100", + "color": "#0451A5", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ",", + "color": "#000000", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "225", + "color": "#0451A5", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value rgb(4, 81, 165)" + }, + { + "content": ",", + "color": "#000000", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0.25", + "color": "#09885A", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "!default", + "color": "#0000FF", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " operations", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#800000", + "_t": "entity.meta.name.property-list.scss.tag.wildcard", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " 3;", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "010203", + "color": "#09885A", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "040506", + "color": "#09885A", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-family", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sans- ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "serif", + "color": "#A31515", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "auto", + "color": "#0451A5", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "content", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "I ate ", + "color": "#A31515", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#{", + "color": "#A31515", + "_t": "begin.bracket.curly.definition.double.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "+", + "color": "#000000", + "_t": "css.double.interpolation.keyword.meta.operator.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#A31515", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "}", + "color": "#A31515", + "_t": "bracket.curly.definition.double.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " pies!", + "color": "#A31515", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "hsl", + "color": "#0451A5", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "50", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "hsl", + "color": "#0451A5", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$hue", + "color": "#000000", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$saturation", + "color": "#000000", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$lightness", + "color": "#000000", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "50", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " functions", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "$grid-width", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "40", + "color": "#09885A", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$gutter-width", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.function.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "at-rule.control.function.keyword.meta.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.function.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "grid-width", + "color": "#000000", + "_t": "at-rule.function.meta.misc.scss.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$n", + "color": "#000000", + "_t": "at-rule.function.meta.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.function.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.return.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "at-rule.control.keyword.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$n", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$grid-width", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " (", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$n", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.meta.numeric.property-list.return.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$gutter-width", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "sidebar", + "color": "#800000", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "grid-width", + "color": "#0451A5", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " @import ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.import.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "foo.scss", + "color": "#A31515", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$family", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "unquote", + "color": "#000000", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Droid+Sans", + "color": "#A31515", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.import.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "rounded-corners", + "color": "#A31515", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "at-rule.import.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#000000", + "_t": "at-rule.function.import.meta.misc.scss.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "http://fonts.googleapis.com/css?family=", + "color": "#A31515", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#{", + "color": "#A31515", + "_t": "at-rule.begin.bracket.curly.definition.double.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$family", + "color": "#A31515", + "_t": "at-rule.double.import.interpolation.meta.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#A31515", + "_t": "at-rule.bracket.curly.definition.double.end.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "main", + "color": "#800000", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "import", + "color": "#0000FF", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.definition.double.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "example", + "color": "#A31515", + "_t": "at-rule.double.import.meta.property-list.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.definition.double.end.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " @media ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "sidebar", + "color": "#800000", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "300", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.keyword.media.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "media", + "color": "#0000FF", + "_t": "at-rule.control.keyword.media.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "screen", + "color": "#000000", + "_t": "at-rule.constant.css.media.meta.property-list.scss.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and", + "color": "#000000", + "_t": "at-rule.keyword.logical.media.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " (", + "color": "#000000", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "orientation", + "color": "#FF0000", + "_t": "at-rule.css.media.meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ": ", + "color": "#000000", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "landscape", + "color": "#0451A5", + "_t": "at-rule.constant.media.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "500", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " @extend ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "error", + "color": "#800000", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "f00", + "color": "#09885A", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background-color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "fdd", + "color": "#09885A", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "seriousError", + "color": "#800000", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "extend", + "color": "#0000FF", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.entity.import.meta.other.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "error", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.entity.import.meta.other.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border-width", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "context", + "color": "#800000", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "%", + "color": "#800000", + "_t": "attribute-name.definition.entity.other.placeholder.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "extreme", + "color": "#800000", + "_t": "attribute-name.entity.other.placeholder.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "blue", + "color": "#0451A5", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-weight", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bold", + "color": "#0451A5", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-size", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "notice", + "color": "#800000", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "extend", + "color": "#0000FF", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "%", + "color": "#800000", + "_t": "at-rule.attribute-name.definition.entity.import.meta.other.placeholder.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "extreme", + "color": "#800000", + "_t": "at-rule.attribute-name.entity.import.meta.other.placeholder.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "!optional", + "color": "#0000FF", + "_t": "at-rule.import.keyword.meta.optional.other.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " @debug and @warn ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.keyword.meta.punctuation.scss.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "debug", + "color": "#0000FF", + "_t": "at-rule.control.keyword.meta.scss.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " 10em + 12em", + "color": "#000000", + "_t": "at-rule.meta.scss.warn", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.keyword.meta.mixin.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "mixin", + "color": "#0000FF", + "_t": "at-rule.control.keyword.meta.mixin.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "adjust-location", + "color": "#000000", + "_t": "at-rule.entity.function.meta.mixin.name.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.begin.bracket.definition.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$x", + "color": "#000000", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$y", + "color": "#000000", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.bracket.definition.end.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "unitless", + "color": "#000000", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$x", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "warn", + "color": "#0000FF", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Assuming ", + "color": "#A31515", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#{", + "color": "#A31515", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$x", + "color": "#A31515", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#A31515", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " to be in pixels", + "color": "#A31515", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " $x", + "color": "#000000", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " $x", + "color": "#000000", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "unitless", + "color": "#000000", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$y", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "warn", + "color": "#0000FF", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Assuming ", + "color": "#A31515", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#{", + "color": "#A31515", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$y", + "color": "#A31515", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#A31515", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " to be in pixels", + "color": "#A31515", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " $y", + "color": "#000000", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " $y", + "color": "#000000", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "position", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "relative", + "color": "#0451A5", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "left", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$x", + "color": "#000000", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$y", + "color": "#000000", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " control directives ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " if statement ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "at-rule.css.if.keyword.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "solid", + "color": "#0451A5", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dotted", + "color": "#0451A5", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "null", + "color": "#0451A5", + "_t": "at-rule.constant.if.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "double", + "color": "#0451A5", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " if else statement ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "$type", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " monster", + "color": "#000000", + "_t": "meta.scss.set.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$type", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ocean ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "blue", + "color": "#0451A5", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.else.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.else.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "else ", + "color": "#0000FF", + "_t": "at-rule.control.else.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "black", + "color": "#0451A5", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " for statement ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.for.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "at-rule.control.for.keyword.meta.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.for.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$i", + "color": "#000000", + "_t": "at-rule.for.meta.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.for.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "from", + "color": "#000000", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.for.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.for.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "through", + "color": "#000000", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.for.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.for.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "item-", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "#{", + "color": "#800000", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "$i", + "color": "#800000", + "_t": "attribute-name.class.css.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "}", + "color": "#800000", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$i", + "color": "#000000", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " each statement ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "each", + "color": "#0000FF", + "_t": "at-rule.control.each.keyword.meta.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$animal", + "color": "#000000", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#000000", + "_t": "at-rule.control.each.keyword.meta.operator.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " puma, ", + "color": "#000000", + "_t": "at-rule.each.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sea-slug", + "color": "#800000", + "_t": "at-rule.custom.each.entity.meta.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ", egret, salamander ", + "color": "#000000", + "_t": "at-rule.each.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "#{", + "color": "#800000", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "$animal", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "}", + "color": "#800000", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "-icon", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background-image", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#0451A5", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "/images/", + "color": "#A31515", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#{", + "color": "#A31515", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$animal", + "color": "#A31515", + "_t": "at-rule.each.interpolation.meta.property-list.property-value.quoted.scss.single.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "}", + "color": "#A31515", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ".png", + "color": "#A31515", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " while statement ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "$i", + "color": "#000000", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ": ", + "color": "#000000", + "_t": "at-rule.each.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "6", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "while", + "color": "#0000FF", + "_t": "at-rule.control.each.keyword.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$i", + "color": "#000000", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "at-rule.comparison.each.keyword.meta.operator.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "item-", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "#{", + "color": "#800000", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "$i", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "}", + "color": "#800000", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$i", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " $i", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " $i ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " function with controlstatements ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.function.keyword.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "at-rule.control.each.function.keyword.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#000000", + "_t": "at-rule.each.function.meta.misc.scss.support.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$total", + "color": "#000000", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "at-rule.delimiter.each.function.meta.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$a", + "color": "#000000", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.for.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "at-rule.control.each.for.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$i", + "color": "#000000", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "from", + "color": "#000000", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "at-rule.constant.each.for.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "to", + "color": "#000000", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$total", + "color": "#000000", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.if.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "at-rule.control.each.if.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " (", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "unit", + "color": "#000000", + "_t": "at-rule.each.function.if.meta.misc.property-list.scss.support.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$a", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.definition.double.each.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%", + "color": "#A31515", + "_t": "at-rule.double.each.if.meta.property-list.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.definition.double.each.end.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and", + "color": "#000000", + "_t": "at-rule.each.if.keyword.logical.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " (", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$i", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " (", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$total", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "at-rule.css.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.if.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")) ", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " $z", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.begin.definition.each.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "1", + "color": "#A31515", + "_t": "at-rule.each.meta.property-list.quoted.return.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.definition.each.end.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$grid", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.return.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " @mixin simple", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "mixin", + "color": "#0000FF", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "large-text", + "color": "#000000", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ": ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "family", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Arial", + "color": "#0451A5", + "_t": "at-rule.constant.each.font-name.meta.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "size", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "20", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "weight", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bold", + "color": "#0451A5", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "ff0000", + "color": "#09885A", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "page-title", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "include", + "color": "#0000FF", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "large-text", + "color": "#000000", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " mixin with parameters ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "mixin", + "color": "#0000FF", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sexy-border", + "color": "#000000", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$color", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$width", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.mixin.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.mixin.numeric.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "in", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.mixin.other.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ": ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$color", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$width", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "style", + "color": "#800000", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dashed", + "color": "#0451A5", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "include", + "color": "#0000FF", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sexy-border", + "color": "#000000", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "blue", + "color": "#000000", + "_t": "at-rule.color.constant.each.include.meta.property-list.scss.support.w3c-standard-color-name.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "; ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " mixin with varargs ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "mixin", + "color": "#0000FF", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "box-shadow", + "color": "#000000", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$shadows", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "...", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-moz-box-shadow", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$shadows", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-webkit-box-shadow", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$shadows", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "box-shadow", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$shadows", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "shadows", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "include", + "color": "#0000FF", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "box-shadow", + "color": "#000000", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "666", + "color": "#09885A", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "6", + "color": "#09885A", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "999", + "color": "#09885A", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " include with varargs ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "mixin", + "color": "#0000FF", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "colors", + "color": "#000000", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$text", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$background", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$border", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$text", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background-color", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$background", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border-color", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$border", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$values", + "color": "#000000", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ": ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "ff0000", + "color": "#09885A", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "00ff00", + "color": "#09885A", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "0000ff", + "color": "#09885A", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "primary", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "include", + "color": "#0000FF", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "colors", + "color": "#000000", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$values", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "...", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " include with body ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "mixin", + "color": "#0000FF", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "apply-to-ie6-only", + "color": "#000000", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#800000", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while.wildcard", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "html", + "color": "#800000", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.content.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@content", + "color": "#0000FF", + "_t": "at-rule.content.control.each.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.include.keyword.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "include", + "color": "#0000FF", + "_t": "at-rule.control.each.include.keyword.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "apply-to-ie6-only", + "color": "#000000", + "_t": "at-rule.each.entity.function.include.meta.name.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "logo", + "color": "#800000", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background-image", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#0451A5", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "logo.gif", + "color": "#000000", + "_t": "at-rule.each.meta.parameter.property-list.property-value.scss.url.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.if.keyword.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "at-rule.control.each.if.keyword.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$attr", + "color": "#000000", + "_t": "at-rule.each.if.meta.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "mixin", + "color": "#0000FF", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "apply-to-ie6-only", + "color": "#000000", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " attributes ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.punctuation.scss.square.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "rel", + "color": "#800000", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "at-rule.attribute-selector.each.meta.operator.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "external", + "color": "#A31515", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#000000", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.punctuation.scss.square.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "::", + "color": "#800000", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.pseudo-element.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "after", + "color": "#800000", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.pseudo-element.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "content", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "s", + "color": "#A31515", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "page ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.keyword.meta.page.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "page", + "color": "#0000FF", + "_t": "at-rule.control.each.keyword.meta.page.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":left", + "color": "#000000", + "_t": "at-rule.each.entity.function.meta.name.page.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-left", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "cm", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-right", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "cm", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " missing semicolons ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "tr", + "color": "#800000", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "default", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#CD3131", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "bar", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " $foo", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " }", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " foo: {", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " foo : ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "white", + "color": "#000000", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " }", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " foo.bar1 {", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " @extend tr.", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "default", + "color": "#0451A5", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.set.support.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": " }", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " foo.bar2 {", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " @import ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "compass", + "color": "#A31515", + "_t": "at-rule.double.each.meta.property-list.quoted.scss.set.string.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.definition.double.each.end.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " }", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " bar: ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "black", + "color": "#000000", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " rules without whitespace ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "legend {foo{a:s}", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-top", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.set.support.type.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-bottom", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "123", + "color": "#09885A", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-top", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "s", + "color": "#0451A5", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " extend with interpolation variable ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "mixin", + "color": "#0000FF", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "error", + "color": "#000000", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$a", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.property-list.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.mixin.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "false", + "color": "#0451A5", + "_t": "at-rule.constant.each.meta.mixin.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "extend", + "color": "#0000FF", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.import.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "#{", + "color": "#800000", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "$a", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.import.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "}", + "color": "#800000", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "extend", + "color": "#0000FF", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " #", + "color": "#000000", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.definition.each.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$a", + "color": "#000000", + "_t": "at-rule.each.import.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.definition.each.end.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "bar", + "color": "#800000", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "bar", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#800000", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#CD3131", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "include", + "color": "#0000FF", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "error", + "color": "#000000", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.begin.definition.each.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "bar", + "color": "#A31515", + "_t": "at-rule.each.include.meta.property-list.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.definition.each.end.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " css3: @font face ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.fontface.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "font-face", + "color": "#0000FF", + "_t": "at-rule.control.each.fontface.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.fontface.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-family", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Delicious", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "src", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#0451A5", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Delicious-Roman.otf", + "color": "#A31515", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " rule names with variables ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "orbit-", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "#{", + "color": "#800000", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "$d", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "}", + "color": "#800000", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "-prev", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$d", + "color": "#000000", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.property-name.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "style", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo-", + "color": "#CD3131", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": "#{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$d", + "color": "#000000", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$d", + "color": "#000000", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-bar-", + "color": "#CD3131", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": "#{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$d", + "color": "#000000", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo-", + "color": "#CD3131", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": "#{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$d", + "color": "#000000", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-bar", + "color": "#CD3131", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " keyframes ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "-webkit-keyframes", + "color": "#0000FF", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0%", + "color": "#800000", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "opacity", + "color": "#FF0000", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100%", + "color": "#800000", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "opacity", + "color": "#FF0000", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "-moz-keyframes", + "color": "#0000FF", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0%", + "color": "#800000", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "opacity", + "color": "#FF0000", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100%", + "color": "#800000", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "opacity", + "color": "#FF0000", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-o-keyframes", + "color": "#CD3131", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#800000", + "_t": "at-rule.custom.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " 0% ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "opacity", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " 100% ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "opacity", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#0000FF", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "keyframes", + "color": "#0000FF", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#000000", + "_t": "at-rule.each.entity.function.keyframes.meta.name.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0%", + "color": "#800000", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "opacity", + "color": "#FF0000", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100%", + "color": "#800000", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "opacity", + "color": "#FF0000", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " string escaping ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.property-list.punctuation.scss.square.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "data-icon", + "color": "#800000", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "at-rule.attribute-selector.each.meta.operator.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "test-1", + "color": "#A31515", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.property-list.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#000000", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.property-list.punctuation.scss.square.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.property-list.pseudo-element.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "before", + "color": "#800000", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.property-list.pseudo-element.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "content", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\\\\", + "color": "#A31515", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " a comment ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "$var1", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\\'", + "color": "#A31515", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$var2", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.definition.double.each.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\\\"", + "color": "#A31515", + "_t": "at-rule.character.constant.double.each.escape.meta.property-list.property-value.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.definition.double.each.end.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " another comment ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + } + ], + "hc_black": [ + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " snippets from the Sass documentation at http://sass-lang.com/", + "color": "#7CA668", + "_t": "comment.line.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " css stuff ", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " charset ", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.charset.control.definition.keyword.meta.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "charset", + "color": "#569CD6", + "_t": "at-rule.charset.control.keyword.meta.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.charset.meta.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.charset.definition.double.meta.punctuation.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "UTF-8", + "color": "#CE9178", + "_t": "at-rule.charset.double.meta.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.charset.definition.double.end.meta.punctuation.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " nested rules ", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "main", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "97", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font-size", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font-weight", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "bold", + "color": "#FFFFFF", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "pre", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font-size", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " parent selector (&) ", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "main", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "black", + "color": "#FFFFFF", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font-weight", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "bold", + "color": "#FFFFFF", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.reference.scss.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "hover", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "red", + "color": "#FFFFFF", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " nested properties ", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "funky", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": "/", + "color": "#FFFFFF", + "_t": "constant.mathematical-symbols.meta.property-list.property-value.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "family", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.property-value.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ": fantasy", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "size", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "30", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "weight", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "bold", + "color": "#FFFFFF", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " color: black;", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " nesting conflicts ", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "tr", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "default", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ": ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " properties", + "color": "#7CA668", + "_t": "comment.line.meta.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " rule", + "color": "#7CA668", + "_t": "comment.line.meta.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "bar", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " selector", + "color": "#7CA668", + "_t": "comment.line.meta.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "bar { ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.line.meta.property-list.property-value.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " selector", + "color": "#7CA668", + "_t": "comment.line.meta.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " foo : ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " foo: 1px; ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " rule", + "color": "#7CA668", + "_t": "comment.line.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " extended comment syntax ", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " This comment is", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " * several lines long.", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " * since it uses the CSS comment syntax,", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " * it will appear in the CSS output. ", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "body", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "black", + "color": "#FFFFFF", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " These comments are only one line long each.", + "color": "#7CA668", + "_t": "comment.line.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " They won't appear in the CSS output,", + "color": "#7CA668", + "_t": "comment.line.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " since they use the single-line comment syntax.", + "color": "#7CA668", + "_t": "comment.line.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "green", + "color": "#FFFFFF", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " variables ", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "$width", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$width", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Second width?", + "color": "#CE9178", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "!default", + "color": "#569CD6", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "main", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " $localvar", + "color": "#FFFFFF", + "_t": "meta.property-list.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$width", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " $font-size", + "color": "#FFFFFF", + "_t": "meta.property-list.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "12", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " $line-height", + "color": "#FFFFFF", + "_t": "meta.property-list.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "30", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$font-size", + "color": "#FFFFFF", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "#{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$line-height", + "color": "#FFFFFF", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$name", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " foo", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$attr", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "border", + "color": "#D4D4D4", + "_t": "meta.property-name.scss.set.support.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "#{", + "color": "#D7BA7D", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.other.punctuation.scss.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "$name", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.interpolation.other.scss.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "}", + "color": "#D7BA7D", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.other.punctuation.scss.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$attr", + "color": "#FFFFFF", + "_t": "interpolation.meta.property-list.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "meta.property-list.property-name.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "blue", + "color": "#FFFFFF", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " variable declaration with whitespaces ", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "//", + "color": "#7CA668", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Set the color of your columns", + "color": "#7CA668", + "_t": "comment.line.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "$grid-background-column-color ", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "rgba", + "color": "#FFFFFF", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "100", + "color": "#D4D4D4", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "100", + "color": "#D4D4D4", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "225", + "color": "#D4D4D4", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0.25", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "!default", + "color": "#569CD6", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " operations", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.scss.tag.wildcard", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " 3;", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "010203", + "color": "#B5CEA8", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "040506", + "color": "#B5CEA8", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font-family", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sans- ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "serif", + "color": "#CE9178", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "margin", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "auto", + "color": "#FFFFFF", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "content", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "I ate ", + "color": "#CE9178", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "begin.bracket.curly.definition.double.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "css.double.interpolation.keyword.meta.operator.property-list.property-value.quoted.scss.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#CE9178", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "bracket.curly.definition.double.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " pies!", + "color": "#CE9178", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "hsl", + "color": "#FFFFFF", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "50", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "hsl", + "color": "#FFFFFF", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$hue", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$saturation", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$lightness", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "50", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " functions", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "$grid-width", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "40", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$gutter-width", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.function.keyword.meta.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "at-rule.control.function.keyword.meta.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.function.meta.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "grid-width", + "color": "#FFFFFF", + "_t": "at-rule.function.meta.misc.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$n", + "color": "#FFFFFF", + "_t": "at-rule.function.meta.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.function.meta.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.return.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "at-rule.control.keyword.meta.property-list.return.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$n", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$grid-width", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$n", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.meta.numeric.property-list.return.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$gutter-width", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "sidebar", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "grid-width", + "color": "#FFFFFF", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " @import ", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "foo.scss", + "color": "#CE9178", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$family", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "unquote", + "color": "#FFFFFF", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Droid+Sans", + "color": "#CE9178", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "rounded-corners", + "color": "#CE9178", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#FFFFFF", + "_t": "at-rule.function.import.meta.misc.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "http://fonts.googleapis.com/css?family=", + "color": "#CE9178", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "at-rule.begin.bracket.curly.definition.double.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$family", + "color": "#CE9178", + "_t": "at-rule.double.import.interpolation.meta.quoted.scss.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "at-rule.bracket.curly.definition.double.end.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "main", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "import", + "color": "#569CD6", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "example", + "color": "#CE9178", + "_t": "at-rule.double.import.meta.property-list.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.end.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " @media ", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "sidebar", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "300", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.keyword.media.meta.property-list.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "media", + "color": "#569CD6", + "_t": "at-rule.control.keyword.media.meta.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "screen", + "color": "#FFFFFF", + "_t": "at-rule.constant.css.media.meta.property-list.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "at-rule.keyword.logical.media.meta.operator.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "orientation", + "color": "#D4D4D4", + "_t": "at-rule.css.media.meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ": ", + "color": "#FFFFFF", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "landscape", + "color": "#FFFFFF", + "_t": "at-rule.constant.media.meta.property-list.property-value.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "500", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " @extend ", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "error", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "border", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "f00", + "color": "#B5CEA8", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "background-color", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "fdd", + "color": "#B5CEA8", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "seriousError", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "extend", + "color": "#569CD6", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.entity.import.meta.other.property-list.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "error", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.entity.import.meta.other.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "border-width", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "context", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "%", + "color": "#9CDCFE", + "_t": "attribute-name.definition.entity.other.placeholder.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "extreme", + "color": "#9CDCFE", + "_t": "attribute-name.entity.other.placeholder.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "blue", + "color": "#FFFFFF", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font-weight", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "bold", + "color": "#FFFFFF", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font-size", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "notice", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "extend", + "color": "#569CD6", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.definition.entity.import.meta.other.placeholder.property-list.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "extreme", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.entity.import.meta.other.placeholder.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "!optional", + "color": "#569CD6", + "_t": "at-rule.import.keyword.meta.optional.other.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " @debug and @warn ", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.keyword.meta.punctuation.scss.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "debug", + "color": "#569CD6", + "_t": "at-rule.control.keyword.meta.scss.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " 10em + 12em", + "color": "#FFFFFF", + "_t": "at-rule.meta.scss.warn", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.keyword.meta.mixin.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "mixin", + "color": "#569CD6", + "_t": "at-rule.control.keyword.meta.mixin.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.mixin.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "adjust-location", + "color": "#FFFFFF", + "_t": "at-rule.entity.function.meta.mixin.name.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.definition.meta.mixin.parameters.punctuation.round.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$x", + "color": "#FFFFFF", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "at-rule.meta.mixin.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$y", + "color": "#FFFFFF", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.bracket.definition.end.meta.mixin.parameters.punctuation.round.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "unitless", + "color": "#FFFFFF", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$x", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "warn", + "color": "#569CD6", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Assuming ", + "color": "#CE9178", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$x", + "color": "#CE9178", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " to be in pixels", + "color": "#CE9178", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " $x", + "color": "#FFFFFF", + "_t": "meta.property-list.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " $x", + "color": "#FFFFFF", + "_t": "meta.property-list.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "unitless", + "color": "#FFFFFF", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$y", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "warn", + "color": "#569CD6", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Assuming ", + "color": "#CE9178", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$y", + "color": "#CE9178", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " to be in pixels", + "color": "#CE9178", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " $y", + "color": "#FFFFFF", + "_t": "meta.property-list.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " $y", + "color": "#FFFFFF", + "_t": "meta.property-list.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "position", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "relative", + "color": "#FFFFFF", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "left", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$x", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$y", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " control directives ", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " if statement ", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "at-rule.css.if.keyword.meta.operator.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "border", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "solid", + "color": "#FFFFFF", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "border", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "dotted", + "color": "#FFFFFF", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "null", + "color": "#FFFFFF", + "_t": "at-rule.constant.if.meta.property-list.property-value.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "border", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "double", + "color": "#FFFFFF", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " if else statement ", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "$type", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " monster", + "color": "#FFFFFF", + "_t": "meta.scss.set.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$type", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ocean ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "blue", + "color": "#FFFFFF", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.else.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.else.keyword.meta.property-list.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "else ", + "color": "#569CD6", + "_t": "at-rule.control.else.keyword.meta.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "black", + "color": "#FFFFFF", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " for statement ", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.for.keyword.meta.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "at-rule.control.for.keyword.meta.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.for.meta.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$i", + "color": "#FFFFFF", + "_t": "at-rule.for.meta.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.for.meta.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "from", + "color": "#D4D4D4", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.for.meta.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.for.meta.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "through", + "color": "#D4D4D4", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.for.meta.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.for.meta.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "item-", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "#{", + "color": "#D7BA7D", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "$i", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "}", + "color": "#D7BA7D", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$i", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " each statement ", + "color": "#7CA668", + "_t": "block.comment.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "each", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$animal", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#D4D4D4", + "_t": "at-rule.control.each.keyword.meta.operator.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " puma, ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sea-slug", + "color": "#569CD6", + "_t": "at-rule.custom.each.entity.meta.name.scss.tag", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ", egret, salamander ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "#{", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "$animal", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "}", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "-icon", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "background-image", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/images/", + "color": "#CE9178", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#CE9178", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$animal", + "color": "#CE9178", + "_t": "at-rule.each.interpolation.meta.property-list.property-value.quoted.scss.single.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".png", + "color": "#CE9178", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " while statement ", + "color": "#7CA668", + "_t": "at-rule.block.comment.each.meta.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "$i", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ": ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.scss", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "while", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$i", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "at-rule.comparison.each.keyword.meta.operator.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "item-", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "#{", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "$i", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "}", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$i", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " $i", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " $i ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.scss.set.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " function with controlstatements ", + "color": "#7CA668", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.function.keyword.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "at-rule.control.each.function.keyword.meta.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.misc.scss.support.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$total", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "at-rule.delimiter.each.function.meta.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$a", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.for.keyword.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "at-rule.control.each.for.keyword.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$i", + "color": "#FFFFFF", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "from", + "color": "#D4D4D4", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.for.meta.numeric.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "to", + "color": "#D4D4D4", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$total", + "color": "#FFFFFF", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.if.keyword.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "at-rule.control.each.if.keyword.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "unit", + "color": "#FFFFFF", + "_t": "at-rule.each.function.if.meta.misc.property-list.scss.support.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$a", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.each.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%", + "color": "#CE9178", + "_t": "at-rule.double.each.if.meta.property-list.quoted.scss.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.each.end.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "at-rule.each.if.keyword.logical.meta.operator.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$i", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$total", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "at-rule.css.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.if.meta.numeric.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")) ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " $z", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "1", + "color": "#CE9178", + "_t": "at-rule.each.meta.property-list.quoted.return.scss.single.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$grid", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.return.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " @mixin simple", + "color": "#7CA668", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "mixin", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "large-text", + "color": "#FFFFFF", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ": ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "family", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Arial", + "color": "#FFFFFF", + "_t": "at-rule.constant.each.font-name.meta.property-list.property-value.scss.support.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "size", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "weight", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "bold", + "color": "#FFFFFF", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "ff0000", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "page-title", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "large-text", + "color": "#FFFFFF", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "padding", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " mixin with parameters ", + "color": "#7CA668", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "mixin", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sexy-border", + "color": "#FFFFFF", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$color", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$width", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.mixin.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.mixin.numeric.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "in", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.mixin.other.scss.unit.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "border", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ": ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$color", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$width", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "style", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "dashed", + "color": "#FFFFFF", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sexy-border", + "color": "#FFFFFF", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "blue", + "color": "#FFFFFF", + "_t": "at-rule.color.constant.each.include.meta.property-list.scss.support.w3c-standard-color-name.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "; ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " mixin with varargs ", + "color": "#7CA668", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "mixin", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "box-shadow", + "color": "#FFFFFF", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$shadows", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "...", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-moz-box-shadow", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$shadows", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-webkit-box-shadow", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$shadows", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "box-shadow", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$shadows", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "shadows", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "box-shadow", + "color": "#FFFFFF", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "666", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "999", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " include with varargs ", + "color": "#7CA668", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "mixin", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "colors", + "color": "#FFFFFF", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$text", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$background", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$border", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$text", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "background-color", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$background", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "border-color", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$border", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$values", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ": ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "ff0000", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "00ff00", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "0000ff", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "primary", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "colors", + "color": "#FFFFFF", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$values", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "...", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " include with body ", + "color": "#7CA668", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "mixin", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "apply-to-ie6-only", + "color": "#FFFFFF", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while.wildcard", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "html", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.content.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@content", + "color": "#569CD6", + "_t": "at-rule.content.control.each.keyword.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.include.keyword.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "at-rule.control.each.include.keyword.meta.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "apply-to-ie6-only", + "color": "#FFFFFF", + "_t": "at-rule.each.entity.function.include.meta.name.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "logo", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "background-image", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "logo.gif", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.parameter.property-list.property-value.scss.url.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.if.keyword.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "at-rule.control.each.if.keyword.meta.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$attr", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "mixin", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "apply-to-ie6-only", + "color": "#FFFFFF", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " attributes ", + "color": "#7CA668", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.punctuation.scss.square.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "rel", + "color": "#9CDCFE", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "at-rule.attribute-selector.each.meta.operator.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.punctuation.quoted.scss.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "external", + "color": "#CE9178", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.quoted.scss.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.punctuation.quoted.scss.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.punctuation.scss.square.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "::", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.pseudo-element.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "after", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.pseudo-element.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "content", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "s", + "color": "#CE9178", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "page ", + "color": "#7CA668", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.page.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "page", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.page.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":left", + "color": "#FFFFFF", + "_t": "at-rule.each.entity.function.meta.name.page.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "margin-left", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "cm", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "margin-right", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "cm", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " missing semicolons ", + "color": "#7CA668", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "tr", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "default", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "bar", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " $foo", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " foo: {", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " foo : ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "white", + "color": "#FFFFFF", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " foo.bar1 {", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " @extend tr.", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "default", + "color": "#FFFFFF", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.set.support.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " foo.bar2 {", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " @import ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "compass", + "color": "#CE9178", + "_t": "at-rule.double.each.meta.property-list.quoted.scss.set.string.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.each.end.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " bar: ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "black", + "color": "#FFFFFF", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " rules without whitespace ", + "color": "#7CA668", + "_t": "at-rule.block.comment.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "legend {foo{a:s}", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "margin-top", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.set.support.type.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "margin-bottom", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "123", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "margin-top", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "s", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " extend with interpolation variable ", + "color": "#7CA668", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "mixin", + "color": "#569CD6", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "error", + "color": "#FFFFFF", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$a", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.property-list.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.mixin.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "false", + "color": "#FFFFFF", + "_t": "at-rule.constant.each.meta.mixin.property-list.property-value.scss.support.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "extend", + "color": "#569CD6", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.import.meta.other.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "#{", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "$a", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.import.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "}", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "extend", + "color": "#569CD6", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " #", + "color": "#FFFFFF", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.definition.each.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$a", + "color": "#FFFFFF", + "_t": "at-rule.each.import.interpolation.meta.property-list.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.definition.each.end.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "bar", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "bar", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "b", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "include", + "color": "#569CD6", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "error", + "color": "#FFFFFF", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "at-rule.each.include.meta.property-list.quoted.scss.single.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " css3: @font face ", + "color": "#7CA668", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.fontface.keyword.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "font-face", + "color": "#569CD6", + "_t": "at-rule.control.each.fontface.keyword.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.fontface.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "font-family", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Delicious", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "src", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Delicious-Roman.otf", + "color": "#CE9178", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " rule names with variables ", + "color": "#7CA668", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "orbit-", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "#{", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "$d", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "}", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "-prev", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$d", + "color": "#FFFFFF", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.property-name.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "style", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo-", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": "#{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$d", + "color": "#FFFFFF", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$d", + "color": "#FFFFFF", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-bar-", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": "#{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$d", + "color": "#FFFFFF", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "foo-", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": "#{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$d", + "color": "#FFFFFF", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-bar", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " keyframes ", + "color": "#7CA668", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "-webkit-keyframes", + "color": "#569CD6", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "opacity", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "100%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "opacity", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "-moz-keyframes", + "color": "#569CD6", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "opacity", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "100%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "opacity", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-o-keyframes", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#569CD6", + "_t": "at-rule.custom.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " 0% ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "opacity", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " 100% ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "opacity", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#569CD6", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "keyframes", + "color": "#569CD6", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#FFFFFF", + "_t": "at-rule.each.entity.function.keyframes.meta.name.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "opacity", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "100%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "opacity", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " string escaping ", + "color": "#7CA668", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.property-list.punctuation.scss.square.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "data-icon", + "color": "#9CDCFE", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "at-rule.attribute-selector.each.meta.operator.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "test-1", + "color": "#CE9178", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.property-list.quoted.scss.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.property-list.punctuation.scss.square.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.property-list.pseudo-element.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "before", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.property-list.pseudo-element.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "content", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\\\", + "color": "#CE9178", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " a comment ", + "color": "#7CA668", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "$var1", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\'", + "color": "#CE9178", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$var2", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.each.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\\"", + "color": "#CE9178", + "_t": "at-rule.character.constant.double.each.escape.meta.property-list.property-value.quoted.scss.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.each.end.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " another comment ", + "color": "#7CA668", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + } + ], + "dark_plus": [ + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " snippets from the Sass documentation at http://sass-lang.com/", + "color": "#608B4E", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " css stuff ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " charset ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.charset.control.definition.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "charset", + "color": "#C586C0", + "_t": "at-rule.charset.control.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.charset.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.charset.definition.double.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "UTF-8", + "color": "#CE9178", + "_t": "at-rule.charset.double.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.charset.definition.double.end.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " nested rules ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "main", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "97", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "div", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-size", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-weight", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bold", + "color": "#CE9178", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pre", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-size", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " parent selector (&) ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "main", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "black", + "color": "#CE9178", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-weight", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bold", + "color": "#CE9178", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.reference.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "hover", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "red", + "color": "#CE9178", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " nested properties ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "funky", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": "/", + "color": "#CE9178", + "_t": "constant.mathematical-symbols.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "family", + "color": "#CE9178", + "_t": "meta.property-list.property-name.property-value.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ": fantasy", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "size", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "30", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "weight", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bold", + "color": "#CE9178", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " color: black;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " nesting conflicts ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "tr", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "default", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ": ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " properties", + "color": "#608B4E", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " rule", + "color": "#608B4E", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "bar", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " selector", + "color": "#608B4E", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bar { ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.meta.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " selector", + "color": "#608B4E", + "_t": "comment.line.meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " foo : ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " foo: 1px; ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " rule", + "color": "#608B4E", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " extended comment syntax ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " This comment is", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " * several lines long.", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " * since it uses the CSS comment syntax,", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " * it will appear in the CSS output. ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "body", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "black", + "color": "#CE9178", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " These comments are only one line long each.", + "color": "#608B4E", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " They won't appear in the CSS output,", + "color": "#608B4E", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " since they use the single-line comment syntax.", + "color": "#608B4E", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "green", + "color": "#CE9178", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " variables ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "$width", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$width", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "Second width?", + "color": "#9CDCFE", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "!default", + "color": "#9CDCFE", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "main", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " $localvar", + "color": "#9CDCFE", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$width", + "color": "#9CDCFE", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " $font-size", + "color": "#9CDCFE", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "12", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " $line-height", + "color": "#9CDCFE", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "30", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#{", + "color": "#9CDCFE", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "$font-size", + "color": "#9CDCFE", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#9CDCFE", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "#{", + "color": "#9CDCFE", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "$line-height", + "color": "#9CDCFE", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#9CDCFE", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$name", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " foo", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$attr", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "border", + "color": "#9CDCFE", + "_t": "meta.property-name.scss.set.support.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "#{", + "color": "#D7BA7D", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "$name", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.interpolation.other.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "}", + "color": "#D7BA7D", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#{", + "color": "#9CDCFE", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "$attr", + "color": "#9CDCFE", + "_t": "interpolation.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#9CDCFE", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "meta.property-list.property-name.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "blue", + "color": "#CE9178", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " variable declaration with whitespaces ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "//", + "color": "#608B4E", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Set the color of your columns", + "color": "#608B4E", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "$grid-background-column-color ", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "rgba", + "color": "#9CDCFE", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": "(", + "color": "#9CDCFE", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "100", + "color": "#CE9178", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value.scss rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#9CDCFE", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "100", + "color": "#CE9178", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value.scss rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#9CDCFE", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "225", + "color": "#CE9178", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value.scss rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#9CDCFE", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "0.25", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#9CDCFE", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "!default", + "color": "#9CDCFE", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " operations", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "entity.meta.name.property-list.scss.tag.wildcard", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " 3;", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "010203", + "color": "#B5CEA8", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "040506", + "color": "#B5CEA8", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-family", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sans- ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "serif", + "color": "#CE9178", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "auto", + "color": "#CE9178", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "content", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "I ate ", + "color": "#CE9178", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#9CDCFE", + "_t": "begin.bracket.curly.definition.double.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "css.double.interpolation.keyword.meta.operator.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "}", + "color": "#9CDCFE", + "_t": "bracket.curly.definition.double.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " pies!", + "color": "#CE9178", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "hsl", + "color": "#CE9178", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "50", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "hsl", + "color": "#CE9178", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$hue", + "color": "#9CDCFE", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$saturation", + "color": "#9CDCFE", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$lightness", + "color": "#9CDCFE", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "50", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " functions", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "$grid-width", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "40", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$gutter-width", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.function.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "function", + "color": "#C586C0", + "_t": "at-rule.control.function.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.function.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "grid-width", + "color": "#DCDCAA", + "_t": "at-rule.function.meta.misc.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$n", + "color": "#9CDCFE", + "_t": "at-rule.function.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.function.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.return.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "at-rule.control.keyword.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$n", + "color": "#9CDCFE", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$grid-width", + "color": "#9CDCFE", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$n", + "color": "#9CDCFE", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.meta.numeric.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$gutter-width", + "color": "#9CDCFE", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "sidebar", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "grid-width", + "color": "#CE9178", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " @import ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "import", + "color": "#C586C0", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "foo.scss", + "color": "#CE9178", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$family", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "unquote", + "color": "#9CDCFE", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": "(", + "color": "#9CDCFE", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "Droid+Sans", + "color": "#9CDCFE", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#9CDCFE", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "import", + "color": "#C586C0", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "rounded-corners", + "color": "#CE9178", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#DCDCAA", + "_t": "at-rule.function.import.meta.misc.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "http://fonts.googleapis.com/css?family=", + "color": "#CE9178", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#9CDCFE", + "_t": "at-rule.begin.bracket.curly.definition.double.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "$family", + "color": "#9CDCFE", + "_t": "at-rule.double.import.interpolation.meta.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#9CDCFE", + "_t": "at-rule.bracket.curly.definition.double.end.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "main", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "import", + "color": "#C586C0", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "example", + "color": "#CE9178", + "_t": "at-rule.double.import.meta.property-list.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.end.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " @media ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "sidebar", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "300", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.keyword.media.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "media", + "color": "#C586C0", + "_t": "at-rule.control.keyword.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "screen", + "color": "#D4D4D4", + "_t": "at-rule.constant.css.media.meta.property-list.scss.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "at-rule.keyword.logical.media.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "orientation", + "color": "#9CDCFE", + "_t": "at-rule.css.media.meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ": ", + "color": "#D4D4D4", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "landscape", + "color": "#CE9178", + "_t": "at-rule.constant.media.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "500", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " @extend ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "error", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "f00", + "color": "#B5CEA8", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background-color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "fdd", + "color": "#B5CEA8", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "seriousError", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "extend", + "color": "#C586C0", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.entity.import.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "error", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.entity.import.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border-width", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "context", + "color": "#D7BA7D", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "%", + "color": "#9CDCFE", + "_t": "attribute-name.definition.entity.other.placeholder.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "extreme", + "color": "#9CDCFE", + "_t": "attribute-name.entity.other.placeholder.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "blue", + "color": "#CE9178", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-weight", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bold", + "color": "#CE9178", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-size", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "notice", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "extend", + "color": "#C586C0", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.definition.entity.import.meta.other.placeholder.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "extreme", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.entity.import.meta.other.placeholder.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "!optional", + "color": "#569CD6", + "_t": "at-rule.import.keyword.meta.optional.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " @debug and @warn ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.keyword.meta.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "debug", + "color": "#C586C0", + "_t": "at-rule.control.keyword.meta.scss.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " 10em + 12em", + "color": "#D4D4D4", + "_t": "at-rule.meta.scss.warn", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.keyword.meta.mixin.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "mixin", + "color": "#C586C0", + "_t": "at-rule.control.keyword.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "adjust-location", + "color": "#DCDCAA", + "_t": "at-rule.entity.function.meta.mixin.name.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.definition.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$x", + "color": "#9CDCFE", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$y", + "color": "#9CDCFE", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.bracket.definition.end.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "unitless", + "color": "#DCDCAA", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$x", + "color": "#9CDCFE", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "warn", + "color": "#C586C0", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Assuming ", + "color": "#CE9178", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#9CDCFE", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "$x", + "color": "#9CDCFE", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#9CDCFE", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " to be in pixels", + "color": "#CE9178", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " $x", + "color": "#9CDCFE", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " $x", + "color": "#9CDCFE", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "unitless", + "color": "#DCDCAA", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$y", + "color": "#9CDCFE", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "warn", + "color": "#C586C0", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Assuming ", + "color": "#CE9178", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#9CDCFE", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "$y", + "color": "#9CDCFE", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#9CDCFE", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " to be in pixels", + "color": "#CE9178", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " $y", + "color": "#9CDCFE", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " $y", + "color": "#9CDCFE", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "position", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "relative", + "color": "#CE9178", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "left", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$x", + "color": "#9CDCFE", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "top", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$y", + "color": "#9CDCFE", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " control directives ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " if statement ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "at-rule.css.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "solid", + "color": "#CE9178", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dotted", + "color": "#CE9178", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "null", + "color": "#CE9178", + "_t": "at-rule.constant.if.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "double", + "color": "#CE9178", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " if else statement ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "$type", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " monster", + "color": "#9CDCFE", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$type", + "color": "#9CDCFE", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ocean ", + "color": "#D4D4D4", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "blue", + "color": "#CE9178", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.else.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.else.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "else ", + "color": "#C586C0", + "_t": "at-rule.control.else.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "black", + "color": "#CE9178", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " for statement ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.for.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "at-rule.control.for.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$i", + "color": "#9CDCFE", + "_t": "at-rule.for.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "from", + "color": "#C586C0", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "through", + "color": "#C586C0", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "item-", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "#{", + "color": "#D7BA7D", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "$i", + "color": "#D7BA7D", + "_t": "attribute-name.class.css.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "}", + "color": "#D7BA7D", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$i", + "color": "#9CDCFE", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " each statement ", + "color": "#608B4E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "each", + "color": "#C586C0", + "_t": "at-rule.control.each.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$animal", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#C586C0", + "_t": "at-rule.control.each.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " puma, ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sea-slug", + "color": "#569CD6", + "_t": "at-rule.custom.each.entity.meta.name.scss.tag", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ", egret, salamander ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "#{", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "$animal", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "}", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "-icon", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background-image", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#CE9178", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/images/", + "color": "#CE9178", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#{", + "color": "#9CDCFE", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "$animal", + "color": "#9CDCFE", + "_t": "at-rule.each.interpolation.meta.property-list.property-value.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#9CDCFE", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".png", + "color": "#CE9178", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " while statement ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "$i", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ": ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "while", + "color": "#C586C0", + "_t": "at-rule.control.each.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$i", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "at-rule.comparison.each.keyword.meta.operator.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "item-", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "#{", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "$i", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "}", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "em", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$i", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " $i", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " $i ", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " function with controlstatements ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.function.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "function", + "color": "#C586C0", + "_t": "at-rule.control.each.function.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#DCDCAA", + "_t": "at-rule.each.function.meta.misc.scss.support.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$total", + "color": "#9CDCFE", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "at-rule.delimiter.each.function.meta.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$a", + "color": "#9CDCFE", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.for.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "at-rule.control.each.for.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$i", + "color": "#9CDCFE", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "from", + "color": "#C586C0", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.for.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "to", + "color": "#C586C0", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$total", + "color": "#9CDCFE", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.if.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "at-rule.control.each.if.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "unit", + "color": "#DCDCAA", + "_t": "at-rule.each.function.if.meta.misc.property-list.scss.support.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$a", + "color": "#9CDCFE", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.each.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "%", + "color": "#CE9178", + "_t": "at-rule.double.each.if.meta.property-list.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.each.end.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "and", + "color": "#D4D4D4", + "_t": "at-rule.each.if.keyword.logical.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$i", + "color": "#9CDCFE", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$total", + "color": "#9CDCFE", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "at-rule.css.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.if.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")) ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " $z", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "100", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "%", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "1", + "color": "#CE9178", + "_t": "at-rule.each.meta.property-list.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$grid", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.return.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " @mixin simple", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "mixin", + "color": "#C586C0", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "large-text", + "color": "#DCDCAA", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ": ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "family", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Arial", + "color": "#CE9178", + "_t": "at-rule.constant.each.font-name.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "size", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "20", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "weight", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "bold", + "color": "#CE9178", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "ff0000", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "page-title", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "include", + "color": "#C586C0", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "large-text", + "color": "#DCDCAA", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "padding", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " mixin with parameters ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "mixin", + "color": "#C586C0", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sexy-border", + "color": "#DCDCAA", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$color", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$width", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.mixin.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.mixin.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "in", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.mixin.other.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ": ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$color", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "width", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$width", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "style", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dashed", + "color": "#CE9178", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "p", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "include", + "color": "#C586C0", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sexy-border", + "color": "#DCDCAA", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "blue", + "color": "#D4D4D4", + "_t": "at-rule.color.constant.each.include.meta.property-list.scss.support.w3c-standard-color-name.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "; ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " mixin with varargs ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "mixin", + "color": "#C586C0", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "box-shadow", + "color": "#DCDCAA", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$shadows", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "...", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-moz-box-shadow", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$shadows", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-webkit-box-shadow", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$shadows", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "box-shadow", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$shadows", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "shadows", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "include", + "color": "#C586C0", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "box-shadow", + "color": "#DCDCAA", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "666", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "6", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "10", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "999", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " include with varargs ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "mixin", + "color": "#C586C0", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "colors", + "color": "#DCDCAA", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$text", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$background", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$border", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "color", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$text", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background-color", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$background", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "border-color", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$border", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$values", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ": ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "ff0000", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "00ff00", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "0000ff", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "primary", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "include", + "color": "#C586C0", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "colors", + "color": "#DCDCAA", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$values", + "color": "#9CDCFE", + "_t": "at-rule.each.include.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "...", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " include with body ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "mixin", + "color": "#C586C0", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "apply-to-ie6-only", + "color": "#DCDCAA", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while.wildcard", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "html", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.content.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@content", + "color": "#C586C0", + "_t": "at-rule.content.control.each.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.include.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "include", + "color": "#C586C0", + "_t": "at-rule.control.each.include.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "apply-to-ie6-only", + "color": "#DCDCAA", + "_t": "at-rule.each.entity.function.include.meta.name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "logo", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "background-image", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#CE9178", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "logo.gif", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.parameter.property-list.property-value.scss.url.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.if.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "at-rule.control.each.if.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$attr", + "color": "#9CDCFE", + "_t": "at-rule.each.if.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "mixin", + "color": "#C586C0", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "apply-to-ie6-only", + "color": "#DCDCAA", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " attributes ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.punctuation.scss.square.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "rel", + "color": "#9CDCFE", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "at-rule.attribute-selector.each.meta.operator.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "external", + "color": "#CE9178", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.punctuation.scss.square.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "::", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.pseudo-element.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "after", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.pseudo-element.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "content", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "s", + "color": "#CE9178", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "page ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.keyword.meta.page.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "page", + "color": "#C586C0", + "_t": "at-rule.control.each.keyword.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":left", + "color": "#DCDCAA", + "_t": "at-rule.each.entity.function.meta.name.page.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-left", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "4", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "cm", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-right", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "cm", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " missing semicolons ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "tr", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "default", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "bar", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " $foo", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": " }", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " foo: {", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " foo : ", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "white", + "color": "#9CDCFE", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": " }", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " foo.bar1 {", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " @extend tr.", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "default", + "color": "#CE9178", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.set.support.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": " }", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " foo.bar2 {", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " @import ", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "at-rule.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "compass", + "color": "#9CDCFE", + "_t": "at-rule.double.each.meta.property-list.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#9CDCFE", + "_t": "at-rule.definition.double.each.end.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " }", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " bar: ", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "black", + "color": "#9CDCFE", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "/*", + "color": "#9CDCFE", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " rules without whitespace ", + "color": "#9CDCFE", + "_t": "at-rule.block.comment.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "*/", + "color": "#9CDCFE", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "legend {foo{a:s}", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "margin-top", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.set.support.type.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-bottom", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "123", + "color": "#B5CEA8", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "margin-top", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "s", + "color": "#CE9178", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " extend with interpolation variable ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "mixin", + "color": "#C586C0", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "error", + "color": "#DCDCAA", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$a", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.mixin.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.mixin.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "false", + "color": "#CE9178", + "_t": "at-rule.constant.each.meta.mixin.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "extend", + "color": "#C586C0", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.import.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "#{", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "$a", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.import.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "}", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "extend", + "color": "#C586C0", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " #", + "color": "#D4D4D4", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#{", + "color": "#9CDCFE", + "_t": "at-rule.begin.bracket.curly.definition.each.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "$a", + "color": "#9CDCFE", + "_t": "at-rule.each.import.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#9CDCFE", + "_t": "at-rule.bracket.curly.definition.each.end.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "bar", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "a", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "bar", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "b", + "color": "#569CD6", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "px", + "color": "#B5CEA8", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "include", + "color": "#C586C0", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "error", + "color": "#DCDCAA", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "bar", + "color": "#CE9178", + "_t": "at-rule.each.include.meta.property-list.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " css3: @font face ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.fontface.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "font-face", + "color": "#C586C0", + "_t": "at-rule.control.each.fontface.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.fontface.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "font-family", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Delicious", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "src", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "url", + "color": "#CE9178", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.scss rgb(206, 145, 120)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Delicious-Roman.otf", + "color": "#CE9178", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " rule names with variables ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": ".", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "orbit-", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "#{", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "$d", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "}", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "-prev", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#{", + "color": "#9CDCFE", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "$d", + "color": "#9CDCFE", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#9CDCFE", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.property-name.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "style", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo-", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": "#{", + "color": "#9CDCFE", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "$d", + "color": "#9CDCFE", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#9CDCFE", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#{", + "color": "#9CDCFE", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "$d", + "color": "#9CDCFE", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#9CDCFE", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "-bar-", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": "#{", + "color": "#9CDCFE", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "$d", + "color": "#9CDCFE", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#9CDCFE", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "foo-", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": "#{", + "color": "#9CDCFE", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "$d", + "color": "#9CDCFE", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "}", + "color": "#9CDCFE", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "-bar", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " keyframes ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "-webkit-keyframes", + "color": "#C586C0", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "opacity", + "color": "#9CDCFE", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "opacity", + "color": "#9CDCFE", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "-moz-keyframes", + "color": "#C586C0", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "opacity", + "color": "#9CDCFE", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "opacity", + "color": "#9CDCFE", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-o-keyframes", + "color": "#F44747", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.invalid rgb(244, 71, 71)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#569CD6", + "_t": "at-rule.custom.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " 0% ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "opacity", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " 100% ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "opacity", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#C586C0", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "keyframes", + "color": "#C586C0", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#DCDCAA", + "_t": "at-rule.each.entity.function.keyframes.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "opacity", + "color": "#9CDCFE", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "100%", + "color": "#9CDCFE", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "opacity", + "color": "#9CDCFE", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " string escaping ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.property-list.punctuation.scss.square.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "data-icon", + "color": "#9CDCFE", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "at-rule.attribute-selector.each.meta.operator.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "test-1", + "color": "#CE9178", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.property-list.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.property-list.punctuation.scss.square.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.property-list.pseudo-element.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": "before", + "color": "#D7BA7D", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.property-list.pseudo-element.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "content", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\\\", + "color": "#CE9178", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " a comment ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "$var1", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\'", + "color": "#CE9178", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$var2", + "color": "#9CDCFE", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.begin.definition.double.each.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\\\"", + "color": "#CE9178", + "_t": "at-rule.character.constant.double.each.escape.meta.property-list.property-value.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "at-rule.definition.double.each.end.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/*", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " another comment ", + "color": "#608B4E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + } + ], + "light_plus": [ + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " snippets from the Sass documentation at http://sass-lang.com/", + "color": "#008000", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " css stuff ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " charset ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.charset.control.definition.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "charset", + "color": "#AF00DB", + "_t": "at-rule.charset.control.keyword.meta.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.charset.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.charset.definition.double.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "UTF-8", + "color": "#A31515", + "_t": "at-rule.charset.double.meta.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.charset.definition.double.end.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " nested rules ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "main", + "color": "#800000", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "97", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "div", + "color": "#800000", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-size", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-weight", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bold", + "color": "#0451A5", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pre", + "color": "#800000", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-size", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " parent selector (&) ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "main", + "color": "#800000", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "black", + "color": "#0451A5", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-weight", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bold", + "color": "#0451A5", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#800000", + "_t": "entity.meta.name.property-list.reference.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "hover", + "color": "#800000", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "red", + "color": "#0451A5", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " nested properties ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "funky", + "color": "#800000", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": "/", + "color": "#0451A5", + "_t": "constant.mathematical-symbols.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " {", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "family", + "color": "#FF0000", + "_t": "meta.property-list.property-name.property-value.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ": fantasy", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "size", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "30", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "weight", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bold", + "color": "#0451A5", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " color: black;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " nesting conflicts ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "tr", + "color": "#800000", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "default", + "color": "#800000", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#CD3131", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": ": ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " properties", + "color": "#008000", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#CD3131", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#CD3131", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " rule", + "color": "#008000", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#CD3131", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "bar", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " selector", + "color": "#008000", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#CD3131", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#CD3131", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bar { ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.meta.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " selector", + "color": "#008000", + "_t": "comment.line.meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " foo : ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " foo: 1px; ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " rule", + "color": "#008000", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " extended comment syntax ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " This comment is", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " * several lines long.", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " * since it uses the CSS comment syntax,", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " * it will appear in the CSS output. ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "body", + "color": "#800000", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "black", + "color": "#0451A5", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " These comments are only one line long each.", + "color": "#008000", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " They won't appear in the CSS output,", + "color": "#008000", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " since they use the single-line comment syntax.", + "color": "#008000", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "green", + "color": "#0451A5", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " variables ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "$width", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$width", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#001080", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "Second width?", + "color": "#001080", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#001080", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "!default", + "color": "#001080", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "main", + "color": "#800000", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " $localvar", + "color": "#001080", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "6", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$width", + "color": "#001080", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " $font-size", + "color": "#001080", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "12", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " $line-height", + "color": "#001080", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "30", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#{", + "color": "#001080", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "$font-size", + "color": "#001080", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#001080", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "/", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "#{", + "color": "#001080", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "$line-height", + "color": "#001080", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#001080", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$name", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " foo", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$attr", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "border", + "color": "#FF0000", + "_t": "meta.property-name.scss.set.support.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "#{", + "color": "#800000", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "$name", + "color": "#800000", + "_t": "attribute-name.class.css.entity.interpolation.other.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "}", + "color": "#800000", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#{", + "color": "#001080", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "$attr", + "color": "#001080", + "_t": "interpolation.meta.property-list.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#001080", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "-", + "color": "#000000", + "_t": "meta.property-list.property-name.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "blue", + "color": "#0451A5", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " variable declaration with whitespaces ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "//", + "color": "#008000", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Set the color of your columns", + "color": "#008000", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "$grid-background-column-color ", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "rgba", + "color": "#001080", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": "(", + "color": "#001080", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "100", + "color": "#0451A5", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value.scss rgb(4, 81, 165)" + }, + { + "content": ",", + "color": "#001080", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "100", + "color": "#0451A5", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value.scss rgb(4, 81, 165)" + }, + { + "content": ",", + "color": "#001080", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "225", + "color": "#0451A5", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value.scss rgb(4, 81, 165)" + }, + { + "content": ",", + "color": "#001080", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "0.25", + "color": "#09885A", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#001080", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "!default", + "color": "#001080", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " operations", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#800000", + "_t": "entity.meta.name.property-list.scss.tag.wildcard", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " 3;", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "010203", + "color": "#09885A", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "040506", + "color": "#09885A", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-family", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sans- ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "serif", + "color": "#A31515", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "auto", + "color": "#0451A5", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "content", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "I ate ", + "color": "#A31515", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#{", + "color": "#001080", + "_t": "begin.bracket.curly.definition.double.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#001080", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "+", + "color": "#000000", + "_t": "css.double.interpolation.keyword.meta.operator.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#001080", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "}", + "color": "#001080", + "_t": "bracket.curly.definition.double.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " pies!", + "color": "#A31515", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "hsl", + "color": "#0451A5", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "50", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "hsl", + "color": "#0451A5", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$hue", + "color": "#001080", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$saturation", + "color": "#001080", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$lightness", + "color": "#001080", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "50", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " functions", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "$grid-width", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "40", + "color": "#09885A", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$gutter-width", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.function.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "function", + "color": "#AF00DB", + "_t": "at-rule.control.function.keyword.meta.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.function.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "grid-width", + "color": "#795E26", + "_t": "at-rule.function.meta.misc.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$n", + "color": "#001080", + "_t": "at-rule.function.meta.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.function.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.return.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "at-rule.control.keyword.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$n", + "color": "#001080", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$grid-width", + "color": "#001080", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " (", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$n", + "color": "#001080", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.meta.numeric.property-list.return.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$gutter-width", + "color": "#001080", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "sidebar", + "color": "#800000", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "grid-width", + "color": "#0451A5", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " @import ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "import", + "color": "#AF00DB", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.import.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "foo.scss", + "color": "#A31515", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$family", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "unquote", + "color": "#001080", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": "(", + "color": "#001080", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#001080", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "Droid+Sans", + "color": "#001080", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#001080", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#001080", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "import", + "color": "#AF00DB", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.import.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "rounded-corners", + "color": "#A31515", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "at-rule.import.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#795E26", + "_t": "at-rule.function.import.meta.misc.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "http://fonts.googleapis.com/css?family=", + "color": "#A31515", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#{", + "color": "#001080", + "_t": "at-rule.begin.bracket.curly.definition.double.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "$family", + "color": "#001080", + "_t": "at-rule.double.import.interpolation.meta.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#001080", + "_t": "at-rule.bracket.curly.definition.double.end.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "main", + "color": "#800000", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "import", + "color": "#AF00DB", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.definition.double.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "example", + "color": "#A31515", + "_t": "at-rule.double.import.meta.property-list.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.definition.double.end.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " @media ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "sidebar", + "color": "#800000", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "300", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.keyword.media.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "media", + "color": "#AF00DB", + "_t": "at-rule.control.keyword.media.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "screen", + "color": "#000000", + "_t": "at-rule.constant.css.media.meta.property-list.scss.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and", + "color": "#000000", + "_t": "at-rule.keyword.logical.media.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " (", + "color": "#000000", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "orientation", + "color": "#FF0000", + "_t": "at-rule.css.media.meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ": ", + "color": "#000000", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "landscape", + "color": "#0451A5", + "_t": "at-rule.constant.media.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "500", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " @extend ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "error", + "color": "#800000", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "f00", + "color": "#09885A", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background-color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "fdd", + "color": "#09885A", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "seriousError", + "color": "#800000", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "extend", + "color": "#AF00DB", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.entity.import.meta.other.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "error", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.entity.import.meta.other.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border-width", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "context", + "color": "#800000", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "%", + "color": "#800000", + "_t": "attribute-name.definition.entity.other.placeholder.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "extreme", + "color": "#800000", + "_t": "attribute-name.entity.other.placeholder.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "blue", + "color": "#0451A5", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-weight", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bold", + "color": "#0451A5", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-size", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": "notice", + "color": "#800000", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "extend", + "color": "#AF00DB", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "%", + "color": "#800000", + "_t": "at-rule.attribute-name.definition.entity.import.meta.other.placeholder.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "extreme", + "color": "#800000", + "_t": "at-rule.attribute-name.entity.import.meta.other.placeholder.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "!optional", + "color": "#0000FF", + "_t": "at-rule.import.keyword.meta.optional.other.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " @debug and @warn ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.keyword.meta.punctuation.scss.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "debug", + "color": "#AF00DB", + "_t": "at-rule.control.keyword.meta.scss.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " 10em + 12em", + "color": "#000000", + "_t": "at-rule.meta.scss.warn", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.keyword.meta.mixin.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "mixin", + "color": "#AF00DB", + "_t": "at-rule.control.keyword.meta.mixin.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "adjust-location", + "color": "#795E26", + "_t": "at-rule.entity.function.meta.mixin.name.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.begin.bracket.definition.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$x", + "color": "#001080", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$y", + "color": "#001080", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.bracket.definition.end.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "unitless", + "color": "#795E26", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$x", + "color": "#001080", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "warn", + "color": "#AF00DB", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Assuming ", + "color": "#A31515", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#{", + "color": "#001080", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "$x", + "color": "#001080", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#001080", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " to be in pixels", + "color": "#A31515", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " $x", + "color": "#001080", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#001080", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "*", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " $x", + "color": "#001080", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "unitless", + "color": "#795E26", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$y", + "color": "#001080", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "warn", + "color": "#AF00DB", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Assuming ", + "color": "#A31515", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#{", + "color": "#001080", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "$y", + "color": "#001080", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#001080", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " to be in pixels", + "color": "#A31515", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " $y", + "color": "#001080", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#001080", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "*", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " $y", + "color": "#001080", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "position", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "relative", + "color": "#0451A5", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "left", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$x", + "color": "#001080", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "top", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$y", + "color": "#001080", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " control directives ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " if statement ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "at-rule.css.if.keyword.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "solid", + "color": "#0451A5", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dotted", + "color": "#0451A5", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "null", + "color": "#0451A5", + "_t": "at-rule.constant.if.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "double", + "color": "#0451A5", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " if else statement ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "$type", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " monster", + "color": "#001080", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$type", + "color": "#001080", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ocean ", + "color": "#000000", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "blue", + "color": "#0451A5", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.else.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.else.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "else ", + "color": "#AF00DB", + "_t": "at-rule.control.else.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "black", + "color": "#0451A5", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " for statement ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.for.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "at-rule.control.for.keyword.meta.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.for.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$i", + "color": "#001080", + "_t": "at-rule.for.meta.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.for.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "from", + "color": "#AF00DB", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.for.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.for.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "through", + "color": "#AF00DB", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.for.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.for.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "item-", + "color": "#800000", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "#{", + "color": "#800000", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "$i", + "color": "#800000", + "_t": "attribute-name.class.css.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "}", + "color": "#800000", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$i", + "color": "#001080", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " each statement ", + "color": "#008000", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "each", + "color": "#AF00DB", + "_t": "at-rule.control.each.keyword.meta.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$animal", + "color": "#001080", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#AF00DB", + "_t": "at-rule.control.each.keyword.meta.operator.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " puma, ", + "color": "#000000", + "_t": "at-rule.each.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sea-slug", + "color": "#800000", + "_t": "at-rule.custom.each.entity.meta.name.scss.tag", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ", egret, salamander ", + "color": "#000000", + "_t": "at-rule.each.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "#{", + "color": "#800000", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "$animal", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "}", + "color": "#800000", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "-icon", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background-image", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#0451A5", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "/images/", + "color": "#A31515", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#{", + "color": "#001080", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "$animal", + "color": "#001080", + "_t": "at-rule.each.interpolation.meta.property-list.property-value.quoted.scss.single.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#001080", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".png", + "color": "#A31515", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " while statement ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "$i", + "color": "#001080", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ": ", + "color": "#000000", + "_t": "at-rule.each.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "6", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.scss", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.scss", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "while", + "color": "#AF00DB", + "_t": "at-rule.control.each.keyword.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$i", + "color": "#001080", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "at-rule.comparison.each.keyword.meta.operator.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "item-", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "#{", + "color": "#800000", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "$i", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "}", + "color": "#800000", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "em", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$i", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " $i", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " $i ", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "-", + "color": "#000000", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " function with controlstatements ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.function.keyword.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "function", + "color": "#AF00DB", + "_t": "at-rule.control.each.function.keyword.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#795E26", + "_t": "at-rule.each.function.meta.misc.scss.support.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$total", + "color": "#001080", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "at-rule.delimiter.each.function.meta.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$a", + "color": "#001080", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.for.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "at-rule.control.each.for.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$i", + "color": "#001080", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "from", + "color": "#AF00DB", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "at-rule.constant.each.for.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "to", + "color": "#AF00DB", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$total", + "color": "#001080", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.if.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "at-rule.control.each.if.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " (", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "unit", + "color": "#795E26", + "_t": "at-rule.each.function.if.meta.misc.property-list.scss.support.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$a", + "color": "#001080", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.definition.double.each.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "%", + "color": "#A31515", + "_t": "at-rule.double.each.if.meta.property-list.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.definition.double.each.end.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "and", + "color": "#000000", + "_t": "at-rule.each.if.keyword.logical.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " (", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$i", + "color": "#001080", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " (", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$total", + "color": "#001080", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "at-rule.css.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.if.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")) ", + "color": "#000000", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " $z", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "100", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "%", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.begin.definition.each.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "1", + "color": "#A31515", + "_t": "at-rule.each.meta.property-list.quoted.return.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.definition.each.end.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$grid", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.return.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " @mixin simple", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "mixin", + "color": "#AF00DB", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "large-text", + "color": "#795E26", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ": ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "family", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Arial", + "color": "#0451A5", + "_t": "at-rule.constant.each.font-name.meta.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "size", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "20", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "weight", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "bold", + "color": "#0451A5", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "ff0000", + "color": "#09885A", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "page-title", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "include", + "color": "#AF00DB", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "large-text", + "color": "#795E26", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "padding", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " mixin with parameters ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "mixin", + "color": "#AF00DB", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sexy-border", + "color": "#795E26", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$color", + "color": "#001080", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$width", + "color": "#001080", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.mixin.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.mixin.numeric.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "in", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.mixin.other.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ": ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$color", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "width", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$width", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "style", + "color": "#800000", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dashed", + "color": "#0451A5", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "p", + "color": "#800000", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "include", + "color": "#AF00DB", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sexy-border", + "color": "#795E26", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "blue", + "color": "#000000", + "_t": "at-rule.color.constant.each.include.meta.property-list.scss.support.w3c-standard-color-name.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "; ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " mixin with varargs ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "mixin", + "color": "#AF00DB", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "box-shadow", + "color": "#795E26", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$shadows", + "color": "#001080", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "...", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-moz-box-shadow", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$shadows", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-webkit-box-shadow", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$shadows", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "box-shadow", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$shadows", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "shadows", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "include", + "color": "#AF00DB", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "box-shadow", + "color": "#795E26", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "666", + "color": "#09885A", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "6", + "color": "#09885A", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "10", + "color": "#09885A", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "999", + "color": "#09885A", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " include with varargs ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "mixin", + "color": "#AF00DB", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "colors", + "color": "#795E26", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$text", + "color": "#001080", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$background", + "color": "#001080", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$border", + "color": "#001080", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "color", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$text", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background-color", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$background", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "border-color", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$border", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$values", + "color": "#001080", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ": ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "ff0000", + "color": "#09885A", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "00ff00", + "color": "#09885A", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "0000ff", + "color": "#09885A", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "primary", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "include", + "color": "#AF00DB", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "colors", + "color": "#795E26", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$values", + "color": "#001080", + "_t": "at-rule.each.include.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "...", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " include with body ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "mixin", + "color": "#AF00DB", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "apply-to-ie6-only", + "color": "#795E26", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#800000", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while.wildcard", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "html", + "color": "#800000", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.content.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@content", + "color": "#AF00DB", + "_t": "at-rule.content.control.each.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.include.keyword.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "include", + "color": "#AF00DB", + "_t": "at-rule.control.each.include.keyword.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "apply-to-ie6-only", + "color": "#795E26", + "_t": "at-rule.each.entity.function.include.meta.name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "logo", + "color": "#800000", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "background-image", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#0451A5", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "logo.gif", + "color": "#001080", + "_t": "at-rule.each.meta.parameter.property-list.property-value.scss.url.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.if.keyword.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "at-rule.control.each.if.keyword.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$attr", + "color": "#001080", + "_t": "at-rule.each.if.meta.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "mixin", + "color": "#AF00DB", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "apply-to-ie6-only", + "color": "#795E26", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " attributes ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.punctuation.scss.square.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "rel", + "color": "#800000", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "at-rule.attribute-selector.each.meta.operator.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "external", + "color": "#A31515", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#000000", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.punctuation.scss.square.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "::", + "color": "#800000", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.pseudo-element.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "after", + "color": "#800000", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.pseudo-element.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "content", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "s", + "color": "#A31515", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "page ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.keyword.meta.page.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "page", + "color": "#AF00DB", + "_t": "at-rule.control.each.keyword.meta.page.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":left", + "color": "#795E26", + "_t": "at-rule.each.entity.function.meta.name.page.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-left", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "4", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "cm", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-right", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "cm", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " missing semicolons ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "tr", + "color": "#800000", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "default", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#CD3131", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "bar", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " $foo", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#001080", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": " }", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " foo: {", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " foo : ", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "white", + "color": "#001080", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": " }", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " foo.bar1 {", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " @extend tr.", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "default", + "color": "#0451A5", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.set.support.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": " }", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " foo.bar2 {", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " @import ", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#001080", + "_t": "at-rule.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "compass", + "color": "#001080", + "_t": "at-rule.double.each.meta.property-list.quoted.scss.set.string.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#001080", + "_t": "at-rule.definition.double.each.end.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " }", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " bar: ", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "black", + "color": "#001080", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "/*", + "color": "#001080", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " rules without whitespace ", + "color": "#001080", + "_t": "at-rule.block.comment.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "*/", + "color": "#001080", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "legend {foo{a:s}", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "margin-top", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.set.support.type.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-bottom", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#09885A", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "123", + "color": "#09885A", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "margin-top", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "s", + "color": "#0451A5", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " extend with interpolation variable ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "mixin", + "color": "#AF00DB", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "error", + "color": "#795E26", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$a", + "color": "#001080", + "_t": "at-rule.each.meta.mixin.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.mixin.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "false", + "color": "#0451A5", + "_t": "at-rule.constant.each.meta.mixin.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "extend", + "color": "#AF00DB", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.import.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "#{", + "color": "#800000", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "$a", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.import.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "}", + "color": "#800000", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "extend", + "color": "#AF00DB", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " #", + "color": "#000000", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#{", + "color": "#001080", + "_t": "at-rule.begin.bracket.curly.definition.each.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "$a", + "color": "#001080", + "_t": "at-rule.each.import.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#001080", + "_t": "at-rule.bracket.curly.definition.each.end.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#800000", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "bar", + "color": "#800000", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "a", + "color": "#800000", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "bar", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "b", + "color": "#800000", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "px", + "color": "#09885A", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo", + "color": "#CD3131", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "include", + "color": "#AF00DB", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "error", + "color": "#795E26", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.begin.definition.each.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "bar", + "color": "#A31515", + "_t": "at-rule.each.include.meta.property-list.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.definition.each.end.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " css3: @font face ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.fontface.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "font-face", + "color": "#AF00DB", + "_t": "at-rule.control.each.fontface.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.fontface.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "font-family", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Delicious", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "src", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "url", + "color": "#0451A5", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value.scss rgb(4, 81, 165)" + }, + { + "content": "(", + "color": "#000000", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Delicious-Roman.otf", + "color": "#A31515", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#000000", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " rule names with variables ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": ".", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "orbit-", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "#{", + "color": "#800000", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "$d", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "}", + "color": "#800000", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "-prev", + "color": "#800000", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#{", + "color": "#001080", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "$d", + "color": "#001080", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#001080", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "-", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.property-name.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "style", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo-", + "color": "#CD3131", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": "#{", + "color": "#001080", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "$d", + "color": "#001080", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#001080", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#{", + "color": "#001080", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "$d", + "color": "#001080", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#001080", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "-bar-", + "color": "#CD3131", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": "#{", + "color": "#001080", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "$d", + "color": "#001080", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#001080", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "foo-", + "color": "#CD3131", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": "#{", + "color": "#001080", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "$d", + "color": "#001080", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "}", + "color": "#001080", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "-bar", + "color": "#CD3131", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " keyframes ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "-webkit-keyframes", + "color": "#AF00DB", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0%", + "color": "#800000", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "opacity", + "color": "#FF0000", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100%", + "color": "#800000", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "opacity", + "color": "#FF0000", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "-moz-keyframes", + "color": "#AF00DB", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0%", + "color": "#800000", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "opacity", + "color": "#FF0000", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100%", + "color": "#800000", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "opacity", + "color": "#FF0000", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-o-keyframes", + "color": "#CD3131", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.invalid rgb(205, 49, 49)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#800000", + "_t": "at-rule.custom.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " 0% ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "opacity", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " 100% ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "opacity", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#AF00DB", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "keyframes", + "color": "#AF00DB", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#795E26", + "_t": "at-rule.each.entity.function.keyframes.meta.name.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0%", + "color": "#800000", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "opacity", + "color": "#FF0000", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "100%", + "color": "#800000", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "opacity", + "color": "#FF0000", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " string escaping ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.property-list.punctuation.scss.square.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "data-icon", + "color": "#800000", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "at-rule.attribute-selector.each.meta.operator.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "test-1", + "color": "#A31515", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.property-list.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "]", + "color": "#000000", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.property-list.punctuation.scss.square.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.property-list.pseudo-element.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": "before", + "color": "#800000", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.property-list.pseudo-element.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.scss rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "content", + "color": "#FF0000", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.scss rgb(255, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\\\\", + "color": "#A31515", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " a comment ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "$var1", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\\'", + "color": "#A31515", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$var2", + "color": "#001080", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.begin.definition.double.each.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\\\"", + "color": "#A31515", + "_t": "at-rule.character.constant.double.each.escape.meta.property-list.property-value.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "at-rule.definition.double.each.end.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/*", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " another comment ", + "color": "#008000", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + } + ], + "kimbie_dark": [ + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " snippets from the Sass documentation at http://sass-lang.com/", + "color": "#A57A4C", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " css stuff ", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " charset ", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.charset.control.definition.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "charset", + "color": "#98676A", + "_t": "at-rule.charset.control.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.charset.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.begin.charset.definition.double.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "UTF-8", + "color": "#889B4A", + "_t": "at-rule.charset.double.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.charset.definition.double.end.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " nested rules ", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": "main", + "color": "#8AB1B0", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "width", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "97", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "%", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "p", + "color": "#DC3958", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "div", + "color": "#DC3958", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font-size", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "em", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font-weight", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "bold", + "color": "#F79A32", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "pre", + "color": "#DC3958", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font-size", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "em", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " parent selector (&) ", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": "main", + "color": "#8AB1B0", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "black", + "color": "#F79A32", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font-weight", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "bold", + "color": "#F79A32", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "&", + "color": "#DC3958", + "_t": "entity.meta.name.property-list.reference.scss.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "hover", + "color": "#F79A32", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "red", + "color": "#F79A32", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " nested properties ", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "funky", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": "/", + "color": "#F79A32", + "_t": "constant.mathematical-symbols.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " {", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "family", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.property-value.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ": fantasy", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "size", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "30", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "em", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "weight", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "bold", + "color": "#F79A32", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " color: black;", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " nesting conflicts ", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "tr", + "color": "#DC3958", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "default", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#DC3958", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.invalid.illegal rgb(220, 57, 88)" + }, + { + "content": ": ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " properties", + "color": "#A57A4C", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#DC3958", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.invalid.illegal rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#DC3958", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.invalid.illegal rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " rule", + "color": "#A57A4C", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#DC3958", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.invalid.illegal rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "bar", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " selector", + "color": "#A57A4C", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#DC3958", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.invalid.illegal rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#DC3958", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.invalid.illegal rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "bar { ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.line.meta.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " selector", + "color": "#A57A4C", + "_t": "comment.line.meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " foo : ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " foo: 1px; ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " rule", + "color": "#A57A4C", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " extended comment syntax ", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " This comment is", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " * several lines long.", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " * since it uses the CSS comment syntax,", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " * it will appear in the CSS output. ", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "body", + "color": "#DC3958", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "black", + "color": "#F79A32", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " These comments are only one line long each.", + "color": "#A57A4C", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " They won't appear in the CSS output,", + "color": "#A57A4C", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " since they use the single-line comment syntax.", + "color": "#A57A4C", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "green", + "color": "#F79A32", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " variables ", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "$width", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "em", + "color": "#F79A32", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$width", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Second width?", + "color": "#889B4A", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "!default", + "color": "#DC3958", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": "main", + "color": "#8AB1B0", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " $localvar", + "color": "#DC3958", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "6", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "em", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "width", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$width", + "color": "#DC3958", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " $font-size", + "color": "#DC3958", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "12", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " $line-height", + "color": "#DC3958", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "30", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "$font-size", + "color": "#18401E", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.interpolation rgb(24, 64, 30)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "#{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "$line-height", + "color": "#18401E", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.interpolation rgb(24, 64, 30)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$name", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " foo", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$attr", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "border", + "color": "#DC3958", + "_t": "meta.property-name.scss.set.support.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "p", + "color": "#DC3958", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "#{", + "color": "#8AB1B0", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "$name", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.interpolation.other.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "}", + "color": "#8AB1B0", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "$attr", + "color": "#18401E", + "_t": "interpolation.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.interpolation rgb(24, 64, 30)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "blue", + "color": "#F79A32", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " variable declaration with whitespaces ", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "//", + "color": "#A57A4C", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Set the color of your columns", + "color": "#A57A4C", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "$grid-background-column-color ", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "rgba", + "color": "#7E602C", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#DC3958", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "100", + "color": "#F79A32", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "100", + "color": "#F79A32", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "225", + "color": "#F79A32", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "0.25", + "color": "#F79A32", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#DC3958", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "!default", + "color": "#DC3958", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " operations", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "p", + "color": "#DC3958", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "width", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "em", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "em", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ") ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#DC3958", + "_t": "entity.meta.name.property-list.scss.tag.wildcard", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " 3;", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#F79A32", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "010203", + "color": "#F79A32", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#F79A32", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "040506", + "color": "#F79A32", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font-family", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "sans- ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "serif", + "color": "#889B4A", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "margin", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "4", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "auto", + "color": "#F79A32", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "content", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "I ate ", + "color": "#889B4A", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "#{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.definition.double.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#18401E", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.interpolation rgb(24, 64, 30)" + }, + { + "content": " ", + "color": "#18401E", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.interpolation rgb(24, 64, 30)" + }, + { + "content": "+", + "color": "#18401E", + "_t": "css.double.interpolation.keyword.meta.operator.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.interpolation rgb(24, 64, 30)" + }, + { + "content": " ", + "color": "#18401E", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.interpolation rgb(24, 64, 30)" + }, + { + "content": "10", + "color": "#18401E", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.interpolation rgb(24, 64, 30)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.definition.double.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " pies!", + "color": "#889B4A", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "hsl", + "color": "#7E602C", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "100", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "%", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "50", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "%", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "hsl", + "color": "#7E602C", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$hue", + "color": "#DC3958", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#DC3958", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$saturation", + "color": "#DC3958", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#DC3958", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "100", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "%", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$lightness", + "color": "#DC3958", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#DC3958", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "50", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "%", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " functions", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "$grid-width", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "40", + "color": "#F79A32", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$gutter-width", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "10", + "color": "#F79A32", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.function.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "function", + "color": "#98676A", + "_t": "at-rule.control.function.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.function.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "grid-width", + "color": "#7E602C", + "_t": "at-rule.function.meta.misc.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$n", + "color": "#DC3958", + "_t": "at-rule.function.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.function.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.return.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "at-rule.control.keyword.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$n", + "color": "#DC3958", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$grid-width", + "color": "#DC3958", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$n", + "color": "#DC3958", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "at-rule.constant.meta.numeric.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ") ", + "color": "#D3AF86", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$gutter-width", + "color": "#DC3958", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": "sidebar", + "color": "#8AB1B0", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "width", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "grid-width", + "color": "#7E602C", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " @import ", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "import", + "color": "#98676A", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "foo.scss", + "color": "#889B4A", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$family", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "unquote", + "color": "#7E602C", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#DC3958", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Droid+Sans", + "color": "#889B4A", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#DC3958", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "import", + "color": "#98676A", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "rounded-corners", + "color": "#889B4A", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "url", + "color": "#7E602C", + "_t": "at-rule.function.import.meta.misc.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "http://fonts.googleapis.com/css?family=", + "color": "#889B4A", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "#{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.definition.double.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$family", + "color": "#18401E", + "_t": "at-rule.double.import.interpolation.meta.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.interpolation rgb(24, 64, 30)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.definition.double.end.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": "main", + "color": "#8AB1B0", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "import", + "color": "#98676A", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.begin.definition.double.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "example", + "color": "#889B4A", + "_t": "at-rule.double.import.meta.property-list.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.definition.double.end.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " @media ", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "sidebar", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "width", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "300", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.keyword.media.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "media", + "color": "#98676A", + "_t": "at-rule.control.keyword.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "screen", + "color": "#F79A32", + "_t": "at-rule.constant.css.media.meta.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "and", + "color": "#D3AF86", + "_t": "at-rule.keyword.logical.media.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "orientation", + "color": "#D3AF86", + "_t": "at-rule.css.media.meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ": ", + "color": "#D3AF86", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "landscape", + "color": "#F79A32", + "_t": "at-rule.constant.media.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ") ", + "color": "#D3AF86", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "width", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "500", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " @extend ", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "error", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "border", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#F79A32", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "f00", + "color": "#F79A32", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "background-color", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#F79A32", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "fdd", + "color": "#F79A32", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "seriousError", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "extend", + "color": "#98676A", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.class.css.definition.entity.import.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "error", + "color": "#F79A32", + "_t": "at-rule.attribute-name.class.css.entity.import.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "border-width", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#8AB1B0", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": "context", + "color": "#8AB1B0", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "%", + "color": "#8AB1B0", + "_t": "attribute-name.definition.entity.other.placeholder.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "extreme", + "color": "#F79A32", + "_t": "attribute-name.entity.other.placeholder.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "blue", + "color": "#F79A32", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font-weight", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "bold", + "color": "#F79A32", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font-size", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "em", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "notice", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "extend", + "color": "#98676A", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "%", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.definition.entity.import.meta.other.placeholder.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "extreme", + "color": "#F79A32", + "_t": "at-rule.attribute-name.entity.import.meta.other.placeholder.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "!optional", + "color": "#98676A", + "_t": "at-rule.import.keyword.meta.optional.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " @debug and @warn ", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.keyword.meta.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "debug", + "color": "#98676A", + "_t": "at-rule.control.keyword.meta.scss.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " 10em + 12em", + "color": "#D3AF86", + "_t": "at-rule.meta.scss.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.keyword.meta.mixin.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "mixin", + "color": "#98676A", + "_t": "at-rule.control.keyword.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "adjust-location", + "color": "#8AB1B0", + "_t": "at-rule.entity.function.meta.mixin.name.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.definition.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "$x", + "color": "#DC3958", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$y", + "color": "#DC3958", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.bracket.definition.end.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "unitless", + "color": "#7E602C", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$x", + "color": "#DC3958", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "warn", + "color": "#98676A", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Assuming ", + "color": "#889B4A", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "#{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$x", + "color": "#18401E", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.interpolation rgb(24, 64, 30)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " to be in pixels", + "color": "#889B4A", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " $x", + "color": "#DC3958", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " $x", + "color": "#DC3958", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "unitless", + "color": "#7E602C", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$y", + "color": "#DC3958", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "warn", + "color": "#98676A", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Assuming ", + "color": "#889B4A", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "#{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$y", + "color": "#18401E", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.interpolation rgb(24, 64, 30)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " to be in pixels", + "color": "#889B4A", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " $y", + "color": "#DC3958", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " $y", + "color": "#DC3958", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "position", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "relative", + "color": "#F79A32", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "left", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$x", + "color": "#DC3958", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "top", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$y", + "color": "#DC3958", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " control directives ", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " if statement ", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "p", + "color": "#DC3958", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "at-rule.css.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "==", + "color": "#D3AF86", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "border", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "solid", + "color": "#F79A32", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "border", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "dotted", + "color": "#F79A32", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "null", + "color": "#F79A32", + "_t": "at-rule.constant.if.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "border", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "double", + "color": "#F79A32", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " if else statement ", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "$type", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " monster", + "color": "#DC3958", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "p", + "color": "#DC3958", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$type", + "color": "#DC3958", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "==", + "color": "#D3AF86", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ocean ", + "color": "#D3AF86", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "blue", + "color": "#F79A32", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.else.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.else.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "else ", + "color": "#98676A", + "_t": "at-rule.control.else.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "black", + "color": "#F79A32", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " for statement ", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.for.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "at-rule.control.for.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$i", + "color": "#DC3958", + "_t": "at-rule.for.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "from", + "color": "#98676A", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "through", + "color": "#98676A", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "item-", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "#{", + "color": "#8AB1B0", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "$i", + "color": "#F79A32", + "_t": "attribute-name.class.css.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "}", + "color": "#8AB1B0", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "width", + "color": "#D3AF86", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "em", + "color": "#F79A32", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$i", + "color": "#DC3958", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " each statement ", + "color": "#A57A4C", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "each", + "color": "#98676A", + "_t": "at-rule.control.each.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$animal", + "color": "#DC3958", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "in", + "color": "#98676A", + "_t": "at-rule.control.each.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " puma, ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "sea-slug", + "color": "#DC3958", + "_t": "at-rule.custom.each.entity.meta.name.scss.tag", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ", egret, salamander ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "#{", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "$animal", + "color": "#F79A32", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "}", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "-icon", + "color": "#F79A32", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "background-image", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "url", + "color": "#7E602C", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "/images/", + "color": "#889B4A", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "#{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$animal", + "color": "#18401E", + "_t": "at-rule.each.interpolation.meta.property-list.property-value.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.interpolation rgb(24, 64, 30)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ".png", + "color": "#889B4A", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " while statement ", + "color": "#A57A4C", + "_t": "at-rule.block.comment.each.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "$i", + "color": "#DC3958", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ": ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "6", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "while", + "color": "#98676A", + "_t": "at-rule.control.each.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$i", + "color": "#DC3958", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "at-rule.comparison.each.keyword.meta.operator.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "item-", + "color": "#F79A32", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "#{", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "$i", + "color": "#F79A32", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "}", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "width", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "em", + "color": "#F79A32", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$i", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " $i", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " $i ", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " function with controlstatements ", + "color": "#A57A4C", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.function.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "function", + "color": "#98676A", + "_t": "at-rule.control.each.function.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#7E602C", + "_t": "at-rule.each.function.meta.misc.scss.support.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$total", + "color": "#DC3958", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "at-rule.delimiter.each.function.meta.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$a", + "color": "#DC3958", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.for.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "at-rule.control.each.for.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$i", + "color": "#DC3958", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "from", + "color": "#98676A", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "at-rule.constant.each.for.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "to", + "color": "#98676A", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$total", + "color": "#DC3958", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.if.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "at-rule.control.each.if.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "unit", + "color": "#7E602C", + "_t": "at-rule.each.function.if.meta.misc.property-list.scss.support.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$a", + "color": "#DC3958", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "==", + "color": "#D3AF86", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.begin.definition.double.each.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "%", + "color": "#889B4A", + "_t": "at-rule.double.each.if.meta.property-list.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.definition.double.each.end.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ") ", + "color": "#D3AF86", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "and", + "color": "#D3AF86", + "_t": "at-rule.each.if.keyword.logical.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$i", + "color": "#DC3958", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "==", + "color": "#D3AF86", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$total", + "color": "#DC3958", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "at-rule.css.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "at-rule.constant.each.if.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")) ", + "color": "#D3AF86", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " $z", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "100", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "%", + "color": "#F79A32", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "at-rule.begin.definition.each.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#889B4A", + "_t": "at-rule.each.meta.property-list.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "at-rule.definition.each.end.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$grid", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.return.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " @mixin simple", + "color": "#A57A4C", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "mixin", + "color": "#98676A", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "large-text", + "color": "#8AB1B0", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ": ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "family", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Arial", + "color": "#F79A32", + "_t": "at-rule.constant.each.font-name.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "size", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "20", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "weight", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "bold", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#F79A32", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "ff0000", + "color": "#F79A32", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "page-title", + "color": "#F79A32", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "include", + "color": "#98676A", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "large-text", + "color": "#8AB1B0", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "padding", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "4", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " mixin with parameters ", + "color": "#A57A4C", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "mixin", + "color": "#98676A", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "sexy-border", + "color": "#8AB1B0", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "$color", + "color": "#DC3958", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$width", + "color": "#DC3958", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.mixin.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.mixin.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "in", + "color": "#F79A32", + "_t": "at-rule.each.keyword.meta.mixin.other.scss.unit.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "border", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ": ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$color", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "width", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$width", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "style", + "color": "#DC3958", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "dashed", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "p", + "color": "#DC3958", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "include", + "color": "#98676A", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "sexy-border", + "color": "#8AB1B0", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "blue", + "color": "#F79A32", + "_t": "at-rule.color.constant.each.include.meta.property-list.scss.support.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "; ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " mixin with varargs ", + "color": "#A57A4C", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "mixin", + "color": "#98676A", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "box-shadow", + "color": "#8AB1B0", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "$shadows", + "color": "#DC3958", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "...", + "color": "#D3AF86", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-moz-box-shadow", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$shadows", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-webkit-box-shadow", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$shadows", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "box-shadow", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$shadows", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "shadows", + "color": "#F79A32", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "include", + "color": "#98676A", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "box-shadow", + "color": "#8AB1B0", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "4", + "color": "#F79A32", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#F79A32", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "666", + "color": "#F79A32", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "6", + "color": "#F79A32", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "10", + "color": "#F79A32", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#F79A32", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "999", + "color": "#F79A32", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " include with varargs ", + "color": "#A57A4C", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "mixin", + "color": "#98676A", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "colors", + "color": "#8AB1B0", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "$text", + "color": "#DC3958", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$background", + "color": "#DC3958", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$border", + "color": "#DC3958", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "color", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$text", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "background-color", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$background", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "border-color", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$border", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$values", + "color": "#DC3958", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ": ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#F79A32", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "ff0000", + "color": "#F79A32", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#F79A32", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "00ff00", + "color": "#F79A32", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#F79A32", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "0000ff", + "color": "#F79A32", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "primary", + "color": "#F79A32", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "include", + "color": "#98676A", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "colors", + "color": "#8AB1B0", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "$values", + "color": "#DC3958", + "_t": "at-rule.each.include.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "...", + "color": "#D3AF86", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " include with body ", + "color": "#A57A4C", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "mixin", + "color": "#98676A", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "apply-to-ie6-only", + "color": "#8AB1B0", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#DC3958", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while.wildcard", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "html", + "color": "#DC3958", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.content.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@content", + "color": "#98676A", + "_t": "at-rule.content.control.each.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.include.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "include", + "color": "#98676A", + "_t": "at-rule.control.each.include.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.include.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "apply-to-ie6-only", + "color": "#8AB1B0", + "_t": "at-rule.each.entity.function.include.meta.name.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": "logo", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "background-image", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "url", + "color": "#7E602C", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "logo.gif", + "color": "#DC3958", + "_t": "at-rule.each.meta.parameter.property-list.property-value.scss.url.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.if.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "at-rule.control.each.if.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$attr", + "color": "#DC3958", + "_t": "at-rule.each.if.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "mixin", + "color": "#98676A", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "apply-to-ie6-only", + "color": "#8AB1B0", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " attributes ", + "color": "#A57A4C", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "rel", + "color": "#F79A32", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "at-rule.attribute-selector.each.meta.operator.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "external", + "color": "#889B4A", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "::", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.pseudo-element.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "after", + "color": "#F79A32", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.pseudo-element.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "content", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "s", + "color": "#889B4A", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "page ", + "color": "#A57A4C", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.keyword.meta.page.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "page", + "color": "#98676A", + "_t": "at-rule.control.each.keyword.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":left", + "color": "#8AB1B0", + "_t": "at-rule.each.entity.function.meta.name.page.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "margin-left", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "4", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "cm", + "color": "#F79A32", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "margin-right", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "cm", + "color": "#F79A32", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " missing semicolons ", + "color": "#A57A4C", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "tr", + "color": "#DC3958", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "default", + "color": "#F79A32", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#DC3958", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.invalid.illegal rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "bar", + "color": "#F79A32", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " $foo", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": " }", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " foo: {", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " foo : ", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "white", + "color": "#F79A32", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " }", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " foo.bar1 {", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " @extend tr.", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "default", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.set.support.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": " }", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " foo.bar2 {", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " @import ", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "compass", + "color": "#889B4A", + "_t": "at-rule.double.each.meta.property-list.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.definition.double.each.end.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " }", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " bar: ", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "black", + "color": "#F79A32", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "}", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "/*", + "color": "#D3AF86", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": " rules without whitespace ", + "color": "#DC3958", + "_t": "at-rule.block.comment.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "*/", + "color": "#D3AF86", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "legend {foo{a:s}", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "margin-top", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.property-name.scss.set.support.type.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "margin-bottom", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#F79A32", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "123", + "color": "#F79A32", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "margin-top", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "s", + "color": "#7E602C", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " extend with interpolation variable ", + "color": "#A57A4C", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "mixin", + "color": "#98676A", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "error", + "color": "#8AB1B0", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "$a", + "color": "#DC3958", + "_t": "at-rule.each.meta.mixin.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.mixin.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "false", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.mixin.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "extend", + "color": "#98676A", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.import.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "#{", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "$a", + "color": "#F79A32", + "_t": "at-rule.attribute-name.class.css.each.entity.import.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "}", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "extend", + "color": "#98676A", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " #", + "color": "#D3AF86", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.definition.each.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "$a", + "color": "#18401E", + "_t": "at-rule.each.import.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.interpolation rgb(24, 64, 30)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.definition.each.end.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": "bar", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name.id rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "a", + "color": "#DC3958", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "bar", + "color": "#F79A32", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "b", + "color": "#DC3958", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "px", + "color": "#F79A32", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.other.unit rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo", + "color": "#DC3958", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.invalid.illegal rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "include", + "color": "#98676A", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "error", + "color": "#8AB1B0", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "at-rule.begin.definition.each.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "bar", + "color": "#889B4A", + "_t": "at-rule.each.include.meta.property-list.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "at-rule.definition.each.end.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " css3: @font face ", + "color": "#A57A4C", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.fontface.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "font-face", + "color": "#98676A", + "_t": "at-rule.control.each.fontface.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.fontface.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "font-family", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Delicious", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "src", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "url", + "color": "#7E602C", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Delicious-Roman.otf", + "color": "#889B4A", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " rule names with variables ", + "color": "#A57A4C", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": ".", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "orbit-", + "color": "#F79A32", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "#{", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "$d", + "color": "#F79A32", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "}", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "-prev", + "color": "#F79A32", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "$d", + "color": "#18401E", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.interpolation rgb(24, 64, 30)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "style", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo-", + "color": "#DC3958", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.invalid.illegal rgb(220, 57, 88)" + }, + { + "content": "#{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "$d", + "color": "#18401E", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.interpolation rgb(24, 64, 30)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "$d", + "color": "#18401E", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.interpolation rgb(24, 64, 30)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "-bar-", + "color": "#DC3958", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.invalid.illegal rgb(220, 57, 88)" + }, + { + "content": "#{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "$d", + "color": "#18401E", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.interpolation rgb(24, 64, 30)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "foo-", + "color": "#DC3958", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.invalid.illegal rgb(220, 57, 88)" + }, + { + "content": "#{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "$d", + "color": "#18401E", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable.interpolation rgb(24, 64, 30)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "-bar", + "color": "#DC3958", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.invalid.illegal rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " keyframes ", + "color": "#A57A4C", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "-webkit-keyframes", + "color": "#98676A", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0%", + "color": "#F79A32", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "opacity", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "100%", + "color": "#F79A32", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "opacity", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "-moz-keyframes", + "color": "#98676A", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0%", + "color": "#F79A32", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "opacity", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "100%", + "color": "#F79A32", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "opacity", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-o-keyframes", + "color": "#DC3958", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.invalid.illegal rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#DC3958", + "_t": "at-rule.custom.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " 0% ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "opacity", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " 100% ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "opacity", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#98676A", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "keyframes", + "color": "#98676A", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#8AB1B0", + "_t": "at-rule.each.entity.function.keyframes.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0%", + "color": "#F79A32", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "opacity", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "100%", + "color": "#F79A32", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "opacity", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " string escaping ", + "color": "#A57A4C", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.property-list.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "data-icon", + "color": "#F79A32", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "at-rule.attribute-selector.each.meta.operator.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "test-1", + "color": "#889B4A", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.property-list.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.property-list.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#8AB1B0", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.property-list.pseudo-element.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.entity rgb(138, 177, 176)" + }, + { + "content": "before", + "color": "#F79A32", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.property-list.pseudo-element.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "content", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\\\\", + "color": "#7E602C", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " a comment ", + "color": "#A57A4C", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "$var1", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\\'", + "color": "#7E602C", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$var2", + "color": "#DC3958", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.begin.definition.double.each.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\\\"", + "color": "#7E602C", + "_t": "at-rule.character.constant.double.each.escape.meta.property-list.property-value.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "at-rule.definition.double.each.end.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/*", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " another comment ", + "color": "#A57A4C", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + } + ], + "monokai": [ + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " snippets from the Sass documentation at http://sass-lang.com/", + "color": "#75715E", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " css stuff ", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " charset ", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.charset.control.definition.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "charset", + "color": "#F92672", + "_t": "at-rule.charset.control.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.charset.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.begin.charset.definition.double.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "UTF-8", + "color": "#E6DB74", + "_t": "at-rule.charset.double.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.charset.definition.double.end.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " nested rules ", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "main", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "width", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "97", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "%", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "p", + "color": "#F92672", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "div", + "color": "#F92672", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font-size", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "em", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font-weight", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "bold", + "color": "#66D9EF", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "pre", + "color": "#F92672", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font-size", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "em", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " parent selector (&) ", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "main", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "black", + "color": "#66D9EF", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font-weight", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "bold", + "color": "#66D9EF", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "&", + "color": "#F92672", + "_t": "entity.meta.name.property-list.reference.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "hover", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "red", + "color": "#66D9EF", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " nested properties ", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "funky", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "/", + "color": "#66D9EF", + "_t": "constant.mathematical-symbols.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " {", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "family", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.property-value.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ": fantasy", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "size", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "30", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "em", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "weight", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "bold", + "color": "#66D9EF", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " color: black;", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " nesting conflicts ", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "tr", + "color": "#F92672", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "default", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#F8F8F0", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": ": ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " properties", + "color": "#75715E", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#F8F8F0", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#F8F8F0", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " rule", + "color": "#75715E", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#F8F8F0", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "bar", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " selector", + "color": "#75715E", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#F8F8F0", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#F8F8F0", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "bar { ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.line.meta.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " selector", + "color": "#75715E", + "_t": "comment.line.meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " foo : ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " foo: 1px; ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " rule", + "color": "#75715E", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " extended comment syntax ", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " This comment is", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " * several lines long.", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " * since it uses the CSS comment syntax,", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " * it will appear in the CSS output. ", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "body", + "color": "#F92672", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "black", + "color": "#66D9EF", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " These comments are only one line long each.", + "color": "#75715E", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " They won't appear in the CSS output,", + "color": "#75715E", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " since they use the single-line comment syntax.", + "color": "#75715E", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "green", + "color": "#66D9EF", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " variables ", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "$width", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "em", + "color": "#F92672", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$width", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Second width?", + "color": "#E6DB74", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "!default", + "color": "#F92672", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "main", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " $localvar", + "color": "#F8F8F2", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "6", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "em", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "width", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$width", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " $font-size", + "color": "#F8F8F2", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "12", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " $line-height", + "color": "#F8F8F2", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "30", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$font-size", + "color": "#F8F8F2", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#F92672", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "#{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$line-height", + "color": "#F8F8F2", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$name", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " foo", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$attr", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "border", + "color": "#66D9EF", + "_t": "meta.property-name.scss.set.support.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "p", + "color": "#F92672", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "#{", + "color": "#A6E22E", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "$name", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.interpolation.other.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "}", + "color": "#A6E22E", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$attr", + "color": "#F8F8F2", + "_t": "interpolation.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "blue", + "color": "#66D9EF", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " variable declaration with whitespaces ", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "//", + "color": "#75715E", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Set the color of your columns", + "color": "#75715E", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "$grid-background-column-color ", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "rgba", + "color": "#66D9EF", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "100", + "color": "#AE81FF", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "100", + "color": "#AE81FF", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "225", + "color": "#AE81FF", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0.25", + "color": "#AE81FF", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "!default", + "color": "#F92672", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " operations", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "p", + "color": "#F92672", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "width", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "em", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "em", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ") ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "entity.meta.name.property-list.scss.tag.wildcard", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " 3;", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#AE81FF", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "010203", + "color": "#AE81FF", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#AE81FF", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "040506", + "color": "#AE81FF", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font-family", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sans- ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "serif", + "color": "#E6DB74", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "margin", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "4", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "auto", + "color": "#66D9EF", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "content", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "I ate ", + "color": "#E6DB74", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "#{", + "color": "#E6DB74", + "_t": "begin.bracket.curly.definition.double.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "css.double.interpolation.keyword.meta.operator.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#E6DB74", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "10", + "color": "#AE81FF", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "}", + "color": "#E6DB74", + "_t": "bracket.curly.definition.double.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " pies!", + "color": "#E6DB74", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "hsl", + "color": "#66D9EF", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "100", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "%", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "50", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "%", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "hsl", + "color": "#66D9EF", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$hue", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#FD971F", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$saturation", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#FD971F", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "100", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "%", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$lightness", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#FD971F", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "50", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "%", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " functions", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "$grid-width", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "40", + "color": "#AE81FF", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$gutter-width", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "10", + "color": "#AE81FF", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.function.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "function", + "color": "#F92672", + "_t": "at-rule.control.function.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.function.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "grid-width", + "color": "#66D9EF", + "_t": "at-rule.function.meta.misc.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$n", + "color": "#F8F8F2", + "_t": "at-rule.function.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.function.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "at-rule.control.keyword.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$n", + "color": "#F8F8F2", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$grid-width", + "color": "#F8F8F2", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$n", + "color": "#F8F8F2", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "at-rule.constant.meta.numeric.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ") ", + "color": "#F8F8F2", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$gutter-width", + "color": "#F8F8F2", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "sidebar", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "width", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "grid-width", + "color": "#66D9EF", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " @import ", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "import", + "color": "#F92672", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "foo.scss", + "color": "#E6DB74", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$family", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "unquote", + "color": "#66D9EF", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Droid+Sans", + "color": "#E6DB74", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "import", + "color": "#F92672", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "rounded-corners", + "color": "#E6DB74", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "url", + "color": "#66D9EF", + "_t": "at-rule.function.import.meta.misc.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "http://fonts.googleapis.com/css?family=", + "color": "#E6DB74", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "#{", + "color": "#E6DB74", + "_t": "at-rule.begin.bracket.curly.definition.double.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$family", + "color": "#E6DB74", + "_t": "at-rule.double.import.interpolation.meta.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#E6DB74", + "_t": "at-rule.bracket.curly.definition.double.end.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "main", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "import", + "color": "#F92672", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.begin.definition.double.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "example", + "color": "#E6DB74", + "_t": "at-rule.double.import.meta.property-list.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.definition.double.end.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " @media ", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "sidebar", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "width", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "300", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.keyword.media.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "media", + "color": "#F92672", + "_t": "at-rule.control.keyword.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "screen", + "color": "#66D9EF", + "_t": "at-rule.constant.css.media.meta.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "and", + "color": "#F92672", + "_t": "at-rule.keyword.logical.media.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "orientation", + "color": "#66D9EF", + "_t": "at-rule.css.media.meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ": ", + "color": "#F8F8F2", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "landscape", + "color": "#66D9EF", + "_t": "at-rule.constant.media.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ") ", + "color": "#F8F8F2", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "width", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "500", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " @extend ", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "error", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "border", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#AE81FF", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "f00", + "color": "#AE81FF", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "background-color", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#AE81FF", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "fdd", + "color": "#AE81FF", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "seriousError", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "extend", + "color": "#F92672", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.definition.entity.import.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "error", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.entity.import.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "border-width", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#A6E22E", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "context", + "color": "#A6E22E", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "%", + "color": "#A6E22E", + "_t": "attribute-name.definition.entity.other.placeholder.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "extreme", + "color": "#A6E22E", + "_t": "attribute-name.entity.other.placeholder.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "blue", + "color": "#66D9EF", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font-weight", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "bold", + "color": "#66D9EF", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font-size", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "em", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "notice", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "extend", + "color": "#F92672", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "%", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.definition.entity.import.meta.other.placeholder.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "extreme", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.entity.import.meta.other.placeholder.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "!optional", + "color": "#F92672", + "_t": "at-rule.import.keyword.meta.optional.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " @debug and @warn ", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.keyword.meta.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "debug", + "color": "#F92672", + "_t": "at-rule.control.keyword.meta.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " 10em + 12em", + "color": "#F8F8F2", + "_t": "at-rule.meta.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.keyword.meta.mixin.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "mixin", + "color": "#F92672", + "_t": "at-rule.control.keyword.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "adjust-location", + "color": "#A6E22E", + "_t": "at-rule.entity.function.meta.mixin.name.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.definition.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$x", + "color": "#F8F8F2", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$y", + "color": "#F8F8F2", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.bracket.definition.end.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "unitless", + "color": "#66D9EF", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$x", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "warn", + "color": "#F92672", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Assuming ", + "color": "#E6DB74", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "#{", + "color": "#E6DB74", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$x", + "color": "#E6DB74", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#E6DB74", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " to be in pixels", + "color": "#E6DB74", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " $x", + "color": "#F8F8F2", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " $x", + "color": "#F8F8F2", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "unitless", + "color": "#66D9EF", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$y", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "warn", + "color": "#F92672", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Assuming ", + "color": "#E6DB74", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "#{", + "color": "#E6DB74", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$y", + "color": "#E6DB74", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#E6DB74", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " to be in pixels", + "color": "#E6DB74", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " $y", + "color": "#F8F8F2", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " $y", + "color": "#F8F8F2", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "position", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "relative", + "color": "#66D9EF", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "left", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$x", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "top", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$y", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " control directives ", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " if statement ", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "p", + "color": "#F92672", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "at-rule.css.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "==", + "color": "#F92672", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "border", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "solid", + "color": "#66D9EF", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "border", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "dotted", + "color": "#66D9EF", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "null", + "color": "#66D9EF", + "_t": "at-rule.constant.if.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "border", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "double", + "color": "#66D9EF", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " if else statement ", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "$type", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " monster", + "color": "#F8F8F2", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "p", + "color": "#F92672", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$type", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "==", + "color": "#F92672", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ocean ", + "color": "#F8F8F2", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "blue", + "color": "#66D9EF", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.else.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.else.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "else ", + "color": "#F92672", + "_t": "at-rule.control.else.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "black", + "color": "#66D9EF", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " for statement ", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.for.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "at-rule.control.for.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$i", + "color": "#F8F8F2", + "_t": "at-rule.for.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "from", + "color": "#F92672", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "through", + "color": "#F92672", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "item-", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "#{", + "color": "#A6E22E", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "$i", + "color": "#A6E22E", + "_t": "attribute-name.class.css.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "}", + "color": "#A6E22E", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "width", + "color": "#66D9EF", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "em", + "color": "#F92672", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$i", + "color": "#F8F8F2", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " each statement ", + "color": "#75715E", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "each", + "color": "#F92672", + "_t": "at-rule.control.each.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$animal", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "in", + "color": "#F92672", + "_t": "at-rule.control.each.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " puma, ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sea-slug", + "color": "#F92672", + "_t": "at-rule.custom.each.entity.meta.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ", egret, salamander ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "#{", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "$animal", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "}", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "-icon", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "background-image", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "url", + "color": "#66D9EF", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/images/", + "color": "#E6DB74", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "#{", + "color": "#E6DB74", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$animal", + "color": "#E6DB74", + "_t": "at-rule.each.interpolation.meta.property-list.property-value.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "}", + "color": "#E6DB74", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ".png", + "color": "#E6DB74", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " while statement ", + "color": "#75715E", + "_t": "at-rule.block.comment.each.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "$i", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ": ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "6", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "while", + "color": "#F92672", + "_t": "at-rule.control.each.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$i", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">", + "color": "#F92672", + "_t": "at-rule.comparison.each.keyword.meta.operator.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "item-", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "#{", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "$i", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "}", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "width", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "em", + "color": "#F92672", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$i", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " $i", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " $i ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " function with controlstatements ", + "color": "#75715E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.function.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "function", + "color": "#F92672", + "_t": "at-rule.control.each.function.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#66D9EF", + "_t": "at-rule.each.function.meta.misc.scss.support.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$total", + "color": "#F8F8F2", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "at-rule.delimiter.each.function.meta.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$a", + "color": "#F8F8F2", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.for.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "at-rule.control.each.for.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$i", + "color": "#F8F8F2", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "from", + "color": "#F92672", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "at-rule.constant.each.for.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "to", + "color": "#F92672", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$total", + "color": "#F8F8F2", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.if.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "at-rule.control.each.if.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "unit", + "color": "#66D9EF", + "_t": "at-rule.each.function.if.meta.misc.property-list.scss.support.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$a", + "color": "#F8F8F2", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "==", + "color": "#F92672", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.begin.definition.double.each.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "%", + "color": "#E6DB74", + "_t": "at-rule.double.each.if.meta.property-list.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.definition.double.each.end.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ") ", + "color": "#F8F8F2", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "and", + "color": "#F92672", + "_t": "at-rule.each.if.keyword.logical.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$i", + "color": "#F8F8F2", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "==", + "color": "#F92672", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$total", + "color": "#F8F8F2", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "at-rule.css.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "at-rule.constant.each.if.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")) ", + "color": "#F8F8F2", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " $z", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "100", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "%", + "color": "#F92672", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "at-rule.begin.definition.each.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "1", + "color": "#E6DB74", + "_t": "at-rule.each.meta.property-list.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "at-rule.definition.each.end.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$grid", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.return.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " @mixin simple", + "color": "#75715E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "mixin", + "color": "#F92672", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "large-text", + "color": "#A6E22E", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ": ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "family", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Arial", + "color": "#66D9EF", + "_t": "at-rule.constant.each.font-name.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "size", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "20", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "weight", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "bold", + "color": "#66D9EF", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#AE81FF", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "ff0000", + "color": "#AE81FF", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "page-title", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "include", + "color": "#F92672", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "large-text", + "color": "#A6E22E", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "padding", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "4", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " mixin with parameters ", + "color": "#75715E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "mixin", + "color": "#F92672", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sexy-border", + "color": "#A6E22E", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$color", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$width", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.mixin.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.mixin.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "in", + "color": "#F92672", + "_t": "at-rule.each.keyword.meta.mixin.other.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "border", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ": ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$color", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "width", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$width", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "style", + "color": "#F92672", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "dashed", + "color": "#66D9EF", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "p", + "color": "#F92672", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "include", + "color": "#F92672", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sexy-border", + "color": "#A6E22E", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "blue", + "color": "#66D9EF", + "_t": "at-rule.color.constant.each.include.meta.property-list.scss.support.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "; ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " mixin with varargs ", + "color": "#75715E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "mixin", + "color": "#F92672", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "box-shadow", + "color": "#A6E22E", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$shadows", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "...", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-moz-box-shadow", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$shadows", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-webkit-box-shadow", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$shadows", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "box-shadow", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$shadows", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "shadows", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "include", + "color": "#F92672", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "box-shadow", + "color": "#A6E22E", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "4", + "color": "#AE81FF", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#AE81FF", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "666", + "color": "#AE81FF", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "6", + "color": "#AE81FF", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "10", + "color": "#AE81FF", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#AE81FF", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "999", + "color": "#AE81FF", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " include with varargs ", + "color": "#75715E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "mixin", + "color": "#F92672", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "colors", + "color": "#A6E22E", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$text", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$background", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$border", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "color", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$text", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "background-color", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$background", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "border-color", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$border", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$values", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ": ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#AE81FF", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "ff0000", + "color": "#AE81FF", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#AE81FF", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "00ff00", + "color": "#AE81FF", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#AE81FF", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "0000ff", + "color": "#AE81FF", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "primary", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "include", + "color": "#F92672", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "colors", + "color": "#A6E22E", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$values", + "color": "#F8F8F2", + "_t": "at-rule.each.include.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "...", + "color": "#F8F8F2", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " include with body ", + "color": "#75715E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "mixin", + "color": "#F92672", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "apply-to-ie6-only", + "color": "#A6E22E", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while.wildcard", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "html", + "color": "#F92672", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.content.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@content", + "color": "#F92672", + "_t": "at-rule.content.control.each.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.include.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "include", + "color": "#F92672", + "_t": "at-rule.control.each.include.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.include.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "apply-to-ie6-only", + "color": "#A6E22E", + "_t": "at-rule.each.entity.function.include.meta.name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "logo", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "background-image", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "url", + "color": "#66D9EF", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#F92672", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "logo.gif", + "color": "#FD971F", + "_t": "at-rule.each.meta.parameter.property-list.property-value.scss.url.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.if.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "at-rule.control.each.if.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$attr", + "color": "#F8F8F2", + "_t": "at-rule.each.if.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "mixin", + "color": "#F92672", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "apply-to-ie6-only", + "color": "#A6E22E", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " attributes ", + "color": "#75715E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "rel", + "color": "#A6E22E", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "at-rule.attribute-selector.each.meta.operator.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "external", + "color": "#E6DB74", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "::", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.pseudo-element.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "after", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.pseudo-element.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "content", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "s", + "color": "#E6DB74", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "page ", + "color": "#75715E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.keyword.meta.page.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "page", + "color": "#F92672", + "_t": "at-rule.control.each.keyword.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":left", + "color": "#A6E22E", + "_t": "at-rule.each.entity.function.meta.name.page.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "margin-left", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "4", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "cm", + "color": "#F92672", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "margin-right", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "cm", + "color": "#F92672", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " missing semicolons ", + "color": "#75715E", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "tr", + "color": "#F92672", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "default", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#F8F8F0", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "bar", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " $foo", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " }", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " foo: {", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " foo : ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "white", + "color": "#66D9EF", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " }", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " foo.bar1 {", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " @extend tr.", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "default", + "color": "#66D9EF", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.set.support.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": " }", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " foo.bar2 {", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " @import ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "compass", + "color": "#E6DB74", + "_t": "at-rule.double.each.meta.property-list.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.definition.double.each.end.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " }", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " bar: ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "black", + "color": "#66D9EF", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " rules without whitespace ", + "color": "#75715E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "legend {foo{a:s}", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "margin-top", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.set.support.type.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "margin-bottom", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#AE81FF", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "123", + "color": "#AE81FF", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "margin-top", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "s", + "color": "#66D9EF", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " extend with interpolation variable ", + "color": "#75715E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "mixin", + "color": "#F92672", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "error", + "color": "#A6E22E", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$a", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.mixin.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "false", + "color": "#66D9EF", + "_t": "at-rule.constant.each.meta.mixin.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.constant rgb(102, 217, 239)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "extend", + "color": "#F92672", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.import.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "#{", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "$a", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.each.entity.import.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "}", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "extend", + "color": "#F92672", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " #", + "color": "#F8F8F2", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.definition.each.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$a", + "color": "#F8F8F2", + "_t": "at-rule.each.import.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.definition.each.end.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "bar", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "a", + "color": "#F92672", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "bar", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "b", + "color": "#F92672", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "px", + "color": "#F92672", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo", + "color": "#F8F8F0", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "include", + "color": "#F92672", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "error", + "color": "#A6E22E", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "at-rule.begin.definition.each.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "bar", + "color": "#E6DB74", + "_t": "at-rule.each.include.meta.property-list.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "at-rule.definition.each.end.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " css3: @font face ", + "color": "#75715E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.fontface.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "font-face", + "color": "#F92672", + "_t": "at-rule.control.each.fontface.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.fontface.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "font-family", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Delicious", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "src", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "url", + "color": "#66D9EF", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Delicious-Roman.otf", + "color": "#E6DB74", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " rule names with variables ", + "color": "#75715E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": ".", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "orbit-", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "#{", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "$d", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "}", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "-prev", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$d", + "color": "#F8F8F2", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "style", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo-", + "color": "#F8F8F0", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": "#{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$d", + "color": "#F8F8F2", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$d", + "color": "#F8F8F2", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-bar-", + "color": "#F8F8F0", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": "#{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$d", + "color": "#F8F8F2", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "foo-", + "color": "#F8F8F0", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": "#{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$d", + "color": "#F8F8F2", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-bar", + "color": "#F8F8F0", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " keyframes ", + "color": "#75715E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "-webkit-keyframes", + "color": "#F92672", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0%", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "opacity", + "color": "#66D9EF", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "100%", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "opacity", + "color": "#66D9EF", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "-moz-keyframes", + "color": "#F92672", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0%", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "opacity", + "color": "#66D9EF", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "100%", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "opacity", + "color": "#66D9EF", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-o-keyframes", + "color": "#F8F8F0", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.invalid rgb(248, 248, 240)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#F92672", + "_t": "at-rule.custom.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " 0% ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "opacity", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " 100% ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "opacity", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F92672", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "keyframes", + "color": "#F92672", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#A6E22E", + "_t": "at-rule.each.entity.function.keyframes.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0%", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "opacity", + "color": "#66D9EF", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "100%", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "opacity", + "color": "#66D9EF", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " string escaping ", + "color": "#75715E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.property-list.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "data-icon", + "color": "#A6E22E", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "at-rule.attribute-selector.each.meta.operator.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "test-1", + "color": "#E6DB74", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.property-list.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.property-list.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.property-list.pseudo-element.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "before", + "color": "#A6E22E", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.property-list.pseudo-element.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "content", + "color": "#66D9EF", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\\\", + "color": "#AE81FF", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " a comment ", + "color": "#75715E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "$var1", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\'", + "color": "#AE81FF", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$var2", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.begin.definition.double.each.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\\"", + "color": "#AE81FF", + "_t": "at-rule.character.constant.double.each.escape.meta.property-list.property-value.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "at-rule.definition.double.each.end.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/*", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " another comment ", + "color": "#75715E", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + } + ], + "monokai_dimmed": [ + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " snippets from the Sass documentation at http://sass-lang.com/", + "color": "#9A9B99", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " css stuff ", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " charset ", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.charset.control.definition.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "charset", + "color": "#9872A2", + "_t": "at-rule.charset.control.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.charset.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.begin.charset.definition.double.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "UTF-8", + "color": "#9AA83A", + "_t": "at-rule.charset.double.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.charset.definition.double.end.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " nested rules ", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "main", + "color": "#D0B344", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "width", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "97", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "%", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "p", + "color": "#6089B4", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "div", + "color": "#6089B4", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font-size", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "em", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font-weight", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "bold", + "color": "#C7444A", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "pre", + "color": "#6089B4", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font-size", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "em", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " parent selector (&) ", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "main", + "color": "#D0B344", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "black", + "color": "#C7444A", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font-weight", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "bold", + "color": "#C7444A", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "&", + "color": "#6089B4", + "_t": "entity.meta.name.property-list.reference.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "hover", + "color": "#D0B344", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "red", + "color": "#C7444A", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " nested properties ", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "funky", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "/", + "color": "#C7444A", + "_t": "constant.mathematical-symbols.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " {", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "family", + "color": "#C7444A", + "_t": "meta.property-list.property-name.property-value.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ": fantasy", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "size", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "30", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "em", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "weight", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "bold", + "color": "#C7444A", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " color: black;", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " nesting conflicts ", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "tr", + "color": "#6089B4", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "default", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#FF0B00", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.invalid rgb(255, 11, 0)" + }, + { + "content": ": ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " properties", + "color": "#9A9B99", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#FF0B00", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.invalid rgb(255, 11, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#FF0B00", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.invalid rgb(255, 11, 0)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " rule", + "color": "#9A9B99", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#FF0B00", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.invalid rgb(255, 11, 0)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "bar", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " selector", + "color": "#9A9B99", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#FF0B00", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.invalid rgb(255, 11, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#FF0B00", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.invalid rgb(255, 11, 0)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "bar { ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.line.meta.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " selector", + "color": "#9A9B99", + "_t": "comment.line.meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " foo : ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " foo: 1px; ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " rule", + "color": "#9A9B99", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " extended comment syntax ", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " This comment is", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " * several lines long.", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " * since it uses the CSS comment syntax,", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " * it will appear in the CSS output. ", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "body", + "color": "#6089B4", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "black", + "color": "#C7444A", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " These comments are only one line long each.", + "color": "#9A9B99", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " They won't appear in the CSS output,", + "color": "#9A9B99", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " since they use the single-line comment syntax.", + "color": "#9A9B99", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "green", + "color": "#C7444A", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " variables ", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "$width", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "em", + "color": "#6089B4", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$width", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Second width?", + "color": "#9AA83A", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "!default", + "color": "#6089B4", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "main", + "color": "#D0B344", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " $localvar", + "color": "#C5C8C6", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "6", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "em", + "color": "#6089B4", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "width", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$width", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " $font-size", + "color": "#C5C8C6", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "12", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#6089B4", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " $line-height", + "color": "#C5C8C6", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "30", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#6089B4", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$font-size", + "color": "#C5C8C6", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/", + "color": "#676867", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "#{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$line-height", + "color": "#C5C8C6", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$name", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " foo", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$attr", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "border", + "color": "#C7444A", + "_t": "meta.property-name.scss.set.support.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "p", + "color": "#6089B4", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "#{", + "color": "#D0B344", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "$name", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.interpolation.other.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "}", + "color": "#D0B344", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$attr", + "color": "#C5C8C6", + "_t": "interpolation.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "blue", + "color": "#C7444A", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " variable declaration with whitespaces ", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "//", + "color": "#9A9B99", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Set the color of your columns", + "color": "#9A9B99", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "$grid-background-column-color ", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "rgba", + "color": "#9872A2", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "100", + "color": "#6089B4", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#6089B4", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "100", + "color": "#6089B4", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#6089B4", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "225", + "color": "#6089B4", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#6089B4", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0.25", + "color": "#6089B4", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "!default", + "color": "#6089B4", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " operations", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "p", + "color": "#6089B4", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "width", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "em", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "em", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ") ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#6089B4", + "_t": "entity.meta.name.property-list.scss.tag.wildcard", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " 3;", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#6089B4", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "010203", + "color": "#6089B4", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#6089B4", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "040506", + "color": "#6089B4", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font-family", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "sans- ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "serif", + "color": "#9AA83A", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "margin", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "4", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "auto", + "color": "#C7444A", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "content", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "I ate ", + "color": "#9AA83A", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "#{", + "color": "#9AA83A", + "_t": "begin.bracket.curly.definition.double.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "+", + "color": "#676867", + "_t": "css.double.interpolation.keyword.meta.operator.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#9AA83A", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "10", + "color": "#6089B4", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "}", + "color": "#9AA83A", + "_t": "bracket.curly.definition.double.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " pies!", + "color": "#9AA83A", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "hsl", + "color": "#9872A2", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "100", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "%", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "50", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "%", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "hsl", + "color": "#9872A2", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$hue", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$saturation", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "100", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "%", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$lightness", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "50", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "%", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " functions", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "$grid-width", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "40", + "color": "#6089B4", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#6089B4", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$gutter-width", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "10", + "color": "#6089B4", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#6089B4", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.function.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "function", + "color": "#9872A2", + "_t": "at-rule.control.function.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.function.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "grid-width", + "color": "#9872A2", + "_t": "at-rule.function.meta.misc.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$n", + "color": "#C5C8C6", + "_t": "at-rule.function.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.function.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "at-rule.control.keyword.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$n", + "color": "#C5C8C6", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$grid-width", + "color": "#C5C8C6", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$n", + "color": "#C5C8C6", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "at-rule.constant.meta.numeric.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ") ", + "color": "#C5C8C6", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$gutter-width", + "color": "#C5C8C6", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "sidebar", + "color": "#D0B344", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "width", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "grid-width", + "color": "#9872A2", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " @import ", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "import", + "color": "#9872A2", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "foo.scss", + "color": "#9AA83A", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$family", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "unquote", + "color": "#9872A2", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Droid+Sans", + "color": "#9AA83A", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "import", + "color": "#9872A2", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "rounded-corners", + "color": "#9AA83A", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "url", + "color": "#9872A2", + "_t": "at-rule.function.import.meta.misc.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "http://fonts.googleapis.com/css?family=", + "color": "#9AA83A", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "#{", + "color": "#9AA83A", + "_t": "at-rule.begin.bracket.curly.definition.double.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$family", + "color": "#9AA83A", + "_t": "at-rule.double.import.interpolation.meta.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "}", + "color": "#9AA83A", + "_t": "at-rule.bracket.curly.definition.double.end.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "main", + "color": "#D0B344", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "import", + "color": "#9872A2", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.begin.definition.double.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "example", + "color": "#9AA83A", + "_t": "at-rule.double.import.meta.property-list.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.definition.double.end.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " @media ", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "sidebar", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "width", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "300", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.keyword.media.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "media", + "color": "#9872A2", + "_t": "at-rule.control.keyword.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "screen", + "color": "#C7444A", + "_t": "at-rule.constant.css.media.meta.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "and", + "color": "#676867", + "_t": "at-rule.keyword.logical.media.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "orientation", + "color": "#676867", + "_t": "at-rule.css.media.meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.type.property-name.css rgb(103, 104, 103)" + }, + { + "content": ": ", + "color": "#C5C8C6", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "landscape", + "color": "#C7444A", + "_t": "at-rule.constant.media.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ") ", + "color": "#C5C8C6", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "width", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "500", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " @extend ", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "error", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "border", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#6089B4", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "f00", + "color": "#6089B4", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "background-color", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#6089B4", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "fdd", + "color": "#6089B4", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "seriousError", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "extend", + "color": "#9872A2", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.definition.entity.import.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "error", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.entity.import.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "border-width", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#D0B344", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "context", + "color": "#D0B344", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": "%", + "color": "#D0B344", + "_t": "attribute-name.definition.entity.other.placeholder.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "extreme", + "color": "#D0B344", + "_t": "attribute-name.entity.other.placeholder.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "blue", + "color": "#C7444A", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font-weight", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "bold", + "color": "#C7444A", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font-size", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "em", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "notice", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "extend", + "color": "#9872A2", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "%", + "color": "#D0B344", + "_t": "at-rule.attribute-name.definition.entity.import.meta.other.placeholder.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "extreme", + "color": "#D0B344", + "_t": "at-rule.attribute-name.entity.import.meta.other.placeholder.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "!optional", + "color": "#676867", + "_t": "at-rule.import.keyword.meta.optional.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " @debug and @warn ", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.keyword.meta.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "debug", + "color": "#9872A2", + "_t": "at-rule.control.keyword.meta.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " 10em + 12em", + "color": "#C5C8C6", + "_t": "at-rule.meta.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.keyword.meta.mixin.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "mixin", + "color": "#9872A2", + "_t": "at-rule.control.keyword.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "adjust-location", + "color": "#CE6700", + "_t": "at-rule.entity.function.meta.mixin.name.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.definition.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$x", + "color": "#C5C8C6", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$y", + "color": "#C5C8C6", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.bracket.definition.end.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "unitless", + "color": "#9872A2", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$x", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "warn", + "color": "#9872A2", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Assuming ", + "color": "#9AA83A", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "#{", + "color": "#9AA83A", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$x", + "color": "#9AA83A", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "}", + "color": "#9AA83A", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " to be in pixels", + "color": "#9AA83A", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " $x", + "color": "#C5C8C6", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#6089B4", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " $x", + "color": "#C5C8C6", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "unitless", + "color": "#9872A2", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$y", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "warn", + "color": "#9872A2", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Assuming ", + "color": "#9AA83A", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "#{", + "color": "#9AA83A", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$y", + "color": "#9AA83A", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "}", + "color": "#9AA83A", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " to be in pixels", + "color": "#9AA83A", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " $y", + "color": "#C5C8C6", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#6089B4", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " $y", + "color": "#C5C8C6", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "position", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "relative", + "color": "#C7444A", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "left", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$x", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "top", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$y", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " control directives ", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " if statement ", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "p", + "color": "#6089B4", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "at-rule.css.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "==", + "color": "#676867", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "border", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "solid", + "color": "#C7444A", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "border", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "dotted", + "color": "#C7444A", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "null", + "color": "#C7444A", + "_t": "at-rule.constant.if.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "border", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "double", + "color": "#C7444A", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " if else statement ", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "$type", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " monster", + "color": "#C5C8C6", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "p", + "color": "#6089B4", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$type", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "==", + "color": "#676867", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ocean ", + "color": "#C5C8C6", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "blue", + "color": "#C7444A", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.else.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.else.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "else ", + "color": "#9872A2", + "_t": "at-rule.control.else.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "black", + "color": "#C7444A", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " for statement ", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.for.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "at-rule.control.for.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$i", + "color": "#C5C8C6", + "_t": "at-rule.for.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "from", + "color": "#9872A2", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "through", + "color": "#9872A2", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "item-", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "#{", + "color": "#D0B344", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "$i", + "color": "#D0B344", + "_t": "attribute-name.class.css.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "}", + "color": "#D0B344", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "width", + "color": "#C7444A", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "em", + "color": "#676867", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$i", + "color": "#C5C8C6", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " each statement ", + "color": "#9A9B99", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "each", + "color": "#9872A2", + "_t": "at-rule.control.each.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$animal", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "in", + "color": "#9872A2", + "_t": "at-rule.control.each.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " puma, ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "sea-slug", + "color": "#6089B4", + "_t": "at-rule.custom.each.entity.meta.name.scss.tag", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ", egret, salamander ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "#{", + "color": "#D0B344", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "$animal", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "}", + "color": "#D0B344", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "-icon", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "background-image", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "url", + "color": "#9872A2", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "/images/", + "color": "#9AA83A", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "#{", + "color": "#9AA83A", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$animal", + "color": "#9AA83A", + "_t": "at-rule.each.interpolation.meta.property-list.property-value.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "}", + "color": "#9AA83A", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ".png", + "color": "#9AA83A", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " while statement ", + "color": "#9A9B99", + "_t": "at-rule.block.comment.each.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "$i", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ": ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "6", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "while", + "color": "#9872A2", + "_t": "at-rule.control.each.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$i", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ">", + "color": "#676867", + "_t": "at-rule.comparison.each.keyword.meta.operator.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "item-", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "#{", + "color": "#D0B344", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "$i", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "}", + "color": "#D0B344", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "width", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "em", + "color": "#676867", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$i", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " $i", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " $i ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " function with controlstatements ", + "color": "#9A9B99", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.function.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "function", + "color": "#9872A2", + "_t": "at-rule.control.each.function.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#9872A2", + "_t": "at-rule.each.function.meta.misc.scss.support.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$total", + "color": "#C5C8C6", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "at-rule.delimiter.each.function.meta.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$a", + "color": "#C5C8C6", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.for.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "at-rule.control.each.for.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$i", + "color": "#C5C8C6", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "from", + "color": "#9872A2", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "at-rule.constant.each.for.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "to", + "color": "#9872A2", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$total", + "color": "#C5C8C6", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.if.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "at-rule.control.each.if.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "unit", + "color": "#9872A2", + "_t": "at-rule.each.function.if.meta.misc.property-list.scss.support.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$a", + "color": "#C5C8C6", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "==", + "color": "#676867", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.begin.definition.double.each.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "%", + "color": "#9AA83A", + "_t": "at-rule.double.each.if.meta.property-list.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.definition.double.each.end.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ") ", + "color": "#C5C8C6", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "and", + "color": "#676867", + "_t": "at-rule.each.if.keyword.logical.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$i", + "color": "#C5C8C6", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "==", + "color": "#676867", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$total", + "color": "#C5C8C6", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "at-rule.css.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "at-rule.constant.each.if.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")) ", + "color": "#C5C8C6", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " $z", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "100", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "%", + "color": "#6089B4", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "at-rule.begin.definition.each.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "1", + "color": "#9AA83A", + "_t": "at-rule.each.meta.property-list.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "at-rule.definition.each.end.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$grid", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.return.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " @mixin simple", + "color": "#9A9B99", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "mixin", + "color": "#9872A2", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "large-text", + "color": "#CE6700", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ": ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "family", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Arial", + "color": "#C7444A", + "_t": "at-rule.constant.each.font-name.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "size", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "20", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "weight", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "bold", + "color": "#C7444A", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#6089B4", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "ff0000", + "color": "#6089B4", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "page-title", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "include", + "color": "#9872A2", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "large-text", + "color": "#CE6700", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "padding", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "4", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " mixin with parameters ", + "color": "#9A9B99", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "mixin", + "color": "#9872A2", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "sexy-border", + "color": "#CE6700", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$color", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$width", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.mixin.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.mixin.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "in", + "color": "#676867", + "_t": "at-rule.each.keyword.meta.mixin.other.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "border", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ": ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$color", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "width", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$width", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "style", + "color": "#6089B4", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "dashed", + "color": "#C7444A", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "p", + "color": "#6089B4", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "include", + "color": "#9872A2", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "sexy-border", + "color": "#CE6700", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "blue", + "color": "#C7444A", + "_t": "at-rule.color.constant.each.include.meta.property-list.scss.support.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "; ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " mixin with varargs ", + "color": "#9A9B99", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "mixin", + "color": "#9872A2", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "box-shadow", + "color": "#CE6700", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$shadows", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "...", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-moz-box-shadow", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$shadows", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-webkit-box-shadow", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$shadows", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "box-shadow", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$shadows", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "shadows", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "include", + "color": "#9872A2", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "box-shadow", + "color": "#CE6700", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "4", + "color": "#6089B4", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#6089B4", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "666", + "color": "#6089B4", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "6", + "color": "#6089B4", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "10", + "color": "#6089B4", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#6089B4", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "999", + "color": "#6089B4", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " include with varargs ", + "color": "#9A9B99", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "mixin", + "color": "#9872A2", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "colors", + "color": "#CE6700", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$text", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$background", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$border", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "color", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$text", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "background-color", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$background", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "border-color", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$border", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$values", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ": ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#6089B4", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "ff0000", + "color": "#6089B4", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#6089B4", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "00ff00", + "color": "#6089B4", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#6089B4", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "0000ff", + "color": "#6089B4", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "primary", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "include", + "color": "#9872A2", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "colors", + "color": "#CE6700", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$values", + "color": "#C5C8C6", + "_t": "at-rule.each.include.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "...", + "color": "#C5C8C6", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " include with body ", + "color": "#9A9B99", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "mixin", + "color": "#9872A2", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "apply-to-ie6-only", + "color": "#CE6700", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#6089B4", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while.wildcard", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "html", + "color": "#6089B4", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.content.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@content", + "color": "#9872A2", + "_t": "at-rule.content.control.each.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.include.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "include", + "color": "#9872A2", + "_t": "at-rule.control.each.include.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.include.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "apply-to-ie6-only", + "color": "#CE6700", + "_t": "at-rule.each.entity.function.include.meta.name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#D0B344", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "logo", + "color": "#D0B344", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "background-image", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "url", + "color": "#9872A2", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/", + "color": "#676867", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "logo.gif", + "color": "#6089B4", + "_t": "at-rule.each.meta.parameter.property-list.property-value.scss.url.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.if.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "at-rule.control.each.if.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$attr", + "color": "#C5C8C6", + "_t": "at-rule.each.if.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "mixin", + "color": "#9872A2", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "apply-to-ie6-only", + "color": "#CE6700", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " attributes ", + "color": "#9A9B99", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "rel", + "color": "#D0B344", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#C5C8C6", + "_t": "at-rule.attribute-selector.each.meta.operator.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "external", + "color": "#9AA83A", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "::", + "color": "#D0B344", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.pseudo-element.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "after", + "color": "#D0B344", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.pseudo-element.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "content", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "s", + "color": "#9AA83A", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "page ", + "color": "#9A9B99", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.keyword.meta.page.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "page", + "color": "#9872A2", + "_t": "at-rule.control.each.keyword.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":left", + "color": "#CE6700", + "_t": "at-rule.each.entity.function.meta.name.page.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "margin-left", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "4", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "cm", + "color": "#676867", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "margin-right", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "cm", + "color": "#676867", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " missing semicolons ", + "color": "#9A9B99", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "tr", + "color": "#6089B4", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "default", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#FF0B00", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.invalid rgb(255, 11, 0)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "bar", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " $foo", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.punctuation.separator.variable rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#6089B4", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " }", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " foo: {", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " foo : ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "white", + "color": "#C7444A", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " }", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " foo.bar1 {", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " @extend tr.", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "default", + "color": "#C7444A", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.set.support.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " }", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " foo.bar2 {", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " @import ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "compass", + "color": "#9AA83A", + "_t": "at-rule.double.each.meta.property-list.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.definition.double.each.end.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " }", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " bar: ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "black", + "color": "#C7444A", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " rules without whitespace ", + "color": "#9A9B99", + "_t": "at-rule.block.comment.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "legend {foo{a:s}", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "margin-top", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.set.support.type.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "margin-bottom", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#6089B4", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "123", + "color": "#6089B4", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "margin-top", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "s", + "color": "#9872A2", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " extend with interpolation variable ", + "color": "#9A9B99", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "mixin", + "color": "#9872A2", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "error", + "color": "#CE6700", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$a", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.mixin.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "false", + "color": "#C7444A", + "_t": "at-rule.constant.each.meta.mixin.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "extend", + "color": "#9872A2", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.import.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "#{", + "color": "#D0B344", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "$a", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.each.entity.import.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "}", + "color": "#D0B344", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "extend", + "color": "#9872A2", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " #", + "color": "#C5C8C6", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.definition.each.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$a", + "color": "#C5C8C6", + "_t": "at-rule.each.import.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.definition.each.end.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#D0B344", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "bar", + "color": "#D0B344", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "a", + "color": "#6089B4", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "bar", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "b", + "color": "#6089B4", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "px", + "color": "#676867", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo", + "color": "#FF0B00", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.invalid rgb(255, 11, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "include", + "color": "#9872A2", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "error", + "color": "#CE6700", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "at-rule.begin.definition.each.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "bar", + "color": "#9AA83A", + "_t": "at-rule.each.include.meta.property-list.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "at-rule.definition.each.end.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " css3: @font face ", + "color": "#9A9B99", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.fontface.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "font-face", + "color": "#9872A2", + "_t": "at-rule.control.each.fontface.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.fontface.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "font-family", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Delicious", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "src", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "url", + "color": "#9872A2", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Delicious-Roman.otf", + "color": "#9AA83A", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " rule names with variables ", + "color": "#9A9B99", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": ".", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "orbit-", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "#{", + "color": "#D0B344", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "$d", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "}", + "color": "#D0B344", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "-prev", + "color": "#D0B344", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$d", + "color": "#C5C8C6", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "style", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo-", + "color": "#FF0B00", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.invalid rgb(255, 11, 0)" + }, + { + "content": "#{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$d", + "color": "#C5C8C6", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$d", + "color": "#C5C8C6", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-bar-", + "color": "#FF0B00", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.invalid rgb(255, 11, 0)" + }, + { + "content": "#{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$d", + "color": "#C5C8C6", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "foo-", + "color": "#FF0B00", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.invalid rgb(255, 11, 0)" + }, + { + "content": "#{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$d", + "color": "#C5C8C6", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-bar", + "color": "#FF0B00", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.invalid rgb(255, 11, 0)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " keyframes ", + "color": "#9A9B99", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "-webkit-keyframes", + "color": "#9872A2", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0%", + "color": "#D0B344", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "opacity", + "color": "#C7444A", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "100%", + "color": "#D0B344", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "opacity", + "color": "#C7444A", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "-moz-keyframes", + "color": "#9872A2", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0%", + "color": "#D0B344", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "opacity", + "color": "#C7444A", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "100%", + "color": "#D0B344", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "opacity", + "color": "#C7444A", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-o-keyframes", + "color": "#FF0B00", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.invalid rgb(255, 11, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#6089B4", + "_t": "at-rule.custom.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " 0% ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "opacity", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " 100% ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "opacity", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#9872A2", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "keyframes", + "color": "#9872A2", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#CE6700", + "_t": "at-rule.each.entity.function.keyframes.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0%", + "color": "#D0B344", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "opacity", + "color": "#C7444A", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "100%", + "color": "#D0B344", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "opacity", + "color": "#C7444A", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " string escaping ", + "color": "#9A9B99", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.property-list.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "data-icon", + "color": "#D0B344", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#C5C8C6", + "_t": "at-rule.attribute-selector.each.meta.operator.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "test-1", + "color": "#9AA83A", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.property-list.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.property-list.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#D0B344", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.property-list.pseudo-element.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "before", + "color": "#D0B344", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.property-list.pseudo-element.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "content", + "color": "#C7444A", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\\\", + "color": "#8080FF", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " a comment ", + "color": "#9A9B99", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "$var1", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\'", + "color": "#8080FF", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$var2", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.begin.definition.double.each.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\\"", + "color": "#8080FF", + "_t": "at-rule.character.constant.double.each.escape.meta.property-list.property-value.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "at-rule.definition.double.each.end.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/*", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " another comment ", + "color": "#9A9B99", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + } + ], + "quietlight": [ + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " snippets from the Sass documentation at http://sass-lang.com/", + "color": "#AAAAAA", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " css stuff ", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " charset ", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.charset.control.definition.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "charset", + "color": "#4B83CD", + "_t": "at-rule.charset.control.keyword.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.charset.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.begin.charset.definition.double.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "UTF-8", + "color": "#448C27", + "_t": "at-rule.charset.double.meta.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.charset.definition.double.end.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " nested rules ", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AB6526", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "main", + "color": "#333333", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "width", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "97", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "%", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "p", + "color": "#4B83CD", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "div", + "color": "#4B83CD", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font-size", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "em", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "a", + "color": "#4B83CD", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font-weight", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "bold", + "color": "#448C27", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "pre", + "color": "#4B83CD", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font-size", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "3", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "em", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " parent selector (&) ", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "#", + "color": "#AB6526", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "main", + "color": "#333333", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "black", + "color": "#448C27", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "a", + "color": "#4B83CD", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font-weight", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "bold", + "color": "#448C27", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "&", + "color": "#4B83CD", + "_t": "entity.meta.name.property-list.reference.scss.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#AB6526", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "hover", + "color": "#333333", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "red", + "color": "#448C27", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " nested properties ", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "funky", + "color": "#333333", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "/", + "color": "#448C27", + "_t": "constant.mathematical-symbols.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": "3", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " {", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "family", + "color": "#AB6526", + "_t": "meta.property-list.property-name.property-value.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ": fantasy", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "size", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "30", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "em", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "weight", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "bold", + "color": "#448C27", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " color: black;", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " nesting conflicts ", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "tr", + "color": "#4B83CD", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "default", + "color": "#333333", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo", + "color": "#AB6526", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-name rgb(171, 101, 38)" + }, + { + "content": ": ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " properties", + "color": "#AAAAAA", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo", + "color": "#AB6526", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-name rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo", + "color": "#AB6526", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " rule", + "color": "#AAAAAA", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo", + "color": "#AB6526", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-name rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "bar", + "color": "#333333", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " selector", + "color": "#AAAAAA", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo", + "color": "#AB6526", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-name rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo", + "color": "#AB6526", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "bar { ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.line.meta.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " selector", + "color": "#448C27", + "_t": "comment.line.meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " foo : ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " foo: 1px; ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " rule", + "color": "#AAAAAA", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " extended comment syntax ", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " This comment is", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " * several lines long.", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " * since it uses the CSS comment syntax,", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " * it will appear in the CSS output. ", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "body", + "color": "#4B83CD", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "black", + "color": "#448C27", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " These comments are only one line long each.", + "color": "#AAAAAA", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " They won't appear in the CSS output,", + "color": "#AAAAAA", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " since they use the single-line comment syntax.", + "color": "#AAAAAA", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "a", + "color": "#4B83CD", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "green", + "color": "#448C27", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " variables ", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "$width", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "5", + "color": "#AB6526", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "em", + "color": "#7A3E9D", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$width", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Second width?", + "color": "#448C27", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "!default", + "color": "#7A3E9D", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AB6526", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "main", + "color": "#333333", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " $localvar", + "color": "#7A3E9D", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "6", + "color": "#AB6526", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "em", + "color": "#7A3E9D", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "width", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$width", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " $font-size", + "color": "#7A3E9D", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "12", + "color": "#AB6526", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "px", + "color": "#7A3E9D", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " $line-height", + "color": "#7A3E9D", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "30", + "color": "#AB6526", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "px", + "color": "#7A3E9D", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#{", + "color": "#448C27", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "$font-size", + "color": "#448C27", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#448C27", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "/", + "color": "#448C27", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "#{", + "color": "#448C27", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "$line-height", + "color": "#448C27", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#448C27", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$name", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " foo", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$attr", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "border", + "color": "#AB6526", + "_t": "meta.property-name.scss.set.support.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "p", + "color": "#4B83CD", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "#{", + "color": "#AB6526", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "$name", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.entity.interpolation.other.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}", + "color": "#AB6526", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#{", + "color": "#777777", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$attr", + "color": "#7A3E9D", + "_t": "interpolation.meta.property-list.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "-", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-name rgb(171, 101, 38)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "blue", + "color": "#448C27", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " variable declaration with whitespaces ", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "//", + "color": "#AAAAAA", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Set the color of your columns", + "color": "#AAAAAA", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "$grid-background-column-color ", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "rgba", + "color": "#AA3731", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "100", + "color": "#AB6526", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "100", + "color": "#AB6526", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "225", + "color": "#AB6526", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#434343", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "0.25", + "color": "#AB6526", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "!default", + "color": "#7A3E9D", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " operations", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "p", + "color": "#4B83CD", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "width", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "em", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "+", + "color": "#448C27", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "2", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "em", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ") ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#4B83CD", + "_t": "entity.meta.name.property-list.scss.tag.wildcard", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " 3;", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#448C27", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "010203", + "color": "#448C27", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "+", + "color": "#448C27", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "#", + "color": "#448C27", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "040506", + "color": "#448C27", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font-family", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "sans- ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "+", + "color": "#448C27", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#448C27", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "serif", + "color": "#448C27", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#448C27", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "margin", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "3", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "+", + "color": "#448C27", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "4", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "auto", + "color": "#448C27", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "content", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#448C27", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "I ate ", + "color": "#448C27", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "#{", + "color": "#448C27", + "_t": "begin.bracket.curly.definition.double.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "5", + "color": "#448C27", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "+", + "color": "#448C27", + "_t": "css.double.interpolation.keyword.meta.operator.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "10", + "color": "#448C27", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#448C27", + "_t": "bracket.curly.definition.double.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " pies!", + "color": "#448C27", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#448C27", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "hsl", + "color": "#448C27", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ",", + "color": "#434343", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "100", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "%", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ",", + "color": "#434343", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "50", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "%", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "hsl", + "color": "#448C27", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "$hue", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ":", + "color": "#448C27", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ",", + "color": "#434343", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "$saturation", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ":", + "color": "#448C27", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "100", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "%", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ",", + "color": "#434343", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "$lightness", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ":", + "color": "#448C27", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "50", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "%", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " functions", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "$grid-width", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "40", + "color": "#AB6526", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "px", + "color": "#7A3E9D", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$gutter-width", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "10", + "color": "#AB6526", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "px", + "color": "#7A3E9D", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.function.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "function", + "color": "#4B83CD", + "_t": "at-rule.control.function.keyword.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.function.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "grid-width", + "color": "#AA3731", + "_t": "at-rule.function.meta.misc.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$n", + "color": "#7A3E9D", + "_t": "at-rule.function.meta.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.function.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.return.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "at-rule.control.keyword.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$n", + "color": "#7A3E9D", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$grid-width", + "color": "#7A3E9D", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#777777", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " (", + "color": "#333333", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$n", + "color": "#7A3E9D", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "at-rule.constant.meta.numeric.property-list.return.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ") ", + "color": "#333333", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$gutter-width", + "color": "#7A3E9D", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#AB6526", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "sidebar", + "color": "#333333", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "width", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "grid-width", + "color": "#448C27", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "5", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " @import ", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "import", + "color": "#4B83CD", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.import.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "foo.scss", + "color": "#448C27", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$family", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "unquote", + "color": "#AA3731", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Droid+Sans", + "color": "#448C27", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "import", + "color": "#4B83CD", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.import.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "rounded-corners", + "color": "#448C27", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "at-rule.import.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "url", + "color": "#AA3731", + "_t": "at-rule.function.import.meta.misc.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "http://fonts.googleapis.com/css?family=", + "color": "#448C27", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "#{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.definition.double.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$family", + "color": "#448C27", + "_t": "at-rule.double.import.interpolation.meta.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.definition.double.end.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AB6526", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "main", + "color": "#333333", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "import", + "color": "#4B83CD", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.begin.definition.double.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "example", + "color": "#448C27", + "_t": "at-rule.double.import.meta.property-list.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.definition.double.end.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " @media ", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "sidebar", + "color": "#333333", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "width", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "300", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.keyword.media.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "media", + "color": "#4B83CD", + "_t": "at-rule.control.keyword.media.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "screen", + "color": "#AB6526", + "_t": "at-rule.constant.css.media.meta.property-list.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "and", + "color": "#777777", + "_t": "at-rule.keyword.logical.media.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " (", + "color": "#333333", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "orientation", + "color": "#AB6526", + "_t": "at-rule.css.media.meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ": ", + "color": "#333333", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "landscape", + "color": "#448C27", + "_t": "at-rule.constant.media.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ") ", + "color": "#333333", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "width", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "500", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " @extend ", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "error", + "color": "#333333", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "border", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "#", + "color": "#448C27", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "f00", + "color": "#448C27", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "background-color", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#448C27", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "fdd", + "color": "#448C27", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "seriousError", + "color": "#333333", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "extend", + "color": "#4B83CD", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "at-rule.attribute-name.class.css.definition.entity.import.meta.other.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "error", + "color": "#333333", + "_t": "at-rule.attribute-name.class.css.entity.import.meta.other.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "border-width", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "3", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#AB6526", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "context", + "color": "#333333", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "a", + "color": "#4B83CD", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "%", + "color": "#AB6526", + "_t": "attribute-name.definition.entity.other.placeholder.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "extreme", + "color": "#333333", + "_t": "attribute-name.entity.other.placeholder.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "blue", + "color": "#448C27", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font-weight", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "bold", + "color": "#448C27", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font-size", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "em", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "notice", + "color": "#333333", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "extend", + "color": "#4B83CD", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "%", + "color": "#AB6526", + "_t": "at-rule.attribute-name.definition.entity.import.meta.other.placeholder.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "extreme", + "color": "#333333", + "_t": "at-rule.attribute-name.entity.import.meta.other.placeholder.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "!optional", + "color": "#4B83CD", + "_t": "at-rule.import.keyword.meta.optional.other.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ";", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " @debug and @warn ", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.keyword.meta.punctuation.scss.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "debug", + "color": "#4B83CD", + "_t": "at-rule.control.keyword.meta.scss.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " 10em + 12em", + "color": "#333333", + "_t": "at-rule.meta.scss.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.keyword.meta.mixin.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "mixin", + "color": "#4B83CD", + "_t": "at-rule.control.keyword.meta.mixin.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "adjust-location", + "color": "#AA3731", + "_t": "at-rule.entity.function.meta.mixin.name.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "at-rule.begin.bracket.definition.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$x", + "color": "#7A3E9D", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$y", + "color": "#7A3E9D", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "at-rule.bracket.definition.end.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "unitless", + "color": "#AA3731", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$x", + "color": "#7A3E9D", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "warn", + "color": "#4B83CD", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Assuming ", + "color": "#448C27", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "#{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$x", + "color": "#448C27", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " to be in pixels", + "color": "#448C27", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " $x", + "color": "#7A3E9D", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "px", + "color": "#7A3E9D", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "*", + "color": "#777777", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " $x", + "color": "#7A3E9D", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "unitless", + "color": "#AA3731", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$y", + "color": "#7A3E9D", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "warn", + "color": "#4B83CD", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Assuming ", + "color": "#448C27", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "#{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$y", + "color": "#448C27", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " to be in pixels", + "color": "#448C27", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " $y", + "color": "#7A3E9D", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "px", + "color": "#7A3E9D", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "*", + "color": "#777777", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " $y", + "color": "#7A3E9D", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "position", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "relative", + "color": "#448C27", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "left", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$x", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "top", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$y", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " control directives ", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " if statement ", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "p", + "color": "#4B83CD", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#777777", + "_t": "at-rule.css.if.keyword.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "==", + "color": "#777777", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "border", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "solid", + "color": "#448C27", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "5", + "color": "#AB6526", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "3", + "color": "#AB6526", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "border", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "dotted", + "color": "#448C27", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "null", + "color": "#448C27", + "_t": "at-rule.constant.if.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "border", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "3", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "double", + "color": "#448C27", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " if else statement ", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "$type", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " monster", + "color": "#7A3E9D", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "p", + "color": "#4B83CD", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$type", + "color": "#7A3E9D", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "==", + "color": "#777777", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ocean ", + "color": "#333333", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "blue", + "color": "#448C27", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.else.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.else.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "else ", + "color": "#4B83CD", + "_t": "at-rule.control.else.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "black", + "color": "#448C27", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " for statement ", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.for.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "at-rule.control.for.keyword.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.for.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$i", + "color": "#7A3E9D", + "_t": "at-rule.for.meta.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.for.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "from", + "color": "#777777", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.for.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.for.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "through", + "color": "#777777", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.for.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "3", + "color": "#AB6526", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.for.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "item-", + "color": "#333333", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#{", + "color": "#AB6526", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "$i", + "color": "#7A3E9D", + "_t": "attribute-name.class.css.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}", + "color": "#AB6526", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "width", + "color": "#AB6526", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#448C27", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "em", + "color": "#448C27", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "*", + "color": "#448C27", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "$i", + "color": "#448C27", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " each statement ", + "color": "#AAAAAA", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "each", + "color": "#4B83CD", + "_t": "at-rule.control.each.keyword.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$animal", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "in", + "color": "#777777", + "_t": "at-rule.control.each.keyword.meta.operator.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " puma, ", + "color": "#333333", + "_t": "at-rule.each.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "sea-slug", + "color": "#4B83CD", + "_t": "at-rule.custom.each.entity.meta.name.scss.tag", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ", egret, salamander ", + "color": "#333333", + "_t": "at-rule.each.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "#{", + "color": "#AB6526", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "$animal", + "color": "#7A3E9D", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}", + "color": "#AB6526", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "-icon", + "color": "#333333", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "background-image", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "url", + "color": "#448C27", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#448C27", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "/images/", + "color": "#448C27", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "#{", + "color": "#448C27", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "$animal", + "color": "#448C27", + "_t": "at-rule.each.interpolation.meta.property-list.property-value.quoted.scss.single.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#448C27", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ".png", + "color": "#448C27", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#448C27", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " while statement ", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.each.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "$i", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ": ", + "color": "#333333", + "_t": "at-rule.each.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "6", + "color": "#AB6526", + "_t": "at-rule.constant.each.meta.numeric.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#333333", + "_t": "at-rule.each.meta.scss", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "while", + "color": "#4B83CD", + "_t": "at-rule.control.each.keyword.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$i", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ">", + "color": "#777777", + "_t": "at-rule.comparison.each.keyword.meta.operator.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "at-rule.constant.each.meta.numeric.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "item-", + "color": "#333333", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#{", + "color": "#AB6526", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "$i", + "color": "#7A3E9D", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}", + "color": "#AB6526", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "width", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#448C27", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "em", + "color": "#448C27", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "*", + "color": "#448C27", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#448C27", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "$i", + "color": "#448C27", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " $i", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " $i ", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "-", + "color": "#777777", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " function with controlstatements ", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.function.keyword.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "function", + "color": "#4B83CD", + "_t": "at-rule.control.each.function.keyword.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo", + "color": "#AA3731", + "_t": "at-rule.each.function.meta.misc.scss.support.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$total", + "color": "#7A3E9D", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "at-rule.delimiter.each.function.meta.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$a", + "color": "#7A3E9D", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.for.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "at-rule.control.each.for.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$i", + "color": "#7A3E9D", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "from", + "color": "#777777", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "at-rule.constant.each.for.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "to", + "color": "#777777", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$total", + "color": "#7A3E9D", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.if.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "at-rule.control.each.if.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (", + "color": "#333333", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "unit", + "color": "#AA3731", + "_t": "at-rule.each.function.if.meta.misc.property-list.scss.support.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$a", + "color": "#7A3E9D", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "==", + "color": "#777777", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.begin.definition.double.each.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "%", + "color": "#448C27", + "_t": "at-rule.double.each.if.meta.property-list.quoted.scss.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.definition.double.each.end.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ") ", + "color": "#333333", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "and", + "color": "#777777", + "_t": "at-rule.each.if.keyword.logical.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " (", + "color": "#333333", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$i", + "color": "#7A3E9D", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "==", + "color": "#777777", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " (", + "color": "#333333", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$total", + "color": "#7A3E9D", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "at-rule.css.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "at-rule.constant.each.if.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")) ", + "color": "#333333", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " $z", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "100", + "color": "#AB6526", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "%", + "color": "#7A3E9D", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "at-rule.begin.definition.each.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "at-rule.each.meta.property-list.quoted.return.scss.single.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "at-rule.definition.each.end.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$grid", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.return.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " @mixin simple", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "mixin", + "color": "#4B83CD", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "large-text", + "color": "#AA3731", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ": ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "family", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Arial", + "color": "#448C27", + "_t": "at-rule.constant.each.font-name.meta.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "size", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "20", + "color": "#448C27", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "weight", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "bold", + "color": "#448C27", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#448C27", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "ff0000", + "color": "#448C27", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "page-title", + "color": "#333333", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "include", + "color": "#4B83CD", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "large-text", + "color": "#AA3731", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": ";", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "padding", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "4", + "color": "#448C27", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " mixin with parameters ", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "mixin", + "color": "#4B83CD", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "sexy-border", + "color": "#AA3731", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$color", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$width", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.mixin.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "at-rule.constant.each.meta.mixin.numeric.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "in", + "color": "#4B83CD", + "_t": "at-rule.each.keyword.meta.mixin.other.scss.unit.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ")", + "color": "#777777", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "border", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ": ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$color", + "color": "#448C27", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "width", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$width", + "color": "#448C27", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "style", + "color": "#4B83CD", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "dashed", + "color": "#448C27", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "p", + "color": "#4B83CD", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "include", + "color": "#4B83CD", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "sexy-border", + "color": "#AA3731", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "blue", + "color": "#AB6526", + "_t": "at-rule.color.constant.each.include.meta.property-list.scss.support.w3c-standard-color-name.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "; ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " mixin with varargs ", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "mixin", + "color": "#4B83CD", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "box-shadow", + "color": "#AA3731", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$shadows", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "...", + "color": "#333333", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-moz-box-shadow", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$shadows", + "color": "#448C27", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-webkit-box-shadow", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$shadows", + "color": "#448C27", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "box-shadow", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$shadows", + "color": "#448C27", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "shadows", + "color": "#333333", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "include", + "color": "#4B83CD", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "box-shadow", + "color": "#AA3731", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "px", + "color": "#4B83CD", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "4", + "color": "#AB6526", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "px", + "color": "#4B83CD", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "5", + "color": "#AB6526", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "px", + "color": "#4B83CD", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AB6526", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "666", + "color": "#AB6526", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "px", + "color": "#4B83CD", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "6", + "color": "#AB6526", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "px", + "color": "#4B83CD", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "10", + "color": "#AB6526", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "px", + "color": "#4B83CD", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AB6526", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "999", + "color": "#AB6526", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#777777", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " include with varargs ", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "mixin", + "color": "#4B83CD", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "colors", + "color": "#AA3731", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$text", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$background", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$border", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "color", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$text", + "color": "#448C27", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "background-color", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$background", + "color": "#448C27", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "border-color", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$border", + "color": "#448C27", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$values", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ": ", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AB6526", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "ff0000", + "color": "#AB6526", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AB6526", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "00ff00", + "color": "#AB6526", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AB6526", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "0000ff", + "color": "#AB6526", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "primary", + "color": "#333333", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "include", + "color": "#4B83CD", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "colors", + "color": "#AA3731", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$values", + "color": "#7A3E9D", + "_t": "at-rule.each.include.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "...", + "color": "#333333", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " include with body ", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "mixin", + "color": "#4B83CD", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "apply-to-ie6-only", + "color": "#AA3731", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#4B83CD", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while.wildcard", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "html", + "color": "#4B83CD", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.content.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@content", + "color": "#4B83CD", + "_t": "at-rule.content.control.each.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ";", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.include.keyword.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "include", + "color": "#4B83CD", + "_t": "at-rule.control.each.include.keyword.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.include.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "apply-to-ie6-only", + "color": "#AA3731", + "_t": "at-rule.each.entity.function.include.meta.name.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AB6526", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "logo", + "color": "#333333", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "background-image", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "url", + "color": "#448C27", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "/", + "color": "#448C27", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "logo.gif", + "color": "#448C27", + "_t": "at-rule.each.meta.parameter.property-list.property-value.scss.url.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.if.keyword.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "at-rule.control.each.if.keyword.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$attr", + "color": "#7A3E9D", + "_t": "at-rule.each.if.meta.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "mixin", + "color": "#4B83CD", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "apply-to-ie6-only", + "color": "#AA3731", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " attributes ", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "[", + "color": "#777777", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.punctuation.scss.square.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "rel", + "color": "#333333", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#434343", + "_t": "at-rule.attribute-selector.each.meta.operator.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "external", + "color": "#448C27", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.quoted.scss.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "]", + "color": "#777777", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.punctuation.scss.square.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "::", + "color": "#AB6526", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.pseudo-element.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "after", + "color": "#333333", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.pseudo-element.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "content", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#448C27", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "s", + "color": "#448C27", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#448C27", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "page ", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.keyword.meta.page.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "page", + "color": "#4B83CD", + "_t": "at-rule.control.each.keyword.meta.page.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":left", + "color": "#AA3731", + "_t": "at-rule.each.entity.function.meta.name.page.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "margin-left", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "4", + "color": "#448C27", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "cm", + "color": "#448C27", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "margin-right", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "3", + "color": "#448C27", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "cm", + "color": "#448C27", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " missing semicolons ", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "tr", + "color": "#4B83CD", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "default", + "color": "#333333", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo", + "color": "#AB6526", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-name rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "bar", + "color": "#333333", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " $foo", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "px", + "color": "#7A3E9D", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " }", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " foo: {", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " foo : ", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "white", + "color": "#7A3E9D", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.variable rgb(122, 62, 157)" + }, + { + "content": " }", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " foo.bar1 {", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " @extend tr.", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "default", + "color": "#448C27", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.set.support.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": " }", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " foo.bar2 {", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " @import ", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "compass", + "color": "#448C27", + "_t": "at-rule.double.each.meta.property-list.quoted.scss.set.string.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "at-rule.definition.double.each.end.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " }", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " bar: ", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "black", + "color": "#7A3E9D", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.variable rgb(122, 62, 157)" + }, + { + "content": "}", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " rules without whitespace ", + "color": "#7A3E9D", + "_t": "at-rule.block.comment.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "legend {foo{a:s}", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "margin-top", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.set.support.type.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "margin-bottom", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "#", + "color": "#448C27", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "123", + "color": "#448C27", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "margin-top", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "s", + "color": "#448C27", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " extend with interpolation variable ", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "mixin", + "color": "#4B83CD", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "error", + "color": "#AA3731", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$a", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.mixin.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.mixin.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "false", + "color": "#448C27", + "_t": "at-rule.constant.each.meta.mixin.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.constant.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#777777", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "extend", + "color": "#4B83CD", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.import.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "#{", + "color": "#AB6526", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "$a", + "color": "#7A3E9D", + "_t": "at-rule.attribute-name.class.css.each.entity.import.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}", + "color": "#AB6526", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "extend", + "color": "#4B83CD", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " #", + "color": "#333333", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.definition.each.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$a", + "color": "#7A3E9D", + "_t": "at-rule.each.import.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.definition.each.end.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#AB6526", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "bar", + "color": "#333333", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "a", + "color": "#4B83CD", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "bar", + "color": "#333333", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "b", + "color": "#4B83CD", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "px", + "color": "#448C27", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "foo", + "color": "#AB6526", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-name rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "include", + "color": "#4B83CD", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "error", + "color": "#AA3731", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "'", + "color": "#777777", + "_t": "at-rule.begin.definition.each.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "bar", + "color": "#448C27", + "_t": "at-rule.each.include.meta.property-list.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "at-rule.definition.each.end.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " css3: @font face ", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.fontface.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "font-face", + "color": "#4B83CD", + "_t": "at-rule.control.each.fontface.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.fontface.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "font-family", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Delicious", + "color": "#448C27", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "src", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "url", + "color": "#448C27", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "(", + "color": "#448C27", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#448C27", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "Delicious-Roman.otf", + "color": "#448C27", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#448C27", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#448C27", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " rule names with variables ", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "orbit-", + "color": "#333333", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#{", + "color": "#AB6526", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "$d", + "color": "#7A3E9D", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}", + "color": "#AB6526", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "-prev", + "color": "#333333", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$d", + "color": "#7A3E9D", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "-", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-name rgb(171, 101, 38)" + }, + { + "content": "style", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo-", + "color": "#AB6526", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-name rgb(171, 101, 38)" + }, + { + "content": "#{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$d", + "color": "#7A3E9D", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$d", + "color": "#7A3E9D", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "-bar-", + "color": "#AB6526", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-name rgb(171, 101, 38)" + }, + { + "content": "#{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$d", + "color": "#7A3E9D", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#448C27", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "foo-", + "color": "#AB6526", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-name rgb(171, 101, 38)" + }, + { + "content": "#{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$d", + "color": "#7A3E9D", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "-bar", + "color": "#AB6526", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " keyframes ", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "-webkit-keyframes", + "color": "#4B83CD", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0%", + "color": "#333333", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "opacity", + "color": "#AB6526", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "100%", + "color": "#333333", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "opacity", + "color": "#AB6526", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "-moz-keyframes", + "color": "#4B83CD", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0%", + "color": "#333333", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "opacity", + "color": "#AB6526", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "100%", + "color": "#333333", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "opacity", + "color": "#AB6526", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "@", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-o-keyframes", + "color": "#AB6526", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-name rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#4B83CD", + "_t": "at-rule.custom.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " 0% ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "opacity", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " 100% ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "opacity", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "@", + "color": "#777777", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "keyframes", + "color": "#4B83CD", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#AA3731", + "_t": "at-rule.each.entity.function.keyframes.meta.name.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0%", + "color": "#333333", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "opacity", + "color": "#AB6526", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "100%", + "color": "#333333", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "opacity", + "color": "#AB6526", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " string escaping ", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "[", + "color": "#777777", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.property-list.punctuation.scss.square.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "data-icon", + "color": "#333333", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#434343", + "_t": "at-rule.attribute-selector.each.meta.operator.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "'", + "color": "#777777", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "test-1", + "color": "#448C27", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.property-list.quoted.scss.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "]", + "color": "#777777", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.property-list.punctuation.scss.square.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ":", + "color": "#AB6526", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.property-list.pseudo-element.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.entity rgb(171, 101, 38)" + }, + { + "content": "before", + "color": "#333333", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.property-list.pseudo-element.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "content", + "color": "#AB6526", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type.property-name rgb(171, 101, 38)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": "'", + "color": "#448C27", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "\\\\", + "color": "#777777", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "'", + "color": "#448C27", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " a comment ", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "$var1", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#448C27", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "\\'", + "color": "#777777", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "'", + "color": "#448C27", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$var2", + "color": "#7A3E9D", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#434343", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#448C27", + "_t": "at-rule.begin.definition.double.each.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": "\\\"", + "color": "#777777", + "_t": "at-rule.character.constant.double.each.escape.meta.property-list.property-value.quoted.scss.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#448C27", + "_t": "at-rule.definition.double.each.end.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.property-value rgb(68, 140, 39)" + }, + { + "content": ";", + "color": "#777777", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "/*", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " another comment ", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + } + ], + "red": [ + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " snippets from the Sass documentation at http://sass-lang.com/", + "color": "#E7C0C0", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " css stuff ", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " charset ", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.charset.control.definition.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "charset", + "color": "#F12727", + "_t": "at-rule.charset.control.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.charset.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.begin.charset.definition.double.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "UTF-8", + "color": "#CD8D8D", + "_t": "at-rule.charset.double.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.charset.definition.double.end.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " nested rules ", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "main", + "color": "#FEC758", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "width", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "97", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "%", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "p", + "color": "#EC0D1E", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "div", + "color": "#EC0D1E", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font-size", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "em", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#EC0D1E", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font-weight", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "bold", + "color": "#FFE862", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "pre", + "color": "#EC0D1E", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font-size", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "em", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " parent selector (&) ", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "main", + "color": "#FEC758", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "black", + "color": "#FFE862", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#EC0D1E", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font-weight", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "bold", + "color": "#FFE862", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "&", + "color": "#EC0D1E", + "_t": "entity.meta.name.property-list.reference.scss.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ":", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "hover", + "color": "#FEC758", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "red", + "color": "#FFE862", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " nested properties ", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "funky", + "color": "#FEC758", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "/", + "color": "#FFE862", + "_t": "constant.mathematical-symbols.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "3", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " {", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "family", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.property-value.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ": fantasy", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "size", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "30", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "em", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "weight", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "bold", + "color": "#FFE862", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " color: black;", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " nesting conflicts ", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "tr", + "color": "#FEC758", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "default", + "color": "#FEC758", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": ": ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " properties", + "color": "#E7C0C0", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " rule", + "color": "#E7C0C0", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "bar", + "color": "#FEC758", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " selector", + "color": "#E7C0C0", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "bar { ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.line.meta.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " selector", + "color": "#E7C0C0", + "_t": "comment.line.meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " foo : ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " foo: 1px; ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " rule", + "color": "#E7C0C0", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " extended comment syntax ", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " This comment is", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " * several lines long.", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " * since it uses the CSS comment syntax,", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " * it will appear in the CSS output. ", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "body", + "color": "#FEC758", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "black", + "color": "#FFE862", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " These comments are only one line long each.", + "color": "#E7C0C0", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " They won't appear in the CSS output,", + "color": "#E7C0C0", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " since they use the single-line comment syntax.", + "color": "#E7C0C0", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "a", + "color": "#FEC758", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "green", + "color": "#FFE862", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " variables ", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "$width", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "5", + "color": "#FB9A4B", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "em", + "color": "#FB9A4B", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$width", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "\"", + "color": "#EDEF7D", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "Second width?", + "color": "#EDEF7D", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#EDEF7D", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "!default", + "color": "#FB9A4B", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "main", + "color": "#FEC758", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " $localvar", + "color": "#FB9A4B", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "6", + "color": "#FB9A4B", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "em", + "color": "#FB9A4B", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "width", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$width", + "color": "#FB9A4B", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " $font-size", + "color": "#FB9A4B", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "12", + "color": "#FB9A4B", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "px", + "color": "#FB9A4B", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " $line-height", + "color": "#FB9A4B", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "30", + "color": "#FB9A4B", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "px", + "color": "#FB9A4B", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#{", + "color": "#FB9A4B", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "$font-size", + "color": "#FB9A4B", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}", + "color": "#FB9A4B", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "/", + "color": "#F12727", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "#{", + "color": "#FB9A4B", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "$line-height", + "color": "#FB9A4B", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}", + "color": "#FB9A4B", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$name", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " foo", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$attr", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "border", + "color": "#FB9A4B", + "_t": "meta.property-name.scss.set.support.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "p", + "color": "#FEC758", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "#{", + "color": "#FB9A4B", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "$name", + "color": "#FB9A4B", + "_t": "attribute-name.class.css.entity.interpolation.other.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}", + "color": "#FB9A4B", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#{", + "color": "#FB9A4B", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "$attr", + "color": "#FB9A4B", + "_t": "interpolation.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}", + "color": "#FB9A4B", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "blue", + "color": "#FFE862", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " variable declaration with whitespaces ", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "//", + "color": "#E7C0C0", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Set the color of your columns", + "color": "#E7C0C0", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "$grid-background-column-color ", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "rgba", + "color": "#FFB454", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#FB9A4B", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "100", + "color": "#FB9A4B", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#FB9A4B", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "100", + "color": "#FB9A4B", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#FB9A4B", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "225", + "color": "#FB9A4B", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#FB9A4B", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "0.25", + "color": "#FB9A4B", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#FB9A4B", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "!default", + "color": "#FB9A4B", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " operations", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "p", + "color": "#FEC758", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "width", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "em", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "em", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ") ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#EC0D1E", + "_t": "entity.meta.name.property-list.scss.tag.wildcard", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " 3;", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FFE862", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "010203", + "color": "#FFE862", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FFE862", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "040506", + "color": "#FFE862", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font-family", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "sans- ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "serif", + "color": "#CD8D8D", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "margin", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "4", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "auto", + "color": "#FFE862", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "content", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "I ate ", + "color": "#CD8D8D", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "#{", + "color": "#EDEF7D", + "_t": "begin.bracket.curly.definition.double.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "5", + "color": "#FFE862", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#EDEF7D", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "+", + "color": "#EDEF7D", + "_t": "css.double.interpolation.keyword.meta.operator.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": " ", + "color": "#EDEF7D", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "10", + "color": "#FFE862", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "}", + "color": "#EDEF7D", + "_t": "bracket.curly.definition.double.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": " pies!", + "color": "#CD8D8D", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "hsl", + "color": "#FFB454", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "100", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "%", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "50", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "%", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "hsl", + "color": "#FFB454", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$hue", + "color": "#FB9A4B", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$saturation", + "color": "#FB9A4B", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "100", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "%", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$lightness", + "color": "#FB9A4B", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "50", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "%", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " functions", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "$grid-width", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "40", + "color": "#FB9A4B", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "px", + "color": "#FB9A4B", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$gutter-width", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "10", + "color": "#FB9A4B", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "px", + "color": "#FB9A4B", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.function.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "function", + "color": "#F12727", + "_t": "at-rule.control.function.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.function.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "grid-width", + "color": "#FFB454", + "_t": "at-rule.function.meta.misc.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$n", + "color": "#FB9A4B", + "_t": "at-rule.function.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.function.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.return.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "at-rule.control.keyword.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$n", + "color": "#FB9A4B", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$grid-width", + "color": "#FB9A4B", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$n", + "color": "#FB9A4B", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "at-rule.constant.meta.numeric.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ") ", + "color": "#F8F8F8", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$gutter-width", + "color": "#FB9A4B", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "sidebar", + "color": "#FEC758", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "width", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "grid-width", + "color": "#FFB454", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "5", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " @import ", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "import", + "color": "#F12727", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "foo.scss", + "color": "#CD8D8D", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$family", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "unquote", + "color": "#FFB454", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#FB9A4B", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "\"", + "color": "#EDEF7D", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "Droid+Sans", + "color": "#EDEF7D", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#EDEF7D", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ")", + "color": "#FB9A4B", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "import", + "color": "#F12727", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "rounded-corners", + "color": "#CD8D8D", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "url", + "color": "#FFB454", + "_t": "at-rule.function.import.meta.misc.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "http://fonts.googleapis.com/css?family=", + "color": "#CD8D8D", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "#{", + "color": "#EDEF7D", + "_t": "at-rule.begin.bracket.curly.definition.double.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "$family", + "color": "#EDEF7D", + "_t": "at-rule.double.import.interpolation.meta.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "}", + "color": "#EDEF7D", + "_t": "at-rule.bracket.curly.definition.double.end.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "main", + "color": "#FEC758", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "import", + "color": "#F12727", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.begin.definition.double.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "example", + "color": "#CD8D8D", + "_t": "at-rule.double.import.meta.property-list.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.definition.double.end.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " @media ", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "sidebar", + "color": "#FEC758", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "width", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "300", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.keyword.media.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "media", + "color": "#F12727", + "_t": "at-rule.control.keyword.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "screen", + "color": "#EB939A", + "_t": "at-rule.constant.css.media.meta.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "and", + "color": "#F12727", + "_t": "at-rule.keyword.logical.media.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "orientation", + "color": "#96DD3B", + "_t": "at-rule.css.media.meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.type.property-name.css rgb(150, 221, 59)" + }, + { + "content": ": ", + "color": "#F8F8F8", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "landscape", + "color": "#FFE862", + "_t": "at-rule.constant.media.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ") ", + "color": "#F8F8F8", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "width", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "500", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " @extend ", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "error", + "color": "#FEC758", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "border", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FFE862", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "f00", + "color": "#FFE862", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "background-color", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FFE862", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "fdd", + "color": "#FFE862", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "seriousError", + "color": "#FEC758", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "extend", + "color": "#F12727", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.definition.entity.import.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "error", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.entity.import.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "border-width", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FEC758", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "context", + "color": "#FEC758", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#FEC758", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "%", + "color": "#FEC758", + "_t": "attribute-name.definition.entity.other.placeholder.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "extreme", + "color": "#FEC758", + "_t": "attribute-name.entity.other.placeholder.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "blue", + "color": "#FFE862", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font-weight", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "bold", + "color": "#FFE862", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font-size", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "em", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "notice", + "color": "#FEC758", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "extend", + "color": "#F12727", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "%", + "color": "#FEC758", + "_t": "at-rule.attribute-name.definition.entity.import.meta.other.placeholder.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "extreme", + "color": "#FEC758", + "_t": "at-rule.attribute-name.entity.import.meta.other.placeholder.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "!optional", + "color": "#F12727", + "_t": "at-rule.import.keyword.meta.optional.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " @debug and @warn ", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.keyword.meta.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "debug", + "color": "#F12727", + "_t": "at-rule.control.keyword.meta.scss.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " 10em + 12em", + "color": "#F8F8F8", + "_t": "at-rule.meta.scss.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.keyword.meta.mixin.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "mixin", + "color": "#F12727", + "_t": "at-rule.control.keyword.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "adjust-location", + "color": "#FEC758", + "_t": "at-rule.entity.function.meta.mixin.name.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.definition.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$x", + "color": "#FB9A4B", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$y", + "color": "#FB9A4B", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.bracket.definition.end.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "unitless", + "color": "#FFB454", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$x", + "color": "#FB9A4B", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "warn", + "color": "#F12727", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Assuming ", + "color": "#CD8D8D", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "#{", + "color": "#EDEF7D", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "$x", + "color": "#EDEF7D", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "}", + "color": "#EDEF7D", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": " to be in pixels", + "color": "#CD8D8D", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " $x", + "color": "#FB9A4B", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "1", + "color": "#FB9A4B", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "px", + "color": "#FB9A4B", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "*", + "color": "#FB9A4B", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " $x", + "color": "#FB9A4B", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "unitless", + "color": "#FFB454", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$y", + "color": "#FB9A4B", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "warn", + "color": "#F12727", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Assuming ", + "color": "#CD8D8D", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "#{", + "color": "#EDEF7D", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "$y", + "color": "#EDEF7D", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "}", + "color": "#EDEF7D", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": " to be in pixels", + "color": "#CD8D8D", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " $y", + "color": "#FB9A4B", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "1", + "color": "#FB9A4B", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "px", + "color": "#FB9A4B", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "*", + "color": "#FB9A4B", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " $y", + "color": "#FB9A4B", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "position", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "relative", + "color": "#FFE862", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "left", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$x", + "color": "#FB9A4B", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "top", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$y", + "color": "#FB9A4B", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " control directives ", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " if statement ", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "p", + "color": "#FEC758", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "at-rule.css.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "==", + "color": "#F12727", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "border", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "solid", + "color": "#FFE862", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "5", + "color": "#994646", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3", + "color": "#994646", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "border", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "dotted", + "color": "#FFE862", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "null", + "color": "#FFE862", + "_t": "at-rule.constant.if.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "border", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "double", + "color": "#FFE862", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " if else statement ", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "$type", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " monster", + "color": "#FB9A4B", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "p", + "color": "#FEC758", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$type", + "color": "#FB9A4B", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "==", + "color": "#F12727", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ocean ", + "color": "#F8F8F8", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "blue", + "color": "#FFE862", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.else.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.else.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "else ", + "color": "#F12727", + "_t": "at-rule.control.else.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "black", + "color": "#FFE862", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " for statement ", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.for.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "at-rule.control.for.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$i", + "color": "#FB9A4B", + "_t": "at-rule.for.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "from", + "color": "#F12727", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "through", + "color": "#F12727", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3", + "color": "#994646", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "item-", + "color": "#FEC758", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "#{", + "color": "#FB9A4B", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "$i", + "color": "#FB9A4B", + "_t": "attribute-name.class.css.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}", + "color": "#FB9A4B", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "width", + "color": "#9DF39F", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#FFE862", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "em", + "color": "#F12727", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$i", + "color": "#FB9A4B", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " each statement ", + "color": "#E7C0C0", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "each", + "color": "#F12727", + "_t": "at-rule.control.each.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$animal", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "in", + "color": "#F12727", + "_t": "at-rule.control.each.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " puma, ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "sea-slug", + "color": "#EC0D1E", + "_t": "at-rule.custom.each.entity.meta.name.scss.tag", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ", egret, salamander ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "#{", + "color": "#FB9A4B", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "$animal", + "color": "#FB9A4B", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}", + "color": "#FB9A4B", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "-icon", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "background-image", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "url", + "color": "#FFB454", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "/images/", + "color": "#CD8D8D", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "#{", + "color": "#EDEF7D", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "$animal", + "color": "#EDEF7D", + "_t": "at-rule.each.interpolation.meta.property-list.property-value.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "}", + "color": "#EDEF7D", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ".png", + "color": "#CD8D8D", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " while statement ", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.each.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "$i", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ": ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "6", + "color": "#994646", + "_t": "at-rule.constant.each.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "while", + "color": "#F12727", + "_t": "at-rule.control.each.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$i", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ">", + "color": "#F12727", + "_t": "at-rule.comparison.each.keyword.meta.operator.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "at-rule.constant.each.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "item-", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "#{", + "color": "#FB9A4B", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "$i", + "color": "#FB9A4B", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}", + "color": "#FB9A4B", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "width", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#FFE862", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "em", + "color": "#F12727", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$i", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " $i", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " $i ", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "-", + "color": "#FB9A4B", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "2", + "color": "#FB9A4B", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " function with controlstatements ", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.function.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "function", + "color": "#F12727", + "_t": "at-rule.control.each.function.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#FFB454", + "_t": "at-rule.each.function.meta.misc.scss.support.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$total", + "color": "#FB9A4B", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "at-rule.delimiter.each.function.meta.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$a", + "color": "#FB9A4B", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.for.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "at-rule.control.each.for.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$i", + "color": "#FB9A4B", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "from", + "color": "#F12727", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "at-rule.constant.each.for.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "to", + "color": "#F12727", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$total", + "color": "#FB9A4B", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.if.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "at-rule.control.each.if.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "unit", + "color": "#FFB454", + "_t": "at-rule.each.function.if.meta.misc.property-list.scss.support.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$a", + "color": "#FB9A4B", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "==", + "color": "#F12727", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.begin.definition.double.each.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "%", + "color": "#CD8D8D", + "_t": "at-rule.double.each.if.meta.property-list.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.definition.double.each.end.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ") ", + "color": "#F8F8F8", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "and", + "color": "#F12727", + "_t": "at-rule.each.if.keyword.logical.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$i", + "color": "#FB9A4B", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "==", + "color": "#F12727", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$total", + "color": "#FB9A4B", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "at-rule.css.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "at-rule.constant.each.if.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")) ", + "color": "#F8F8F8", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " $z", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "100", + "color": "#FB9A4B", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "%", + "color": "#FB9A4B", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "at-rule.begin.definition.each.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "1", + "color": "#CD8D8D", + "_t": "at-rule.each.meta.property-list.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "at-rule.definition.each.end.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$grid", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.return.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " @mixin simple", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "mixin", + "color": "#F12727", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "large-text", + "color": "#FEC758", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ": ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "family", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Arial", + "color": "#FFE862", + "_t": "at-rule.constant.each.font-name.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "size", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "20", + "color": "#FFE862", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "weight", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "bold", + "color": "#FFE862", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FFE862", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "ff0000", + "color": "#FFE862", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "page-title", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "include", + "color": "#F12727", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "large-text", + "color": "#FEC758", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "padding", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "4", + "color": "#FFE862", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " mixin with parameters ", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "mixin", + "color": "#F12727", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "sexy-border", + "color": "#FEC758", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$color", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$width", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.mixin.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "at-rule.constant.each.meta.mixin.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "in", + "color": "#F12727", + "_t": "at-rule.each.keyword.meta.mixin.other.scss.unit.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "border", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ": ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$color", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "width", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$width", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "style", + "color": "#EC0D1E", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "dashed", + "color": "#FFE862", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "p", + "color": "#EC0D1E", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "include", + "color": "#F12727", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "sexy-border", + "color": "#FEC758", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "blue", + "color": "#EB939A", + "_t": "at-rule.color.constant.each.include.meta.property-list.scss.support.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "; ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " mixin with varargs ", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "mixin", + "color": "#F12727", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "box-shadow", + "color": "#FEC758", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$shadows", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "...", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-moz-box-shadow", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$shadows", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-webkit-box-shadow", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$shadows", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "box-shadow", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$shadows", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "shadows", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "include", + "color": "#F12727", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "box-shadow", + "color": "#FEC758", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "4", + "color": "#994646", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "5", + "color": "#994646", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#994646", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "666", + "color": "#994646", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "6", + "color": "#994646", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "10", + "color": "#994646", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#994646", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "999", + "color": "#994646", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " include with varargs ", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "mixin", + "color": "#F12727", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "colors", + "color": "#FEC758", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$text", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$background", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$border", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "color", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$text", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "background-color", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$background", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "border-color", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$border", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$values", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ": ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#994646", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "ff0000", + "color": "#994646", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#994646", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "00ff00", + "color": "#994646", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#994646", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "0000ff", + "color": "#994646", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "primary", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "include", + "color": "#F12727", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "colors", + "color": "#FEC758", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$values", + "color": "#FB9A4B", + "_t": "at-rule.each.include.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "...", + "color": "#F8F8F8", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " include with body ", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "mixin", + "color": "#F12727", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "apply-to-ie6-only", + "color": "#FEC758", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#EC0D1E", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while.wildcard", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "html", + "color": "#EC0D1E", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.content.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@content", + "color": "#F12727", + "_t": "at-rule.content.control.each.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.include.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "include", + "color": "#F12727", + "_t": "at-rule.control.each.include.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.include.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "apply-to-ie6-only", + "color": "#FEC758", + "_t": "at-rule.each.entity.function.include.meta.name.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FEC758", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "logo", + "color": "#FEC758", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "background-image", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "url", + "color": "#FFB454", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/", + "color": "#F12727", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "logo.gif", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.parameter.property-list.property-value.scss.url.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.if.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "at-rule.control.each.if.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$attr", + "color": "#FB9A4B", + "_t": "at-rule.each.if.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "mixin", + "color": "#F12727", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "apply-to-ie6-only", + "color": "#FEC758", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " attributes ", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "rel", + "color": "#FEC758", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "=", + "color": "#F8F8F8", + "_t": "at-rule.attribute-selector.each.meta.operator.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "external", + "color": "#CD8D8D", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "::", + "color": "#FEC758", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.pseudo-element.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "after", + "color": "#FEC758", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.pseudo-element.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "content", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "s", + "color": "#CD8D8D", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "page ", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.keyword.meta.page.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "page", + "color": "#F12727", + "_t": "at-rule.control.each.keyword.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":left", + "color": "#FEC758", + "_t": "at-rule.each.entity.function.meta.name.page.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "margin-left", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "4", + "color": "#FFE862", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "cm", + "color": "#F12727", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "margin-right", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3", + "color": "#FFE862", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "cm", + "color": "#F12727", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " missing semicolons ", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "tr", + "color": "#EC0D1E", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "default", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "bar", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " $foo", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "1", + "color": "#FB9A4B", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "px", + "color": "#FB9A4B", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " }", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " foo: {", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " foo : ", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "white", + "color": "#EB939A", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": " }", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " foo.bar1 {", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " @extend tr.", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "default", + "color": "#FFE862", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.set.support.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": " }", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " foo.bar2 {", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " @import ", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "\"", + "color": "#EDEF7D", + "_t": "at-rule.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "compass", + "color": "#EDEF7D", + "_t": "at-rule.double.each.meta.property-list.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#EDEF7D", + "_t": "at-rule.definition.double.each.end.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": " }", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " bar: ", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "black", + "color": "#EB939A", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": "}", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "/*", + "color": "#FB9A4B", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " rules without whitespace ", + "color": "#FB9A4B", + "_t": "at-rule.block.comment.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "*/", + "color": "#FB9A4B", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "legend {foo{a:s}", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "margin-top", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.property-name.scss.set.support.type.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "0", + "color": "#FB9A4B", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "margin-bottom", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FFE862", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "123", + "color": "#FFE862", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "margin-top", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "s", + "color": "#FFB454", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#FFE862", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " extend with interpolation variable ", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "mixin", + "color": "#F12727", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "error", + "color": "#FEC758", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$a", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.mixin.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.mixin.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "false", + "color": "#FFE862", + "_t": "at-rule.constant.each.meta.mixin.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "extend", + "color": "#F12727", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.import.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "#{", + "color": "#FB9A4B", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "$a", + "color": "#FB9A4B", + "_t": "at-rule.attribute-name.class.css.each.entity.import.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}", + "color": "#FB9A4B", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "extend", + "color": "#F12727", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " #", + "color": "#F8F8F8", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#{", + "color": "#FB9A4B", + "_t": "at-rule.begin.bracket.curly.definition.each.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "$a", + "color": "#FB9A4B", + "_t": "at-rule.each.import.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}", + "color": "#FB9A4B", + "_t": "at-rule.bracket.curly.definition.each.end.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#FEC758", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "bar", + "color": "#FEC758", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "a", + "color": "#EC0D1E", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#FFE862", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "bar", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "b", + "color": "#EC0D1E", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#FFE862", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "px", + "color": "#F12727", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "include", + "color": "#F12727", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "error", + "color": "#FEC758", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "at-rule.begin.definition.each.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "bar", + "color": "#CD8D8D", + "_t": "at-rule.each.include.meta.property-list.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "at-rule.definition.each.end.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " css3: @font face ", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.fontface.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "font-face", + "color": "#F12727", + "_t": "at-rule.control.each.fontface.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.fontface.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "font-family", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Delicious", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "src", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "url", + "color": "#FFB454", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Delicious-Roman.otf", + "color": "#CD8D8D", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " rule names with variables ", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": ".", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "orbit-", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "#{", + "color": "#FB9A4B", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "$d", + "color": "#FB9A4B", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}", + "color": "#FB9A4B", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "-prev", + "color": "#FEC758", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#{", + "color": "#FB9A4B", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "$d", + "color": "#FB9A4B", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}", + "color": "#FB9A4B", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "-", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "style", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo-", + "color": "#FFFFFF", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#FB9A4B", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "$d", + "color": "#FB9A4B", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}", + "color": "#FB9A4B", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#FFE862", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#{", + "color": "#FB9A4B", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "$d", + "color": "#FB9A4B", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}", + "color": "#FB9A4B", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "-bar-", + "color": "#FFFFFF", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#FB9A4B", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "$d", + "color": "#FB9A4B", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}", + "color": "#FB9A4B", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#FFE862", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "foo-", + "color": "#FFFFFF", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#FB9A4B", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "$d", + "color": "#FB9A4B", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "}", + "color": "#FB9A4B", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "-bar", + "color": "#FFFFFF", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#FFE862", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " keyframes ", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "-webkit-keyframes", + "color": "#F12727", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0%", + "color": "#FEC758", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "opacity", + "color": "#9DF39F", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "100%", + "color": "#FEC758", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "opacity", + "color": "#9DF39F", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#FFE862", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "-moz-keyframes", + "color": "#F12727", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0%", + "color": "#FEC758", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "opacity", + "color": "#9DF39F", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "100%", + "color": "#FEC758", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "opacity", + "color": "#9DF39F", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#FFE862", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-o-keyframes", + "color": "#FFFFFF", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#EC0D1E", + "_t": "at-rule.custom.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " 0% ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "opacity", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " 100% ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "opacity", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#FFE862", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#F12727", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "keyframes", + "color": "#F12727", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#FEC758", + "_t": "at-rule.each.entity.function.keyframes.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0%", + "color": "#FEC758", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "opacity", + "color": "#9DF39F", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#FFE862", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "100%", + "color": "#FEC758", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "opacity", + "color": "#9DF39F", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#FFE862", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " string escaping ", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.property-list.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "data-icon", + "color": "#FEC758", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "=", + "color": "#F8F8F8", + "_t": "at-rule.attribute-selector.each.meta.operator.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "test-1", + "color": "#CD8D8D", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.property-list.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.property-list.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#FEC758", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.property-list.pseudo-element.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "before", + "color": "#FEC758", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.property-list.pseudo-element.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "content", + "color": "#9DF39F", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\\\\", + "color": "#FFE862", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " a comment ", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "$var1", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\\'", + "color": "#FFE862", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$var2", + "color": "#FB9A4B", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.begin.definition.double.each.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\\\"", + "color": "#FFE862", + "_t": "at-rule.character.constant.double.each.escape.meta.property-list.property-value.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.property-value.constant rgb(255, 232, 98)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "at-rule.definition.double.each.end.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/*", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " another comment ", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + } + ], + "solarized_dark": [ + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " snippets from the Sass documentation at http://sass-lang.com/", + "color": "#657B83", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " css stuff ", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " charset ", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.charset.control.definition.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "charset", + "color": "#859900", + "_t": "at-rule.charset.control.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.charset.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.charset.definition.double.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "UTF-8", + "color": "#2AA198", + "_t": "at-rule.charset.double.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.charset.definition.double.end.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " nested rules ", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "main", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "width", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "97", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font-size", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font-weight", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "bold", + "color": "#93A1A1", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "pre", + "color": "#268BD2", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font-size", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " parent selector (&) ", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "main", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "black", + "color": "#93A1A1", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font-weight", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "bold", + "color": "#93A1A1", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "&", + "color": "#268BD2", + "_t": "entity.meta.name.property-list.reference.scss.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "hover", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "red", + "color": "#93A1A1", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " nested properties ", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "funky", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "/", + "color": "#93A1A1", + "_t": "constant.mathematical-symbols.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "family", + "color": "#859900", + "_t": "meta.property-list.property-name.property-value.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ": fantasy", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "size", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "30", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "weight", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "bold", + "color": "#93A1A1", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " color: black;", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " nesting conflicts ", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "tr", + "color": "#268BD2", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "default", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#93A1A1", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ": ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " properties", + "color": "#657B83", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#93A1A1", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#93A1A1", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " rule", + "color": "#657B83", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#93A1A1", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "bar", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " selector", + "color": "#657B83", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#93A1A1", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#93A1A1", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "bar { ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.line.meta.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " selector", + "color": "#657B83", + "_t": "comment.line.meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " foo : ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " foo: 1px; ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " rule", + "color": "#657B83", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " extended comment syntax ", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " This comment is", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " * several lines long.", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " * since it uses the CSS comment syntax,", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " * it will appear in the CSS output. ", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "black", + "color": "#93A1A1", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " These comments are only one line long each.", + "color": "#657B83", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " They won't appear in the CSS output,", + "color": "#657B83", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " since they use the single-line comment syntax.", + "color": "#657B83", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "green", + "color": "#93A1A1", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " variables ", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "$width", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#268BD2", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$width", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Second width?", + "color": "#2AA198", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "!default", + "color": "#268BD2", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "main", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " $localvar", + "color": "#93A1A1", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "6", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#268BD2", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "width", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$width", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " $font-size", + "color": "#93A1A1", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "12", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#268BD2", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " $line-height", + "color": "#93A1A1", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "30", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#268BD2", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$font-size", + "color": "#93A1A1", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#859900", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "/", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$line-height", + "color": "#93A1A1", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#859900", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$name", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " foo", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$attr", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "border", + "color": "#859900", + "_t": "meta.property-name.scss.set.support.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#93A1A1", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "$name", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.interpolation.other.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$attr", + "color": "#93A1A1", + "_t": "interpolation.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#859900", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "blue", + "color": "#93A1A1", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " variable declaration with whitespaces ", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "//", + "color": "#657B83", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Set the color of your columns", + "color": "#657B83", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "$grid-background-column-color ", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "rgba", + "color": "#268BD2", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "100", + "color": "#D33682", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "100", + "color": "#D33682", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "225", + "color": "#D33682", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0.25", + "color": "#D33682", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "!default", + "color": "#268BD2", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " operations", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "width", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ") ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#268BD2", + "_t": "entity.meta.name.property-list.scss.tag.wildcard", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " 3;", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "010203", + "color": "#D33682", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "040506", + "color": "#D33682", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font-family", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "sans- ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "serif", + "color": "#2AA198", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "margin", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "auto", + "color": "#93A1A1", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "content", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "I ate ", + "color": "#2AA198", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "begin.bracket.curly.definition.double.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "+", + "color": "#859900", + "_t": "css.double.interpolation.keyword.meta.operator.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "}", + "color": "#859900", + "_t": "bracket.curly.definition.double.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " pies!", + "color": "#2AA198", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "hsl", + "color": "#268BD2", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "100", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "50", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "hsl", + "color": "#268BD2", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$hue", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$saturation", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "100", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$lightness", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "50", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " functions", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "$grid-width", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "40", + "color": "#D33682", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#268BD2", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$gutter-width", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#268BD2", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.function.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "function", + "color": "#859900", + "_t": "at-rule.control.function.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.function.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "grid-width", + "color": "#268BD2", + "_t": "at-rule.function.meta.misc.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$n", + "color": "#93A1A1", + "_t": "at-rule.function.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.function.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.return.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "return", + "color": "#859900", + "_t": "at-rule.control.keyword.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$n", + "color": "#93A1A1", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$grid-width", + "color": "#93A1A1", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$n", + "color": "#93A1A1", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.meta.numeric.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ") ", + "color": "#93A1A1", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$gutter-width", + "color": "#93A1A1", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "sidebar", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "width", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "grid-width", + "color": "#268BD2", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " @import ", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "import", + "color": "#859900", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "foo.scss", + "color": "#2AA198", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$family", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "unquote", + "color": "#268BD2", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Droid+Sans", + "color": "#2AA198", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "import", + "color": "#859900", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "rounded-corners", + "color": "#2AA198", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "at-rule.function.import.meta.misc.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "http://fonts.googleapis.com/css?family=", + "color": "#2AA198", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.double.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$family", + "color": "#2AA198", + "_t": "at-rule.double.import.interpolation.meta.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.double.end.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "main", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "import", + "color": "#859900", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.definition.double.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "example", + "color": "#2AA198", + "_t": "at-rule.double.import.meta.property-list.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.definition.double.end.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " @media ", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "sidebar", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "width", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "300", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.keyword.media.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "media", + "color": "#859900", + "_t": "at-rule.control.keyword.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "screen", + "color": "#93A1A1", + "_t": "at-rule.constant.css.media.meta.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "and", + "color": "#859900", + "_t": "at-rule.keyword.logical.media.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "orientation", + "color": "#859900", + "_t": "at-rule.css.media.meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ": ", + "color": "#93A1A1", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "landscape", + "color": "#93A1A1", + "_t": "at-rule.constant.media.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ") ", + "color": "#93A1A1", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "width", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "500", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " @extend ", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "error", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "border", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "f00", + "color": "#D33682", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "background-color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "fdd", + "color": "#D33682", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "seriousError", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "extend", + "color": "#859900", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.entity.import.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "error", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.entity.import.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "border-width", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "context", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "%", + "color": "#93A1A1", + "_t": "attribute-name.definition.entity.other.placeholder.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "extreme", + "color": "#93A1A1", + "_t": "attribute-name.entity.other.placeholder.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "blue", + "color": "#93A1A1", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font-weight", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "bold", + "color": "#93A1A1", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font-size", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "notice", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "extend", + "color": "#859900", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "%", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.definition.entity.import.meta.other.placeholder.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "extreme", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.entity.import.meta.other.placeholder.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "!optional", + "color": "#859900", + "_t": "at-rule.import.keyword.meta.optional.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " @debug and @warn ", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.keyword.meta.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "debug", + "color": "#859900", + "_t": "at-rule.control.keyword.meta.scss.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " 10em + 12em", + "color": "#93A1A1", + "_t": "at-rule.meta.scss.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.keyword.meta.mixin.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mixin", + "color": "#859900", + "_t": "at-rule.control.keyword.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "adjust-location", + "color": "#268BD2", + "_t": "at-rule.entity.function.meta.mixin.name.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.definition.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$x", + "color": "#93A1A1", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$y", + "color": "#93A1A1", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.bracket.definition.end.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "unitless", + "color": "#268BD2", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$x", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "warn", + "color": "#859900", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Assuming ", + "color": "#2AA198", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$x", + "color": "#2AA198", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " to be in pixels", + "color": "#2AA198", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " $x", + "color": "#93A1A1", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#268BD2", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " $x", + "color": "#93A1A1", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "unitless", + "color": "#268BD2", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$y", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "warn", + "color": "#859900", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Assuming ", + "color": "#2AA198", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$y", + "color": "#2AA198", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " to be in pixels", + "color": "#2AA198", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " $y", + "color": "#93A1A1", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#268BD2", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " $y", + "color": "#93A1A1", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "position", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "relative", + "color": "#93A1A1", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "left", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$x", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "top", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$y", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " control directives ", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " if statement ", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "at-rule.css.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "==", + "color": "#859900", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "border", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "solid", + "color": "#93A1A1", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "border", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "dotted", + "color": "#93A1A1", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "null", + "color": "#93A1A1", + "_t": "at-rule.constant.if.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "border", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "double", + "color": "#93A1A1", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " if else statement ", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "$type", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " monster", + "color": "#93A1A1", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$type", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "==", + "color": "#859900", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ocean ", + "color": "#93A1A1", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "blue", + "color": "#93A1A1", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.else.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.else.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "else ", + "color": "#859900", + "_t": "at-rule.control.else.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "black", + "color": "#93A1A1", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " for statement ", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.for.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "for", + "color": "#859900", + "_t": "at-rule.control.for.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$i", + "color": "#93A1A1", + "_t": "at-rule.for.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "from", + "color": "#859900", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "through", + "color": "#859900", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "item-", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#93A1A1", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "$i", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "width", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$i", + "color": "#93A1A1", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " each statement ", + "color": "#657B83", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "each", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$animal", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "in", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " puma, ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "sea-slug", + "color": "#268BD2", + "_t": "at-rule.custom.each.entity.meta.name.scss.tag", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ", egret, salamander ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "$animal", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "-icon", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "background-image", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "/images/", + "color": "#2AA198", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$animal", + "color": "#2AA198", + "_t": "at-rule.each.interpolation.meta.property-list.property-value.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ".png", + "color": "#2AA198", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " while statement ", + "color": "#657B83", + "_t": "at-rule.block.comment.each.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "$i", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ": ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "6", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "while", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$i", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#859900", + "_t": "at-rule.comparison.each.keyword.meta.operator.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "item-", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "$i", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "width", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#859900", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$i", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " $i", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " $i ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " function with controlstatements ", + "color": "#657B83", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.function.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "function", + "color": "#859900", + "_t": "at-rule.control.each.function.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "at-rule.each.function.meta.misc.scss.support.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$total", + "color": "#93A1A1", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "at-rule.delimiter.each.function.meta.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$a", + "color": "#93A1A1", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.for.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "for", + "color": "#859900", + "_t": "at-rule.control.each.for.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$i", + "color": "#93A1A1", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "from", + "color": "#859900", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "at-rule.constant.each.for.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "to", + "color": "#859900", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$total", + "color": "#93A1A1", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.if.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "at-rule.control.each.if.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "unit", + "color": "#268BD2", + "_t": "at-rule.each.function.if.meta.misc.property-list.scss.support.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$a", + "color": "#93A1A1", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "==", + "color": "#859900", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.definition.double.each.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%", + "color": "#2AA198", + "_t": "at-rule.double.each.if.meta.property-list.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.definition.double.each.end.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ") ", + "color": "#93A1A1", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "and", + "color": "#859900", + "_t": "at-rule.each.if.keyword.logical.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$i", + "color": "#93A1A1", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "==", + "color": "#859900", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$total", + "color": "#93A1A1", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "at-rule.css.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.if.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")) ", + "color": "#93A1A1", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " $z", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "100", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#268BD2", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "return", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.begin.definition.each.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "1", + "color": "#2AA198", + "_t": "at-rule.each.meta.property-list.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.definition.each.end.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "return", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$grid", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.return.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " @mixin simple", + "color": "#657B83", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mixin", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "large-text", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ": ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "family", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Arial", + "color": "#93A1A1", + "_t": "at-rule.constant.each.font-name.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "size", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "20", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "weight", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "bold", + "color": "#93A1A1", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "ff0000", + "color": "#D33682", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "page-title", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "include", + "color": "#859900", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "large-text", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "padding", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " mixin with parameters ", + "color": "#657B83", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mixin", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "sexy-border", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$color", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$width", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.mixin.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.mixin.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "in", + "color": "#859900", + "_t": "at-rule.each.keyword.meta.mixin.other.scss.unit.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "border", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ": ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$color", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "width", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$width", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "style", + "color": "#268BD2", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "dashed", + "color": "#93A1A1", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "include", + "color": "#859900", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "sexy-border", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "blue", + "color": "#93A1A1", + "_t": "at-rule.color.constant.each.include.meta.property-list.scss.support.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "; ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " mixin with varargs ", + "color": "#657B83", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mixin", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "box-shadow", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$shadows", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "...", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-moz-box-shadow", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$shadows", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-webkit-box-shadow", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$shadows", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "box-shadow", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$shadows", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "shadows", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "include", + "color": "#859900", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "box-shadow", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "666", + "color": "#D33682", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "6", + "color": "#D33682", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "999", + "color": "#D33682", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " include with varargs ", + "color": "#657B83", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mixin", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "colors", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$text", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$background", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$border", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "color", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$text", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "background-color", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$background", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "border-color", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$border", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$values", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ": ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "ff0000", + "color": "#D33682", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "00ff00", + "color": "#D33682", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "0000ff", + "color": "#D33682", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "primary", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "include", + "color": "#859900", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "colors", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$values", + "color": "#93A1A1", + "_t": "at-rule.each.include.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "...", + "color": "#93A1A1", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " include with body ", + "color": "#657B83", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mixin", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "apply-to-ie6-only", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#268BD2", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while.wildcard", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "html", + "color": "#268BD2", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.content.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@content", + "color": "#859900", + "_t": "at-rule.content.control.each.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.include.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "include", + "color": "#859900", + "_t": "at-rule.control.each.include.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.include.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "apply-to-ie6-only", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.include.meta.name.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "logo", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "background-image", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/", + "color": "#859900", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "logo.gif", + "color": "#93A1A1", + "_t": "at-rule.each.meta.parameter.property-list.property-value.scss.url.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.if.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "at-rule.control.each.if.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$attr", + "color": "#93A1A1", + "_t": "at-rule.each.if.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mixin", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "apply-to-ie6-only", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " attributes ", + "color": "#657B83", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "rel", + "color": "#93A1A1", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "at-rule.attribute-selector.each.meta.operator.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "external", + "color": "#2AA198", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "::", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.pseudo-element.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "after", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.pseudo-element.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "content", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "s", + "color": "#2AA198", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "page ", + "color": "#657B83", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.page.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "page", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":left", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.meta.name.page.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "margin-left", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "cm", + "color": "#859900", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "margin-right", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "cm", + "color": "#859900", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " missing semicolons ", + "color": "#657B83", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "tr", + "color": "#268BD2", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "default", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#93A1A1", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "bar", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " $foo", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#268BD2", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " }", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " foo: {", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " foo : ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "white", + "color": "#93A1A1", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " }", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " foo.bar1 {", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " @extend tr.", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "default", + "color": "#93A1A1", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.set.support.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " }", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " foo.bar2 {", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " @import ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "at-rule.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "compass", + "color": "#2AA198", + "_t": "at-rule.double.each.meta.property-list.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "at-rule.definition.double.each.end.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " }", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " bar: ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "black", + "color": "#93A1A1", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#859900", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " rules without whitespace ", + "color": "#657B83", + "_t": "at-rule.block.comment.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#859900", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "legend {foo{a:s}", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "margin-top", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.set.support.type.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "margin-bottom", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "123", + "color": "#D33682", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "margin-top", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "s", + "color": "#268BD2", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " extend with interpolation variable ", + "color": "#657B83", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mixin", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "error", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$a", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.mixin.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "false", + "color": "#93A1A1", + "_t": "at-rule.constant.each.meta.mixin.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "extend", + "color": "#859900", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.import.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "$a", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.import.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "extend", + "color": "#859900", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " #", + "color": "#93A1A1", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.each.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$a", + "color": "#93A1A1", + "_t": "at-rule.each.import.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.each.end.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "bar", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "bar", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "b", + "color": "#268BD2", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo", + "color": "#93A1A1", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "include", + "color": "#859900", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "error", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.begin.definition.each.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "bar", + "color": "#2AA198", + "_t": "at-rule.each.include.meta.property-list.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.definition.each.end.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " css3: @font face ", + "color": "#657B83", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.fontface.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "font-face", + "color": "#859900", + "_t": "at-rule.control.each.fontface.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.fontface.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "font-family", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Delicious", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "src", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Delicious-Roman.otf", + "color": "#2AA198", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " rule names with variables ", + "color": "#657B83", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "orbit-", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "$d", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "-prev", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$d", + "color": "#93A1A1", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "-", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "style", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo-", + "color": "#93A1A1", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$d", + "color": "#93A1A1", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$d", + "color": "#93A1A1", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "-bar-", + "color": "#93A1A1", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$d", + "color": "#93A1A1", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "foo-", + "color": "#93A1A1", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$d", + "color": "#93A1A1", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "-bar", + "color": "#93A1A1", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " keyframes ", + "color": "#657B83", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "-webkit-keyframes", + "color": "#859900", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0%", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "opacity", + "color": "#859900", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "100%", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "opacity", + "color": "#859900", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "-moz-keyframes", + "color": "#859900", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0%", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "opacity", + "color": "#859900", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "100%", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "opacity", + "color": "#859900", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-o-keyframes", + "color": "#93A1A1", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#268BD2", + "_t": "at-rule.custom.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " 0% ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "opacity", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " 100% ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "opacity", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "keyframes", + "color": "#859900", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.keyframes.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0%", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "opacity", + "color": "#859900", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "100%", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "opacity", + "color": "#859900", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " string escaping ", + "color": "#657B83", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.property-list.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "data-icon", + "color": "#93A1A1", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "at-rule.attribute-selector.each.meta.operator.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "test-1", + "color": "#2AA198", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.property-list.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.property-list.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.property-list.pseudo-element.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "before", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.property-list.pseudo-element.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "content", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\\\\", + "color": "#CB4B16", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " a comment ", + "color": "#657B83", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "$var1", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\\'", + "color": "#CB4B16", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$var2", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.definition.double.each.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\\\"", + "color": "#CB4B16", + "_t": "at-rule.character.constant.double.each.escape.meta.property-list.property-value.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.definition.double.each.end.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " another comment ", + "color": "#657B83", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + } + ], + "solarized_light": [ + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " snippets from the Sass documentation at http://sass-lang.com/", + "color": "#93A1A1", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " css stuff ", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " charset ", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.charset.control.definition.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "charset", + "color": "#859900", + "_t": "at-rule.charset.control.keyword.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.charset.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.charset.definition.double.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "UTF-8", + "color": "#2AA198", + "_t": "at-rule.charset.double.meta.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.charset.definition.double.end.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " nested rules ", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "main", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "width", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "97", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "div", + "color": "#268BD2", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font-size", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font-weight", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "bold", + "color": "#586E75", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "pre", + "color": "#268BD2", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font-size", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " parent selector (&) ", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "main", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "black", + "color": "#586E75", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font-weight", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "bold", + "color": "#586E75", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "&", + "color": "#268BD2", + "_t": "entity.meta.name.property-list.reference.scss.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "hover", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "red", + "color": "#586E75", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " nested properties ", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "funky", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "/", + "color": "#586E75", + "_t": "constant.mathematical-symbols.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "family", + "color": "#859900", + "_t": "meta.property-list.property-name.property-value.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ": fantasy", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "size", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "30", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "weight", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "bold", + "color": "#586E75", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " color: black;", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " nesting conflicts ", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "tr", + "color": "#268BD2", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "default", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#586E75", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ": ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " properties", + "color": "#93A1A1", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#586E75", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#586E75", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " rule", + "color": "#93A1A1", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#586E75", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "bar", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " selector", + "color": "#93A1A1", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#586E75", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#586E75", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "bar { ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.line.meta.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " selector", + "color": "#93A1A1", + "_t": "comment.line.meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " foo : ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " foo: 1px; ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " rule", + "color": "#93A1A1", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " extended comment syntax ", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " This comment is", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " * several lines long.", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " * since it uses the CSS comment syntax,", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " * it will appear in the CSS output. ", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "body", + "color": "#268BD2", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "black", + "color": "#586E75", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " These comments are only one line long each.", + "color": "#93A1A1", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " They won't appear in the CSS output,", + "color": "#93A1A1", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " since they use the single-line comment syntax.", + "color": "#93A1A1", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "green", + "color": "#586E75", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " variables ", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "$width", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#268BD2", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$width", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Second width?", + "color": "#2AA198", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "!default", + "color": "#268BD2", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "main", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " $localvar", + "color": "#586E75", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "6", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#268BD2", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "width", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$width", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " $font-size", + "color": "#586E75", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "12", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#268BD2", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " $line-height", + "color": "#586E75", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "30", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#268BD2", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$font-size", + "color": "#586E75", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#859900", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "/", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$line-height", + "color": "#586E75", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#859900", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$name", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " foo", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$attr", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "border", + "color": "#859900", + "_t": "meta.property-name.scss.set.support.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#93A1A1", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "$name", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.interpolation.other.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$attr", + "color": "#586E75", + "_t": "interpolation.meta.property-list.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#859900", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "meta.property-list.property-name.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "blue", + "color": "#586E75", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " variable declaration with whitespaces ", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "//", + "color": "#93A1A1", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Set the color of your columns", + "color": "#93A1A1", + "_t": "comment.line.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "$grid-background-column-color ", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "rgba", + "color": "#268BD2", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "100", + "color": "#D33682", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "100", + "color": "#D33682", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "225", + "color": "#D33682", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0.25", + "color": "#D33682", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "!default", + "color": "#268BD2", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " operations", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "width", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ") ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#268BD2", + "_t": "entity.meta.name.property-list.scss.tag.wildcard", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " 3;", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "010203", + "color": "#D33682", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "040506", + "color": "#D33682", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font-family", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "sans- ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "serif", + "color": "#2AA198", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "margin", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "auto", + "color": "#586E75", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "content", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "I ate ", + "color": "#2AA198", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "begin.bracket.curly.definition.double.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "+", + "color": "#859900", + "_t": "css.double.interpolation.keyword.meta.operator.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#2AA198", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "}", + "color": "#859900", + "_t": "bracket.curly.definition.double.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " pies!", + "color": "#2AA198", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "hsl", + "color": "#268BD2", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "100", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "50", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "hsl", + "color": "#268BD2", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$hue", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$saturation", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "100", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$lightness", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "50", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " functions", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "$grid-width", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "40", + "color": "#D33682", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#268BD2", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$gutter-width", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#268BD2", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.function.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "function", + "color": "#859900", + "_t": "at-rule.control.function.keyword.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.function.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "grid-width", + "color": "#268BD2", + "_t": "at-rule.function.meta.misc.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$n", + "color": "#586E75", + "_t": "at-rule.function.meta.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.function.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.return.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "return", + "color": "#859900", + "_t": "at-rule.control.keyword.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$n", + "color": "#586E75", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$grid-width", + "color": "#586E75", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$n", + "color": "#586E75", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.meta.numeric.property-list.return.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ") ", + "color": "#586E75", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$gutter-width", + "color": "#586E75", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "sidebar", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "width", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "grid-width", + "color": "#268BD2", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " @import ", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "import", + "color": "#859900", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.import.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "foo.scss", + "color": "#2AA198", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$family", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "unquote", + "color": "#268BD2", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "Droid+Sans", + "color": "#2AA198", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "import", + "color": "#859900", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.import.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "rounded-corners", + "color": "#2AA198", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "at-rule.import.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "at-rule.function.import.meta.misc.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "http://fonts.googleapis.com/css?family=", + "color": "#2AA198", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.double.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$family", + "color": "#2AA198", + "_t": "at-rule.double.import.interpolation.meta.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.double.end.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "main", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "import", + "color": "#859900", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.definition.double.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "example", + "color": "#2AA198", + "_t": "at-rule.double.import.meta.property-list.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.definition.double.end.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " @media ", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "sidebar", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "width", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "300", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.keyword.media.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "media", + "color": "#859900", + "_t": "at-rule.control.keyword.media.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "screen", + "color": "#586E75", + "_t": "at-rule.constant.css.media.meta.property-list.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "and", + "color": "#859900", + "_t": "at-rule.keyword.logical.media.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "orientation", + "color": "#859900", + "_t": "at-rule.css.media.meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ": ", + "color": "#586E75", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "landscape", + "color": "#586E75", + "_t": "at-rule.constant.media.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ") ", + "color": "#586E75", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "width", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "500", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " @extend ", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "error", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "border", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "f00", + "color": "#D33682", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "background-color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "fdd", + "color": "#D33682", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "seriousError", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "extend", + "color": "#859900", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.entity.import.meta.other.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "error", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.entity.import.meta.other.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "border-width", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "context", + "color": "#93A1A1", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "%", + "color": "#93A1A1", + "_t": "attribute-name.definition.entity.other.placeholder.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "extreme", + "color": "#93A1A1", + "_t": "attribute-name.entity.other.placeholder.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "blue", + "color": "#586E75", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font-weight", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "bold", + "color": "#586E75", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font-size", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "notice", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "extend", + "color": "#859900", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "%", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.definition.entity.import.meta.other.placeholder.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "extreme", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.entity.import.meta.other.placeholder.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "!optional", + "color": "#859900", + "_t": "at-rule.import.keyword.meta.optional.other.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " @debug and @warn ", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.keyword.meta.punctuation.scss.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "debug", + "color": "#859900", + "_t": "at-rule.control.keyword.meta.scss.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " 10em + 12em", + "color": "#586E75", + "_t": "at-rule.meta.scss.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.keyword.meta.mixin.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mixin", + "color": "#859900", + "_t": "at-rule.control.keyword.meta.mixin.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "adjust-location", + "color": "#268BD2", + "_t": "at-rule.entity.function.meta.mixin.name.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.begin.bracket.definition.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$x", + "color": "#586E75", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$y", + "color": "#586E75", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.bracket.definition.end.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "unitless", + "color": "#268BD2", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$x", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "warn", + "color": "#859900", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Assuming ", + "color": "#2AA198", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$x", + "color": "#2AA198", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " to be in pixels", + "color": "#2AA198", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " $x", + "color": "#586E75", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#268BD2", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " $x", + "color": "#586E75", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "unitless", + "color": "#268BD2", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$y", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "warn", + "color": "#859900", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Assuming ", + "color": "#2AA198", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$y", + "color": "#2AA198", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " to be in pixels", + "color": "#2AA198", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " $y", + "color": "#586E75", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#268BD2", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " $y", + "color": "#586E75", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "position", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "relative", + "color": "#586E75", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "left", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$x", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "top", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$y", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " control directives ", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " if statement ", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "at-rule.css.if.keyword.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "==", + "color": "#859900", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "border", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "solid", + "color": "#586E75", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "border", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "dotted", + "color": "#586E75", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "null", + "color": "#586E75", + "_t": "at-rule.constant.if.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "border", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "double", + "color": "#586E75", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " if else statement ", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "$type", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " monster", + "color": "#586E75", + "_t": "meta.scss.set.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "entity.name.scss.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$type", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "==", + "color": "#859900", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ocean ", + "color": "#586E75", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "blue", + "color": "#586E75", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.else.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.else.keyword.meta.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "else ", + "color": "#859900", + "_t": "at-rule.control.else.keyword.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "black", + "color": "#586E75", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " for statement ", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.for.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "for", + "color": "#859900", + "_t": "at-rule.control.for.keyword.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.for.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$i", + "color": "#586E75", + "_t": "at-rule.for.meta.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.for.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "from", + "color": "#859900", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.for.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.for.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "through", + "color": "#859900", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.for.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.for.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "item-", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#93A1A1", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "$i", + "color": "#93A1A1", + "_t": "attribute-name.class.css.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "width", + "color": "#859900", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#859900", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$i", + "color": "#586E75", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " each statement ", + "color": "#93A1A1", + "_t": "block.comment.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "each", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$animal", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "in", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.operator.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " puma, ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "sea-slug", + "color": "#268BD2", + "_t": "at-rule.custom.each.entity.meta.name.scss.tag", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ", egret, salamander ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "$animal", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "-icon", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "background-image", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "/images/", + "color": "#2AA198", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$animal", + "color": "#2AA198", + "_t": "at-rule.each.interpolation.meta.property-list.property-value.quoted.scss.single.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ".png", + "color": "#2AA198", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " while statement ", + "color": "#93A1A1", + "_t": "at-rule.block.comment.each.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "$i", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ": ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "6", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.scss", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "while", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$i", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ">", + "color": "#859900", + "_t": "at-rule.comparison.each.keyword.meta.operator.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "item-", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "$i", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "width", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "em", + "color": "#859900", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$i", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " $i", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " $i ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " function with controlstatements ", + "color": "#93A1A1", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.function.keyword.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "function", + "color": "#859900", + "_t": "at-rule.control.each.function.keyword.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#268BD2", + "_t": "at-rule.each.function.meta.misc.scss.support.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$total", + "color": "#586E75", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "at-rule.delimiter.each.function.meta.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$a", + "color": "#586E75", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.for.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "for", + "color": "#859900", + "_t": "at-rule.control.each.for.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$i", + "color": "#586E75", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "from", + "color": "#859900", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "at-rule.constant.each.for.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "to", + "color": "#859900", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$total", + "color": "#586E75", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.if.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "at-rule.control.each.if.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "unit", + "color": "#268BD2", + "_t": "at-rule.each.function.if.meta.misc.property-list.scss.support.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$a", + "color": "#586E75", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "==", + "color": "#859900", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.definition.double.each.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "%", + "color": "#2AA198", + "_t": "at-rule.double.each.if.meta.property-list.quoted.scss.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.definition.double.each.end.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ") ", + "color": "#586E75", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "and", + "color": "#859900", + "_t": "at-rule.each.if.keyword.logical.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$i", + "color": "#586E75", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "==", + "color": "#859900", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$total", + "color": "#586E75", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "at-rule.css.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.if.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")) ", + "color": "#586E75", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " $z", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "100", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "%", + "color": "#268BD2", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "return", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.begin.definition.each.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "1", + "color": "#2AA198", + "_t": "at-rule.each.meta.property-list.quoted.return.scss.single.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.definition.each.end.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "return", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$grid", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.return.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " @mixin simple", + "color": "#93A1A1", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mixin", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "large-text", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ": ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "family", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Arial", + "color": "#586E75", + "_t": "at-rule.constant.each.font-name.meta.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "size", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "20", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "weight", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "bold", + "color": "#586E75", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "ff0000", + "color": "#D33682", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "page-title", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "include", + "color": "#859900", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "large-text", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "padding", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " mixin with parameters ", + "color": "#93A1A1", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mixin", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "sexy-border", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$color", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$width", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.mixin.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.mixin.numeric.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "in", + "color": "#859900", + "_t": "at-rule.each.keyword.meta.mixin.other.scss.unit.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "border", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ": ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$color", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "width", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$width", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "style", + "color": "#268BD2", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "dashed", + "color": "#586E75", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "p", + "color": "#268BD2", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "include", + "color": "#859900", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "sexy-border", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "blue", + "color": "#586E75", + "_t": "at-rule.color.constant.each.include.meta.property-list.scss.support.w3c-standard-color-name.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "; ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " mixin with varargs ", + "color": "#93A1A1", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mixin", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "box-shadow", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$shadows", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "...", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-moz-box-shadow", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$shadows", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-webkit-box-shadow", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$shadows", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "box-shadow", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$shadows", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "shadows", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "include", + "color": "#859900", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "box-shadow", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "666", + "color": "#D33682", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "6", + "color": "#D33682", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "10", + "color": "#D33682", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "999", + "color": "#D33682", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " include with varargs ", + "color": "#93A1A1", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mixin", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "colors", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$text", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$background", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$border", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "color", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$text", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "background-color", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$background", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "border-color", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$border", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$values", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ": ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "ff0000", + "color": "#D33682", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "00ff00", + "color": "#D33682", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "0000ff", + "color": "#D33682", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "primary", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "include", + "color": "#859900", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "colors", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$values", + "color": "#586E75", + "_t": "at-rule.each.include.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "...", + "color": "#586E75", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " include with body ", + "color": "#93A1A1", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mixin", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "apply-to-ie6-only", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#268BD2", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while.wildcard", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "html", + "color": "#268BD2", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.content.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@content", + "color": "#859900", + "_t": "at-rule.content.control.each.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.include.keyword.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "include", + "color": "#859900", + "_t": "at-rule.control.each.include.keyword.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.include.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "apply-to-ie6-only", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.include.meta.name.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "logo", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "background-image", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#859900", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "logo.gif", + "color": "#586E75", + "_t": "at-rule.each.meta.parameter.property-list.property-value.scss.url.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.if.keyword.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "if", + "color": "#859900", + "_t": "at-rule.control.each.if.keyword.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$attr", + "color": "#586E75", + "_t": "at-rule.each.if.meta.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mixin", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "apply-to-ie6-only", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " attributes ", + "color": "#93A1A1", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.punctuation.scss.square.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "rel", + "color": "#93A1A1", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "at-rule.attribute-selector.each.meta.operator.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "external", + "color": "#2AA198", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.quoted.scss.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.punctuation.scss.square.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "::", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.pseudo-element.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "after", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.pseudo-element.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "content", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "s", + "color": "#2AA198", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "page ", + "color": "#93A1A1", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.page.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "page", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.page.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":left", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.meta.name.page.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "margin-left", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "4", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "cm", + "color": "#859900", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "margin-right", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "cm", + "color": "#859900", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " missing semicolons ", + "color": "#93A1A1", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "tr", + "color": "#268BD2", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "default", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#586E75", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "bar", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " $foo", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#268BD2", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " }", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " foo: {", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " foo : ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "white", + "color": "#586E75", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " }", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " foo.bar1 {", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " @extend tr.", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "default", + "color": "#586E75", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.set.support.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " }", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " foo.bar2 {", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " @import ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "at-rule.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "compass", + "color": "#2AA198", + "_t": "at-rule.double.each.meta.property-list.quoted.scss.set.string.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#859900", + "_t": "at-rule.definition.double.each.end.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " }", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " bar: ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "black", + "color": "#586E75", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#859900", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": " rules without whitespace ", + "color": "#93A1A1", + "_t": "at-rule.block.comment.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#859900", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "legend {foo{a:s}", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "margin-top", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.set.support.type.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "margin-bottom", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#D33682", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "123", + "color": "#D33682", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "margin-top", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "s", + "color": "#268BD2", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " extend with interpolation variable ", + "color": "#93A1A1", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "mixin", + "color": "#859900", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "error", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$a", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.mixin.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "false", + "color": "#586E75", + "_t": "at-rule.constant.each.meta.mixin.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "extend", + "color": "#859900", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.import.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "$a", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.import.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "extend", + "color": "#859900", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " #", + "color": "#586E75", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.each.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$a", + "color": "#586E75", + "_t": "at-rule.each.import.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.each.end.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "bar", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "a", + "color": "#268BD2", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "bar", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "b", + "color": "#268BD2", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "px", + "color": "#859900", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo", + "color": "#586E75", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "include", + "color": "#859900", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "error", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.begin.definition.each.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "bar", + "color": "#2AA198", + "_t": "at-rule.each.include.meta.property-list.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.definition.each.end.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " css3: @font face ", + "color": "#93A1A1", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.fontface.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "font-face", + "color": "#859900", + "_t": "at-rule.control.each.fontface.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.fontface.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "font-family", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Delicious", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "src", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "url", + "color": "#268BD2", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Delicious-Roman.otf", + "color": "#2AA198", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " rule names with variables ", + "color": "#93A1A1", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "orbit-", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "#{", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "$d", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "-prev", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$d", + "color": "#586E75", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "-", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "style", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo-", + "color": "#586E75", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$d", + "color": "#586E75", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$d", + "color": "#586E75", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "-bar-", + "color": "#586E75", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$d", + "color": "#586E75", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "foo-", + "color": "#586E75", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#{", + "color": "#859900", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "$d", + "color": "#586E75", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#859900", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "-bar", + "color": "#586E75", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " keyframes ", + "color": "#93A1A1", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "-webkit-keyframes", + "color": "#859900", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0%", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "opacity", + "color": "#859900", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "100%", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "opacity", + "color": "#859900", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "-moz-keyframes", + "color": "#859900", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0%", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "opacity", + "color": "#859900", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "100%", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "opacity", + "color": "#859900", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-o-keyframes", + "color": "#586E75", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#268BD2", + "_t": "at-rule.custom.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " 0% ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "opacity", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " 100% ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "opacity", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "keyframes", + "color": "#859900", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#268BD2", + "_t": "at-rule.each.entity.function.keyframes.meta.name.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0%", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "opacity", + "color": "#859900", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "100%", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "opacity", + "color": "#859900", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " string escaping ", + "color": "#93A1A1", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.property-list.punctuation.scss.square.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "data-icon", + "color": "#93A1A1", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "at-rule.attribute-selector.each.meta.operator.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "test-1", + "color": "#2AA198", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.property-list.quoted.scss.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.property-list.punctuation.scss.square.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.property-list.pseudo-element.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "before", + "color": "#93A1A1", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.property-list.pseudo-element.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "content", + "color": "#859900", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\\\\", + "color": "#CB4B16", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " a comment ", + "color": "#93A1A1", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "$var1", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\\'", + "color": "#CB4B16", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$var2", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.begin.definition.double.each.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\\\"", + "color": "#CB4B16", + "_t": "at-rule.character.constant.double.each.escape.meta.property-list.property-value.quoted.scss.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "at-rule.definition.double.each.end.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/*", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " another comment ", + "color": "#93A1A1", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + } + ], + "tomorrow_night_blue": [ + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " snippets from the Sass documentation at http://sass-lang.com/", + "color": "#7285B7", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " css stuff ", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " charset ", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.charset.control.definition.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "charset", + "color": "#EBBBFF", + "_t": "at-rule.charset.control.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.charset.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.begin.charset.definition.double.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "UTF-8", + "color": "#D1F1A9", + "_t": "at-rule.charset.double.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.charset.definition.double.end.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " nested rules ", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "main", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "97", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "%", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "p", + "color": "#FF9DA4", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "div", + "color": "#FF9DA4", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font-size", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "em", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FF9DA4", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font-weight", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "bold", + "color": "#FFC58F", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "pre", + "color": "#FF9DA4", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font-size", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "em", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " parent selector (&) ", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "main", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "black", + "color": "#FFC58F", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FF9DA4", + "_t": "entity.meta.name.property-list.scss.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font-weight", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "bold", + "color": "#FFC58F", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#FF9DA4", + "_t": "entity.meta.name.property-list.reference.scss.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.meta.other.property-list.pseudo-class.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "hover", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.meta.other.property-list.pseudo-class.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "red", + "color": "#FFC58F", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " nested properties ", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "funky", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": "/", + "color": "#FFC58F", + "_t": "constant.mathematical-symbols.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "family", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.property-value.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ": fantasy", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "size", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "30", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "em", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "weight", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "bold", + "color": "#FFC58F", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " color: black;", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " nesting conflicts ", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "tr", + "color": "#FF9DA4", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "default", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": ": ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " properties", + "color": "#7285B7", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " rule", + "color": "#7285B7", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "bar", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.line.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " selector", + "color": "#7285B7", + "_t": "comment.line.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "illegal.invalid.meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "bar { ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.line.meta.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " selector", + "color": "#7285B7", + "_t": "comment.line.meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " foo : ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " foo: 1px; ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " rule", + "color": "#7285B7", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " extended comment syntax ", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " This comment is", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " * several lines long.", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " * since it uses the CSS comment syntax,", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " * it will appear in the CSS output. ", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "body", + "color": "#FF9DA4", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "black", + "color": "#FFC58F", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " These comments are only one line long each.", + "color": "#7285B7", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " They won't appear in the CSS output,", + "color": "#7285B7", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " since they use the single-line comment syntax.", + "color": "#7285B7", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "a", + "color": "#FF9DA4", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "green", + "color": "#FFC58F", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " variables ", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "$width", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "em", + "color": "#FFC58F", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$width", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Second width?", + "color": "#D1F1A9", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "!default", + "color": "#EBBBFF", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "main", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " $localvar", + "color": "#FF9DA4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "6", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "em", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$width", + "color": "#FF9DA4", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " $font-size", + "color": "#FF9DA4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "12", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " $line-height", + "color": "#FF9DA4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "30", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#FF9DA4", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "$font-size", + "color": "#FF9DA4", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FF9DA4", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "/", + "color": "#99FFFF", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "#{", + "color": "#FF9DA4", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "$line-height", + "color": "#FF9DA4", + "_t": "interpolation.meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FF9DA4", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.property-value.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$name", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " foo", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$attr", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "border", + "color": "#FFEEAD", + "_t": "meta.property-name.scss.set.support.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "p", + "color": "#FF9DA4", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "#{", + "color": "#FF9DA4", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "$name", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.interpolation.other.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FF9DA4", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.other.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#FF9DA4", + "_t": "begin.bracket.curly.definition.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "$attr", + "color": "#FF9DA4", + "_t": "interpolation.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FF9DA4", + "_t": "bracket.curly.definition.end.interpolation.meta.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "meta.property-list.property-name.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "blue", + "color": "#FFC58F", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " variable declaration with whitespaces ", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "//", + "color": "#7285B7", + "_t": "comment.definition.line.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Set the color of your columns", + "color": "#7285B7", + "_t": "comment.line.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "$grid-background-column-color ", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "rgba", + "color": "#BBDAFF", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FF9DA4", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "100", + "color": "#FFC58F", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "100", + "color": "#FFC58F", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "225", + "color": "#FFC58F", + "_t": "color.constant.meta.numeric.rgb-value.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "delimiter.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "0.25", + "color": "#FFC58F", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FF9DA4", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "!default", + "color": "#EBBBFF", + "_t": "default.keyword.meta.other.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " operations", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "p", + "color": "#FF9DA4", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "em", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "em", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#FF9DA4", + "_t": "entity.meta.name.property-list.scss.tag.wildcard", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " 3;", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FFC58F", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "010203", + "color": "#FFC58F", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FFC58F", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "040506", + "color": "#FFC58F", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font-family", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "sans- ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "serif", + "color": "#D1F1A9", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "margin", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "auto", + "color": "#FFC58F", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "content", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "I ate ", + "color": "#D1F1A9", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "#{", + "color": "#D1F1A9", + "_t": "begin.bracket.curly.definition.double.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "css.double.interpolation.keyword.meta.operator.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#D1F1A9", + "_t": "double.interpolation.meta.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "10", + "color": "#FFC58F", + "_t": "constant.double.interpolation.meta.numeric.property-list.property-value.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "}", + "color": "#D1F1A9", + "_t": "bracket.curly.definition.double.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " pies!", + "color": "#D1F1A9", + "_t": "double.meta.property-list.property-value.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.meta.property-list.property-value.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "hsl", + "color": "#BBDAFF", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "100", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "%", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "50", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "%", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "hsl", + "color": "#BBDAFF", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$hue", + "color": "#FF9DA4", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFC58F", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$saturation", + "color": "#FF9DA4", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFC58F", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "100", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "%", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "delimiter.meta.property-list.property-value.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$lightness", + "color": "#FF9DA4", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFC58F", + "_t": "meta.parameter.property-list.property-value.scss.url.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "50", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "%", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " functions", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "$grid-width", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "40", + "color": "#FFC58F", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$gutter-width", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "10", + "color": "#FFC58F", + "_t": "constant.meta.numeric.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.function.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "function", + "color": "#EBBBFF", + "_t": "at-rule.control.function.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.function.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "grid-width", + "color": "#BBDAFF", + "_t": "at-rule.function.meta.misc.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$n", + "color": "#FF9DA4", + "_t": "at-rule.function.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.function.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.function.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.return.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "at-rule.control.keyword.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$n", + "color": "#FF9DA4", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$grid-width", + "color": "#FF9DA4", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$n", + "color": "#FF9DA4", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "at-rule.constant.meta.numeric.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "at-rule.css.keyword.meta.operator.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.return.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$gutter-width", + "color": "#FF9DA4", + "_t": "at-rule.meta.property-list.return.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "sidebar", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "grid-width", + "color": "#BBDAFF", + "_t": "function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " @import ", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "import", + "color": "#EBBBFF", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "foo.scss", + "color": "#D1F1A9", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$family", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "unquote", + "color": "#BBDAFF", + "_t": "function.meta.misc.scss.set.support.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FF9DA4", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Droid+Sans", + "color": "#D1F1A9", + "_t": "double.meta.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.meta.punctuation.quoted.scss.set.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FF9DA4", + "_t": "function.meta.punctuation.scss.section.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.import.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "import", + "color": "#EBBBFF", + "_t": "at-rule.control.import.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "rounded-corners", + "color": "#D1F1A9", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#BBDAFF", + "_t": "at-rule.function.import.meta.misc.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.begin.definition.double.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "http://fonts.googleapis.com/css?family=", + "color": "#D1F1A9", + "_t": "at-rule.double.import.meta.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "#{", + "color": "#D1F1A9", + "_t": "at-rule.begin.bracket.curly.definition.double.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$family", + "color": "#D1F1A9", + "_t": "at-rule.double.import.interpolation.meta.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#D1F1A9", + "_t": "at-rule.bracket.curly.definition.double.end.import.interpolation.meta.punctuation.quoted.scss.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.definition.double.end.import.meta.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.function.import.meta.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "main", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "import", + "color": "#EBBBFF", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.begin.definition.double.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "example", + "color": "#D1F1A9", + "_t": "at-rule.double.import.meta.property-list.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.definition.double.end.import.meta.property-list.punctuation.quoted.scss.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " @media ", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "sidebar", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "300", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.keyword.media.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "media", + "color": "#EBBBFF", + "_t": "at-rule.control.keyword.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "screen", + "color": "#FFC58F", + "_t": "at-rule.constant.css.media.meta.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "and", + "color": "#99FFFF", + "_t": "at-rule.keyword.logical.media.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "orientation", + "color": "#FFEEAD", + "_t": "at-rule.css.media.meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ": ", + "color": "#FFFFFF", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "landscape", + "color": "#FFC58F", + "_t": "at-rule.constant.media.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "at-rule.media.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "500", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " @extend ", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "error", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "border", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FFC58F", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "f00", + "color": "#FFC58F", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "background-color", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FFC58F", + "_t": "color.constant.definition.hex-value.meta.numeric.property-list.property-value.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "fdd", + "color": "#FFC58F", + "_t": "color.constant.hex-value.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "seriousError", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "extend", + "color": "#EBBBFF", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.definition.entity.import.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "error", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.entity.import.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "border-width", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FF9DA4", + "_t": "attribute-name.css.definition.entity.id.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "context", + "color": "#FF9DA4", + "_t": "attribute-name.css.entity.id.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FF9DA4", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "%", + "color": "#FF9DA4", + "_t": "attribute-name.definition.entity.other.placeholder.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "extreme", + "color": "#FF9DA4", + "_t": "attribute-name.entity.other.placeholder.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "blue", + "color": "#FFC58F", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font-weight", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "bold", + "color": "#FFC58F", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font-size", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "em", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.other.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "notice", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.other", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.import.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "extend", + "color": "#EBBBFF", + "_t": "at-rule.control.import.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "%", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.definition.entity.import.meta.other.placeholder.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "extreme", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.entity.import.meta.other.placeholder.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.import.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "!optional", + "color": "#EBBBFF", + "_t": "at-rule.import.keyword.meta.optional.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " @debug and @warn ", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.keyword.meta.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "debug", + "color": "#EBBBFF", + "_t": "at-rule.control.keyword.meta.scss.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " 10em + 12em", + "color": "#FFFFFF", + "_t": "at-rule.meta.scss.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.keyword.meta.mixin.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "mixin", + "color": "#EBBBFF", + "_t": "at-rule.control.keyword.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "adjust-location", + "color": "#BBDAFF", + "_t": "at-rule.entity.function.meta.mixin.name.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.definition.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$x", + "color": "#FF9DA4", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "at-rule.meta.mixin.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$y", + "color": "#FF9DA4", + "_t": "at-rule.meta.mixin.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.bracket.definition.end.meta.mixin.parameters.punctuation.round.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "unitless", + "color": "#BBDAFF", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$x", + "color": "#FF9DA4", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "warn", + "color": "#EBBBFF", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Assuming ", + "color": "#D1F1A9", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "#{", + "color": "#D1F1A9", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$x", + "color": "#D1F1A9", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#D1F1A9", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " to be in pixels", + "color": "#D1F1A9", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " $x", + "color": "#FF9DA4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " $x", + "color": "#FF9DA4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "unitless", + "color": "#BBDAFF", + "_t": "at-rule.function.if.meta.misc.property-list.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$y", + "color": "#FF9DA4", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.function.if.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.keyword.meta.property-list.punctuation.scss.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "warn", + "color": "#EBBBFF", + "_t": "at-rule.control.keyword.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.meta.property-list.scss.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.begin.definition.double.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Assuming ", + "color": "#D1F1A9", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "#{", + "color": "#D1F1A9", + "_t": "at-rule.begin.bracket.curly.definition.double.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$y", + "color": "#D1F1A9", + "_t": "at-rule.double.interpolation.meta.property-list.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#D1F1A9", + "_t": "at-rule.bracket.curly.definition.double.end.interpolation.meta.property-list.punctuation.quoted.scss.string.variable.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " to be in pixels", + "color": "#D1F1A9", + "_t": "at-rule.double.meta.property-list.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.definition.double.end.meta.property-list.punctuation.quoted.scss.string.warn", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " $y", + "color": "#FF9DA4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.scss.set.unit.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "css.keyword.meta.operator.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " $y", + "color": "#FF9DA4", + "_t": "meta.property-list.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "position", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "relative", + "color": "#FFC58F", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "left", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$x", + "color": "#FF9DA4", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "top", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$y", + "color": "#FF9DA4", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " control directives ", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " if statement ", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "p", + "color": "#FF9DA4", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "at-rule.css.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#99FFFF", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "border", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "solid", + "color": "#FFC58F", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "at-rule.constant.if.meta.numeric.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "border", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "dotted", + "color": "#FFC58F", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "null", + "color": "#FFC58F", + "_t": "at-rule.constant.if.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "border", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "double", + "color": "#FFC58F", + "_t": "constant.meta.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " if else statement ", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "$type", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.punctuation.scss.separator.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " monster", + "color": "#FF9DA4", + "_t": "meta.scss.set.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "p", + "color": "#FF9DA4", + "_t": "entity.name.scss.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.if.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "at-rule.control.if.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$type", + "color": "#FF9DA4", + "_t": "at-rule.if.meta.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#99FFFF", + "_t": "at-rule.comparison.if.keyword.meta.operator.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ocean ", + "color": "#FFFFFF", + "_t": "at-rule.if.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "blue", + "color": "#FFC58F", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.else.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.else.keyword.meta.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "else ", + "color": "#EBBBFF", + "_t": "at-rule.control.else.keyword.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "black", + "color": "#FFC58F", + "_t": "color.constant.meta.property-list.property-value.scss.support.w3c-standard-color-name", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " for statement ", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.for.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "at-rule.control.for.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$i", + "color": "#FF9DA4", + "_t": "at-rule.for.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "from", + "color": "#99FFFF", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "through", + "color": "#99FFFF", + "_t": "at-rule.control.for.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "at-rule.constant.for.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.for.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.definition.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "item-", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "#{", + "color": "#FF9DA4", + "_t": "attribute-name.begin.bracket.class.css.curly.definition.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "$i", + "color": "#FF9DA4", + "_t": "attribute-name.class.css.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FF9DA4", + "_t": "attribute-name.bracket.class.css.curly.definition.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.bracket.curly.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#FFEEAD", + "_t": "meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "constant.meta.numeric.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "em", + "color": "#FFC58F", + "_t": "keyword.meta.other.property-list.property-value.scss.unit", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "css.keyword.meta.operator.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.property-value.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$i", + "color": "#FF9DA4", + "_t": "meta.property-list.property-value.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "bracket.curly.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " each statement ", + "color": "#7285B7", + "_t": "block.comment.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "each", + "color": "#EBBBFF", + "_t": "at-rule.control.each.keyword.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$animal", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#99FFFF", + "_t": "at-rule.control.each.keyword.meta.operator.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " puma, ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "sea-slug", + "color": "#FF9DA4", + "_t": "at-rule.custom.each.entity.meta.name.scss.tag", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ", egret, salamander ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "#{", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "$animal", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "-icon", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "background-image", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#BBDAFF", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "/images/", + "color": "#D1F1A9", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "#{", + "color": "#D1F1A9", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$animal", + "color": "#D1F1A9", + "_t": "at-rule.each.interpolation.meta.property-list.property-value.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "}", + "color": "#D1F1A9", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.property-value.punctuation.quoted.scss.single.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ".png", + "color": "#D1F1A9", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " while statement ", + "color": "#7285B7", + "_t": "at-rule.block.comment.each.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "$i", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.scss.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ": ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "6", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "while", + "color": "#EBBBFF", + "_t": "at-rule.control.each.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$i", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#99FFFF", + "_t": "at-rule.comparison.each.keyword.meta.operator.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "item-", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "#{", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "$i", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "em", + "color": "#FFC58F", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$i", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " $i", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " $i ", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " function with controlstatements ", + "color": "#7285B7", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.function.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "function", + "color": "#EBBBFF", + "_t": "at-rule.control.each.function.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#BBDAFF", + "_t": "at-rule.each.function.meta.misc.scss.support.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$total", + "color": "#FF9DA4", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "at-rule.delimiter.each.function.meta.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$a", + "color": "#FF9DA4", + "_t": "at-rule.each.function.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.for.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "at-rule.control.each.for.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$i", + "color": "#FF9DA4", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "from", + "color": "#99FFFF", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "at-rule.constant.each.for.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "to", + "color": "#99FFFF", + "_t": "at-rule.control.each.for.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$total", + "color": "#FF9DA4", + "_t": "at-rule.each.for.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.for.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.if.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "at-rule.control.each.if.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "unit", + "color": "#BBDAFF", + "_t": "at-rule.each.function.if.meta.misc.property-list.scss.support.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$a", + "color": "#FF9DA4", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.each.function.if.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#99FFFF", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.begin.definition.double.each.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "%", + "color": "#D1F1A9", + "_t": "at-rule.double.each.if.meta.property-list.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.definition.double.each.end.if.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "and", + "color": "#99FFFF", + "_t": "at-rule.each.if.keyword.logical.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$i", + "color": "#FF9DA4", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#99FFFF", + "_t": "at-rule.comparison.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$total", + "color": "#FF9DA4", + "_t": "at-rule.each.if.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "at-rule.css.each.if.keyword.meta.operator.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "at-rule.constant.each.if.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")) ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " $z", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "100", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "%", + "color": "#FFC58F", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "at-rule.begin.definition.each.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "1", + "color": "#D1F1A9", + "_t": "at-rule.each.meta.property-list.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "at-rule.definition.each.end.meta.property-list.punctuation.quoted.return.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.keyword.meta.property-list.punctuation.return.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "at-rule.control.each.keyword.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.return.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$grid", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.return.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " @mixin simple", + "color": "#7285B7", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "mixin", + "color": "#EBBBFF", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "large-text", + "color": "#BBDAFF", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ": ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "family", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Arial", + "color": "#FFC58F", + "_t": "at-rule.constant.each.font-name.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "size", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "20", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "weight", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "bold", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FFC58F", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "ff0000", + "color": "#FFC58F", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "page-title", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "include", + "color": "#EBBBFF", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "large-text", + "color": "#BBDAFF", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "padding", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " mixin with parameters ", + "color": "#7285B7", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "mixin", + "color": "#EBBBFF", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "sexy-border", + "color": "#BBDAFF", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$color", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$width", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.mixin.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.mixin.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "in", + "color": "#FFC58F", + "_t": "at-rule.each.keyword.meta.mixin.other.scss.unit.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "border", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ": ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$color", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "width", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$width", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "style", + "color": "#FF9DA4", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "dashed", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "p", + "color": "#FF9DA4", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "include", + "color": "#EBBBFF", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "sexy-border", + "color": "#BBDAFF", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "blue", + "color": "#FFC58F", + "_t": "at-rule.color.constant.each.include.meta.property-list.scss.support.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "; ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " mixin with varargs ", + "color": "#7285B7", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "mixin", + "color": "#EBBBFF", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "box-shadow", + "color": "#BBDAFF", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$shadows", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "...", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-moz-box-shadow", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$shadows", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-webkit-box-shadow", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$shadows", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "box-shadow", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$shadows", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "shadows", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "include", + "color": "#EBBBFF", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "box-shadow", + "color": "#BBDAFF", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#FFC58F", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FFC58F", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "666", + "color": "#FFC58F", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "6", + "color": "#FFC58F", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "10", + "color": "#FFC58F", + "_t": "at-rule.constant.each.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "at-rule.each.include.keyword.meta.other.property-list.scss.unit.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FFC58F", + "_t": "at-rule.color.constant.definition.each.hex-value.include.meta.numeric.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "999", + "color": "#FFC58F", + "_t": "at-rule.color.constant.each.hex-value.include.meta.numeric.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " include with varargs ", + "color": "#7285B7", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "mixin", + "color": "#EBBBFF", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "colors", + "color": "#BBDAFF", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$text", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$background", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$border", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.mixin.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "color", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$text", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "background-color", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$background", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "border-color", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$border", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.property-value.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$values", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ": ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FFC58F", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "ff0000", + "color": "#FFC58F", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FFC58F", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "00ff00", + "color": "#FFC58F", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FFC58F", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "0000ff", + "color": "#FFC58F", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "primary", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "include", + "color": "#EBBBFF", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "colors", + "color": "#BBDAFF", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$values", + "color": "#FF9DA4", + "_t": "at-rule.each.include.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "...", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " include with body ", + "color": "#7285B7", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "mixin", + "color": "#EBBBFF", + "_t": "at-rule.control.each.keyword.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "apply-to-ie6-only", + "color": "#BBDAFF", + "_t": "at-rule.each.entity.function.meta.mixin.name.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#FF9DA4", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while.wildcard", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "html", + "color": "#FF9DA4", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.content.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@content", + "color": "#EBBBFF", + "_t": "at-rule.content.control.each.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.include.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "include", + "color": "#EBBBFF", + "_t": "at-rule.control.each.include.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "apply-to-ie6-only", + "color": "#BBDAFF", + "_t": "at-rule.each.entity.function.include.meta.name.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "logo", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "background-image", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#BBDAFF", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#99FFFF", + "_t": "at-rule.css.each.keyword.meta.operator.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "logo.gif", + "color": "#FFC58F", + "_t": "at-rule.each.meta.parameter.property-list.property-value.scss.url.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.if.keyword.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "at-rule.control.each.if.keyword.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$attr", + "color": "#FF9DA4", + "_t": "at-rule.each.if.meta.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.if.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "mixin", + "color": "#EBBBFF", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "apply-to-ie6-only", + "color": "#BBDAFF", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " attributes ", + "color": "#7285B7", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "rel", + "color": "#FF9DA4", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "at-rule.attribute-selector.each.meta.operator.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "external", + "color": "#D1F1A9", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "::", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.pseudo-element.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "after", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.pseudo-element.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "content", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "s", + "color": "#D1F1A9", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "page ", + "color": "#7285B7", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.keyword.meta.page.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "page", + "color": "#EBBBFF", + "_t": "at-rule.control.each.keyword.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":left", + "color": "#BBDAFF", + "_t": "at-rule.each.entity.function.meta.name.page.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.page.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "margin-left", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "4", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "cm", + "color": "#FFC58F", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "margin-right", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "cm", + "color": "#FFC58F", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " missing semicolons ", + "color": "#7285B7", + "_t": "at-rule.block.comment.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "tr", + "color": "#FF9DA4", + "_t": "at-rule.each.entity.meta.name.scss.tag.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "default", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "bar", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " $foo", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "at-rule.each.keyword.meta.other.property-list.scss.set.unit.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": " }", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " foo: {", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " foo : ", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "white", + "color": "#FFC58F", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " }", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " foo.bar1 {", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " @extend tr.", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "default", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.property-list.property-value.scss.set.support.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": " }", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " foo.bar2 {", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " @import ", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "compass", + "color": "#D1F1A9", + "_t": "at-rule.double.each.meta.property-list.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.definition.double.each.end.meta.property-list.punctuation.quoted.scss.set.string.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " }", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " bar: ", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "black", + "color": "#FFC58F", + "_t": "at-rule.color.constant.each.meta.property-list.scss.set.support.variable.w3c-standard-color-name.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": "}", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "/*", + "color": "#FF9DA4", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " rules without whitespace ", + "color": "#FF9DA4", + "_t": "at-rule.block.comment.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "*/", + "color": "#FF9DA4", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "legend {foo{a:s}", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "margin-top", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.set.support.type.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.property-list.scss.set.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "margin-bottom", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FFC58F", + "_t": "at-rule.color.constant.definition.each.hex-value.meta.numeric.property-list.property-value.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "123", + "color": "#FFC58F", + "_t": "at-rule.color.constant.each.hex-value.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "margin-top", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "s", + "color": "#BBDAFF", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " extend with interpolation variable ", + "color": "#7285B7", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.keyword.meta.mixin.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "mixin", + "color": "#EBBBFF", + "_t": "at-rule.control.each.keyword.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "error", + "color": "#BBDAFF", + "_t": "at-rule.each.entity.function.meta.mixin.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.definition.each.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$a", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.mixin.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.mixin.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.mixin.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "false", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.mixin.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.constant rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.bracket.definition.each.end.meta.mixin.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "extend", + "color": "#EBBBFF", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.import.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "#{", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "$a", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.each.entity.import.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.import.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.import.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "extend", + "color": "#EBBBFF", + "_t": "at-rule.control.each.import.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " #", + "color": "#FFFFFF", + "_t": "at-rule.each.import.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#FF9DA4", + "_t": "at-rule.begin.bracket.curly.definition.each.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "$a", + "color": "#FF9DA4", + "_t": "at-rule.each.import.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FF9DA4", + "_t": "at-rule.bracket.curly.definition.each.end.import.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.css.definition.each.entity.id.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "bar", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.css.each.entity.id.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "a", + "color": "#FF9DA4", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "bar", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "b", + "color": "#FF9DA4", + "_t": "at-rule.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "px", + "color": "#FFC58F", + "_t": "at-rule.each.keyword.meta.other.property-list.property-value.scss.unit.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.other.unit rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo", + "color": "#FFFFFF", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.include.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "include", + "color": "#EBBBFF", + "_t": "at-rule.control.each.include.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.include.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "error", + "color": "#BBDAFF", + "_t": "at-rule.each.entity.function.include.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.definition.each.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "at-rule.begin.definition.each.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "bar", + "color": "#D1F1A9", + "_t": "at-rule.each.include.meta.property-list.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "at-rule.definition.each.end.include.meta.property-list.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.bracket.definition.each.end.include.meta.parameters.property-list.punctuation.round.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " css3: @font face ", + "color": "#7285B7", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.fontface.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "font-face", + "color": "#EBBBFF", + "_t": "at-rule.control.each.fontface.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.fontface.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "font-family", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Delicious", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "src", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "url", + "color": "#BBDAFF", + "_t": "at-rule.each.function.meta.misc.property-list.property-value.scss.support.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Delicious-Roman.otf", + "color": "#D1F1A9", + "_t": "at-rule.each.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "at-rule.each.function.meta.property-list.property-value.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " rule names with variables ", + "color": "#7285B7", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": ".", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.definition.each.entity.meta.other.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "orbit-", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "#{", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.begin.bracket.class.css.curly.definition.each.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "$d", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.each.entity.interpolation.meta.other.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.bracket.class.css.curly.definition.each.end.entity.interpolation.meta.other.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "-prev", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.class.css.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#FF9DA4", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "$d", + "color": "#FF9DA4", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FF9DA4", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "style", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo-", + "color": "#FFFFFF", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#FF9DA4", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "$d", + "color": "#FF9DA4", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FF9DA4", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#FF9DA4", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "$d", + "color": "#FF9DA4", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FF9DA4", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "-bar-", + "color": "#FFFFFF", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#FF9DA4", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "$d", + "color": "#FF9DA4", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FF9DA4", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "foo-", + "color": "#FFFFFF", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": "#{", + "color": "#FF9DA4", + "_t": "at-rule.begin.bracket.curly.definition.each.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "$d", + "color": "#FF9DA4", + "_t": "at-rule.each.interpolation.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "}", + "color": "#FF9DA4", + "_t": "at-rule.bracket.curly.definition.each.end.interpolation.meta.property-list.punctuation.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "-bar", + "color": "#FFFFFF", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " keyframes ", + "color": "#7285B7", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "-webkit-keyframes", + "color": "#EBBBFF", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0%", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "opacity", + "color": "#FFEEAD", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "100%", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "opacity", + "color": "#FFEEAD", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "-moz-keyframes", + "color": "#EBBBFF", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " NAME-YOUR-ANIMATION ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0%", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "opacity", + "color": "#FFEEAD", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "100%", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "opacity", + "color": "#FFEEAD", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-o-keyframes", + "color": "#FFFFFF", + "_t": "at-rule.each.illegal.invalid.meta.property-list.property-name.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.invalid rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#FF9DA4", + "_t": "at-rule.custom.each.entity.meta.name.property-list.scss.tag.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " 0% ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "opacity", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " 100% ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "opacity", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "at-rule.constant.each.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#EBBBFF", + "_t": "at-rule.control.definition.each.keyframes.keyword.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "keyframes", + "color": "#EBBBFF", + "_t": "at-rule.control.each.keyframes.keyword.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "NAME-YOUR-ANIMATION", + "color": "#BBDAFF", + "_t": "at-rule.each.entity.function.keyframes.meta.name.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0%", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "opacity", + "color": "#FFEEAD", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "100%", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.each.entity.keyframes.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "opacity", + "color": "#FFEEAD", + "_t": "at-rule.each.keyframes.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.keyframes.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "at-rule.constant.each.keyframes.meta.numeric.property-list.property-value.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.keyframes.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.each.end.keyframes.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " string escaping ", + "color": "#7285B7", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "at-rule.attribute-selector.begin.bracket.definition.each.meta.property-list.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "data-icon", + "color": "#FF9DA4", + "_t": "at-rule.attribute.attribute-name.attribute-selector.each.entity.meta.other.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "at-rule.attribute-selector.each.meta.operator.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "at-rule.attribute-selector.attribute-value.begin.definition.double.each.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "test-1", + "color": "#D1F1A9", + "_t": "at-rule.attribute-selector.attribute-value.double.each.meta.property-list.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "at-rule.attribute-selector.attribute-value.definition.double.each.end.meta.property-list.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "at-rule.attribute-selector.bracket.definition.each.end.meta.property-list.punctuation.scss.square.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.css.definition.each.entity.meta.other.property-list.pseudo-element.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "before", + "color": "#FF9DA4", + "_t": "at-rule.attribute-name.css.each.entity.meta.other.property-list.pseudo-element.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "at-rule.begin.bracket.curly.each.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "content", + "color": "#FFEEAD", + "_t": "at-rule.each.meta.property-list.property-name.scss.support.type.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\\\\", + "color": "#FFC58F", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "at-rule.bracket.curly.each.end.meta.property-list.punctuation.scss.section.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " a comment ", + "color": "#7285B7", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "$var1", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "at-rule.begin.definition.each.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\\'", + "color": "#FFC58F", + "_t": "at-rule.character.constant.each.escape.meta.property-list.property-value.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "at-rule.definition.each.end.meta.property-list.property-value.punctuation.quoted.scss.single.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$var2", + "color": "#FF9DA4", + "_t": "at-rule.each.meta.property-list.scss.variable.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "at-rule.each.key-value.meta.property-list.punctuation.scss.separator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.begin.definition.double.each.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\\\"", + "color": "#FFC58F", + "_t": "at-rule.character.constant.double.each.escape.meta.property-list.property-value.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "at-rule.definition.double.each.end.meta.property-list.property-value.punctuation.quoted.scss.string.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "at-rule.each.meta.property-list.punctuation.rule.scss.terminator.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/*", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " another comment ", + "color": "#7285B7", + "_t": "at-rule.block.comment.each.meta.property-list.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "at-rule.block.comment.definition.each.meta.property-list.punctuation.scss.while", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.scss.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.scss.result.patch new file mode 100644 index 000000000..155b11ebd --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.scss.result.patch @@ -0,0 +1,5998 @@ +{ + "abyss": [], + "dark_vs": [ + { + "index": 942, + "content": "from", + "color": "#D4D4D4", + "newColor": "#569CD6" + }, + { + "index": 946, + "content": "through", + "color": "#D4D4D4", + "newColor": "#569CD6" + }, + { + "index": 981, + "content": "in", + "color": "#D4D4D4", + "newColor": "#569CD6" + }, + { + "index": 1079, + "content": "from", + "color": "#D4D4D4", + "newColor": "#569CD6" + }, + { + "index": 1083, + "content": "to", + "color": "#D4D4D4", + "newColor": "#569CD6" + }, + { + "index": 1451, + "content": "rel", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1708, + "content": "0%", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1720, + "content": "100%", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1737, + "content": "0%", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1749, + "content": "100%", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1795, + "content": "0%", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1807, + "content": "100%", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1823, + "content": "data-icon", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + } + ], + "light_vs": [ + { + "index": 616, + "content": "landscape", + "color": "#0451A5", + "newColor": "#000000" + }, + { + "index": 677, + "content": "%", + "color": "#800000", + "newColor": "#FF0000" + }, + { + "index": 678, + "content": "extreme", + "color": "#800000", + "newColor": "#FF0000" + }, + { + "index": 709, + "content": "%", + "color": "#800000", + "newColor": "#FF0000" + }, + { + "index": 710, + "content": "extreme", + "color": "#800000", + "newColor": "#FF0000" + }, + { + "index": 879, + "content": "null", + "color": "#0451A5", + "newColor": "#000000" + }, + { + "index": 942, + "content": "from", + "color": "#000000", + "newColor": "#0000FF" + }, + { + "index": 946, + "content": "through", + "color": "#000000", + "newColor": "#0000FF" + }, + { + "index": 981, + "content": "in", + "color": "#000000", + "newColor": "#0000FF" + }, + { + "index": 1079, + "content": "from", + "color": "#000000", + "newColor": "#0000FF" + }, + { + "index": 1083, + "content": "to", + "color": "#000000", + "newColor": "#0000FF" + }, + { + "index": 1520, + "content": "default", + "color": "#0451A5", + "newColor": "#000000" + }, + { + "index": 1562, + "content": "false", + "color": "#0451A5", + "newColor": "#000000" + } + ], + "hc_black": [ + { + "index": 942, + "content": "from", + "color": "#D4D4D4", + "newColor": "#569CD6" + }, + { + "index": 946, + "content": "through", + "color": "#D4D4D4", + "newColor": "#569CD6" + }, + { + "index": 981, + "content": "in", + "color": "#D4D4D4", + "newColor": "#569CD6" + }, + { + "index": 1079, + "content": "from", + "color": "#D4D4D4", + "newColor": "#569CD6" + }, + { + "index": 1083, + "content": "to", + "color": "#D4D4D4", + "newColor": "#569CD6" + }, + { + "index": 1451, + "content": "rel", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1708, + "content": "0%", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1720, + "content": "100%", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1737, + "content": "0%", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1749, + "content": "100%", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1795, + "content": "0%", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1807, + "content": "100%", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1823, + "content": "data-icon", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + } + ], + "dark_plus": [ + { + "index": 128, + "content": "family", + "color": "#CE9178", + "newColor": "#9CDCFE" + }, + { + "index": 256, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 262, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 264, + "content": "\"", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 265, + "content": "Second width?", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 266, + "content": "\"", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 268, + "content": "!default", + "color": "#9CDCFE", + "newColor": "#569CD6" + }, + { + "index": 275, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 287, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 293, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 312, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 313, + "content": "foo", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 316, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 322, + "content": "#{", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 323, + "content": "$name", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 324, + "content": "}", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 344, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 346, + "content": "rgba", + "color": "#9CDCFE", + "newColor": "#DCDCAA" + }, + { + "index": 347, + "content": "(", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 349, + "content": ",", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 352, + "content": ",", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 355, + "content": ",", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 358, + "content": ")", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 360, + "content": "!default", + "color": "#9CDCFE", + "newColor": "#569CD6" + }, + { + "index": 484, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 490, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 553, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 555, + "content": "unquote", + "color": "#9CDCFE", + "newColor": "#DCDCAA" + }, + { + "index": 556, + "content": "(", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 557, + "content": "\"", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 558, + "content": "Droid+Sans", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 559, + "content": "\"", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 560, + "content": ")", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 616, + "content": "landscape", + "color": "#CE9178", + "newColor": "#D4D4D4" + }, + { + "index": 756, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 789, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 879, + "content": "null", + "color": "#CE9178", + "newColor": "#D4D4D4" + }, + { + "index": 898, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 899, + "content": "monster", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 954, + "content": "#{", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 955, + "content": "$i", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 956, + "content": "}", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 988, + "content": "#{", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 989, + "content": "$animal", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 990, + "content": "}", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 1032, + "content": "#{", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 1033, + "content": "$i", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 1034, + "content": "}", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 1051, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 1117, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 1451, + "content": "rel", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1509, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 1513, + "content": " }", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 1514, + "content": " foo: {", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 1515, + "content": " foo : ", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 1516, + "content": "white", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 1517, + "content": " }", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 1518, + "content": " foo.bar1 {", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 1519, + "content": " @extend tr.", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 1520, + "content": "default", + "color": "#CE9178", + "newColor": "#D4D4D4" + }, + { + "index": 1521, + "content": " }", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 1522, + "content": " foo.bar2 {", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 1523, + "content": " @import ", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 1524, + "content": "\"", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 1525, + "content": "compass", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 1526, + "content": "\"", + "color": "#9CDCFE", + "newColor": "#CE9178" + }, + { + "index": 1527, + "content": " }", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 1528, + "content": " bar: ", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 1529, + "content": "black", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 1530, + "content": "}", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 1531, + "content": "/*", + "color": "#9CDCFE", + "newColor": "#608B4E" + }, + { + "index": 1532, + "content": " rules without whitespace ", + "color": "#9CDCFE", + "newColor": "#608B4E" + }, + { + "index": 1533, + "content": "*/", + "color": "#9CDCFE", + "newColor": "#608B4E" + }, + { + "index": 1534, + "content": "legend {foo{a:s}", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 1536, + "content": ":", + "color": "#9CDCFE", + "newColor": "#D4D4D4" + }, + { + "index": 1562, + "content": "false", + "color": "#CE9178", + "newColor": "#D4D4D4" + }, + { + "index": 1571, + "content": "#{", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 1572, + "content": "$a", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 1573, + "content": "}", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 1652, + "content": "#{", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 1653, + "content": "$d", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 1654, + "content": "}", + "color": "#D7BA7D", + "newColor": "#9CDCFE" + }, + { + "index": 1708, + "content": "0%", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1720, + "content": "100%", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1737, + "content": "0%", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1749, + "content": "100%", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1795, + "content": "0%", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1807, + "content": "100%", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + }, + { + "index": 1823, + "content": "data-icon", + "color": "#9CDCFE", + "newColor": "#D7BA7D" + } + ], + "light_plus": [ + { + "index": 256, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 262, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 264, + "content": "\"", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 265, + "content": "Second width?", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 266, + "content": "\"", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 268, + "content": "!default", + "color": "#001080", + "newColor": "#0000FF" + }, + { + "index": 275, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 287, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 293, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 312, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 313, + "content": "foo", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 316, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 322, + "content": "#{", + "color": "#800000", + "newColor": "#001080" + }, + { + "index": 323, + "content": "$name", + "color": "#800000", + "newColor": "#001080" + }, + { + "index": 324, + "content": "}", + "color": "#800000", + "newColor": "#001080" + }, + { + "index": 344, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 346, + "content": "rgba", + "color": "#001080", + "newColor": "#795E26" + }, + { + "index": 347, + "content": "(", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 349, + "content": ",", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 352, + "content": ",", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 355, + "content": ",", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 358, + "content": ")", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 360, + "content": "!default", + "color": "#001080", + "newColor": "#0000FF" + }, + { + "index": 484, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 490, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 553, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 555, + "content": "unquote", + "color": "#001080", + "newColor": "#795E26" + }, + { + "index": 556, + "content": "(", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 557, + "content": "\"", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 558, + "content": "Droid+Sans", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 559, + "content": "\"", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 560, + "content": ")", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 616, + "content": "landscape", + "color": "#0451A5", + "newColor": "#000000" + }, + { + "index": 677, + "content": "%", + "color": "#800000", + "newColor": "#FF0000" + }, + { + "index": 678, + "content": "extreme", + "color": "#800000", + "newColor": "#FF0000" + }, + { + "index": 709, + "content": "%", + "color": "#800000", + "newColor": "#FF0000" + }, + { + "index": 710, + "content": "extreme", + "color": "#800000", + "newColor": "#FF0000" + }, + { + "index": 756, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 789, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 879, + "content": "null", + "color": "#0451A5", + "newColor": "#000000" + }, + { + "index": 898, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 899, + "content": "monster", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 954, + "content": "#{", + "color": "#800000", + "newColor": "#001080" + }, + { + "index": 955, + "content": "$i", + "color": "#800000", + "newColor": "#001080" + }, + { + "index": 956, + "content": "}", + "color": "#800000", + "newColor": "#001080" + }, + { + "index": 988, + "content": "#{", + "color": "#800000", + "newColor": "#001080" + }, + { + "index": 989, + "content": "$animal", + "color": "#800000", + "newColor": "#001080" + }, + { + "index": 990, + "content": "}", + "color": "#800000", + "newColor": "#001080" + }, + { + "index": 1032, + "content": "#{", + "color": "#800000", + "newColor": "#001080" + }, + { + "index": 1033, + "content": "$i", + "color": "#800000", + "newColor": "#001080" + }, + { + "index": 1034, + "content": "}", + "color": "#800000", + "newColor": "#001080" + }, + { + "index": 1051, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 1117, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 1509, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 1513, + "content": " }", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 1514, + "content": " foo: {", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 1515, + "content": " foo : ", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 1516, + "content": "white", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 1517, + "content": " }", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 1518, + "content": " foo.bar1 {", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 1519, + "content": " @extend tr.", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 1520, + "content": "default", + "color": "#0451A5", + "newColor": "#000000" + }, + { + "index": 1521, + "content": " }", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 1522, + "content": " foo.bar2 {", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 1523, + "content": " @import ", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 1524, + "content": "\"", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 1525, + "content": "compass", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 1526, + "content": "\"", + "color": "#001080", + "newColor": "#A31515" + }, + { + "index": 1527, + "content": " }", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 1528, + "content": " bar: ", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 1529, + "content": "black", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 1530, + "content": "}", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 1531, + "content": "/*", + "color": "#001080", + "newColor": "#008000" + }, + { + "index": 1532, + "content": " rules without whitespace ", + "color": "#001080", + "newColor": "#008000" + }, + { + "index": 1533, + "content": "*/", + "color": "#001080", + "newColor": "#008000" + }, + { + "index": 1534, + "content": "legend {foo{a:s}", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 1536, + "content": ":", + "color": "#001080", + "newColor": "#000000" + }, + { + "index": 1562, + "content": "false", + "color": "#0451A5", + "newColor": "#000000" + }, + { + "index": 1571, + "content": "#{", + "color": "#800000", + "newColor": "#001080" + }, + { + "index": 1572, + "content": "$a", + "color": "#800000", + "newColor": "#001080" + }, + { + "index": 1573, + "content": "}", + "color": "#800000", + "newColor": "#001080" + }, + { + "index": 1652, + "content": "#{", + "color": "#800000", + "newColor": "#001080" + }, + { + "index": 1653, + "content": "$d", + "color": "#800000", + "newColor": "#001080" + }, + { + "index": 1654, + "content": "}", + "color": "#800000", + "newColor": "#001080" + } + ], + "kimbie_dark": [ + { + "index": 50, + "content": "bold", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 81, + "content": "black", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 91, + "content": "bold", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 103, + "content": "red", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 123, + "content": "/", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 142, + "content": "bold", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 231, + "content": "black", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 248, + "content": "green", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 268, + "content": "!default", + "color": "#DC3958", + "newColor": "#98676A" + }, + { + "index": 302, + "content": "#{", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 303, + "content": "$font-size", + "color": "#18401E", + "newColor": "#DC3958" + }, + { + "index": 304, + "content": "}", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 306, + "content": "#{", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 307, + "content": "$line-height", + "color": "#18401E", + "newColor": "#DC3958" + }, + { + "index": 308, + "content": "}", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 313, + "content": "foo", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 318, + "content": "border", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 322, + "content": "#{", + "color": "#8AB1B0", + "newColor": "#18401E" + }, + { + "index": 323, + "content": "$name", + "color": "#F79A32", + "newColor": "#DC3958" + }, + { + "index": 324, + "content": "}", + "color": "#8AB1B0", + "newColor": "#18401E" + }, + { + "index": 328, + "content": "#{", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 329, + "content": "$attr", + "color": "#18401E", + "newColor": "#DC3958" + }, + { + "index": 330, + "content": "}", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 335, + "content": "blue", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 347, + "content": "(", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 358, + "content": ")", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 360, + "content": "!default", + "color": "#DC3958", + "newColor": "#98676A" + }, + { + "index": 418, + "content": "auto", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 426, + "content": "#{", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 427, + "content": "5", + "color": "#18401E", + "newColor": "#F79A32" + }, + { + "index": 429, + "content": "+", + "color": "#18401E", + "newColor": "#D3AF86" + }, + { + "index": 431, + "content": "10", + "color": "#18401E", + "newColor": "#F79A32" + }, + { + "index": 432, + "content": "}", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 556, + "content": "(", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 560, + "content": ")", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 573, + "content": "#{", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 574, + "content": "$family", + "color": "#18401E", + "newColor": "#DC3958" + }, + { + "index": 575, + "content": "}", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 610, + "content": "screen", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 616, + "content": "landscape", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 685, + "content": "blue", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 691, + "content": "bold", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 749, + "content": "#{", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 750, + "content": "$x", + "color": "#18401E", + "newColor": "#DC3958" + }, + { + "index": 751, + "content": "}", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 782, + "content": "#{", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 783, + "content": "$y", + "color": "#18401E", + "newColor": "#DC3958" + }, + { + "index": 784, + "content": "}", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 803, + "content": "relative", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 849, + "content": "solid", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 871, + "content": "dotted", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 879, + "content": "null", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 889, + "content": "double", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 899, + "content": "monster", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 917, + "content": "blue", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 929, + "content": "black", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 954, + "content": "#{", + "color": "#8AB1B0", + "newColor": "#18401E" + }, + { + "index": 955, + "content": "$i", + "color": "#F79A32", + "newColor": "#DC3958" + }, + { + "index": 956, + "content": "}", + "color": "#8AB1B0", + "newColor": "#18401E" + }, + { + "index": 988, + "content": "#{", + "color": "#8AB1B0", + "newColor": "#18401E" + }, + { + "index": 989, + "content": "$animal", + "color": "#F79A32", + "newColor": "#DC3958" + }, + { + "index": 990, + "content": "}", + "color": "#8AB1B0", + "newColor": "#18401E" + }, + { + "index": 1002, + "content": "#{", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 1003, + "content": "$animal", + "color": "#18401E", + "newColor": "#DC3958" + }, + { + "index": 1004, + "content": "}", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 1032, + "content": "#{", + "color": "#8AB1B0", + "newColor": "#18401E" + }, + { + "index": 1033, + "content": "$i", + "color": "#F79A32", + "newColor": "#DC3958" + }, + { + "index": 1034, + "content": "}", + "color": "#8AB1B0", + "newColor": "#18401E" + }, + { + "index": 1158, + "content": "Arial", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 1171, + "content": "bold", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 1239, + "content": "dashed", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 1253, + "content": "blue", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 1513, + "content": " }", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 1514, + "content": " foo: {", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 1515, + "content": " foo : ", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 1516, + "content": "white", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 1517, + "content": " }", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 1518, + "content": " foo.bar1 {", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 1519, + "content": " @extend tr.", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 1520, + "content": "default", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 1521, + "content": " }", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 1522, + "content": " foo.bar2 {", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 1523, + "content": " @import ", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 1527, + "content": " }", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 1528, + "content": " bar: ", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 1529, + "content": "black", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 1530, + "content": "}", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 1531, + "content": "/*", + "color": "#D3AF86", + "newColor": "#A57A4C" + }, + { + "index": 1532, + "content": " rules without whitespace ", + "color": "#DC3958", + "newColor": "#A57A4C" + }, + { + "index": 1533, + "content": "*/", + "color": "#D3AF86", + "newColor": "#A57A4C" + }, + { + "index": 1534, + "content": "legend {foo{a:s}", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 1535, + "content": "margin-top", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 1536, + "content": ":", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 1562, + "content": "false", + "color": "#F79A32", + "newColor": "#D3AF86" + }, + { + "index": 1571, + "content": "#{", + "color": "#8AB1B0", + "newColor": "#18401E" + }, + { + "index": 1572, + "content": "$a", + "color": "#F79A32", + "newColor": "#DC3958" + }, + { + "index": 1573, + "content": "}", + "color": "#8AB1B0", + "newColor": "#18401E" + }, + { + "index": 1579, + "content": "#{", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 1580, + "content": "$a", + "color": "#18401E", + "newColor": "#DC3958" + }, + { + "index": 1581, + "content": "}", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 1652, + "content": "#{", + "color": "#8AB1B0", + "newColor": "#18401E" + }, + { + "index": 1653, + "content": "$d", + "color": "#F79A32", + "newColor": "#DC3958" + }, + { + "index": 1654, + "content": "}", + "color": "#8AB1B0", + "newColor": "#18401E" + }, + { + "index": 1659, + "content": "#{", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 1660, + "content": "$d", + "color": "#18401E", + "newColor": "#DC3958" + }, + { + "index": 1661, + "content": "}", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 1670, + "content": "#{", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 1671, + "content": "$d", + "color": "#18401E", + "newColor": "#DC3958" + }, + { + "index": 1672, + "content": "}", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 1678, + "content": "#{", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 1679, + "content": "$d", + "color": "#18401E", + "newColor": "#DC3958" + }, + { + "index": 1680, + "content": "}", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 1682, + "content": "#{", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 1683, + "content": "$d", + "color": "#18401E", + "newColor": "#DC3958" + }, + { + "index": 1684, + "content": "}", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 1691, + "content": "#{", + "color": "#D3AF86", + "newColor": "#18401E" + }, + { + "index": 1692, + "content": "$d", + "color": "#18401E", + "newColor": "#DC3958" + }, + { + "index": 1693, + "content": "}", + "color": "#D3AF86", + "newColor": "#18401E" + } + ], + "monokai": [], + "monokai_dimmed": [ + { + "index": 256, + "content": ":", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 259, + "content": "em", + "color": "#6089B4", + "newColor": "#676867" + }, + { + "index": 262, + "content": ":", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 268, + "content": "!default", + "color": "#6089B4", + "newColor": "#676867" + }, + { + "index": 275, + "content": ":", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 278, + "content": "em", + "color": "#6089B4", + "newColor": "#676867" + }, + { + "index": 287, + "content": ":", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 290, + "content": "px", + "color": "#6089B4", + "newColor": "#676867" + }, + { + "index": 293, + "content": ":", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 296, + "content": "px", + "color": "#6089B4", + "newColor": "#676867" + }, + { + "index": 312, + "content": ":", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 316, + "content": ":", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 344, + "content": ":", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 349, + "content": ",", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 352, + "content": ",", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 355, + "content": ",", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 360, + "content": "!default", + "color": "#6089B4", + "newColor": "#676867" + }, + { + "index": 484, + "content": ":", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 487, + "content": "px", + "color": "#6089B4", + "newColor": "#676867" + }, + { + "index": 490, + "content": ":", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 493, + "content": "px", + "color": "#6089B4", + "newColor": "#676867" + }, + { + "index": 553, + "content": ":", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 614, + "content": "orientation", + "color": "#676867", + "newColor": "#C7444A" + }, + { + "index": 756, + "content": ":", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 759, + "content": "px", + "color": "#6089B4", + "newColor": "#676867" + }, + { + "index": 789, + "content": ":", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 792, + "content": "px", + "color": "#6089B4", + "newColor": "#676867" + }, + { + "index": 898, + "content": ":", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 1051, + "content": ":", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 1117, + "content": ":", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 1120, + "content": "%", + "color": "#6089B4", + "newColor": "#676867" + }, + { + "index": 1509, + "content": ":", + "color": "#6089B4", + "newColor": "#C5C8C6" + }, + { + "index": 1512, + "content": "px", + "color": "#6089B4", + "newColor": "#676867" + } + ], + "quietlight": [ + { + "index": 24, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 26, + "content": "97", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 27, + "content": "%", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 37, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 39, + "content": "2", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 40, + "content": "em", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 48, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 62, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 64, + "content": "3", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 65, + "content": "em", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 79, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 81, + "content": "black", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 89, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 101, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 103, + "content": "red", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 119, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 121, + "content": "2", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 122, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 123, + "content": "/", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 124, + "content": "3", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 125, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 133, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 135, + "content": "30", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 136, + "content": "em", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 140, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 157, + "content": "foo", + "color": "#AB6526", + "newColor": "#660000" + }, + { + "index": 164, + "content": "foo", + "color": "#AB6526", + "newColor": "#660000" + }, + { + "index": 166, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 168, + "content": "1", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 173, + "content": "foo", + "color": "#AB6526", + "newColor": "#660000" + }, + { + "index": 174, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 176, + "content": "1", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 177, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 183, + "content": "foo", + "color": "#AB6526", + "newColor": "#660000" + }, + { + "index": 192, + "content": "foo", + "color": "#AB6526", + "newColor": "#660000" + }, + { + "index": 194, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 196, + "content": "1", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 201, + "content": "foo", + "color": "#AB6526", + "newColor": "#660000" + }, + { + "index": 202, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 205, + "content": " selector", + "color": "#448C27", + "newColor": "#AAAAAA" + }, + { + "index": 207, + "content": "1", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 229, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 231, + "content": "black", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 246, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 248, + "content": "green", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 256, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 259, + "content": "em", + "color": "#7A3E9D", + "newColor": "#4B83CD" + }, + { + "index": 262, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 268, + "content": "!default", + "color": "#7A3E9D", + "newColor": "#4B83CD" + }, + { + "index": 275, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 278, + "content": "em", + "color": "#7A3E9D", + "newColor": "#4B83CD" + }, + { + "index": 282, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 284, + "content": "$width", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 287, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 290, + "content": "px", + "color": "#7A3E9D", + "newColor": "#4B83CD" + }, + { + "index": 293, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 296, + "content": "px", + "color": "#7A3E9D", + "newColor": "#4B83CD" + }, + { + "index": 300, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 302, + "content": "#{", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 303, + "content": "$font-size", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 304, + "content": "}", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 305, + "content": "/", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 306, + "content": "#{", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 307, + "content": "$line-height", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 308, + "content": "}", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 312, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 313, + "content": "foo", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 316, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 322, + "content": "#{", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 324, + "content": "}", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 333, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 335, + "content": "blue", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 344, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 349, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 352, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 355, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 360, + "content": "!default", + "color": "#7A3E9D", + "newColor": "#4B83CD" + }, + { + "index": 370, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 373, + "content": "1", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 374, + "content": "em", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 376, + "content": "+", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 378, + "content": "2", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 379, + "content": "em", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 385, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 387, + "content": "#", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 388, + "content": "010203", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 390, + "content": "+", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 392, + "content": "#", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 393, + "content": "040506", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 397, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 400, + "content": "+", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 402, + "content": "\"", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 404, + "content": "\"", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 408, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 410, + "content": "3", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 411, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 413, + "content": "+", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 415, + "content": "4", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 416, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 422, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 424, + "content": "\"", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 426, + "content": "#{", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 427, + "content": "5", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 429, + "content": "+", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 431, + "content": "10", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 432, + "content": "}", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 434, + "content": "\"", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 438, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 440, + "content": "hsl", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 441, + "content": "(", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 442, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 443, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 445, + "content": "100", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 446, + "content": "%", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 447, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 449, + "content": "50", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 450, + "content": "%", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 451, + "content": ")", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 455, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 457, + "content": "hsl", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 458, + "content": "(", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 459, + "content": "$hue", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 460, + "content": ":", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 462, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 463, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 465, + "content": "$saturation", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 466, + "content": ":", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 468, + "content": "100", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 469, + "content": "%", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 470, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 472, + "content": "$lightness", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 473, + "content": ":", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 475, + "content": "50", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 476, + "content": "%", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 477, + "content": ")", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 484, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 487, + "content": "px", + "color": "#7A3E9D", + "newColor": "#4B83CD" + }, + { + "index": 490, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 493, + "content": "px", + "color": "#7A3E9D", + "newColor": "#4B83CD" + }, + { + "index": 533, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 535, + "content": "grid-width", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 536, + "content": "(", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 537, + "content": "5", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 538, + "content": ")", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 553, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 574, + "content": "$family", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 601, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 603, + "content": "300", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 604, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 621, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 623, + "content": "500", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 624, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 638, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 640, + "content": "1", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 641, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 643, + "content": "#", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 644, + "content": "f00", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 648, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 650, + "content": "#", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 651, + "content": "fdd", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 667, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 669, + "content": "3", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 670, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 683, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 685, + "content": "blue", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 689, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 695, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 697, + "content": "2", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 698, + "content": "em", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 750, + "content": "$x", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 756, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 759, + "content": "px", + "color": "#7A3E9D", + "newColor": "#4B83CD" + }, + { + "index": 783, + "content": "$y", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 789, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 792, + "content": "px", + "color": "#7A3E9D", + "newColor": "#4B83CD" + }, + { + "index": 801, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 807, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 809, + "content": "$x", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 813, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 815, + "content": "$y", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 844, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 846, + "content": "1", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 847, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 866, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 868, + "content": "2", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 869, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 884, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 886, + "content": "3", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 887, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 898, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 899, + "content": "monster", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 915, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 917, + "content": "blue", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 927, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 929, + "content": "black", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 942, + "content": "from", + "color": "#777777", + "newColor": "#4B83CD" + }, + { + "index": 946, + "content": "through", + "color": "#777777", + "newColor": "#4B83CD" + }, + { + "index": 954, + "content": "#{", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 956, + "content": "}", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 961, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 963, + "content": "2", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 964, + "content": "em", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 966, + "content": "*", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 968, + "content": "$i", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 981, + "content": "in", + "color": "#777777", + "newColor": "#4B83CD" + }, + { + "index": 988, + "content": "#{", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 990, + "content": "}", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 996, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 998, + "content": "url", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 999, + "content": "(", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1000, + "content": "'", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1002, + "content": "#{", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1003, + "content": "$animal", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 1004, + "content": "}", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1006, + "content": "'", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1007, + "content": ")", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1032, + "content": "#{", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 1034, + "content": "}", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 1039, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1041, + "content": "2", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1042, + "content": "em", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 1044, + "content": "*", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1046, + "content": "$i", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 1051, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1067, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1079, + "content": "from", + "color": "#777777", + "newColor": "#4B83CD" + }, + { + "index": 1083, + "content": "to", + "color": "#777777", + "newColor": "#4B83CD" + }, + { + "index": 1117, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1120, + "content": "%", + "color": "#7A3E9D", + "newColor": "#4B83CD" + }, + { + "index": 1156, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1158, + "content": "Arial", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1162, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1164, + "content": "20", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1165, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 1169, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1177, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1179, + "content": "#", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1180, + "content": "ff0000", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1195, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1197, + "content": "4", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1198, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 1212, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1225, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1227, + "content": "$color", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 1231, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1233, + "content": "$width", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 1237, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1272, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1274, + "content": "$shadows", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 1278, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1280, + "content": "$shadows", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 1284, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1286, + "content": "$shadows", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 1308, + "content": "#", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 1320, + "content": "#", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 1343, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1345, + "content": "$text", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 1349, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1351, + "content": "$background", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 1355, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1357, + "content": "$border", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 1362, + "content": "#", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 1365, + "content": "#", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 1368, + "content": "#", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 1420, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1422, + "content": "url", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 1423, + "content": "(", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1424, + "content": "/", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1425, + "content": "logo.gif", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 1426, + "content": ")", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1452, + "content": "=", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1463, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1465, + "content": "'", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1467, + "content": "'", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1481, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1483, + "content": "4", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1484, + "content": "cm", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 1488, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1490, + "content": "3", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1491, + "content": "cm", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 1503, + "content": "foo", + "color": "#AB6526", + "newColor": "#660000" + }, + { + "index": 1509, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1512, + "content": "px", + "color": "#7A3E9D", + "newColor": "#4B83CD" + }, + { + "index": 1513, + "content": " }", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 1514, + "content": " foo: {", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 1515, + "content": " foo : ", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 1516, + "content": "white", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 1517, + "content": " }", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 1518, + "content": " foo.bar1 {", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 1519, + "content": " @extend tr.", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 1521, + "content": " }", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 1522, + "content": " foo.bar2 {", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 1523, + "content": " @import ", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 1527, + "content": " }", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 1528, + "content": " bar: ", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 1529, + "content": "black", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 1530, + "content": "}", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 1532, + "content": " rules without whitespace ", + "color": "#7A3E9D", + "newColor": "#AAAAAA" + }, + { + "index": 1534, + "content": "legend {foo{a:s}", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 1536, + "content": ":", + "color": "#7A3E9D", + "newColor": "#333333" + }, + { + "index": 1540, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1541, + "content": "#", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1542, + "content": "123", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1545, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1546, + "content": "s", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 1547, + "content": "(", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1548, + "content": "1", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1549, + "content": ")", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1560, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1571, + "content": "#{", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 1573, + "content": "}", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 1589, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1591, + "content": "1", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1592, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 1600, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1602, + "content": "1", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1603, + "content": "px", + "color": "#448C27", + "newColor": "#4B83CD" + }, + { + "index": 1606, + "content": "foo", + "color": "#AB6526", + "newColor": "#660000" + }, + { + "index": 1630, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1636, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1638, + "content": "url", + "color": "#448C27", + "newColor": "#AA3731" + }, + { + "index": 1639, + "content": "(", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1640, + "content": "'", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1642, + "content": "'", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1643, + "content": ")", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1652, + "content": "#{", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 1654, + "content": "}", + "color": "#AB6526", + "newColor": "#777777" + }, + { + "index": 1664, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1666, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1669, + "content": "foo-", + "color": "#AB6526", + "newColor": "#660000" + }, + { + "index": 1673, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1675, + "content": "1", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1681, + "content": "-bar-", + "color": "#AB6526", + "newColor": "#660000" + }, + { + "index": 1685, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1687, + "content": "2", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1690, + "content": "foo-", + "color": "#AB6526", + "newColor": "#660000" + }, + { + "index": 1694, + "content": "-bar", + "color": "#AB6526", + "newColor": "#660000" + }, + { + "index": 1695, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1697, + "content": "1", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1713, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1715, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1725, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1727, + "content": "1", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1742, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1744, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1754, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1756, + "content": "1", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1762, + "content": "-o-keyframes", + "color": "#AB6526", + "newColor": "#660000" + }, + { + "index": 1771, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1773, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1781, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1783, + "content": "1", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1800, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1802, + "content": "0", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1812, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1814, + "content": "1", + "color": "#448C27", + "newColor": "#AB6526" + }, + { + "index": 1824, + "content": "=", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1835, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1836, + "content": "'", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1838, + "content": "'", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1845, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1847, + "content": "'", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1849, + "content": "'", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1852, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1854, + "content": "\"", + "color": "#448C27", + "newColor": "#777777" + }, + { + "index": 1856, + "content": "\"", + "color": "#448C27", + "newColor": "#777777" + } + ], + "red": [ + { + "index": 30, + "content": "p", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 32, + "content": "div", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 43, + "content": "a", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 50, + "content": "bold", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 57, + "content": "pre", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 81, + "content": "black", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 84, + "content": "a", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 91, + "content": "bold", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 94, + "content": "&", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 103, + "content": "red", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 123, + "content": "/", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 142, + "content": "bold", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 231, + "content": "black", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 248, + "content": "green", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 256, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 258, + "content": "5", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 259, + "content": "em", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 262, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 264, + "content": "\"", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 265, + "content": "Second width?", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 266, + "content": "\"", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 268, + "content": "!default", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 275, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 277, + "content": "6", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 278, + "content": "em", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 287, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 289, + "content": "12", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 290, + "content": "px", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 293, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 295, + "content": "30", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 296, + "content": "px", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 312, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 313, + "content": "foo", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 316, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 318, + "content": "border", + "color": "#FB9A4B", + "newColor": "#9DF39F" + }, + { + "index": 335, + "content": "blue", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 344, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 347, + "content": "(", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 348, + "content": "100", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 349, + "content": ",", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 351, + "content": "100", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 352, + "content": ",", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 354, + "content": "225", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 355, + "content": ",", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 357, + "content": "0.25", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 358, + "content": ")", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 360, + "content": "!default", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 381, + "content": "*", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 418, + "content": "auto", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 429, + "content": "+", + "color": "#EDEF7D", + "newColor": "#F12727" + }, + { + "index": 484, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 486, + "content": "40", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 487, + "content": "px", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 490, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 492, + "content": "10", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 493, + "content": "px", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 553, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 556, + "content": "(", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 557, + "content": "\"", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 558, + "content": "Droid+Sans", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 559, + "content": "\"", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 560, + "content": ")", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 614, + "content": "orientation", + "color": "#96DD3B", + "newColor": "#9DF39F" + }, + { + "index": 616, + "content": "landscape", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 685, + "content": "blue", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 691, + "content": "bold", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 756, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 758, + "content": "1", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 759, + "content": "px", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 761, + "content": "*", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 789, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 791, + "content": "1", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 792, + "content": "px", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 794, + "content": "*", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 803, + "content": "relative", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 849, + "content": "solid", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 871, + "content": "dotted", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 879, + "content": "null", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 889, + "content": "double", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 898, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 899, + "content": "monster", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 917, + "content": "blue", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 929, + "content": "black", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 983, + "content": "sea-slug", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 1051, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 1053, + "content": "-", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 1055, + "content": "2", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 1117, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 1119, + "content": "100", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 1120, + "content": "%", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 1158, + "content": "Arial", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 1171, + "content": "bold", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 1236, + "content": "style", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 1239, + "content": "dashed", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 1244, + "content": "p", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 1396, + "content": "*", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 1398, + "content": "html", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 1497, + "content": "tr", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 1509, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 1511, + "content": "1", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 1512, + "content": "px", + "color": "#FB9A4B", + "newColor": "#F12727" + }, + { + "index": 1513, + "content": " }", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 1514, + "content": " foo: {", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 1515, + "content": " foo : ", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 1517, + "content": " }", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 1518, + "content": " foo.bar1 {", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 1519, + "content": " @extend tr.", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 1520, + "content": "default", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 1521, + "content": " }", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 1522, + "content": " foo.bar2 {", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 1523, + "content": " @import ", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 1524, + "content": "\"", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 1525, + "content": "compass", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 1526, + "content": "\"", + "color": "#EDEF7D", + "newColor": "#CD8D8D" + }, + { + "index": 1527, + "content": " }", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 1528, + "content": " bar: ", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 1530, + "content": "}", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 1531, + "content": "/*", + "color": "#FB9A4B", + "newColor": "#E7C0C0" + }, + { + "index": 1532, + "content": " rules without whitespace ", + "color": "#FB9A4B", + "newColor": "#E7C0C0" + }, + { + "index": 1533, + "content": "*/", + "color": "#FB9A4B", + "newColor": "#E7C0C0" + }, + { + "index": 1534, + "content": "legend {foo{a:s}", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 1535, + "content": "margin-top", + "color": "#FB9A4B", + "newColor": "#9DF39F" + }, + { + "index": 1536, + "content": ":", + "color": "#FB9A4B", + "newColor": "#F8F8F8" + }, + { + "index": 1537, + "content": "0", + "color": "#FB9A4B", + "newColor": "#994646" + }, + { + "index": 1562, + "content": "false", + "color": "#FFE862", + "newColor": "#EB939A" + }, + { + "index": 1588, + "content": "a", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 1599, + "content": "b", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 1764, + "content": "NAME-YOUR-ANIMATION", + "color": "#EC0D1E", + "newColor": "#FEC758" + } + ], + "solarized_dark": [ + { + "index": 259, + "content": "em", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 264, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 266, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 268, + "content": "!default", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 278, + "content": "em", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 290, + "content": "px", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 296, + "content": "px", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 302, + "content": "#{", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 304, + "content": "}", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 306, + "content": "#{", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 308, + "content": "}", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 328, + "content": "#{", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 330, + "content": "}", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 360, + "content": "!default", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 426, + "content": "#{", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 432, + "content": "}", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 487, + "content": "px", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 493, + "content": "px", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 557, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 559, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 573, + "content": "#{", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 575, + "content": "}", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 749, + "content": "#{", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 751, + "content": "}", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 759, + "content": "px", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 782, + "content": "#{", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 784, + "content": "}", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 792, + "content": "px", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 1002, + "content": "#{", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 1004, + "content": "}", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 1120, + "content": "%", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 1512, + "content": "px", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 1524, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 1526, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 1531, + "content": "/*", + "color": "#859900", + "newColor": "#657B83" + }, + { + "index": 1533, + "content": "*/", + "color": "#859900", + "newColor": "#657B83" + }, + { + "index": 1579, + "content": "#{", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 1581, + "content": "}", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 1659, + "content": "#{", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 1661, + "content": "}", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 1670, + "content": "#{", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 1672, + "content": "}", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 1678, + "content": "#{", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 1680, + "content": "}", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 1682, + "content": "#{", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 1684, + "content": "}", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 1691, + "content": "#{", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 1693, + "content": "}", + "color": "#859900", + "newColor": "#93A1A1" + } + ], + "solarized_light": [ + { + "index": 259, + "content": "em", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 264, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 266, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 268, + "content": "!default", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 278, + "content": "em", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 290, + "content": "px", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 296, + "content": "px", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 302, + "content": "#{", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 304, + "content": "}", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 306, + "content": "#{", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 308, + "content": "}", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 328, + "content": "#{", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 330, + "content": "}", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 360, + "content": "!default", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 426, + "content": "#{", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 432, + "content": "}", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 487, + "content": "px", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 493, + "content": "px", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 557, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 559, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 573, + "content": "#{", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 575, + "content": "}", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 749, + "content": "#{", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 751, + "content": "}", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 759, + "content": "px", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 782, + "content": "#{", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 784, + "content": "}", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 792, + "content": "px", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 1002, + "content": "#{", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 1004, + "content": "}", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 1120, + "content": "%", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 1512, + "content": "px", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 1524, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 1526, + "content": "\"", + "color": "#859900", + "newColor": "#2AA198" + }, + { + "index": 1531, + "content": "/*", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 1533, + "content": "*/", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 1579, + "content": "#{", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 1581, + "content": "}", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 1659, + "content": "#{", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 1661, + "content": "}", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 1670, + "content": "#{", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 1672, + "content": "}", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 1678, + "content": "#{", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 1680, + "content": "}", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 1682, + "content": "#{", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 1684, + "content": "}", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 1691, + "content": "#{", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 1693, + "content": "}", + "color": "#859900", + "newColor": "#586E75" + } + ], + "tomorrow_night_blue": [ + { + "index": 313, + "content": "foo", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 347, + "content": "(", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 358, + "content": ")", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 426, + "content": "#{", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 432, + "content": "}", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 556, + "content": "(", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 560, + "content": ")", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 573, + "content": "#{", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 574, + "content": "$family", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 575, + "content": "}", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 749, + "content": "#{", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 750, + "content": "$x", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 751, + "content": "}", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 782, + "content": "#{", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 783, + "content": "$y", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 784, + "content": "}", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 899, + "content": "monster", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 942, + "content": "from", + "color": "#99FFFF", + "newColor": "#EBBBFF" + }, + { + "index": 946, + "content": "through", + "color": "#99FFFF", + "newColor": "#EBBBFF" + }, + { + "index": 981, + "content": "in", + "color": "#99FFFF", + "newColor": "#EBBBFF" + }, + { + "index": 1002, + "content": "#{", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 1003, + "content": "$animal", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 1004, + "content": "}", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 1079, + "content": "from", + "color": "#99FFFF", + "newColor": "#EBBBFF" + }, + { + "index": 1083, + "content": "to", + "color": "#99FFFF", + "newColor": "#EBBBFF" + }, + { + "index": 1513, + "content": " }", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 1514, + "content": " foo: {", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 1515, + "content": " foo : ", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 1517, + "content": " }", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 1518, + "content": " foo.bar1 {", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 1519, + "content": " @extend tr.", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 1521, + "content": " }", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 1522, + "content": " foo.bar2 {", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 1523, + "content": " @import ", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 1527, + "content": " }", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 1528, + "content": " bar: ", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 1530, + "content": "}", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 1531, + "content": "/*", + "color": "#FF9DA4", + "newColor": "#7285B7" + }, + { + "index": 1532, + "content": " rules without whitespace ", + "color": "#FF9DA4", + "newColor": "#7285B7" + }, + { + "index": 1533, + "content": "*/", + "color": "#FF9DA4", + "newColor": "#7285B7" + }, + { + "index": 1534, + "content": "legend {foo{a:s}", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 1536, + "content": ":", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sh b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sh new file mode 100644 index 000000000..4c5bf8f7e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sh @@ -0,0 +1,30 @@ +#!/usr/bin/env bash + +if [[ "$OSTYPE" == "darwin"* ]]; then + realpath() { [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"; } + ROOT=$(dirname $(dirname $(realpath "$0"))) +else + ROOT=$(dirname $(dirname $(readlink -f $0))) +fi + +DEVELOPER=$(xcode-select -print-path) +LIPO=$(xcrun -sdk iphoneos -find lipo) + +function code() { + cd $ROOT + + # Node modules + test -d node_modules || ./scripts/npm.sh install + + # Configuration + export NODE_ENV=development + + # Launch Code + if [[ "$OSTYPE" == "darwin"* ]]; then + exec ./.build/electron/Electron.app/Contents/MacOS/Electron . "$@" + else + exec ./.build/electron/electron . "$@" + fi +} + +code "$@" diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sh.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sh.result new file mode 100644 index 000000000..c33a32c48 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sh.result @@ -0,0 +1,14730 @@ +{ + "abyss": [ + { + "content": "#!", + "color": "#223355", + "_t": "comment.definition.line.punctuation.shebang.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "/usr/bin/env bash", + "color": "#223355", + "_t": "comment.line.shebang.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[[", + "color": "#6688CC", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "OSTYPE", + "color": "#22AA44", + "_t": "double.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "==", + "color": "#225588", + "_t": "if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "darwin", + "color": "#22AA44", + "_t": "double.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "*", + "color": "#225588", + "_t": "glob.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]]", + "color": "#6688CC", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#225588", + "_t": "if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "then", + "color": "#225588", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "realpath", + "color": "#DDBB88", + "_t": "entity.function.if-block.meta.name.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "arguments.definition.function.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[[", + "color": "#6688CC", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.function.group.if-block.logical-expression.meta.other.positional.punctuation.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#6688CC", + "_t": "function.group.if-block.logical-expression.meta.other.positional.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " /", + "color": "#6688CC", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]]", + "color": "#6688CC", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "&&", + "color": "#225588", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "echo", + "color": "#9966B8", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.function.group.if-block.meta.other.positional.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "1", + "color": "#22AA44", + "_t": "double.function.group.if-block.meta.other.positional.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "||", + "color": "#225588", + "_t": "function.group.if-block.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "echo", + "color": "#9966B8", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.function.group.if-block.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "PWD", + "color": "#22AA44", + "_t": "double.function.group.if-block.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/", + "color": "#22AA44", + "_t": "double.function.group.if-block.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "${", + "color": "#22AA44", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "1", + "color": "#22AA44", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "#", + "color": "#225588", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ".", + "color": "#22AA44", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/", + "color": "#225588", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "}", + "color": "#22AA44", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#225588", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\tROOT=", + "color": "#6688CC", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$(", + "color": "#22AA44", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "dirname ", + "color": "#22AA44", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$(", + "color": "#22AA44", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "dirname ", + "color": "#22AA44", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$(", + "color": "#22AA44", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "realpath ", + "color": "#22AA44", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.dollar.double.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.dollar.double.if-block.interpolated.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "0", + "color": "#22AA44", + "_t": "dollar.double.if-block.interpolated.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.dollar.double.end.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")))", + "color": "#22AA44", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "else", + "color": "#225588", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "\tROOT=", + "color": "#6688CC", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$(", + "color": "#22AA44", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "dirname ", + "color": "#22AA44", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$(", + "color": "#22AA44", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "dirname ", + "color": "#22AA44", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$(", + "color": "#22AA44", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "readlink -f ", + "color": "#22AA44", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.dollar.if-block.interpolated.meta.other.punctuation.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "0", + "color": "#22AA44", + "_t": "dollar.if-block.interpolated.meta.other.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")))", + "color": "#22AA44", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "fi", + "color": "#225588", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "DEVELOPER=", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$(", + "color": "#22AA44", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "xcode-select -print-path", + "color": "#22AA44", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#22AA44", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "LIPO=", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$(", + "color": "#22AA44", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "xcrun -sdk iphoneos -find lipo", + "color": "#22AA44", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ")", + "color": "#22AA44", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "function", + "color": "#9966B8", + "_t": "function.meta.shell.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "code", + "color": "#DDBB88", + "_t": "entity.function.meta.name.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "arguments.definition.function.meta.punctuation.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cd", + "color": "#9966B8", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.function.group.meta.normal.other.punctuation.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ROOT", + "color": "#6688CC", + "_t": "function.group.meta.normal.other.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#223355", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Node modules", + "color": "#223355", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "test", + "color": "#9966B8", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " -d node_modules ", + "color": "#6688CC", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "||", + "color": "#225588", + "_t": "function.group.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ./scripts/npm.sh install", + "color": "#6688CC", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#223355", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Configuration", + "color": "#223355", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "export", + "color": "#225588", + "_t": "function.group.meta.modifier.scope.shell.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " NODE_ENV=development", + "color": "#6688CC", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#223355", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Launch Code", + "color": "#223355", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[[", + "color": "#6688CC", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.function.group.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "OSTYPE", + "color": "#22AA44", + "_t": "double.function.group.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "==", + "color": "#225588", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "darwin", + "color": "#22AA44", + "_t": "double.function.group.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "*", + "color": "#225588", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]]", + "color": "#6688CC", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#225588", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "then", + "color": "#225588", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "exec", + "color": "#9966B8", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ./.build/electron/Electron.app/Contents/MacOS/Electron ", + "color": "#6688CC", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#9966B8", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "@", + "color": "#22AA44", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "else", + "color": "#225588", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "exec", + "color": "#9966B8", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ./.build/electron/electron ", + "color": "#6688CC", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#9966B8", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "@", + "color": "#22AA44", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fi", + "color": "#225588", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "code ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.punctuation.quoted.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.other.punctuation.quoted.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "@", + "color": "#22AA44", + "_t": "double.other.quoted.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.punctuation.quoted.shell.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + } + ], + "dark_vs": [ + { + "content": "#!", + "color": "#608B4E", + "_t": "comment.definition.line.punctuation.shebang.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/usr/bin/env bash", + "color": "#608B4E", + "_t": "comment.line.shebang.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[[", + "color": "#D4D4D4", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "OSTYPE", + "color": "#CE9178", + "_t": "double.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "darwin", + "color": "#CE9178", + "_t": "double.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "glob.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]]", + "color": "#D4D4D4", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "then", + "color": "#569CD6", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "realpath", + "color": "#D4D4D4", + "_t": "entity.function.if-block.meta.name.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "arguments.definition.function.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[[", + "color": "#D4D4D4", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.function.group.if-block.logical-expression.meta.other.positional.punctuation.scope.shell.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#D4D4D4", + "_t": "function.group.if-block.logical-expression.meta.other.positional.scope.shell.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " /", + "color": "#D4D4D4", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]]", + "color": "#D4D4D4", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&&", + "color": "#D4D4D4", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "echo", + "color": "#D4D4D4", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.function.group.if-block.meta.other.positional.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "1", + "color": "#CE9178", + "_t": "double.function.group.if-block.meta.other.positional.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "function.group.if-block.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "echo", + "color": "#D4D4D4", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.function.group.if-block.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "PWD", + "color": "#CE9178", + "_t": "double.function.group.if-block.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/", + "color": "#CE9178", + "_t": "double.function.group.if-block.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#CE9178", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "1", + "color": "#CE9178", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#", + "color": "#D4D4D4", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\tROOT=", + "color": "#D4D4D4", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "dirname ", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "dirname ", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "realpath ", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.dollar.double.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.dollar.double.if-block.interpolated.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "0", + "color": "#CE9178", + "_t": "dollar.double.if-block.interpolated.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.dollar.double.end.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")))", + "color": "#CE9178", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "\tROOT=", + "color": "#D4D4D4", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "dirname ", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "dirname ", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "readlink -f ", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.dollar.if-block.interpolated.meta.other.punctuation.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "0", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.other.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")))", + "color": "#CE9178", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "fi", + "color": "#569CD6", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "DEVELOPER=", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "xcode-select -print-path", + "color": "#CE9178", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "LIPO=", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "xcrun -sdk iphoneos -find lipo", + "color": "#CE9178", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.shell.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "code", + "color": "#D4D4D4", + "_t": "entity.function.meta.name.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "arguments.definition.function.meta.punctuation.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cd", + "color": "#D4D4D4", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.function.group.meta.normal.other.punctuation.scope.shell.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ROOT", + "color": "#D4D4D4", + "_t": "function.group.meta.normal.other.scope.shell.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#608B4E", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Node modules", + "color": "#608B4E", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "test", + "color": "#D4D4D4", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " -d node_modules ", + "color": "#D4D4D4", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "function.group.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ./scripts/npm.sh install", + "color": "#D4D4D4", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#608B4E", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Configuration", + "color": "#608B4E", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "export", + "color": "#569CD6", + "_t": "function.group.meta.modifier.scope.shell.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " NODE_ENV=development", + "color": "#D4D4D4", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#608B4E", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Launch Code", + "color": "#608B4E", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[[", + "color": "#D4D4D4", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.function.group.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "OSTYPE", + "color": "#CE9178", + "_t": "double.function.group.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "darwin", + "color": "#CE9178", + "_t": "double.function.group.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]]", + "color": "#D4D4D4", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "then", + "color": "#569CD6", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "exec", + "color": "#D4D4D4", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ./.build/electron/Electron.app/Contents/MacOS/Electron ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "@", + "color": "#CE9178", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "exec", + "color": "#D4D4D4", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ./.build/electron/electron ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "@", + "color": "#CE9178", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fi", + "color": "#569CD6", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "code ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.punctuation.quoted.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.other.punctuation.quoted.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "@", + "color": "#CE9178", + "_t": "double.other.quoted.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.punctuation.quoted.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + } + ], + "light_vs": [ + { + "content": "#!", + "color": "#008000", + "_t": "comment.definition.line.punctuation.shebang.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/usr/bin/env bash", + "color": "#008000", + "_t": "comment.line.shebang.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[[", + "color": "#000000", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "OSTYPE", + "color": "#A31515", + "_t": "double.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "darwin", + "color": "#A31515", + "_t": "double.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "*", + "color": "#000000", + "_t": "glob.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]]", + "color": "#000000", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "then", + "color": "#0000FF", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "realpath", + "color": "#000000", + "_t": "entity.function.if-block.meta.name.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "arguments.definition.function.if-block.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[[", + "color": "#000000", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.function.group.if-block.logical-expression.meta.other.positional.punctuation.scope.shell.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#000000", + "_t": "function.group.if-block.logical-expression.meta.other.positional.scope.shell.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " /", + "color": "#000000", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]]", + "color": "#000000", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&&", + "color": "#000000", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "echo", + "color": "#000000", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.function.group.if-block.meta.other.positional.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "1", + "color": "#A31515", + "_t": "double.function.group.if-block.meta.other.positional.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "||", + "color": "#000000", + "_t": "function.group.if-block.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "echo", + "color": "#000000", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.function.group.if-block.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "PWD", + "color": "#A31515", + "_t": "double.function.group.if-block.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "/", + "color": "#A31515", + "_t": "double.function.group.if-block.meta.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "${", + "color": "#A31515", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "1", + "color": "#A31515", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#", + "color": "#000000", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#A31515", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "/", + "color": "#000000", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#A31515", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\tROOT=", + "color": "#000000", + "_t": "if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "dirname ", + "color": "#A31515", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "dirname ", + "color": "#A31515", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "realpath ", + "color": "#A31515", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.dollar.double.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.dollar.double.if-block.interpolated.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "0", + "color": "#A31515", + "_t": "dollar.double.if-block.interpolated.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.dollar.double.end.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")))", + "color": "#A31515", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "else", + "color": "#0000FF", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "\tROOT=", + "color": "#000000", + "_t": "if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "dirname ", + "color": "#A31515", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "dirname ", + "color": "#A31515", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "readlink -f ", + "color": "#A31515", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.dollar.if-block.interpolated.meta.other.punctuation.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "0", + "color": "#A31515", + "_t": "dollar.if-block.interpolated.meta.other.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")))", + "color": "#A31515", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "fi", + "color": "#0000FF", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "DEVELOPER=", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "xcode-select -print-path", + "color": "#A31515", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#A31515", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "LIPO=", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "xcrun -sdk iphoneos -find lipo", + "color": "#A31515", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#A31515", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "function.meta.shell.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "code", + "color": "#000000", + "_t": "entity.function.meta.name.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "arguments.definition.function.meta.punctuation.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "function.group.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cd", + "color": "#000000", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.function.group.meta.normal.other.punctuation.scope.shell.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ROOT", + "color": "#000000", + "_t": "function.group.meta.normal.other.scope.shell.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#008000", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Node modules", + "color": "#008000", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "function.group.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "test", + "color": "#000000", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " -d node_modules ", + "color": "#000000", + "_t": "function.group.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "||", + "color": "#000000", + "_t": "function.group.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ./scripts/npm.sh install", + "color": "#000000", + "_t": "function.group.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#008000", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Configuration", + "color": "#008000", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "function.group.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "export", + "color": "#0000FF", + "_t": "function.group.meta.modifier.scope.shell.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " NODE_ENV=development", + "color": "#000000", + "_t": "function.group.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#008000", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Launch Code", + "color": "#008000", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[[", + "color": "#000000", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.function.group.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "OSTYPE", + "color": "#A31515", + "_t": "double.function.group.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "darwin", + "color": "#A31515", + "_t": "double.function.group.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "*", + "color": "#000000", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]]", + "color": "#000000", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "then", + "color": "#0000FF", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "exec", + "color": "#000000", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ./.build/electron/Electron.app/Contents/MacOS/Electron ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "@", + "color": "#A31515", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#0000FF", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "exec", + "color": "#000000", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ./.build/electron/electron ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "@", + "color": "#A31515", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fi", + "color": "#0000FF", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "code ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.punctuation.quoted.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.other.punctuation.quoted.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "@", + "color": "#A31515", + "_t": "double.other.quoted.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.punctuation.quoted.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + } + ], + "hc_black": [ + { + "content": "#!", + "color": "#7CA668", + "_t": "comment.definition.line.punctuation.shebang.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "/usr/bin/env bash", + "color": "#7CA668", + "_t": "comment.line.shebang.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[[", + "color": "#FFFFFF", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "OSTYPE", + "color": "#CE9178", + "_t": "double.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "darwin", + "color": "#CE9178", + "_t": "double.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "glob.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]]", + "color": "#FFFFFF", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "if-block.keyword.list.meta.operator.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "then", + "color": "#569CD6", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "realpath", + "color": "#FFFFFF", + "_t": "entity.function.if-block.meta.name.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "arguments.definition.function.if-block.meta.punctuation.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[[", + "color": "#FFFFFF", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.function.group.if-block.logical-expression.meta.other.positional.punctuation.scope.shell.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFFFFF", + "_t": "function.group.if-block.logical-expression.meta.other.positional.scope.shell.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " /", + "color": "#FFFFFF", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]]", + "color": "#FFFFFF", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "&&", + "color": "#D4D4D4", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "echo", + "color": "#FFFFFF", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.function.group.if-block.meta.other.positional.punctuation.quoted.scope.shell.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "1", + "color": "#CE9178", + "_t": "double.function.group.if-block.meta.other.positional.quoted.scope.shell.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "function.group.if-block.keyword.meta.operator.pipe.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "echo", + "color": "#FFFFFF", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.function.group.if-block.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "PWD", + "color": "#CE9178", + "_t": "double.function.group.if-block.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/", + "color": "#CE9178", + "_t": "double.function.group.if-block.meta.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#CE9178", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "1", + "color": "#CE9178", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#", + "color": "#D4D4D4", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#CE9178", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\tROOT=", + "color": "#FFFFFF", + "_t": "if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "dirname ", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "dirname ", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "realpath ", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.dollar.double.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.dollar.double.if-block.interpolated.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "0", + "color": "#CE9178", + "_t": "dollar.double.if-block.interpolated.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.dollar.double.end.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")))", + "color": "#CE9178", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "\tROOT=", + "color": "#FFFFFF", + "_t": "if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "dirname ", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "dirname ", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "readlink -f ", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.dollar.if-block.interpolated.meta.other.punctuation.scope.shell.special.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "0", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.other.scope.shell.special.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")))", + "color": "#CE9178", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "fi", + "color": "#569CD6", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "DEVELOPER=", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "xcode-select -print-path", + "color": "#CE9178", + "_t": "dollar.interpolated.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "LIPO=", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "xcrun -sdk iphoneos -find lipo", + "color": "#CE9178", + "_t": "dollar.interpolated.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.shell.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "code", + "color": "#FFFFFF", + "_t": "entity.function.meta.name.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "arguments.definition.function.meta.punctuation.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "function.group.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cd", + "color": "#FFFFFF", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.function.group.meta.normal.other.punctuation.scope.shell.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "ROOT", + "color": "#FFFFFF", + "_t": "function.group.meta.normal.other.scope.shell.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#7CA668", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Node modules", + "color": "#7CA668", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "function.group.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "test", + "color": "#FFFFFF", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " -d node_modules ", + "color": "#FFFFFF", + "_t": "function.group.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "function.group.keyword.meta.operator.pipe.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ./scripts/npm.sh install", + "color": "#FFFFFF", + "_t": "function.group.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#7CA668", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Configuration", + "color": "#7CA668", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "function.group.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "export", + "color": "#569CD6", + "_t": "function.group.meta.modifier.scope.shell.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " NODE_ENV=development", + "color": "#FFFFFF", + "_t": "function.group.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#7CA668", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Launch Code", + "color": "#7CA668", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[[", + "color": "#FFFFFF", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.function.group.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "OSTYPE", + "color": "#CE9178", + "_t": "double.function.group.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "darwin", + "color": "#CE9178", + "_t": "double.function.group.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]]", + "color": "#FFFFFF", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "then", + "color": "#569CD6", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "exec", + "color": "#FFFFFF", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ./.build/electron/Electron.app/Contents/MacOS/Electron ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "@", + "color": "#CE9178", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "exec", + "color": "#FFFFFF", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ./.build/electron/electron ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "@", + "color": "#CE9178", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fi", + "color": "#569CD6", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "code ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.punctuation.quoted.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.other.punctuation.quoted.shell.special.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "@", + "color": "#CE9178", + "_t": "double.other.quoted.shell.special.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.punctuation.quoted.shell.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + ], + "dark_plus": [ + { + "content": "#!", + "color": "#608B4E", + "_t": "comment.definition.line.punctuation.shebang.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "/usr/bin/env bash", + "color": "#608B4E", + "_t": "comment.line.shebang.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[[", + "color": "#D4D4D4", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "OSTYPE", + "color": "#9CDCFE", + "_t": "double.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "darwin", + "color": "#CE9178", + "_t": "double.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "glob.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]]", + "color": "#D4D4D4", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "then", + "color": "#C586C0", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "realpath", + "color": "#DCDCAA", + "_t": "entity.function.if-block.meta.name.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "arguments.definition.function.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[[", + "color": "#D4D4D4", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.function.group.if-block.logical-expression.meta.other.positional.punctuation.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "1", + "color": "#9CDCFE", + "_t": "function.group.if-block.logical-expression.meta.other.positional.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " /", + "color": "#D4D4D4", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]]", + "color": "#D4D4D4", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&&", + "color": "#D4D4D4", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "echo", + "color": "#DCDCAA", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.function.group.if-block.meta.other.positional.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "1", + "color": "#9CDCFE", + "_t": "double.function.group.if-block.meta.other.positional.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "function.group.if-block.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "echo", + "color": "#DCDCAA", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.function.group.if-block.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "PWD", + "color": "#9CDCFE", + "_t": "double.function.group.if-block.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "/", + "color": "#CE9178", + "_t": "double.function.group.if-block.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "${", + "color": "#9CDCFE", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "1", + "color": "#9CDCFE", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "#", + "color": "#D4D4D4", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#9CDCFE", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#9CDCFE", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\tROOT=", + "color": "#D4D4D4", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "dirname ", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "dirname ", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "realpath ", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.dollar.double.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.dollar.double.if-block.interpolated.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "0", + "color": "#9CDCFE", + "_t": "dollar.double.if-block.interpolated.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.dollar.double.end.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")))", + "color": "#CE9178", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "else", + "color": "#C586C0", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "\tROOT=", + "color": "#D4D4D4", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "dirname ", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "dirname ", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "readlink -f ", + "color": "#CE9178", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.dollar.if-block.interpolated.meta.other.punctuation.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "0", + "color": "#9CDCFE", + "_t": "dollar.if-block.interpolated.meta.other.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")))", + "color": "#CE9178", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "fi", + "color": "#C586C0", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "DEVELOPER=", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "xcode-select -print-path", + "color": "#CE9178", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "LIPO=", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$(", + "color": "#CE9178", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "xcrun -sdk iphoneos -find lipo", + "color": "#CE9178", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ")", + "color": "#CE9178", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "function", + "color": "#569CD6", + "_t": "function.meta.shell.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "code", + "color": "#DCDCAA", + "_t": "entity.function.meta.name.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "arguments.definition.function.meta.punctuation.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cd", + "color": "#DCDCAA", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.function.group.meta.normal.other.punctuation.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "ROOT", + "color": "#9CDCFE", + "_t": "function.group.meta.normal.other.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\t", + "color": "#608B4E", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Node modules", + "color": "#608B4E", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "test", + "color": "#DCDCAA", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " -d node_modules ", + "color": "#D4D4D4", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "function.group.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ./scripts/npm.sh install", + "color": "#D4D4D4", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#608B4E", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Configuration", + "color": "#608B4E", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "export", + "color": "#569CD6", + "_t": "function.group.meta.modifier.scope.shell.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " NODE_ENV=development", + "color": "#D4D4D4", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#608B4E", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Launch Code", + "color": "#608B4E", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[[", + "color": "#D4D4D4", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.function.group.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "OSTYPE", + "color": "#9CDCFE", + "_t": "double.function.group.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "darwin", + "color": "#CE9178", + "_t": "double.function.group.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]]", + "color": "#D4D4D4", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "then", + "color": "#C586C0", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "exec", + "color": "#DCDCAA", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ./.build/electron/Electron.app/Contents/MacOS/Electron ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#DCDCAA", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "@", + "color": "#9CDCFE", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#C586C0", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "exec", + "color": "#DCDCAA", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ./.build/electron/electron ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#DCDCAA", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "@", + "color": "#9CDCFE", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fi", + "color": "#C586C0", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "code ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.punctuation.quoted.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.other.punctuation.quoted.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "@", + "color": "#9CDCFE", + "_t": "double.other.quoted.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.punctuation.quoted.shell.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + } + ], + "light_plus": [ + { + "content": "#!", + "color": "#008000", + "_t": "comment.definition.line.punctuation.shebang.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "/usr/bin/env bash", + "color": "#008000", + "_t": "comment.line.shebang.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[[", + "color": "#000000", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "OSTYPE", + "color": "#001080", + "_t": "double.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "darwin", + "color": "#A31515", + "_t": "double.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "*", + "color": "#000000", + "_t": "glob.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]]", + "color": "#000000", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "then", + "color": "#AF00DB", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "realpath", + "color": "#795E26", + "_t": "entity.function.if-block.meta.name.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "()", + "color": "#000000", + "_t": "arguments.definition.function.if-block.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[[", + "color": "#000000", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.function.group.if-block.logical-expression.meta.other.positional.punctuation.scope.shell.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "1", + "color": "#001080", + "_t": "function.group.if-block.logical-expression.meta.other.positional.scope.shell.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " /", + "color": "#000000", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]]", + "color": "#000000", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&&", + "color": "#000000", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "echo", + "color": "#795E26", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.function.group.if-block.meta.other.positional.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "1", + "color": "#001080", + "_t": "double.function.group.if-block.meta.other.positional.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "||", + "color": "#000000", + "_t": "function.group.if-block.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "echo", + "color": "#795E26", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.function.group.if-block.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "PWD", + "color": "#001080", + "_t": "double.function.group.if-block.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "/", + "color": "#A31515", + "_t": "double.function.group.if-block.meta.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "${", + "color": "#001080", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "1", + "color": "#001080", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "#", + "color": "#000000", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#001080", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "/", + "color": "#000000", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#001080", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\tROOT=", + "color": "#000000", + "_t": "if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "dirname ", + "color": "#A31515", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "dirname ", + "color": "#A31515", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "realpath ", + "color": "#A31515", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.dollar.double.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.dollar.double.if-block.interpolated.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "0", + "color": "#001080", + "_t": "dollar.double.if-block.interpolated.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.dollar.double.end.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")))", + "color": "#A31515", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "else", + "color": "#AF00DB", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "\tROOT=", + "color": "#000000", + "_t": "if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "dirname ", + "color": "#A31515", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "dirname ", + "color": "#A31515", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "readlink -f ", + "color": "#A31515", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.dollar.if-block.interpolated.meta.other.punctuation.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "0", + "color": "#001080", + "_t": "dollar.if-block.interpolated.meta.other.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")))", + "color": "#A31515", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "fi", + "color": "#AF00DB", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "DEVELOPER=", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "xcode-select -print-path", + "color": "#A31515", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#A31515", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "LIPO=", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$(", + "color": "#A31515", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "xcrun -sdk iphoneos -find lipo", + "color": "#A31515", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ")", + "color": "#A31515", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "function", + "color": "#0000FF", + "_t": "function.meta.shell.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "code", + "color": "#795E26", + "_t": "entity.function.meta.name.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "()", + "color": "#000000", + "_t": "arguments.definition.function.meta.punctuation.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "function.group.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cd", + "color": "#795E26", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.function.group.meta.normal.other.punctuation.scope.shell.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "ROOT", + "color": "#001080", + "_t": "function.group.meta.normal.other.scope.shell.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\t", + "color": "#008000", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Node modules", + "color": "#008000", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "function.group.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "test", + "color": "#795E26", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " -d node_modules ", + "color": "#000000", + "_t": "function.group.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "||", + "color": "#000000", + "_t": "function.group.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ./scripts/npm.sh install", + "color": "#000000", + "_t": "function.group.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#008000", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Configuration", + "color": "#008000", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "function.group.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "export", + "color": "#0000FF", + "_t": "function.group.meta.modifier.scope.shell.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " NODE_ENV=development", + "color": "#000000", + "_t": "function.group.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#008000", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Launch Code", + "color": "#008000", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[[", + "color": "#000000", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.function.group.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "OSTYPE", + "color": "#001080", + "_t": "double.function.group.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "darwin", + "color": "#A31515", + "_t": "double.function.group.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "*", + "color": "#000000", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]]", + "color": "#000000", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "then", + "color": "#AF00DB", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "exec", + "color": "#795E26", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ./.build/electron/Electron.app/Contents/MacOS/Electron ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#795E26", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "@", + "color": "#001080", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#AF00DB", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "exec", + "color": "#795E26", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ./.build/electron/electron ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#795E26", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "@", + "color": "#001080", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fi", + "color": "#AF00DB", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "code ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.punctuation.quoted.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.other.punctuation.quoted.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "@", + "color": "#001080", + "_t": "double.other.quoted.shell.special.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.punctuation.quoted.shell.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + } + ], + "kimbie_dark": [ + { + "content": "#!", + "color": "#A57A4C", + "_t": "comment.definition.line.punctuation.shebang.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "/usr/bin/env bash", + "color": "#A57A4C", + "_t": "comment.line.shebang.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[[", + "color": "#D3AF86", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "OSTYPE", + "color": "#889B4A", + "_t": "double.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "==", + "color": "#D3AF86", + "_t": "if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "darwin", + "color": "#889B4A", + "_t": "double.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "glob.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "]]", + "color": "#D3AF86", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "then", + "color": "#98676A", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "realpath", + "color": "#8AB1B0", + "_t": "entity.function.if-block.meta.name.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "arguments.definition.function.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[[", + "color": "#D3AF86", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.function.group.if-block.logical-expression.meta.other.positional.punctuation.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#DC3958", + "_t": "function.group.if-block.logical-expression.meta.other.positional.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " /", + "color": "#D3AF86", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "]]", + "color": "#D3AF86", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "&&", + "color": "#D3AF86", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "echo", + "color": "#7E602C", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.function.group.if-block.meta.other.positional.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#889B4A", + "_t": "double.function.group.if-block.meta.other.positional.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "||", + "color": "#D3AF86", + "_t": "function.group.if-block.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "echo", + "color": "#7E602C", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.function.group.if-block.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "PWD", + "color": "#889B4A", + "_t": "double.function.group.if-block.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "/", + "color": "#889B4A", + "_t": "double.function.group.if-block.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "${", + "color": "#D3AF86", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#889B4A", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "#", + "color": "#D3AF86", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#889B4A", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\tROOT=", + "color": "#D3AF86", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$(", + "color": "#D3AF86", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "dirname ", + "color": "#889B4A", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$(", + "color": "#D3AF86", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "dirname ", + "color": "#889B4A", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$(", + "color": "#D3AF86", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "realpath ", + "color": "#889B4A", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.dollar.double.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.dollar.double.if-block.interpolated.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#889B4A", + "_t": "dollar.double.if-block.interpolated.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.dollar.double.end.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ")))", + "color": "#D3AF86", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "else", + "color": "#98676A", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "\tROOT=", + "color": "#D3AF86", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$(", + "color": "#D3AF86", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "dirname ", + "color": "#889B4A", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$(", + "color": "#D3AF86", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "dirname ", + "color": "#889B4A", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$(", + "color": "#D3AF86", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "readlink -f ", + "color": "#889B4A", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.dollar.if-block.interpolated.meta.other.punctuation.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#889B4A", + "_t": "dollar.if-block.interpolated.meta.other.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ")))", + "color": "#D3AF86", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "fi", + "color": "#98676A", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "DEVELOPER=", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$(", + "color": "#D3AF86", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "xcode-select -print-path", + "color": "#889B4A", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "LIPO=", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$(", + "color": "#D3AF86", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "xcrun -sdk iphoneos -find lipo", + "color": "#889B4A", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "function", + "color": "#98676A", + "_t": "function.meta.shell.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "code", + "color": "#8AB1B0", + "_t": "entity.function.meta.name.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "arguments.definition.function.meta.punctuation.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cd", + "color": "#7E602C", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.function.group.meta.normal.other.punctuation.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "ROOT", + "color": "#DC3958", + "_t": "function.group.meta.normal.other.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "\t", + "color": "#A57A4C", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Node modules", + "color": "#A57A4C", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "test", + "color": "#7E602C", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " -d node_modules ", + "color": "#D3AF86", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "||", + "color": "#D3AF86", + "_t": "function.group.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ./scripts/npm.sh install", + "color": "#D3AF86", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#A57A4C", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Configuration", + "color": "#A57A4C", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "export", + "color": "#98676A", + "_t": "function.group.meta.modifier.scope.shell.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " NODE_ENV=development", + "color": "#D3AF86", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#A57A4C", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Launch Code", + "color": "#A57A4C", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[[", + "color": "#D3AF86", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.function.group.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "OSTYPE", + "color": "#889B4A", + "_t": "double.function.group.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "==", + "color": "#D3AF86", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "darwin", + "color": "#889B4A", + "_t": "double.function.group.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "]]", + "color": "#D3AF86", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "then", + "color": "#98676A", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "exec", + "color": "#7E602C", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ./.build/electron/Electron.app/Contents/MacOS/Electron ", + "color": "#D3AF86", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#7E602C", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#889B4A", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "else", + "color": "#98676A", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "exec", + "color": "#7E602C", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ./.build/electron/electron ", + "color": "#D3AF86", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#7E602C", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#889B4A", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fi", + "color": "#98676A", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "code ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.punctuation.quoted.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.other.punctuation.quoted.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#889B4A", + "_t": "double.other.quoted.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.punctuation.quoted.shell.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "#!", + "color": "#75715E", + "_t": "comment.definition.line.punctuation.shebang.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "/usr/bin/env bash", + "color": "#75715E", + "_t": "comment.line.shebang.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[[", + "color": "#F8F8F2", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "OSTYPE", + "color": "#E6DB74", + "_t": "double.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "==", + "color": "#F92672", + "_t": "if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "darwin", + "color": "#E6DB74", + "_t": "double.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "glob.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]]", + "color": "#F8F8F2", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F92672", + "_t": "if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "then", + "color": "#F92672", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "realpath", + "color": "#A6E22E", + "_t": "entity.function.if-block.meta.name.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "arguments.definition.function.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[[", + "color": "#F8F8F2", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.function.group.if-block.logical-expression.meta.other.positional.punctuation.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#F8F8F2", + "_t": "function.group.if-block.logical-expression.meta.other.positional.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " /", + "color": "#F8F8F2", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]]", + "color": "#F8F8F2", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "&&", + "color": "#F92672", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "echo", + "color": "#66D9EF", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.function.group.if-block.meta.other.positional.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "1", + "color": "#E6DB74", + "_t": "double.function.group.if-block.meta.other.positional.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "||", + "color": "#F92672", + "_t": "function.group.if-block.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "echo", + "color": "#66D9EF", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.function.group.if-block.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "PWD", + "color": "#E6DB74", + "_t": "double.function.group.if-block.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/", + "color": "#E6DB74", + "_t": "double.function.group.if-block.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "${", + "color": "#E6DB74", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "1", + "color": "#E6DB74", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "#", + "color": "#F92672", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ".", + "color": "#E6DB74", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/", + "color": "#F92672", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "}", + "color": "#E6DB74", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F92672", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\tROOT=", + "color": "#F8F8F2", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$(", + "color": "#E6DB74", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "dirname ", + "color": "#E6DB74", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$(", + "color": "#E6DB74", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "dirname ", + "color": "#E6DB74", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$(", + "color": "#E6DB74", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "realpath ", + "color": "#E6DB74", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.dollar.double.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.dollar.double.if-block.interpolated.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "0", + "color": "#E6DB74", + "_t": "dollar.double.if-block.interpolated.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.dollar.double.end.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")))", + "color": "#E6DB74", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "else", + "color": "#F92672", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "\tROOT=", + "color": "#F8F8F2", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$(", + "color": "#E6DB74", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "dirname ", + "color": "#E6DB74", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$(", + "color": "#E6DB74", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "dirname ", + "color": "#E6DB74", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$(", + "color": "#E6DB74", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "readlink -f ", + "color": "#E6DB74", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.dollar.if-block.interpolated.meta.other.punctuation.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "0", + "color": "#E6DB74", + "_t": "dollar.if-block.interpolated.meta.other.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")))", + "color": "#E6DB74", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "fi", + "color": "#F92672", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "DEVELOPER=", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$(", + "color": "#E6DB74", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "xcode-select -print-path", + "color": "#E6DB74", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#E6DB74", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "LIPO=", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$(", + "color": "#E6DB74", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "xcrun -sdk iphoneos -find lipo", + "color": "#E6DB74", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ")", + "color": "#E6DB74", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "function", + "color": "#66D9EF", + "_t": "function.meta.shell.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "code", + "color": "#A6E22E", + "_t": "entity.function.meta.name.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "arguments.definition.function.meta.punctuation.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cd", + "color": "#66D9EF", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.function.group.meta.normal.other.punctuation.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ROOT", + "color": "#F8F8F2", + "_t": "function.group.meta.normal.other.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#75715E", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Node modules", + "color": "#75715E", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "test", + "color": "#66D9EF", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " -d node_modules ", + "color": "#F8F8F2", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "||", + "color": "#F92672", + "_t": "function.group.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ./scripts/npm.sh install", + "color": "#F8F8F2", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#75715E", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Configuration", + "color": "#75715E", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "export", + "color": "#F92672", + "_t": "function.group.meta.modifier.scope.shell.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " NODE_ENV=development", + "color": "#F8F8F2", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#75715E", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Launch Code", + "color": "#75715E", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[[", + "color": "#F8F8F2", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.function.group.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "OSTYPE", + "color": "#E6DB74", + "_t": "double.function.group.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "==", + "color": "#F92672", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "darwin", + "color": "#E6DB74", + "_t": "double.function.group.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]]", + "color": "#F8F8F2", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F92672", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "then", + "color": "#F92672", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "exec", + "color": "#66D9EF", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ./.build/electron/Electron.app/Contents/MacOS/Electron ", + "color": "#F8F8F2", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#66D9EF", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "@", + "color": "#E6DB74", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "else", + "color": "#F92672", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "exec", + "color": "#66D9EF", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ./.build/electron/electron ", + "color": "#F8F8F2", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#66D9EF", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "@", + "color": "#E6DB74", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fi", + "color": "#F92672", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "code ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.punctuation.quoted.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.other.punctuation.quoted.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "@", + "color": "#E6DB74", + "_t": "double.other.quoted.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.punctuation.quoted.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + } + ], + "monokai_dimmed": [ + { + "content": "#!", + "color": "#9A9B99", + "_t": "comment.definition.line.punctuation.shebang.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "/usr/bin/env bash", + "color": "#9A9B99", + "_t": "comment.line.shebang.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[[", + "color": "#C5C8C6", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.normal rgb(96, 137, 180)" + }, + { + "content": "OSTYPE", + "color": "#6089B4", + "_t": "double.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.normal rgb(96, 137, 180)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "==", + "color": "#676867", + "_t": "if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "darwin", + "color": "#9AA83A", + "_t": "double.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "*", + "color": "#676867", + "_t": "glob.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "]]", + "color": "#C5C8C6", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#676867", + "_t": "if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "then", + "color": "#9872A2", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "realpath", + "color": "#CE6700", + "_t": "entity.function.if-block.meta.name.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "arguments.definition.function.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[[", + "color": "#C5C8C6", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.function.group.if-block.logical-expression.meta.other.positional.punctuation.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "function.group.if-block.logical-expression.meta.other.positional.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " /", + "color": "#C5C8C6", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "]]", + "color": "#C5C8C6", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "&&", + "color": "#676867", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "echo", + "color": "#9872A2", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.function.group.if-block.meta.other.positional.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "double.function.group.if-block.meta.other.positional.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "||", + "color": "#676867", + "_t": "function.group.if-block.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "echo", + "color": "#9872A2", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.function.group.if-block.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.normal rgb(96, 137, 180)" + }, + { + "content": "PWD", + "color": "#6089B4", + "_t": "double.function.group.if-block.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.normal rgb(96, 137, 180)" + }, + { + "content": "/", + "color": "#9AA83A", + "_t": "double.function.group.if-block.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "${", + "color": "#6089B4", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "#", + "color": "#6089B4", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#6089B4", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "/", + "color": "#6089B4", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "}", + "color": "#6089B4", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#676867", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\tROOT=", + "color": "#C5C8C6", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$(", + "color": "#9AA83A", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "dirname ", + "color": "#9AA83A", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$(", + "color": "#9AA83A", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "dirname ", + "color": "#9AA83A", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$(", + "color": "#9AA83A", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "realpath ", + "color": "#9AA83A", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.dollar.double.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.dollar.double.if-block.interpolated.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "dollar.double.if-block.interpolated.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.dollar.double.end.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")))", + "color": "#9AA83A", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "else", + "color": "#9872A2", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "\tROOT=", + "color": "#C5C8C6", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$(", + "color": "#9AA83A", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "dirname ", + "color": "#9AA83A", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$(", + "color": "#9AA83A", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "dirname ", + "color": "#9AA83A", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$(", + "color": "#9AA83A", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "readlink -f ", + "color": "#9AA83A", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.dollar.if-block.interpolated.meta.other.punctuation.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "dollar.if-block.interpolated.meta.other.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ")))", + "color": "#9AA83A", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "fi", + "color": "#9872A2", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "DEVELOPER=", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$(", + "color": "#9AA83A", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "xcode-select -print-path", + "color": "#9AA83A", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#9AA83A", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "LIPO=", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$(", + "color": "#9AA83A", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "xcrun -sdk iphoneos -find lipo", + "color": "#9AA83A", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ")", + "color": "#9AA83A", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "function", + "color": "#9872A2", + "_t": "function.meta.shell.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "code", + "color": "#CE6700", + "_t": "entity.function.meta.name.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "arguments.definition.function.meta.punctuation.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cd", + "color": "#9872A2", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.function.group.meta.normal.other.punctuation.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.normal rgb(96, 137, 180)" + }, + { + "content": "ROOT", + "color": "#6089B4", + "_t": "function.group.meta.normal.other.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.normal rgb(96, 137, 180)" + }, + { + "content": "\t", + "color": "#9A9B99", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Node modules", + "color": "#9A9B99", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "test", + "color": "#9872A2", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " -d node_modules ", + "color": "#C5C8C6", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "||", + "color": "#676867", + "_t": "function.group.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ./scripts/npm.sh install", + "color": "#C5C8C6", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#9A9B99", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Configuration", + "color": "#9A9B99", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "export", + "color": "#9872A2", + "_t": "function.group.meta.modifier.scope.shell.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " NODE_ENV=development", + "color": "#C5C8C6", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#9A9B99", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Launch Code", + "color": "#9A9B99", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[[", + "color": "#C5C8C6", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.function.group.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.normal rgb(96, 137, 180)" + }, + { + "content": "OSTYPE", + "color": "#6089B4", + "_t": "double.function.group.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.normal rgb(96, 137, 180)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "==", + "color": "#676867", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "darwin", + "color": "#9AA83A", + "_t": "double.function.group.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "*", + "color": "#676867", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "]]", + "color": "#C5C8C6", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#676867", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "then", + "color": "#9872A2", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "exec", + "color": "#9872A2", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ./.build/electron/Electron.app/Contents/MacOS/Electron ", + "color": "#C5C8C6", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#9872A2", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "@", + "color": "#6089B4", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "else", + "color": "#9872A2", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "exec", + "color": "#9872A2", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ./.build/electron/electron ", + "color": "#C5C8C6", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#9872A2", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "@", + "color": "#6089B4", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "fi", + "color": "#9872A2", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "code ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.punctuation.quoted.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.other.punctuation.quoted.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "@", + "color": "#6089B4", + "_t": "double.other.quoted.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.punctuation.quoted.shell.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + } + ], + "quietlight": [ + { + "content": "#!", + "color": "#AAAAAA", + "_t": "comment.definition.line.punctuation.shebang.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "/usr/bin/env bash", + "color": "#AAAAAA", + "_t": "comment.line.shebang.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[[", + "color": "#777777", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "OSTYPE", + "color": "#448C27", + "_t": "double.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "==", + "color": "#777777", + "_t": "if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "darwin", + "color": "#448C27", + "_t": "double.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "*", + "color": "#777777", + "_t": "glob.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "]]", + "color": "#777777", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#777777", + "_t": "if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "then", + "color": "#4B83CD", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "realpath", + "color": "#AA3731", + "_t": "entity.function.if-block.meta.name.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "()", + "color": "#777777", + "_t": "arguments.definition.function.if-block.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[[", + "color": "#777777", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.function.group.if-block.logical-expression.meta.other.positional.punctuation.scope.shell.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "1", + "color": "#7A3E9D", + "_t": "function.group.if-block.logical-expression.meta.other.positional.scope.shell.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " /", + "color": "#333333", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "]]", + "color": "#777777", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "&&", + "color": "#777777", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "echo", + "color": "#AA3731", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.function.group.if-block.meta.other.positional.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "double.function.group.if-block.meta.other.positional.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "||", + "color": "#777777", + "_t": "function.group.if-block.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "echo", + "color": "#AA3731", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.function.group.if-block.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "PWD", + "color": "#448C27", + "_t": "double.function.group.if-block.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "/", + "color": "#448C27", + "_t": "double.function.group.if-block.meta.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "${", + "color": "#777777", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "1", + "color": "#448C27", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "#", + "color": "#777777", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ".", + "color": "#448C27", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "/", + "color": "#777777", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#777777", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\tROOT=", + "color": "#333333", + "_t": "if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$(", + "color": "#777777", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "dirname ", + "color": "#448C27", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$(", + "color": "#777777", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "dirname ", + "color": "#448C27", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$(", + "color": "#777777", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "realpath ", + "color": "#448C27", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.dollar.double.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.dollar.double.if-block.interpolated.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "dollar.double.if-block.interpolated.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.dollar.double.end.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")))", + "color": "#777777", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "else", + "color": "#4B83CD", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "\tROOT=", + "color": "#333333", + "_t": "if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$(", + "color": "#777777", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "dirname ", + "color": "#448C27", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$(", + "color": "#777777", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "dirname ", + "color": "#448C27", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$(", + "color": "#777777", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "readlink -f ", + "color": "#448C27", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.dollar.if-block.interpolated.meta.other.punctuation.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "0", + "color": "#448C27", + "_t": "dollar.if-block.interpolated.meta.other.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ")))", + "color": "#777777", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "fi", + "color": "#4B83CD", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "DEVELOPER=", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$(", + "color": "#777777", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "xcode-select -print-path", + "color": "#448C27", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "LIPO=", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$(", + "color": "#777777", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "xcrun -sdk iphoneos -find lipo", + "color": "#448C27", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "function", + "color": "#7A3E9D", + "_t": "function.meta.shell.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "code", + "color": "#AA3731", + "_t": "entity.function.meta.name.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "()", + "color": "#777777", + "_t": "arguments.definition.function.meta.punctuation.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "function.group.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cd", + "color": "#AA3731", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.function.group.meta.normal.other.punctuation.scope.shell.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "ROOT", + "color": "#7A3E9D", + "_t": "function.group.meta.normal.other.scope.shell.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "\t", + "color": "#777777", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Node modules", + "color": "#AAAAAA", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "function.group.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "test", + "color": "#AA3731", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " -d node_modules ", + "color": "#333333", + "_t": "function.group.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "||", + "color": "#777777", + "_t": "function.group.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ./scripts/npm.sh install", + "color": "#333333", + "_t": "function.group.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\t", + "color": "#777777", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Configuration", + "color": "#AAAAAA", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "function.group.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "export", + "color": "#4B83CD", + "_t": "function.group.meta.modifier.scope.shell.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " NODE_ENV=development", + "color": "#333333", + "_t": "function.group.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\t", + "color": "#777777", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Launch Code", + "color": "#AAAAAA", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[[", + "color": "#777777", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.function.group.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "OSTYPE", + "color": "#448C27", + "_t": "double.function.group.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "==", + "color": "#777777", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "darwin", + "color": "#448C27", + "_t": "double.function.group.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "*", + "color": "#777777", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "]]", + "color": "#777777", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#777777", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "then", + "color": "#4B83CD", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "exec", + "color": "#AA3731", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ./.build/electron/Electron.app/Contents/MacOS/Electron ", + "color": "#333333", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#AA3731", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "@", + "color": "#448C27", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "else", + "color": "#4B83CD", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "exec", + "color": "#AA3731", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ./.build/electron/electron ", + "color": "#333333", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#AA3731", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "@", + "color": "#448C27", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "fi", + "color": "#4B83CD", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "}", + "color": "#777777", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "code ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.punctuation.quoted.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.other.punctuation.quoted.shell.special.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "@", + "color": "#448C27", + "_t": "double.other.quoted.shell.special.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.punctuation.quoted.shell.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "#!", + "color": "#E7C0C0", + "_t": "comment.definition.line.punctuation.shebang.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "/usr/bin/env bash", + "color": "#E7C0C0", + "_t": "comment.line.shebang.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[[", + "color": "#F8F8F8", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "OSTYPE", + "color": "#EDEF7D", + "_t": "double.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "==", + "color": "#F12727", + "_t": "if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "darwin", + "color": "#CD8D8D", + "_t": "double.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "glob.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "]]", + "color": "#F8F8F8", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F12727", + "_t": "if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "then", + "color": "#F12727", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "realpath", + "color": "#FEC758", + "_t": "entity.function.if-block.meta.name.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "arguments.definition.function.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[[", + "color": "#F8F8F8", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.function.group.if-block.logical-expression.meta.other.positional.punctuation.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "1", + "color": "#FB9A4B", + "_t": "function.group.if-block.logical-expression.meta.other.positional.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " /", + "color": "#F8F8F8", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "]]", + "color": "#F8F8F8", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "&&", + "color": "#F12727", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "echo", + "color": "#FFB454", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.function.group.if-block.meta.other.positional.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "1", + "color": "#EDEF7D", + "_t": "double.function.group.if-block.meta.other.positional.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "||", + "color": "#F12727", + "_t": "function.group.if-block.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "echo", + "color": "#FFB454", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.function.group.if-block.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "PWD", + "color": "#EDEF7D", + "_t": "double.function.group.if-block.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "/", + "color": "#CD8D8D", + "_t": "double.function.group.if-block.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "${", + "color": "#EDEF7D", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "1", + "color": "#EDEF7D", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "#", + "color": "#EDEF7D", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ".", + "color": "#EDEF7D", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "/", + "color": "#EDEF7D", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "}", + "color": "#EDEF7D", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F12727", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\tROOT=", + "color": "#F8F8F8", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$(", + "color": "#CD8D8D", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "dirname ", + "color": "#CD8D8D", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$(", + "color": "#CD8D8D", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "dirname ", + "color": "#CD8D8D", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$(", + "color": "#CD8D8D", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "realpath ", + "color": "#CD8D8D", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.dollar.double.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.dollar.double.if-block.interpolated.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "0", + "color": "#EDEF7D", + "_t": "dollar.double.if-block.interpolated.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.dollar.double.end.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")))", + "color": "#CD8D8D", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "else", + "color": "#F12727", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "\tROOT=", + "color": "#F8F8F8", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$(", + "color": "#CD8D8D", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "dirname ", + "color": "#CD8D8D", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$(", + "color": "#CD8D8D", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "dirname ", + "color": "#CD8D8D", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$(", + "color": "#CD8D8D", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "readlink -f ", + "color": "#CD8D8D", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.dollar.if-block.interpolated.meta.other.punctuation.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "0", + "color": "#EDEF7D", + "_t": "dollar.if-block.interpolated.meta.other.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ")))", + "color": "#CD8D8D", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "fi", + "color": "#F12727", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "DEVELOPER=", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$(", + "color": "#CD8D8D", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "xcode-select -print-path", + "color": "#CD8D8D", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#CD8D8D", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "LIPO=", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$(", + "color": "#CD8D8D", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "xcrun -sdk iphoneos -find lipo", + "color": "#CD8D8D", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ")", + "color": "#CD8D8D", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "function", + "color": "#FF6262", + "_t": "function.meta.shell.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "code", + "color": "#FEC758", + "_t": "entity.function.meta.name.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "arguments.definition.function.meta.punctuation.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cd", + "color": "#FFB454", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.function.group.meta.normal.other.punctuation.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "ROOT", + "color": "#FB9A4B", + "_t": "function.group.meta.normal.other.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "\t", + "color": "#E7C0C0", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Node modules", + "color": "#E7C0C0", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "test", + "color": "#FFB454", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " -d node_modules ", + "color": "#F8F8F8", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "||", + "color": "#F12727", + "_t": "function.group.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ./scripts/npm.sh install", + "color": "#F8F8F8", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#E7C0C0", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Configuration", + "color": "#E7C0C0", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "export", + "color": "#FF6262", + "_t": "function.group.meta.modifier.scope.shell.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " NODE_ENV=development", + "color": "#F8F8F8", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#E7C0C0", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Launch Code", + "color": "#E7C0C0", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[[", + "color": "#F8F8F8", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.function.group.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "OSTYPE", + "color": "#EDEF7D", + "_t": "double.function.group.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "==", + "color": "#F12727", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "darwin", + "color": "#CD8D8D", + "_t": "double.function.group.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "]]", + "color": "#F8F8F8", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F12727", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "then", + "color": "#F12727", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "exec", + "color": "#FFB454", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ./.build/electron/Electron.app/Contents/MacOS/Electron ", + "color": "#F8F8F8", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#FFB454", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "@", + "color": "#EDEF7D", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "else", + "color": "#F12727", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "exec", + "color": "#FFB454", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ./.build/electron/electron ", + "color": "#F8F8F8", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#FFB454", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "@", + "color": "#EDEF7D", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fi", + "color": "#F12727", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "code ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.punctuation.quoted.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.other.punctuation.quoted.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "@", + "color": "#EDEF7D", + "_t": "double.other.quoted.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.punctuation.quoted.shell.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + } + ], + "solarized_dark": [ + { + "content": "#!", + "color": "#657B83", + "_t": "comment.definition.line.punctuation.shebang.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "/usr/bin/env bash", + "color": "#657B83", + "_t": "comment.line.shebang.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[[", + "color": "#93A1A1", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "OSTYPE", + "color": "#268BD2", + "_t": "double.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "==", + "color": "#859900", + "_t": "if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "darwin", + "color": "#2AA198", + "_t": "double.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "*", + "color": "#859900", + "_t": "glob.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "]]", + "color": "#93A1A1", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#859900", + "_t": "if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "then", + "color": "#859900", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "realpath", + "color": "#268BD2", + "_t": "entity.function.if-block.meta.name.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "arguments.definition.function.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[[", + "color": "#93A1A1", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.function.group.if-block.logical-expression.meta.other.positional.punctuation.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#268BD2", + "_t": "function.group.if-block.logical-expression.meta.other.positional.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " /", + "color": "#93A1A1", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "]]", + "color": "#93A1A1", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "&&", + "color": "#859900", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "echo", + "color": "#268BD2", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.function.group.if-block.meta.other.positional.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#268BD2", + "_t": "double.function.group.if-block.meta.other.positional.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "||", + "color": "#859900", + "_t": "function.group.if-block.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "echo", + "color": "#268BD2", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.function.group.if-block.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "PWD", + "color": "#268BD2", + "_t": "double.function.group.if-block.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "/", + "color": "#2AA198", + "_t": "double.function.group.if-block.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "${", + "color": "#859900", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#268BD2", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "#", + "color": "#268BD2", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#268BD2", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "/", + "color": "#268BD2", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}", + "color": "#859900", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#859900", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\tROOT=", + "color": "#93A1A1", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$(", + "color": "#2AA198", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "dirname ", + "color": "#2AA198", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$(", + "color": "#2AA198", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "dirname ", + "color": "#2AA198", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$(", + "color": "#2AA198", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "realpath ", + "color": "#2AA198", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.dollar.double.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.dollar.double.if-block.interpolated.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "0", + "color": "#268BD2", + "_t": "dollar.double.if-block.interpolated.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.dollar.double.end.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")))", + "color": "#2AA198", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "else", + "color": "#859900", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\tROOT=", + "color": "#93A1A1", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$(", + "color": "#2AA198", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "dirname ", + "color": "#2AA198", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$(", + "color": "#2AA198", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "dirname ", + "color": "#2AA198", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$(", + "color": "#2AA198", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "readlink -f ", + "color": "#2AA198", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.dollar.if-block.interpolated.meta.other.punctuation.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "0", + "color": "#268BD2", + "_t": "dollar.if-block.interpolated.meta.other.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")))", + "color": "#2AA198", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "fi", + "color": "#859900", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "DEVELOPER=", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$(", + "color": "#2AA198", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "xcode-select -print-path", + "color": "#2AA198", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#2AA198", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "LIPO=", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$(", + "color": "#2AA198", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "xcrun -sdk iphoneos -find lipo", + "color": "#2AA198", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#2AA198", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "function", + "color": "#93A1A1", + "_t": "function.meta.shell.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "code", + "color": "#268BD2", + "_t": "entity.function.meta.name.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "arguments.definition.function.meta.punctuation.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cd", + "color": "#268BD2", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.function.group.meta.normal.other.punctuation.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "ROOT", + "color": "#268BD2", + "_t": "function.group.meta.normal.other.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\t", + "color": "#657B83", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Node modules", + "color": "#657B83", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "test", + "color": "#268BD2", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " -d node_modules ", + "color": "#93A1A1", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "||", + "color": "#859900", + "_t": "function.group.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ./scripts/npm.sh install", + "color": "#93A1A1", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#657B83", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Configuration", + "color": "#657B83", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "export", + "color": "#93A1A1", + "_t": "function.group.meta.modifier.scope.shell.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " NODE_ENV=development", + "color": "#93A1A1", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#657B83", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Launch Code", + "color": "#657B83", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[[", + "color": "#93A1A1", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.function.group.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "OSTYPE", + "color": "#268BD2", + "_t": "double.function.group.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "==", + "color": "#859900", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "darwin", + "color": "#2AA198", + "_t": "double.function.group.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "*", + "color": "#859900", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "]]", + "color": "#93A1A1", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#859900", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "then", + "color": "#859900", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "exec", + "color": "#268BD2", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ./.build/electron/Electron.app/Contents/MacOS/Electron ", + "color": "#93A1A1", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#268BD2", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "@", + "color": "#268BD2", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "else", + "color": "#859900", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "exec", + "color": "#268BD2", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ./.build/electron/electron ", + "color": "#93A1A1", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#268BD2", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "@", + "color": "#268BD2", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fi", + "color": "#859900", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "code ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.punctuation.quoted.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.other.punctuation.quoted.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "@", + "color": "#268BD2", + "_t": "double.other.quoted.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.punctuation.quoted.shell.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + } + ], + "solarized_light": [ + { + "content": "#!", + "color": "#93A1A1", + "_t": "comment.definition.line.punctuation.shebang.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "/usr/bin/env bash", + "color": "#93A1A1", + "_t": "comment.line.shebang.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[[", + "color": "#586E75", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "OSTYPE", + "color": "#268BD2", + "_t": "double.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "==", + "color": "#859900", + "_t": "if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "darwin", + "color": "#2AA198", + "_t": "double.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "*", + "color": "#859900", + "_t": "glob.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "]]", + "color": "#586E75", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#859900", + "_t": "if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "then", + "color": "#859900", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "realpath", + "color": "#268BD2", + "_t": "entity.function.if-block.meta.name.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "arguments.definition.function.if-block.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[[", + "color": "#586E75", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.function.group.if-block.logical-expression.meta.other.positional.punctuation.scope.shell.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#268BD2", + "_t": "function.group.if-block.logical-expression.meta.other.positional.scope.shell.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " /", + "color": "#586E75", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "]]", + "color": "#586E75", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "&&", + "color": "#859900", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "echo", + "color": "#268BD2", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.function.group.if-block.meta.other.positional.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#268BD2", + "_t": "double.function.group.if-block.meta.other.positional.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "||", + "color": "#859900", + "_t": "function.group.if-block.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "echo", + "color": "#268BD2", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.function.group.if-block.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "PWD", + "color": "#268BD2", + "_t": "double.function.group.if-block.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "/", + "color": "#2AA198", + "_t": "double.function.group.if-block.meta.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "${", + "color": "#859900", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#268BD2", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "#", + "color": "#268BD2", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#268BD2", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "/", + "color": "#268BD2", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "}", + "color": "#859900", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#859900", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\tROOT=", + "color": "#586E75", + "_t": "if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$(", + "color": "#2AA198", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "dirname ", + "color": "#2AA198", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$(", + "color": "#2AA198", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "dirname ", + "color": "#2AA198", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$(", + "color": "#2AA198", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "realpath ", + "color": "#2AA198", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.dollar.double.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.dollar.double.if-block.interpolated.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "0", + "color": "#268BD2", + "_t": "dollar.double.if-block.interpolated.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.dollar.double.end.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")))", + "color": "#2AA198", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "else", + "color": "#859900", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\tROOT=", + "color": "#586E75", + "_t": "if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$(", + "color": "#2AA198", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "dirname ", + "color": "#2AA198", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$(", + "color": "#2AA198", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "dirname ", + "color": "#2AA198", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$(", + "color": "#2AA198", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "readlink -f ", + "color": "#2AA198", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.dollar.if-block.interpolated.meta.other.punctuation.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "0", + "color": "#268BD2", + "_t": "dollar.if-block.interpolated.meta.other.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")))", + "color": "#2AA198", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "fi", + "color": "#859900", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "DEVELOPER=", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$(", + "color": "#2AA198", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "xcode-select -print-path", + "color": "#2AA198", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#2AA198", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "LIPO=", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$(", + "color": "#2AA198", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "xcrun -sdk iphoneos -find lipo", + "color": "#2AA198", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ")", + "color": "#2AA198", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "function", + "color": "#073642", + "_t": "function.meta.shell.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "code", + "color": "#268BD2", + "_t": "entity.function.meta.name.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "arguments.definition.function.meta.punctuation.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "function.group.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cd", + "color": "#268BD2", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.function.group.meta.normal.other.punctuation.scope.shell.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "ROOT", + "color": "#268BD2", + "_t": "function.group.meta.normal.other.scope.shell.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Node modules", + "color": "#93A1A1", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "function.group.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "test", + "color": "#268BD2", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " -d node_modules ", + "color": "#586E75", + "_t": "function.group.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "||", + "color": "#859900", + "_t": "function.group.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ./scripts/npm.sh install", + "color": "#586E75", + "_t": "function.group.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Configuration", + "color": "#93A1A1", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "function.group.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "export", + "color": "#073642", + "_t": "function.group.meta.modifier.scope.shell.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " NODE_ENV=development", + "color": "#586E75", + "_t": "function.group.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Launch Code", + "color": "#93A1A1", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[[", + "color": "#586E75", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.function.group.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "OSTYPE", + "color": "#268BD2", + "_t": "double.function.group.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "==", + "color": "#859900", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "darwin", + "color": "#2AA198", + "_t": "double.function.group.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "*", + "color": "#859900", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "]]", + "color": "#586E75", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#859900", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "then", + "color": "#859900", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "exec", + "color": "#268BD2", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ./.build/electron/Electron.app/Contents/MacOS/Electron ", + "color": "#586E75", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#268BD2", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "@", + "color": "#268BD2", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "else", + "color": "#859900", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "exec", + "color": "#268BD2", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ./.build/electron/electron ", + "color": "#586E75", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#268BD2", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "@", + "color": "#268BD2", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fi", + "color": "#859900", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "code ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.punctuation.quoted.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.other.punctuation.quoted.shell.special.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "@", + "color": "#268BD2", + "_t": "double.other.quoted.shell.special.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.punctuation.quoted.shell.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + } + ], + "tomorrow_night_blue": [ + { + "content": "#!", + "color": "#7285B7", + "_t": "comment.definition.line.punctuation.shebang.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "/usr/bin/env bash", + "color": "#7285B7", + "_t": "comment.line.shebang.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[[", + "color": "#FFFFFF", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "OSTYPE", + "color": "#D1F1A9", + "_t": "double.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#99FFFF", + "_t": "if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "darwin", + "color": "#D1F1A9", + "_t": "double.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "glob.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "]]", + "color": "#FFFFFF", + "_t": "definition.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#99FFFF", + "_t": "if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "then", + "color": "#EBBBFF", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "realpath", + "color": "#BBDAFF", + "_t": "entity.function.if-block.meta.name.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "arguments.definition.function.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[[", + "color": "#FFFFFF", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.function.group.if-block.logical-expression.meta.other.positional.punctuation.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "1", + "color": "#FF9DA4", + "_t": "function.group.if-block.logical-expression.meta.other.positional.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " /", + "color": "#FFFFFF", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "]]", + "color": "#FFFFFF", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "&&", + "color": "#99FFFF", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "echo", + "color": "#BBDAFF", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.function.group.if-block.meta.other.positional.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "1", + "color": "#D1F1A9", + "_t": "double.function.group.if-block.meta.other.positional.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "||", + "color": "#99FFFF", + "_t": "function.group.if-block.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "echo", + "color": "#BBDAFF", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.function.group.if-block.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "PWD", + "color": "#D1F1A9", + "_t": "double.function.group.if-block.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "/", + "color": "#D1F1A9", + "_t": "double.function.group.if-block.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "${", + "color": "#D1F1A9", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "1", + "color": "#D1F1A9", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "#", + "color": "#99FFFF", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": ".", + "color": "#D1F1A9", + "_t": "bracket.double.function.group.if-block.meta.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "/", + "color": "#99FFFF", + "_t": "bracket.double.expansion.function.group.if-block.keyword.meta.operator.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "}", + "color": "#D1F1A9", + "_t": "bracket.definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#99FFFF", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.function.group.if-block.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\tROOT=", + "color": "#FFFFFF", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$(", + "color": "#D1F1A9", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "dirname ", + "color": "#D1F1A9", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$(", + "color": "#D1F1A9", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "dirname ", + "color": "#D1F1A9", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$(", + "color": "#D1F1A9", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "realpath ", + "color": "#D1F1A9", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.dollar.double.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.dollar.double.if-block.interpolated.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "0", + "color": "#D1F1A9", + "_t": "dollar.double.if-block.interpolated.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.dollar.double.end.if-block.interpolated.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")))", + "color": "#D1F1A9", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "else", + "color": "#EBBBFF", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "\tROOT=", + "color": "#FFFFFF", + "_t": "if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$(", + "color": "#D1F1A9", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "dirname ", + "color": "#D1F1A9", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$(", + "color": "#D1F1A9", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "dirname ", + "color": "#D1F1A9", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$(", + "color": "#D1F1A9", + "_t": "begin.definition.dollar.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "readlink -f ", + "color": "#D1F1A9", + "_t": "dollar.if-block.interpolated.meta.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.dollar.if-block.interpolated.meta.other.punctuation.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "0", + "color": "#D1F1A9", + "_t": "dollar.if-block.interpolated.meta.other.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")))", + "color": "#D1F1A9", + "_t": "definition.dollar.end.if-block.interpolated.meta.punctuation.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "fi", + "color": "#EBBBFF", + "_t": "control.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "DEVELOPER=", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$(", + "color": "#D1F1A9", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "xcode-select -print-path", + "color": "#D1F1A9", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#D1F1A9", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "LIPO=", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$(", + "color": "#D1F1A9", + "_t": "begin.definition.dollar.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "xcrun -sdk iphoneos -find lipo", + "color": "#D1F1A9", + "_t": "dollar.interpolated.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ")", + "color": "#D1F1A9", + "_t": "definition.dollar.end.interpolated.punctuation.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "function", + "color": "#EBBBFF", + "_t": "function.meta.shell.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "code", + "color": "#BBDAFF", + "_t": "entity.function.meta.name.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "arguments.definition.function.meta.punctuation.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cd", + "color": "#BBDAFF", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.function.group.meta.normal.other.punctuation.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "ROOT", + "color": "#FF9DA4", + "_t": "function.group.meta.normal.other.scope.shell.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "\t", + "color": "#7285B7", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Node modules", + "color": "#7285B7", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "test", + "color": "#BBDAFF", + "_t": "builtin.function.group.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " -d node_modules ", + "color": "#FFFFFF", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "||", + "color": "#99FFFF", + "_t": "function.group.keyword.meta.operator.pipe.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ./scripts/npm.sh install", + "color": "#FFFFFF", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#7285B7", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Configuration", + "color": "#7285B7", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "export", + "color": "#EBBBFF", + "_t": "function.group.meta.modifier.scope.shell.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " NODE_ENV=development", + "color": "#FFFFFF", + "_t": "function.group.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#7285B7", + "_t": "comment.function.group.leading.meta.punctuation.scope.shell.whitespace", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.function.group.line.meta.number-sign.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Launch Code", + "color": "#7285B7", + "_t": "comment.function.group.line.meta.number-sign.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[[", + "color": "#FFFFFF", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.function.group.if-block.logical-expression.meta.normal.other.punctuation.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "OSTYPE", + "color": "#D1F1A9", + "_t": "double.function.group.if-block.logical-expression.meta.normal.other.quoted.scope.shell.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#99FFFF", + "_t": "function.group.if-block.keyword.logical.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "darwin", + "color": "#D1F1A9", + "_t": "double.function.group.if-block.logical-expression.meta.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.function.group.if-block.logical-expression.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "function.glob.group.if-block.keyword.logical-expression.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.logical-expression.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "]]", + "color": "#FFFFFF", + "_t": "definition.function.group.if-block.logical-expression.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#99FFFF", + "_t": "function.group.if-block.keyword.list.meta.operator.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "then", + "color": "#EBBBFF", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "exec", + "color": "#BBDAFF", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ./.build/electron/Electron.app/Contents/MacOS/Electron ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#BBDAFF", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "@", + "color": "#D1F1A9", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#EBBBFF", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "exec", + "color": "#BBDAFF", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ./.build/electron/electron ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#BBDAFF", + "_t": "builtin.function.group.if-block.meta.scope.shell.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.function.group.if-block.meta.other.punctuation.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "@", + "color": "#D1F1A9", + "_t": "double.function.group.if-block.meta.other.quoted.scope.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.function.group.if-block.meta.punctuation.quoted.scope.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "function.group.if-block.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "fi", + "color": "#EBBBFF", + "_t": "control.function.group.if-block.keyword.meta.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.function.group.meta.punctuation.scope.shell", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "code ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.punctuation.quoted.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.other.punctuation.quoted.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "@", + "color": "#D1F1A9", + "_t": "double.other.quoted.shell.special.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.punctuation.quoted.shell.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sh.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sh.result.patch new file mode 100644 index 000000000..8782d793f --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sh.result.patch @@ -0,0 +1,335 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [ + { + "index": 8, + "content": "OSTYPE", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 45, + "content": "1", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 54, + "content": "PWD", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 57, + "content": "1", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 59, + "content": ".", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 75, + "content": "0", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 87, + "content": "0", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 133, + "content": "OSTYPE", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 154, + "content": "@", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 165, + "content": "@", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 173, + "content": "@", + "color": "#889B4A", + "newColor": "#DC3958" + } + ], + "monokai": [], + "monokai_dimmed": [ + { + "index": 58, + "content": "#", + "color": "#6089B4", + "newColor": "#676867" + }, + { + "index": 60, + "content": "/", + "color": "#6089B4", + "newColor": "#676867" + } + ], + "quietlight": [ + { + "index": 8, + "content": "OSTYPE", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 45, + "content": "1", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 54, + "content": "PWD", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 57, + "content": "1", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 59, + "content": ".", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 75, + "content": "0", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 87, + "content": "0", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 133, + "content": "OSTYPE", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 154, + "content": "@", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 165, + "content": "@", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 173, + "content": "@", + "color": "#448C27", + "newColor": "#7A3E9D" + } + ], + "red": [ + { + "index": 58, + "content": "#", + "color": "#EDEF7D", + "newColor": "#F12727" + }, + { + "index": 60, + "content": "/", + "color": "#EDEF7D", + "newColor": "#F12727" + } + ], + "solarized_dark": [ + { + "index": 58, + "content": "#", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 60, + "content": "/", + "color": "#268BD2", + "newColor": "#859900" + } + ], + "solarized_light": [ + { + "index": 58, + "content": "#", + "color": "#268BD2", + "newColor": "#859900" + }, + { + "index": 60, + "content": "/", + "color": "#268BD2", + "newColor": "#859900" + } + ], + "tomorrow_night_blue": [ + { + "index": 7, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 8, + "content": "OSTYPE", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 44, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 45, + "content": "1", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 53, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 54, + "content": "PWD", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 56, + "content": "${", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 57, + "content": "1", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 59, + "content": ".", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 61, + "content": "}", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 74, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 75, + "content": "0", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 86, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 87, + "content": "0", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 132, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 133, + "content": "OSTYPE", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 153, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 154, + "content": "@", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 164, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 165, + "content": "@", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 172, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 173, + "content": "@", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.shader b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.shader new file mode 100644 index 000000000..65c54531f --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.shader @@ -0,0 +1,15 @@ +Shader "Example/Diffuse Simple" { + SubShader { + Tags { "RenderType" = "Opaque" } + CGPROGRAM + #pragma surface surf Lambert + struct Input { + float4 color : COLOR; + }; + void surf (Input IN, inout SurfaceOutput o) { + o.Albedo = 1; + } + ENDCG + } + Fallback "Diffuse" + } \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.shader.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.shader.result new file mode 100644 index 000000000..1583bde4f --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.shader.result @@ -0,0 +1,4314 @@ +{ + "abyss": [ + { + "content": "Shader", + "color": "#9966B8", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"Example/Diffuse Simple\"", + "color": "#22AA44", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "SubShader", + "color": "#9966B8", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": " {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Tags", + "color": "#9966B8", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": " { ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"RenderType\"", + "color": "#22AA44", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " = ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"Opaque\"", + "color": "#22AA44", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " }", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "CGPROGRAM", + "color": "#9966B8", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": " #pragma", + "color": "#225588", + "_t": "control.keyword.shaderlab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " surface surf Lambert", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "struct", + "color": "#9966B8", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " Input {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "float4", + "color": "#9966B8", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " color : ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "COLOR", + "color": "#6688CC", + "_t": "input.shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " };", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "void", + "color": "#9966B8", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "surf", + "color": "#9966B8", + "_t": "any-method.function.function-call.meta.shaderlab.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "function-call.meta.shaderlab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Input IN, ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "inout", + "color": "#225588", + "_t": "modifier.shaderlab.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "SurfaceOutput", + "color": "#6688CC", + "_t": "shaderlab.structure.support.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " o) {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " o.", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Albedo", + "color": "#6688CC", + "_t": "output.shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " = ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "constant.numeric.shaderlab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " }", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ENDCG", + "color": "#9966B8", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": " }", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Fallback", + "color": "#6688CC", + "_t": "shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"Diffuse\"", + "color": "#22AA44", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " }", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "Shader", + "color": "#D4D4D4", + "_t": "class.shaderlab.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"Example/Diffuse Simple\"", + "color": "#CE9178", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "SubShader", + "color": "#D4D4D4", + "_t": "class.shaderlab.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Tags", + "color": "#D4D4D4", + "_t": "class.shaderlab.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " { ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"RenderType\"", + "color": "#CE9178", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " = ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"Opaque\"", + "color": "#CE9178", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "CGPROGRAM", + "color": "#D4D4D4", + "_t": "class.shaderlab.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " #pragma", + "color": "#569CD6", + "_t": "control.keyword.shaderlab", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " surface surf Lambert", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "struct", + "color": "#569CD6", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " Input {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "float4", + "color": "#569CD6", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " color : ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "COLOR", + "color": "#D4D4D4", + "_t": "input.shaderlab.support.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " };", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "surf", + "color": "#D4D4D4", + "_t": "any-method.function.function-call.meta.shaderlab.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "function-call.meta.shaderlab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Input IN, ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "inout", + "color": "#569CD6", + "_t": "modifier.shaderlab.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "SurfaceOutput", + "color": "#D4D4D4", + "_t": "shaderlab.structure.support.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " o) {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " o.", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Albedo", + "color": "#D4D4D4", + "_t": "output.shaderlab.support.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " = ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.numeric.shaderlab", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ENDCG", + "color": "#D4D4D4", + "_t": "class.shaderlab.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Fallback", + "color": "#D4D4D4", + "_t": "shaderlab.support.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"Diffuse\"", + "color": "#CE9178", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "Shader", + "color": "#000000", + "_t": "class.shaderlab.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"Example/Diffuse Simple\"", + "color": "#A31515", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "SubShader", + "color": "#000000", + "_t": "class.shaderlab.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Tags", + "color": "#000000", + "_t": "class.shaderlab.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " { ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"RenderType\"", + "color": "#A31515", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " = ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"Opaque\"", + "color": "#A31515", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "CGPROGRAM", + "color": "#000000", + "_t": "class.shaderlab.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " #pragma", + "color": "#0000FF", + "_t": "control.keyword.shaderlab", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " surface surf Lambert", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "struct", + "color": "#0000FF", + "_t": "shaderlab.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " Input {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "float4", + "color": "#0000FF", + "_t": "shaderlab.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " color : ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "COLOR", + "color": "#000000", + "_t": "input.shaderlab.support.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " };", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "void", + "color": "#0000FF", + "_t": "shaderlab.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "surf", + "color": "#000000", + "_t": "any-method.function.function-call.meta.shaderlab.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " (", + "color": "#000000", + "_t": "function-call.meta.shaderlab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Input IN, ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "inout", + "color": "#0000FF", + "_t": "modifier.shaderlab.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "SurfaceOutput", + "color": "#000000", + "_t": "shaderlab.structure.support.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " o) {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " o.", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Albedo", + "color": "#000000", + "_t": "output.shaderlab.support.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " = ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.numeric.shaderlab", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ENDCG", + "color": "#000000", + "_t": "class.shaderlab.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Fallback", + "color": "#000000", + "_t": "shaderlab.support.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"Diffuse\"", + "color": "#A31515", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "Shader", + "color": "#FFFFFF", + "_t": "class.shaderlab.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"Example/Diffuse Simple\"", + "color": "#CE9178", + "_t": "double.quoted.shaderlab.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "SubShader", + "color": "#FFFFFF", + "_t": "class.shaderlab.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Tags", + "color": "#FFFFFF", + "_t": "class.shaderlab.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " { ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"RenderType\"", + "color": "#CE9178", + "_t": "double.quoted.shaderlab.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " = ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"Opaque\"", + "color": "#CE9178", + "_t": "double.quoted.shaderlab.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "CGPROGRAM", + "color": "#FFFFFF", + "_t": "class.shaderlab.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " #pragma", + "color": "#569CD6", + "_t": "control.keyword.shaderlab", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " surface surf Lambert", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "struct", + "color": "#569CD6", + "_t": "shaderlab.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " Input {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "float4", + "color": "#569CD6", + "_t": "shaderlab.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " color : ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "COLOR", + "color": "#FFFFFF", + "_t": "input.shaderlab.support.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " };", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "shaderlab.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "surf", + "color": "#FFFFFF", + "_t": "any-method.function.function-call.meta.shaderlab.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "function-call.meta.shaderlab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Input IN, ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "inout", + "color": "#569CD6", + "_t": "modifier.shaderlab.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "SurfaceOutput", + "color": "#FFFFFF", + "_t": "shaderlab.structure.support.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " o) {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " o.", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Albedo", + "color": "#FFFFFF", + "_t": "output.shaderlab.support.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " = ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.numeric.shaderlab", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "ENDCG", + "color": "#FFFFFF", + "_t": "class.shaderlab.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Fallback", + "color": "#FFFFFF", + "_t": "shaderlab.support.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"Diffuse\"", + "color": "#CE9178", + "_t": "double.quoted.shaderlab.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "Shader", + "color": "#4EC9B0", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.class rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"Example/Diffuse Simple\"", + "color": "#CE9178", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "SubShader", + "color": "#4EC9B0", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.class rgb(78, 201, 176)" + }, + { + "content": " {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Tags", + "color": "#4EC9B0", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.class rgb(78, 201, 176)" + }, + { + "content": " { ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"RenderType\"", + "color": "#CE9178", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " = ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"Opaque\"", + "color": "#CE9178", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "CGPROGRAM", + "color": "#4EC9B0", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.class rgb(78, 201, 176)" + }, + { + "content": " #pragma", + "color": "#C586C0", + "_t": "control.keyword.shaderlab", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " surface surf Lambert", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "struct", + "color": "#569CD6", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " Input {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "float4", + "color": "#569CD6", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " color : ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "COLOR", + "color": "#9CDCFE", + "_t": "input.shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " };", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "void", + "color": "#569CD6", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "surf", + "color": "#DCDCAA", + "_t": "any-method.function.function-call.meta.shaderlab.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "function-call.meta.shaderlab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Input IN, ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "inout", + "color": "#569CD6", + "_t": "modifier.shaderlab.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "SurfaceOutput", + "color": "#9CDCFE", + "_t": "shaderlab.structure.support.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": " o) {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " o.", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Albedo", + "color": "#9CDCFE", + "_t": "output.shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": " = ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "constant.numeric.shaderlab", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ENDCG", + "color": "#4EC9B0", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.class rgb(78, 201, 176)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Fallback", + "color": "#9CDCFE", + "_t": "shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"Diffuse\"", + "color": "#CE9178", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "Shader", + "color": "#267F99", + "_t": "class.shaderlab.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.class rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"Example/Diffuse Simple\"", + "color": "#A31515", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "SubShader", + "color": "#267F99", + "_t": "class.shaderlab.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.class rgb(38, 127, 153)" + }, + { + "content": " {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Tags", + "color": "#267F99", + "_t": "class.shaderlab.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.class rgb(38, 127, 153)" + }, + { + "content": " { ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"RenderType\"", + "color": "#A31515", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " = ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"Opaque\"", + "color": "#A31515", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "CGPROGRAM", + "color": "#267F99", + "_t": "class.shaderlab.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.class rgb(38, 127, 153)" + }, + { + "content": " #pragma", + "color": "#AF00DB", + "_t": "control.keyword.shaderlab", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " surface surf Lambert", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "struct", + "color": "#0000FF", + "_t": "shaderlab.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " Input {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "float4", + "color": "#0000FF", + "_t": "shaderlab.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " color : ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "COLOR", + "color": "#001080", + "_t": "input.shaderlab.support.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " };", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "void", + "color": "#0000FF", + "_t": "shaderlab.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "surf", + "color": "#795E26", + "_t": "any-method.function.function-call.meta.shaderlab.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " (", + "color": "#000000", + "_t": "function-call.meta.shaderlab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Input IN, ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "inout", + "color": "#0000FF", + "_t": "modifier.shaderlab.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "SurfaceOutput", + "color": "#001080", + "_t": "shaderlab.structure.support.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": " o) {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " o.", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Albedo", + "color": "#001080", + "_t": "output.shaderlab.support.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": " = ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "constant.numeric.shaderlab", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ENDCG", + "color": "#267F99", + "_t": "class.shaderlab.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.class rgb(38, 127, 153)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Fallback", + "color": "#001080", + "_t": "shaderlab.support.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"Diffuse\"", + "color": "#A31515", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "Shader", + "color": "#F06431", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"Example/Diffuse Simple\"", + "color": "#889B4A", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "SubShader", + "color": "#F06431", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": " {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Tags", + "color": "#F06431", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": " { ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"RenderType\"", + "color": "#889B4A", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " = ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"Opaque\"", + "color": "#889B4A", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " }", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "CGPROGRAM", + "color": "#F06431", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": " #pragma", + "color": "#98676A", + "_t": "control.keyword.shaderlab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " surface surf Lambert", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "struct", + "color": "#98676A", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " Input {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "float4", + "color": "#98676A", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " color : ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "COLOR", + "color": "#DC3958", + "_t": "input.shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " };", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "void", + "color": "#98676A", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "surf", + "color": "#8AB1B0", + "_t": "any-method.function.function-call.meta.shaderlab.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function.any-method rgb(138, 177, 176)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "function-call.meta.shaderlab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Input IN, ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "inout", + "color": "#98676A", + "_t": "modifier.shaderlab.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "SurfaceOutput", + "color": "#DC3958", + "_t": "shaderlab.structure.support.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " o) {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " o.", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Albedo", + "color": "#DC3958", + "_t": "output.shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " = ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "constant.numeric.shaderlab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " }", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "ENDCG", + "color": "#F06431", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": " }", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Fallback", + "color": "#DC3958", + "_t": "shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"Diffuse\"", + "color": "#889B4A", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " }", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "Shader", + "color": "#66D9EF", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"Example/Diffuse Simple\"", + "color": "#E6DB74", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "SubShader", + "color": "#66D9EF", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": " {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Tags", + "color": "#66D9EF", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": " { ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"RenderType\"", + "color": "#E6DB74", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " = ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"Opaque\"", + "color": "#E6DB74", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " }", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "CGPROGRAM", + "color": "#66D9EF", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": " #pragma", + "color": "#F92672", + "_t": "control.keyword.shaderlab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " surface surf Lambert", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "struct", + "color": "#66D9EF", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " Input {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "float4", + "color": "#66D9EF", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " color : ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "COLOR", + "color": "#F8F8F2", + "_t": "input.shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " };", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "void", + "color": "#66D9EF", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "surf", + "color": "#66D9EF", + "_t": "any-method.function.function-call.meta.shaderlab.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "function-call.meta.shaderlab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Input IN, ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "inout", + "color": "#F92672", + "_t": "modifier.shaderlab.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "SurfaceOutput", + "color": "#F8F8F2", + "_t": "shaderlab.structure.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " o) {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " o.", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Albedo", + "color": "#F8F8F2", + "_t": "output.shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " = ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "constant.numeric.shaderlab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " }", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ENDCG", + "color": "#66D9EF", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": " }", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Fallback", + "color": "#F8F8F2", + "_t": "shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"Diffuse\"", + "color": "#E6DB74", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " }", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "Shader", + "color": "#C7444A", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"Example/Diffuse Simple\"", + "color": "#9AA83A", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "SubShader", + "color": "#C7444A", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Tags", + "color": "#C7444A", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " { ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"RenderType\"", + "color": "#9AA83A", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " = ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"Opaque\"", + "color": "#9AA83A", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " }", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "CGPROGRAM", + "color": "#C7444A", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " #pragma", + "color": "#9872A2", + "_t": "control.keyword.shaderlab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " surface surf Lambert", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "struct", + "color": "#9872A2", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " Input {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "float4", + "color": "#9872A2", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " color : ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "COLOR", + "color": "#C7444A", + "_t": "input.shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " };", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "void", + "color": "#9872A2", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "surf", + "color": "#0080FF", + "_t": "any-method.function.function-call.meta.shaderlab.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": " (", + "color": "#0080FF", + "_t": "function-call.meta.shaderlab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.function-call rgb(0, 128, 255)" + }, + { + "content": "Input IN, ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "inout", + "color": "#9872A2", + "_t": "modifier.shaderlab.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "SurfaceOutput", + "color": "#C7444A", + "_t": "shaderlab.structure.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " o) {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " o.", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Albedo", + "color": "#C7444A", + "_t": "output.shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " = ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "constant.numeric.shaderlab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " }", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "ENDCG", + "color": "#C7444A", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " }", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Fallback", + "color": "#C7444A", + "_t": "shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"Diffuse\"", + "color": "#9AA83A", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " }", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "Shader", + "color": "#7A3E9D", + "_t": "class.shaderlab.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"Example/Diffuse Simple\"", + "color": "#448C27", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "SubShader", + "color": "#7A3E9D", + "_t": "class.shaderlab.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": " {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Tags", + "color": "#7A3E9D", + "_t": "class.shaderlab.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": " { ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"RenderType\"", + "color": "#448C27", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " = ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"Opaque\"", + "color": "#448C27", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " }", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "CGPROGRAM", + "color": "#7A3E9D", + "_t": "class.shaderlab.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": " #pragma", + "color": "#4B83CD", + "_t": "control.keyword.shaderlab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " surface surf Lambert", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "struct", + "color": "#7A3E9D", + "_t": "shaderlab.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " Input {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "float4", + "color": "#7A3E9D", + "_t": "shaderlab.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " color : ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "COLOR", + "color": "#7A3E9D", + "_t": "input.shaderlab.support.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " };", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "void", + "color": "#7A3E9D", + "_t": "shaderlab.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "surf", + "color": "#AA3731", + "_t": "any-method.function.function-call.meta.shaderlab.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " (", + "color": "#333333", + "_t": "function-call.meta.shaderlab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Input IN, ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "inout", + "color": "#4B83CD", + "_t": "modifier.shaderlab.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "SurfaceOutput", + "color": "#7A3E9D", + "_t": "shaderlab.structure.support.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.variable rgb(122, 62, 157)" + }, + { + "content": " o) {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " o.", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Albedo", + "color": "#7A3E9D", + "_t": "output.shaderlab.support.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.variable rgb(122, 62, 157)" + }, + { + "content": " = ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "constant.numeric.shaderlab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " }", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "ENDCG", + "color": "#7A3E9D", + "_t": "class.shaderlab.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": " }", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Fallback", + "color": "#7A3E9D", + "_t": "shaderlab.support.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"Diffuse\"", + "color": "#448C27", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " }", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + } + ], + "red": [ + { + "content": "Shader", + "color": "#9DF39F", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"Example/Diffuse Simple\"", + "color": "#CD8D8D", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "SubShader", + "color": "#9DF39F", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": " {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Tags", + "color": "#9DF39F", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": " { ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"RenderType\"", + "color": "#CD8D8D", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " = ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"Opaque\"", + "color": "#CD8D8D", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " }", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "CGPROGRAM", + "color": "#9DF39F", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": " #pragma", + "color": "#F12727", + "_t": "control.keyword.shaderlab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " surface surf Lambert", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "struct", + "color": "#FF6262", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " Input {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "float4", + "color": "#FF6262", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " color : ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "COLOR", + "color": "#FB9A4B", + "_t": "input.shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " };", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "void", + "color": "#FF6262", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "surf", + "color": "#FFB454", + "_t": "any-method.function.function-call.meta.shaderlab.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "function-call.meta.shaderlab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Input IN, ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "inout", + "color": "#FF6262", + "_t": "modifier.shaderlab.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "SurfaceOutput", + "color": "#FB9A4B", + "_t": "shaderlab.structure.support.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " o) {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " o.", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Albedo", + "color": "#FB9A4B", + "_t": "output.shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " = ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "constant.numeric.shaderlab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " }", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "ENDCG", + "color": "#9DF39F", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": " }", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Fallback", + "color": "#FB9A4B", + "_t": "shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"Diffuse\"", + "color": "#CD8D8D", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " }", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "Shader", + "color": "#859900", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"Example/Diffuse Simple\"", + "color": "#2AA198", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "SubShader", + "color": "#859900", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Tags", + "color": "#859900", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": " { ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"RenderType\"", + "color": "#2AA198", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " = ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"Opaque\"", + "color": "#2AA198", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " }", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "CGPROGRAM", + "color": "#859900", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": " #pragma", + "color": "#859900", + "_t": "control.keyword.shaderlab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " surface surf Lambert", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "struct", + "color": "#93A1A1", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " Input {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "float4", + "color": "#93A1A1", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " color : ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "COLOR", + "color": "#93A1A1", + "_t": "input.shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " };", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "void", + "color": "#93A1A1", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "surf", + "color": "#268BD2", + "_t": "any-method.function.function-call.meta.shaderlab.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "function-call.meta.shaderlab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Input IN, ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "inout", + "color": "#93A1A1", + "_t": "modifier.shaderlab.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "SurfaceOutput", + "color": "#93A1A1", + "_t": "shaderlab.structure.support.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " o) {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " o.", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Albedo", + "color": "#93A1A1", + "_t": "output.shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " = ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.numeric.shaderlab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " }", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "ENDCG", + "color": "#859900", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": " }", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Fallback", + "color": "#93A1A1", + "_t": "shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"Diffuse\"", + "color": "#2AA198", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " }", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "Shader", + "color": "#859900", + "_t": "class.shaderlab.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"Example/Diffuse Simple\"", + "color": "#2AA198", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "SubShader", + "color": "#859900", + "_t": "class.shaderlab.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": " {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Tags", + "color": "#859900", + "_t": "class.shaderlab.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": " { ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"RenderType\"", + "color": "#2AA198", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " = ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"Opaque\"", + "color": "#2AA198", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " }", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "CGPROGRAM", + "color": "#859900", + "_t": "class.shaderlab.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": " #pragma", + "color": "#859900", + "_t": "control.keyword.shaderlab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " surface surf Lambert", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "struct", + "color": "#073642", + "_t": "shaderlab.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " Input {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "float4", + "color": "#073642", + "_t": "shaderlab.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " color : ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "COLOR", + "color": "#586E75", + "_t": "input.shaderlab.support.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " };", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "void", + "color": "#073642", + "_t": "shaderlab.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "surf", + "color": "#268BD2", + "_t": "any-method.function.function-call.meta.shaderlab.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "function-call.meta.shaderlab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Input IN, ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "inout", + "color": "#073642", + "_t": "modifier.shaderlab.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "SurfaceOutput", + "color": "#586E75", + "_t": "shaderlab.structure.support.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " o) {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " o.", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Albedo", + "color": "#586E75", + "_t": "output.shaderlab.support.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " = ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "constant.numeric.shaderlab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " }", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "ENDCG", + "color": "#859900", + "_t": "class.shaderlab.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": " }", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Fallback", + "color": "#586E75", + "_t": "shaderlab.support.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"Diffuse\"", + "color": "#2AA198", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " }", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "Shader", + "color": "#FFEEAD", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"Example/Diffuse Simple\"", + "color": "#D1F1A9", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "SubShader", + "color": "#FFEEAD", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": " {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Tags", + "color": "#FFEEAD", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": " { ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"RenderType\"", + "color": "#D1F1A9", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " = ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"Opaque\"", + "color": "#D1F1A9", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "CGPROGRAM", + "color": "#FFEEAD", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": " #pragma", + "color": "#EBBBFF", + "_t": "control.keyword.shaderlab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " surface surf Lambert", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "struct", + "color": "#EBBBFF", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " Input {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "float4", + "color": "#EBBBFF", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " color : ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "COLOR", + "color": "#FF9DA4", + "_t": "input.shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " };", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#EBBBFF", + "_t": "shaderlab.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "surf", + "color": "#BBDAFF", + "_t": "any-method.function.function-call.meta.shaderlab.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " (", + "color": "#BBDAFF", + "_t": "function-call.meta.shaderlab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.function-call rgb(187, 218, 255)" + }, + { + "content": "Input IN, ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "inout", + "color": "#EBBBFF", + "_t": "modifier.shaderlab.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "SurfaceOutput", + "color": "#FF9DA4", + "_t": "shaderlab.structure.support.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " o) {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " o.", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Albedo", + "color": "#FF9DA4", + "_t": "output.shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " = ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "constant.numeric.shaderlab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "ENDCG", + "color": "#FFEEAD", + "_t": "class.shaderlab.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Fallback", + "color": "#FF9DA4", + "_t": "shaderlab.support.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"Diffuse\"", + "color": "#D1F1A9", + "_t": "double.quoted.shaderlab.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.shader.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.shader.result.patch new file mode 100644 index 000000000..cb4be02af --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.shader.result.patch @@ -0,0 +1,98 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [ + { + "index": 24, + "content": "COLOR", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 35, + "content": "SurfaceOutput", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 38, + "content": "Albedo", + "color": "#DC3958", + "newColor": "#D3AF86" + }, + { + "index": 47, + "content": "Fallback", + "color": "#DC3958", + "newColor": "#D3AF86" + } + ], + "monokai": [], + "monokai_dimmed": [ + { + "index": 30, + "content": "surf", + "color": "#0080FF", + "newColor": "#9872A2" + } + ], + "quietlight": [], + "red": [ + { + "index": 24, + "content": "COLOR", + "color": "#FB9A4B", + "newColor": "#9DF39F" + }, + { + "index": 35, + "content": "SurfaceOutput", + "color": "#FB9A4B", + "newColor": "#9DF39F" + }, + { + "index": 38, + "content": "Albedo", + "color": "#FB9A4B", + "newColor": "#9DF39F" + }, + { + "index": 47, + "content": "Fallback", + "color": "#FB9A4B", + "newColor": "#9DF39F" + } + ], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [ + { + "index": 24, + "content": "COLOR", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 35, + "content": "SurfaceOutput", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 38, + "content": "Albedo", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + }, + { + "index": 47, + "content": "Fallback", + "color": "#FF9DA4", + "newColor": "#FFFFFF" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sql b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sql new file mode 100644 index 000000000..033eeab92 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sql @@ -0,0 +1,6 @@ +CREATE VIEW METRIC_STATS (ID, MONTH, TEMP_C, RAIN_C) AS +SELECT ID, +MONTH, +(TEMP_F - 32) * 5 /9, +RAIN_I * 0.3937 +FROM STATS; \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sql.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sql.result new file mode 100644 index 000000000..56ffcce43 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.sql.result @@ -0,0 +1,2550 @@ +{ + "abyss": [ + { + "content": "CREATE", + "color": "#225588", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "create.meta.sql", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "VIEW", + "color": "#225588", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "create.meta.sql", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "METRIC_STATS", + "color": "#DDBB88", + "_t": "create.entity.function.meta.name.sql", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": " (ID, MONTH, TEMP_C, RAIN_C) ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "AS", + "color": "#225588", + "_t": "alias.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "SELECT", + "color": "#225588", + "_t": "DML.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ID,", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "MONTH,", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(TEMP_F ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "keyword.math.operator.sql", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "32", + "color": "#F280D0", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ") ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "keyword.operator.sql.star", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#225588", + "_t": "keyword.math.operator.sql", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "9", + "color": "#F280D0", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "RAIN_I ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "keyword.operator.sql.star", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3937", + "color": "#F280D0", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "FROM", + "color": "#225588", + "_t": "DML.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " STATS;", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "CREATE", + "color": "#569CD6", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "create.meta.sql", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "VIEW", + "color": "#569CD6", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "create.meta.sql", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "METRIC_STATS", + "color": "#D4D4D4", + "_t": "create.entity.function.meta.name.sql", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " (ID, MONTH, TEMP_C, RAIN_C) ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "AS", + "color": "#569CD6", + "_t": "alias.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "SELECT", + "color": "#569CD6", + "_t": "DML.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ID,", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "MONTH,", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(TEMP_F ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "keyword.math.operator.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "32", + "color": "#B5CEA8", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "keyword.operator.sql.star", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "keyword.math.operator.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "9", + "color": "#B5CEA8", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "RAIN_I ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "keyword.operator.sql.star", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3937", + "color": "#B5CEA8", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "FROM", + "color": "#569CD6", + "_t": "DML.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " STATS;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "CREATE", + "color": "#0000FF", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "create.meta.sql", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "VIEW", + "color": "#0000FF", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "create.meta.sql", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "METRIC_STATS", + "color": "#000000", + "_t": "create.entity.function.meta.name.sql", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " (ID, MONTH, TEMP_C, RAIN_C) ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "AS", + "color": "#0000FF", + "_t": "alias.keyword.other.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "SELECT", + "color": "#0000FF", + "_t": "DML.keyword.other.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ID,", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "MONTH,", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(TEMP_F ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "keyword.math.operator.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "32", + "color": "#09885A", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "keyword.operator.sql.star", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "keyword.math.operator.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "9", + "color": "#09885A", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "RAIN_I ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "keyword.operator.sql.star", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ".", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3937", + "color": "#09885A", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "FROM", + "color": "#0000FF", + "_t": "DML.keyword.other.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " STATS;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "CREATE", + "color": "#569CD6", + "_t": "create.keyword.meta.other.sql", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "create.meta.sql", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "VIEW", + "color": "#569CD6", + "_t": "create.keyword.meta.other.sql", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "create.meta.sql", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "METRIC_STATS", + "color": "#FFFFFF", + "_t": "create.entity.function.meta.name.sql", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " (ID, MONTH, TEMP_C, RAIN_C) ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "AS", + "color": "#569CD6", + "_t": "alias.keyword.other.sql", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "SELECT", + "color": "#569CD6", + "_t": "DML.keyword.other.sql", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ID,", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "MONTH,", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(TEMP_F ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "keyword.math.operator.sql", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "32", + "color": "#B5CEA8", + "_t": "constant.numeric.sql", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "keyword.operator.sql.star", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.numeric.sql", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "keyword.math.operator.sql", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "9", + "color": "#B5CEA8", + "_t": "constant.numeric.sql", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "RAIN_I ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "keyword.operator.sql.star", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.numeric.sql", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3937", + "color": "#B5CEA8", + "_t": "constant.numeric.sql", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "FROM", + "color": "#569CD6", + "_t": "DML.keyword.other.sql", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " STATS;", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "CREATE", + "color": "#569CD6", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "create.meta.sql", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "VIEW", + "color": "#569CD6", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "create.meta.sql", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "METRIC_STATS", + "color": "#DCDCAA", + "_t": "create.entity.function.meta.name.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": " (ID, MONTH, TEMP_C, RAIN_C) ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "AS", + "color": "#569CD6", + "_t": "alias.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "SELECT", + "color": "#569CD6", + "_t": "DML.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ID,", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "MONTH,", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(TEMP_F ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "keyword.math.operator.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "32", + "color": "#B5CEA8", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "keyword.operator.sql.star", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "keyword.math.operator.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "9", + "color": "#B5CEA8", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "RAIN_I ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "keyword.operator.sql.star", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3937", + "color": "#B5CEA8", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "FROM", + "color": "#569CD6", + "_t": "DML.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " STATS;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "CREATE", + "color": "#0000FF", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "create.meta.sql", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "VIEW", + "color": "#0000FF", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "create.meta.sql", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "METRIC_STATS", + "color": "#795E26", + "_t": "create.entity.function.meta.name.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": " (ID, MONTH, TEMP_C, RAIN_C) ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "AS", + "color": "#0000FF", + "_t": "alias.keyword.other.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "SELECT", + "color": "#0000FF", + "_t": "DML.keyword.other.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ID,", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "MONTH,", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(TEMP_F ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "keyword.math.operator.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "32", + "color": "#09885A", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "keyword.operator.sql.star", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "keyword.math.operator.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "9", + "color": "#09885A", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ",", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "RAIN_I ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "keyword.operator.sql.star", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ".", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3937", + "color": "#09885A", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "FROM", + "color": "#0000FF", + "_t": "DML.keyword.other.sql", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " STATS;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "CREATE", + "color": "#98676A", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "create.meta.sql", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "VIEW", + "color": "#98676A", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "create.meta.sql", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "METRIC_STATS", + "color": "#8AB1B0", + "_t": "create.entity.function.meta.name.sql", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": " (ID, MONTH, TEMP_C, RAIN_C) ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "AS", + "color": "#98676A", + "_t": "alias.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "SELECT", + "color": "#98676A", + "_t": "DML.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ID,", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "MONTH,", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(TEMP_F ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "keyword.math.operator.sql", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "32", + "color": "#F79A32", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ") ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "keyword.operator.sql.star", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "keyword.math.operator.sql", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "9", + "color": "#F79A32", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "RAIN_I ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "keyword.operator.sql.star", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "3937", + "color": "#F79A32", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "FROM", + "color": "#98676A", + "_t": "DML.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " STATS;", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "CREATE", + "color": "#F92672", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "create.meta.sql", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "VIEW", + "color": "#F92672", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "create.meta.sql", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "METRIC_STATS", + "color": "#A6E22E", + "_t": "create.entity.function.meta.name.sql", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": " (ID, MONTH, TEMP_C, RAIN_C) ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "AS", + "color": "#F92672", + "_t": "alias.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "SELECT", + "color": "#F92672", + "_t": "DML.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ID,", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "MONTH,", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(TEMP_F ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "keyword.math.operator.sql", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "32", + "color": "#AE81FF", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ") ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "keyword.operator.sql.star", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#F92672", + "_t": "keyword.math.operator.sql", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "9", + "color": "#AE81FF", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "RAIN_I ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "keyword.operator.sql.star", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3937", + "color": "#AE81FF", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "FROM", + "color": "#F92672", + "_t": "DML.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " STATS;", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "CREATE", + "color": "#676867", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "create.meta.sql", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "VIEW", + "color": "#676867", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "create.meta.sql", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "METRIC_STATS", + "color": "#CE6700", + "_t": "create.entity.function.meta.name.sql", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": " (ID, MONTH, TEMP_C, RAIN_C) ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "AS", + "color": "#676867", + "_t": "alias.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "SELECT", + "color": "#D0B344", + "_t": "DML.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.other.DML.sql rgb(208, 179, 68)" + }, + { + "content": " ID,", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "MONTH,", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(TEMP_F ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "keyword.math.operator.sql", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "32", + "color": "#6089B4", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ") ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "keyword.operator.sql.star", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/", + "color": "#676867", + "_t": "keyword.math.operator.sql", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "9", + "color": "#6089B4", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "RAIN_I ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "keyword.operator.sql.star", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3937", + "color": "#6089B4", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "FROM", + "color": "#D0B344", + "_t": "DML.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.other.DML.sql rgb(208, 179, 68)" + }, + { + "content": " STATS;", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "CREATE", + "color": "#4B83CD", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "create.meta.sql", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "VIEW", + "color": "#4B83CD", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "create.meta.sql", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "METRIC_STATS", + "color": "#AA3731", + "_t": "create.entity.function.meta.name.sql", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": " (ID, MONTH, TEMP_C, RAIN_C) ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "AS", + "color": "#4B83CD", + "_t": "alias.keyword.other.sql", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "SELECT", + "color": "#4B83CD", + "_t": "DML.keyword.other.sql", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ID,", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "MONTH,", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(TEMP_F ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "keyword.math.operator.sql", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "32", + "color": "#AB6526", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ") ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "keyword.operator.sql.star", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "5", + "color": "#AB6526", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/", + "color": "#777777", + "_t": "keyword.math.operator.sql", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "9", + "color": "#AB6526", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ",", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "RAIN_I ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "keyword.operator.sql.star", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "3937", + "color": "#AB6526", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "FROM", + "color": "#4B83CD", + "_t": "DML.keyword.other.sql", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " STATS;", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + } + ], + "red": [ + { + "content": "CREATE", + "color": "#F12727", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "create.meta.sql", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "VIEW", + "color": "#F12727", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "create.meta.sql", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "METRIC_STATS", + "color": "#FEC758", + "_t": "create.entity.function.meta.name.sql", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " (ID, MONTH, TEMP_C, RAIN_C) ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "AS", + "color": "#F12727", + "_t": "alias.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "SELECT", + "color": "#F12727", + "_t": "DML.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ID,", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "MONTH,", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(TEMP_F ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "keyword.math.operator.sql", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "32", + "color": "#994646", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ") ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "keyword.operator.sql.star", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "5", + "color": "#994646", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/", + "color": "#F12727", + "_t": "keyword.math.operator.sql", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "9", + "color": "#994646", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "RAIN_I ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "keyword.operator.sql.star", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3937", + "color": "#994646", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "FROM", + "color": "#F12727", + "_t": "DML.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " STATS;", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "CREATE", + "color": "#859900", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "create.meta.sql", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "VIEW", + "color": "#859900", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "create.meta.sql", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "METRIC_STATS", + "color": "#268BD2", + "_t": "create.entity.function.meta.name.sql", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " (ID, MONTH, TEMP_C, RAIN_C) ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "AS", + "color": "#859900", + "_t": "alias.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "SELECT", + "color": "#859900", + "_t": "DML.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ID,", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "MONTH,", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(TEMP_F ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "keyword.math.operator.sql", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "32", + "color": "#D33682", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ") ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "keyword.operator.sql.star", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/", + "color": "#859900", + "_t": "keyword.math.operator.sql", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "9", + "color": "#D33682", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "RAIN_I ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "keyword.operator.sql.star", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3937", + "color": "#D33682", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "FROM", + "color": "#859900", + "_t": "DML.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " STATS;", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "CREATE", + "color": "#859900", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "create.meta.sql", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "VIEW", + "color": "#859900", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "create.meta.sql", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "METRIC_STATS", + "color": "#268BD2", + "_t": "create.entity.function.meta.name.sql", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": " (ID, MONTH, TEMP_C, RAIN_C) ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "AS", + "color": "#859900", + "_t": "alias.keyword.other.sql", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "SELECT", + "color": "#859900", + "_t": "DML.keyword.other.sql", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ID,", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "MONTH,", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(TEMP_F ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "keyword.math.operator.sql", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "32", + "color": "#D33682", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ") ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "keyword.operator.sql.star", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#859900", + "_t": "keyword.math.operator.sql", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "9", + "color": "#D33682", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "RAIN_I ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "keyword.operator.sql.star", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3937", + "color": "#D33682", + "_t": "constant.numeric.sql", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "FROM", + "color": "#859900", + "_t": "DML.keyword.other.sql", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " STATS;", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "CREATE", + "color": "#EBBBFF", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "create.meta.sql", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "VIEW", + "color": "#EBBBFF", + "_t": "create.keyword.meta.other.sql", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "create.meta.sql", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "METRIC_STATS", + "color": "#BBDAFF", + "_t": "create.entity.function.meta.name.sql", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": " (ID, MONTH, TEMP_C, RAIN_C) ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "AS", + "color": "#EBBBFF", + "_t": "alias.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "SELECT", + "color": "#EBBBFF", + "_t": "DML.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ID,", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "MONTH,", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(TEMP_F ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#99FFFF", + "_t": "keyword.math.operator.sql", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "32", + "color": "#FFC58F", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "keyword.operator.sql.star", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#99FFFF", + "_t": "keyword.math.operator.sql", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "9", + "color": "#FFC58F", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "RAIN_I ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#99FFFF", + "_t": "keyword.operator.sql.star", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "3937", + "color": "#FFC58F", + "_t": "constant.numeric.sql", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "FROM", + "color": "#EBBBFF", + "_t": "DML.keyword.other.sql", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " STATS;", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.swift b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.swift new file mode 100644 index 000000000..8b6ce3b50 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.swift @@ -0,0 +1,10 @@ +var teamScore = 0 +var greeting = "Hello!" +func hasAnyMatches(list: [Int], condition: (Int) -> Bool) -> Bool { + for item in list { + if condition(item) { + return true + } + } + return false +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.swift.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.swift.result new file mode 100644 index 000000000..5e7979b12 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.swift.result @@ -0,0 +1,3558 @@ +{ + "abyss": [ + { + "content": "var", + "color": "#225588", + "_t": "declaration.keyword.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " teamScore ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "keyword.operator.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "constant.numeric.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "var", + "color": "#225588", + "_t": "declaration.keyword.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " greeting ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "keyword.operator.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.punctuation.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Hello!", + "color": "#22AA44", + "_t": "double.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.punctuation.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "func", + "color": "#9966B8", + "_t": "function.meta.storage.swift.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "hasAnyMatches", + "color": "#DDBB88", + "_t": "entity.function.meta.name.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.definition.function.meta.parameters.punctuation.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "list: [Int], condition: (Int", + "color": "#6688CC", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "definition.end.function.meta.parameters.punctuation.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "->", + "color": "#6688CC", + "_t": "function.meta.punctuation.return-type.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "function.meta.return-type.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Bool) -> Bool ", + "color": "#FFEEBB", + "_t": "class.entity.function.meta.name.return-type.swift.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " item ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "in", + "color": "#225588", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " list {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " condition(item) {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "true", + "color": "#225588", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " }", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " }", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "false", + "color": "#225588", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "var", + "color": "#569CD6", + "_t": "declaration.keyword.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " teamScore ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "keyword.operator.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.numeric.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "declaration.keyword.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " greeting ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "keyword.operator.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.punctuation.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Hello!", + "color": "#CE9178", + "_t": "double.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.punctuation.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "func", + "color": "#569CD6", + "_t": "function.meta.storage.swift.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.swift", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "hasAnyMatches", + "color": "#D4D4D4", + "_t": "entity.function.meta.name.swift", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.swift", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "list: [Int], condition: (Int", + "color": "#D4D4D4", + "_t": "function.meta.swift", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.swift", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.swift", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "function.meta.punctuation.return-type.swift", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.return-type.swift", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Bool) -> Bool ", + "color": "#D4D4D4", + "_t": "class.entity.function.meta.name.return-type.swift.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " item ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#569CD6", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " list {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " condition(item) {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "var", + "color": "#0000FF", + "_t": "declaration.keyword.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " teamScore ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "keyword.operator.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.numeric.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "declaration.keyword.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " greeting ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "keyword.operator.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.punctuation.quoted.string.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Hello!", + "color": "#A31515", + "_t": "double.quoted.string.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.punctuation.quoted.string.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "func", + "color": "#0000FF", + "_t": "function.meta.storage.swift.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.swift", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "hasAnyMatches", + "color": "#000000", + "_t": "entity.function.meta.name.swift", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.swift", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "list: [Int], condition: (Int", + "color": "#000000", + "_t": "function.meta.swift", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.swift", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.swift", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "->", + "color": "#000000", + "_t": "function.meta.punctuation.return-type.swift", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.return-type.swift", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Bool) -> Bool ", + "color": "#000000", + "_t": "class.entity.function.meta.name.return-type.swift.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " item ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#0000FF", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " list {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " condition(item) {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "true", + "color": "#0000FF", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "false", + "color": "#0000FF", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "var", + "color": "#569CD6", + "_t": "declaration.keyword.swift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " teamScore ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "keyword.operator.swift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.numeric.swift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "declaration.keyword.swift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " greeting ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "keyword.operator.swift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.punctuation.quoted.string.swift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Hello!", + "color": "#CE9178", + "_t": "double.quoted.string.swift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.punctuation.quoted.string.swift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "func", + "color": "#569CD6", + "_t": "function.meta.storage.swift.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.swift", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "hasAnyMatches", + "color": "#FFFFFF", + "_t": "entity.function.meta.name.swift", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.swift", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "list: [Int], condition: (Int", + "color": "#FFFFFF", + "_t": "function.meta.swift", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.swift", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.swift", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "->", + "color": "#FFFFFF", + "_t": "function.meta.punctuation.return-type.swift", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.return-type.swift", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Bool) -> Bool ", + "color": "#FFFFFF", + "_t": "class.entity.function.meta.name.return-type.swift.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "keyword.statement.swift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " item ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#569CD6", + "_t": "keyword.statement.swift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " list {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "keyword.statement.swift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " condition(item) {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "keyword.statement.swift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "expressions-and-types.keyword.swift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "keyword.statement.swift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "expressions-and-types.keyword.swift", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "var", + "color": "#569CD6", + "_t": "declaration.keyword.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " teamScore ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "keyword.operator.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "constant.numeric.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "declaration.keyword.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " greeting ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "keyword.operator.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.punctuation.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Hello!", + "color": "#CE9178", + "_t": "double.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.punctuation.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "func", + "color": "#569CD6", + "_t": "function.meta.storage.swift.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.swift", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "hasAnyMatches", + "color": "#DCDCAA", + "_t": "entity.function.meta.name.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.definition.function.meta.parameters.punctuation.swift", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "list: [Int], condition: (Int", + "color": "#D4D4D4", + "_t": "function.meta.swift", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "definition.end.function.meta.parameters.punctuation.swift", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "function.meta.swift", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "->", + "color": "#4EC9B0", + "_t": "function.meta.punctuation.return-type.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#4EC9B0", + "_t": "function.meta.return-type.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return-type rgb(78, 201, 176)" + }, + { + "content": "Bool) -> Bool ", + "color": "#4EC9B0", + "_t": "class.entity.function.meta.name.return-type.swift.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " item ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "in", + "color": "#569CD6", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " list {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " condition(item) {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " }", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword rgb(86, 156, 214)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "var", + "color": "#0000FF", + "_t": "declaration.keyword.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " teamScore ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "keyword.operator.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "constant.numeric.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "declaration.keyword.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " greeting ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "keyword.operator.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.punctuation.quoted.string.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Hello!", + "color": "#A31515", + "_t": "double.quoted.string.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.punctuation.quoted.string.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "func", + "color": "#0000FF", + "_t": "function.meta.storage.swift.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.swift", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "hasAnyMatches", + "color": "#795E26", + "_t": "entity.function.meta.name.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.definition.function.meta.parameters.punctuation.swift", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "list: [Int], condition: (Int", + "color": "#000000", + "_t": "function.meta.swift", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "definition.end.function.meta.parameters.punctuation.swift", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "function.meta.swift", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "->", + "color": "#267F99", + "_t": "function.meta.punctuation.return-type.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#267F99", + "_t": "function.meta.return-type.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return-type rgb(38, 127, 153)" + }, + { + "content": "Bool) -> Bool ", + "color": "#267F99", + "_t": "class.entity.function.meta.name.return-type.swift.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " item ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "in", + "color": "#0000FF", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " list {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " condition(item) {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "true", + "color": "#0000FF", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " }", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "false", + "color": "#0000FF", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword rgb(0, 0, 255)" + }, + { + "content": "}", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "var", + "color": "#98676A", + "_t": "declaration.keyword.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " teamScore ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "keyword.operator.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "constant.numeric.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "declaration.keyword.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " greeting ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "keyword.operator.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.punctuation.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Hello!", + "color": "#889B4A", + "_t": "double.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.punctuation.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "func", + "color": "#98676A", + "_t": "function.meta.storage.swift.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "hasAnyMatches", + "color": "#8AB1B0", + "_t": "entity.function.meta.name.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.definition.function.meta.parameters.punctuation.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "list: [Int], condition: (Int", + "color": "#D3AF86", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "definition.end.function.meta.parameters.punctuation.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "->", + "color": "#D3AF86", + "_t": "function.meta.punctuation.return-type.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "function.meta.return-type.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Bool) -> Bool ", + "color": "#F06431", + "_t": "class.entity.function.meta.name.return-type.swift.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " item ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "in", + "color": "#98676A", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " list {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " condition(item) {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "true", + "color": "#98676A", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " }", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " }", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "false", + "color": "#98676A", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword rgb(152, 103, 106)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "var", + "color": "#F92672", + "_t": "declaration.keyword.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " teamScore ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "keyword.operator.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "constant.numeric.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "var", + "color": "#F92672", + "_t": "declaration.keyword.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " greeting ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "keyword.operator.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.punctuation.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Hello!", + "color": "#E6DB74", + "_t": "double.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.punctuation.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "func", + "color": "#66D9EF", + "_t": "function.meta.storage.swift.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "hasAnyMatches", + "color": "#A6E22E", + "_t": "entity.function.meta.name.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.definition.function.meta.parameters.punctuation.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "list: [Int], condition: (Int", + "color": "#F8F8F2", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "definition.end.function.meta.parameters.punctuation.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "->", + "color": "#F8F8F2", + "_t": "function.meta.punctuation.return-type.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "function.meta.return-type.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Bool) -> Bool ", + "color": "#A6E22E", + "_t": "class.entity.function.meta.name.return-type.swift.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " item ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "in", + "color": "#F92672", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " list {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " condition(item) {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "true", + "color": "#F92672", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " }", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " }", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "false", + "color": "#F92672", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "var", + "color": "#676867", + "_t": "declaration.keyword.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " teamScore ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "keyword.operator.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "constant.numeric.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "var", + "color": "#676867", + "_t": "declaration.keyword.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " greeting ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "keyword.operator.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.punctuation.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Hello!", + "color": "#9AA83A", + "_t": "double.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.punctuation.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "func", + "color": "#9872A2", + "_t": "function.meta.storage.swift.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "hasAnyMatches", + "color": "#CE6700", + "_t": "entity.function.meta.name.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.definition.function.meta.parameters.punctuation.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "list: [Int], condition: (Int", + "color": "#C5C8C6", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "definition.end.function.meta.parameters.punctuation.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "->", + "color": "#C5C8C6", + "_t": "function.meta.punctuation.return-type.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "function.meta.return-type.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Bool) -> Bool ", + "color": "#9B0000", + "_t": "class.entity.function.meta.name.return-type.swift.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#676867", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " item ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "in", + "color": "#676867", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " list {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#676867", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " condition(item) {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#676867", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "true", + "color": "#676867", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " }", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " }", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#676867", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "false", + "color": "#676867", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "var", + "color": "#4B83CD", + "_t": "declaration.keyword.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " teamScore ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "keyword.operator.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "constant.numeric.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "var", + "color": "#4B83CD", + "_t": "declaration.keyword.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " greeting ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "keyword.operator.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.punctuation.quoted.string.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Hello!", + "color": "#448C27", + "_t": "double.quoted.string.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.punctuation.quoted.string.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "func", + "color": "#7A3E9D", + "_t": "function.meta.storage.swift.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "hasAnyMatches", + "color": "#AA3731", + "_t": "entity.function.meta.name.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.definition.function.meta.parameters.punctuation.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "list: [Int], condition: (Int", + "color": "#333333", + "_t": "function.meta.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ")", + "color": "#777777", + "_t": "definition.end.function.meta.parameters.punctuation.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "->", + "color": "#777777", + "_t": "function.meta.punctuation.return-type.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "function.meta.return-type.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Bool) -> Bool ", + "color": "#7A3E9D", + "_t": "class.entity.function.meta.name.return-type.swift.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": "{", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " item ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "in", + "color": "#4B83CD", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " list {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " condition(item) {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "true", + "color": "#4B83CD", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " }", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " }", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "false", + "color": "#4B83CD", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "}", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + } + ], + "red": [ + { + "content": "var", + "color": "#F12727", + "_t": "declaration.keyword.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " teamScore ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "keyword.operator.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "constant.numeric.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "var", + "color": "#F12727", + "_t": "declaration.keyword.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " greeting ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "keyword.operator.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.punctuation.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Hello!", + "color": "#CD8D8D", + "_t": "double.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.punctuation.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "func", + "color": "#FF6262", + "_t": "function.meta.storage.swift.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "hasAnyMatches", + "color": "#FEC758", + "_t": "entity.function.meta.name.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.definition.function.meta.parameters.punctuation.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "list: [Int], condition: (Int", + "color": "#F8F8F8", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "definition.end.function.meta.parameters.punctuation.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "->", + "color": "#F8F8F8", + "_t": "function.meta.punctuation.return-type.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "function.meta.return-type.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Bool) -> Bool ", + "color": "#FEC758", + "_t": "class.entity.function.meta.name.return-type.swift.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " item ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "in", + "color": "#F12727", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " list {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " condition(item) {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "true", + "color": "#F12727", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " }", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " }", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "false", + "color": "#F12727", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "var", + "color": "#859900", + "_t": "declaration.keyword.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " teamScore ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "keyword.operator.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.numeric.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "var", + "color": "#859900", + "_t": "declaration.keyword.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " greeting ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "keyword.operator.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.punctuation.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Hello!", + "color": "#2AA198", + "_t": "double.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.punctuation.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "func", + "color": "#93A1A1", + "_t": "function.meta.storage.swift.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "hasAnyMatches", + "color": "#268BD2", + "_t": "entity.function.meta.name.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.definition.function.meta.parameters.punctuation.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "list: [Int], condition: (Int", + "color": "#93A1A1", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "definition.end.function.meta.parameters.punctuation.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "->", + "color": "#93A1A1", + "_t": "function.meta.punctuation.return-type.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "function.meta.return-type.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Bool) -> Bool ", + "color": "#CB4B16", + "_t": "class.entity.function.meta.name.return-type.swift.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " item ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "in", + "color": "#859900", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " list {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " condition(item) {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "true", + "color": "#859900", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " }", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " }", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "false", + "color": "#859900", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "var", + "color": "#859900", + "_t": "declaration.keyword.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " teamScore ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "keyword.operator.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "constant.numeric.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "var", + "color": "#859900", + "_t": "declaration.keyword.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " greeting ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "keyword.operator.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.punctuation.quoted.string.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Hello!", + "color": "#2AA198", + "_t": "double.quoted.string.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.punctuation.quoted.string.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "func", + "color": "#073642", + "_t": "function.meta.storage.swift.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "hasAnyMatches", + "color": "#268BD2", + "_t": "entity.function.meta.name.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.definition.function.meta.parameters.punctuation.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "list: [Int], condition: (Int", + "color": "#586E75", + "_t": "function.meta.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "definition.end.function.meta.parameters.punctuation.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "->", + "color": "#586E75", + "_t": "function.meta.punctuation.return-type.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "function.meta.return-type.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Bool) -> Bool ", + "color": "#268BD2", + "_t": "class.entity.function.meta.name.return-type.swift.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " item ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "in", + "color": "#859900", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " list {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " condition(item) {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "true", + "color": "#859900", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " }", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " }", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "keyword.statement.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "false", + "color": "#859900", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "var", + "color": "#EBBBFF", + "_t": "declaration.keyword.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " teamScore ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "keyword.operator.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "constant.numeric.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "declaration.keyword.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " greeting ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "keyword.operator.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.punctuation.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Hello!", + "color": "#D1F1A9", + "_t": "double.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.punctuation.quoted.string.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "func", + "color": "#EBBBFF", + "_t": "function.meta.storage.swift.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "hasAnyMatches", + "color": "#BBDAFF", + "_t": "entity.function.meta.name.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.definition.function.meta.parameters.punctuation.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "list: [Int], condition: (Int", + "color": "#FFFFFF", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "definition.end.function.meta.parameters.punctuation.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "->", + "color": "#FFFFFF", + "_t": "function.meta.punctuation.return-type.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "function.meta.return-type.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Bool) -> Bool ", + "color": "#FFEEAD", + "_t": "class.entity.function.meta.name.return-type.swift.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " item ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "in", + "color": "#EBBBFF", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " list {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " condition(item) {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "true", + "color": "#EBBBFF", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " }", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "keyword.statement.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "false", + "color": "#EBBBFF", + "_t": "expressions-and-types.keyword.swift", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.swift.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.swift.result.patch new file mode 100644 index 000000000..afaac04eb --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.swift.result.patch @@ -0,0 +1,16 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [], + "red": [], + "solarized_dark": [], + "solarized_light": [], + "tomorrow_night_blue": [] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ts b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ts new file mode 100644 index 000000000..b9c80efd3 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ts @@ -0,0 +1,111 @@ +/* Game of Life + * Implemented in TypeScript + * To learn more about TypeScript, please visit http://www.typescriptlang.org/ + */ + +module Conway { + + export class Cell { + public row: number; + public col: number; + public live: boolean; + + constructor(row: number, col: number, live: boolean) { + this.row = row; + this.col = col; + this.live = live + } + } + + export class GameOfLife { + private gridSize: number; + private canvasSize: number; + private lineColor: string; + private liveColor: string; + private deadColor: string; + private initialLifeProbability: number; + private animationRate: number; + private cellSize: number; + private world; + + + constructor() { + this.gridSize = 50; + this.canvasSize = 600; + this.lineColor = '#cdcdcd'; + this.liveColor = '#666'; + this.deadColor = '#eee'; + this.initialLifeProbability = 0.5; + this.animationRate = 60; + this.cellSize = 0; + this.world = this.createWorld(); + this.circleOfLife(); + } + + public createWorld() { + return this.travelWorld( (cell : Cell) => { + cell.live = Math.random() < this.initialLifeProbability; + return cell; + }); + } + + public circleOfLife() : void { + this.world = this.travelWorld( (cell: Cell) => { + cell = this.world[cell.row][cell.col]; + this.draw(cell); + return this.resolveNextGeneration(cell); + }); + setTimeout( () => {this.circleOfLife()}, this.animationRate); + } + + public resolveNextGeneration(cell : Cell) { + var count = this.countNeighbors(cell); + var newCell = new Cell(cell.row, cell.col, cell.live); + if(count < 2 || count > 3) newCell.live = false; + else if(count == 3) newCell.live = true; + return newCell; + } + + public countNeighbors(cell : Cell) { + var neighbors = 0; + for(var row = -1; row <=1; row++) { + for(var col = -1; col <= 1; col++) { + if(row == 0 && col == 0) continue; + if(this.isAlive(cell.row + row, cell.col + col)) { + neighbors++; + } + } + } + return neighbors; + } + + public isAlive(row : number, col : number) { + if(row < 0 || col < 0 || row >= this.gridSize || col >= this.gridSize) return false; + return this.world[row][col].live; + } + + public travelWorld(callback) { + var result = []; + for(var row = 0; row < this.gridSize; row++) { + var rowData = []; + for(var col = 0; col < this.gridSize; col++) { + rowData.push(callback(new Cell(row, col, false))); + } + result.push(rowData); + } + return result; + } + + public draw(cell : Cell) { + if(this.cellSize == 0) this.cellSize = this.canvasSize/this.gridSize; + + this.context.strokeStyle = this.lineColor; + this.context.strokeRect(cell.row * this.cellSize, cell.col*this.cellSize, this.cellSize, this.cellSize); + this.context.fillStyle = cell.live ? this.liveColor : this.deadColor; + this.context.fillRect(cell.row * this.cellSize, cell.col*this.cellSize, this.cellSize, this.cellSize); + } + + } +} + +var game = new Conway.GameOfLife(); diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ts.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ts.result new file mode 100644 index 000000000..3e9db06cd --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ts.result @@ -0,0 +1,87222 @@ +{ + "abyss": [ + { + "content": "/*", + "color": "#223355", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Game of Life", + "color": "#223355", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " * Implemented in TypeScript", + "color": "#223355", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " * To learn more about TypeScript, please visit http://www.typescriptlang.org/", + "color": "#223355", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#223355", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "*/", + "color": "#223355", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "module", + "color": "#9966B8", + "_t": "declaration.meta.namespace.storage.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Conway", + "color": "#6688CC", + "_t": "declaration.entity.meta.module.name.namespace.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "export", + "color": "#225588", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#9966B8", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Cell", + "color": "#FFEEBB", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "public", + "color": "#225588", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "number", + "color": "#9966B8", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "public", + "color": "#225588", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "number", + "color": "#9966B8", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "public", + "color": "#225588", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "live", + "color": "#6688CC", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "boolean", + "color": "#9966B8", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "constructor", + "color": "#9966B8", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#2277FF", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "number", + "color": "#9966B8", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#2277FF", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "number", + "color": "#9966B8", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "live", + "color": "#2277FF", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "boolean", + "color": "#9966B8", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "live", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "live", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "export", + "color": "#225588", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "class", + "color": "#9966B8", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "GameOfLife", + "color": "#FFEEBB", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "private", + "color": "#225588", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "gridSize", + "color": "#6688CC", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "number", + "color": "#9966B8", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "private", + "color": "#225588", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "canvasSize", + "color": "#6688CC", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "number", + "color": "#9966B8", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "private", + "color": "#225588", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "lineColor", + "color": "#6688CC", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "string", + "color": "#9966B8", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "private", + "color": "#225588", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "liveColor", + "color": "#6688CC", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "string", + "color": "#9966B8", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "private", + "color": "#225588", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "deadColor", + "color": "#6688CC", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "string", + "color": "#9966B8", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "private", + "color": "#225588", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "initialLifeProbability", + "color": "#6688CC", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "number", + "color": "#9966B8", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "private", + "color": "#225588", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "animationRate", + "color": "#6688CC", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "number", + "color": "#9966B8", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "private", + "color": "#225588", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cellSize", + "color": "#6688CC", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "number", + "color": "#9966B8", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "private", + "color": "#225588", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "world", + "color": "#6688CC", + "_t": "block.class.meta.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "constructor", + "color": "#9966B8", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "gridSize", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "50", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "canvasSize", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "600", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "lineColor", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "#cdcdcd", + "color": "#22AA44", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "liveColor", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "#666", + "color": "#22AA44", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "deadColor", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "#eee", + "color": "#22AA44", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "initialLifeProbability", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ".", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.delimiter.meta.method.numeric.period.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "5", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "animationRate", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "60", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cellSize", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "world", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "createWorld", + "color": "#DDBB88", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "circleOfLife", + "color": "#DDBB88", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "public", + "color": "#225588", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "createWorld", + "color": "#DDBB88", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "travelWorld", + "color": "#DDBB88", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#2277FF", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Cell", + "color": "#FFEEBB", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=>", + "color": "#9966B8", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "live", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Math", + "color": "#9966B8", + "_t": "arrow.block.class.constant.declaration.math.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "random", + "color": "#9966B8", + "_t": "arrow.block.class.declaration.function.math.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "arrow.block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "initialLifeProbability", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "public", + "color": "#225588", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "circleOfLife", + "color": "#DDBB88", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.return.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "void", + "color": "#9966B8", + "_t": "block.class.declaration.meta.method.primitive.return.support.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "world", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "travelWorld", + "color": "#DDBB88", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#2277FF", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Cell", + "color": "#FFEEBB", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=>", + "color": "#9966B8", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "world", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#6688CC", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "][", + "color": "#6688CC", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#6688CC", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "draw", + "color": "#DDBB88", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "resolveNextGeneration", + "color": "#DDBB88", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "setTimeout", + "color": "#9966B8", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=>", + "color": "#9966B8", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "circleOfLife", + "color": "#DDBB88", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "animationRate", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "public", + "color": "#225588", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "resolveNextGeneration", + "color": "#DDBB88", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#2277FF", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Cell", + "color": "#FFEEBB", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "count", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.expr.language.meta.method.this.ts.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.expr.meta.method.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "countNeighbors", + "color": "#DDBB88", + "_t": "block.class.declaration.entity.expr.function.meta.method.name.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "newCell", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "new", + "color": "#225588", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Cell", + "color": "#FFEEBB", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "live", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "count", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "||", + "color": "#225588", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "count", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">", + "color": "#225588", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "newCell", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "live", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "false", + "color": "#F280D0", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "else", + "color": "#225588", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "count", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "==", + "color": "#225588", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "3", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "newCell", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "live", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "true", + "color": "#F280D0", + "_t": "block.boolean.class.constant.declaration.language.meta.method.true.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "newCell", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "public", + "color": "#225588", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "countNeighbors", + "color": "#DDBB88", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#2277FF", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Cell", + "color": "#FFEEBB", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "neighbors", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<=", + "color": "#225588", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "++", + "color": "#225588", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "-", + "color": "#225588", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<=", + "color": "#225588", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "++", + "color": "#225588", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "==", + "color": "#225588", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "&&", + "color": "#225588", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "==", + "color": "#225588", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "continue", + "color": "#225588", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "isAlive", + "color": "#DDBB88", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "))", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "neighbors", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "++", + "color": "#225588", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "neighbors", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "public", + "color": "#225588", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "isAlive", + "color": "#DDBB88", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#2277FF", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "number", + "color": "#9966B8", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#2277FF", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "number", + "color": "#9966B8", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "||", + "color": "#225588", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "||", + "color": "#225588", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">=", + "color": "#225588", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "gridSize", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "||", + "color": "#225588", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">=", + "color": "#225588", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "gridSize", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "false", + "color": "#F280D0", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "world", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "][", + "color": "#6688CC", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "live", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "public", + "color": "#225588", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "travelWorld", + "color": "#DDBB88", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "callback", + "color": "#2277FF", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "result", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[]", + "color": "#6688CC", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "gridSize", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "++", + "color": "#225588", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "rowData", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[]", + "color": "#6688CC", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "gridSize", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "++", + "color": "#225588", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "rowData", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "push", + "color": "#9966B8", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "callback", + "color": "#DDBB88", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "new", + "color": "#225588", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Cell", + "color": "#FFEEBB", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "false", + "color": "#F280D0", + "_t": "block.boolean.class.constant.declaration.expr.false.language.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.language rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "))", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "result", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "push", + "color": "#9966B8", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.class rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "rowData", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "return", + "color": "#225588", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "result", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "public", + "color": "#225588", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "draw", + "color": "#DDBB88", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#2277FF", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.variable.parameter rgb(34, 119, 255)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Cell", + "color": "#FFEEBB", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.type.class rgb(255, 238, 187)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cellSize", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "==", + "color": "#225588", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "0", + "color": "#F280D0", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cellSize", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "canvasSize", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#225588", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "gridSize", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "context", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "strokeStyle", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "lineColor", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "context", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "strokeRect", + "color": "#DDBB88", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cellSize", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cellSize", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cellSize", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cellSize", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "context", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fillStyle", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "live", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "?", + "color": "#225588", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "liveColor", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ":", + "color": "#225588", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "deadColor", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "context", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "fillRect", + "color": "#DDBB88", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cellSize", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cell", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "col", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cellSize", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cellSize", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "this", + "color": "#6688CC", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "cellSize", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t\t", + "color": "#6688CC", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\t", + "color": "#6688CC", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "var", + "color": "#9966B8", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "game", + "color": "#6688CC", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "new", + "color": "#225588", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "expr.meta.new.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Conway", + "color": "#6688CC", + "_t": "entity.expr.meta.module.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ".", + "color": "#6688CC", + "_t": "accessor.expr.meta.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "GameOfLife", + "color": "#6688CC", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "()", + "color": "#6688CC", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Game of Life", + "color": "#608B4E", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " * Implemented in TypeScript", + "color": "#608B4E", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " * To learn more about TypeScript, please visit http://www.typescriptlang.org/", + "color": "#608B4E", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "module", + "color": "#569CD6", + "_t": "declaration.meta.namespace.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Conway", + "color": "#D4D4D4", + "_t": "declaration.entity.meta.module.name.namespace.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "export", + "color": "#569CD6", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Cell", + "color": "#D4D4D4", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#D4D4D4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "boolean", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "constructor", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "boolean", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "export", + "color": "#569CD6", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "GameOfLife", + "color": "#D4D4D4", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gridSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "canvasSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "lineColor", + "color": "#D4D4D4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "string", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "liveColor", + "color": "#D4D4D4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "string", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "deadColor", + "color": "#D4D4D4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "string", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "initialLifeProbability", + "color": "#D4D4D4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "animationRate", + "color": "#D4D4D4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "world", + "color": "#D4D4D4", + "_t": "block.class.meta.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "constructor", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gridSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "50", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "canvasSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "600", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "lineColor", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#cdcdcd", + "color": "#CE9178", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "liveColor", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#666", + "color": "#CE9178", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "deadColor", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#eee", + "color": "#CE9178", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "initialLifeProbability", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ".", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.delimiter.meta.method.numeric.period.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "animationRate", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "60", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "world", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "createWorld", + "color": "#D4D4D4", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "circleOfLife", + "color": "#D4D4D4", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "createWorld", + "color": "#D4D4D4", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "travelWorld", + "color": "#D4D4D4", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Cell", + "color": "#D4D4D4", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Math", + "color": "#D4D4D4", + "_t": "arrow.block.class.constant.declaration.math.meta.method.support.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "random", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.function.math.meta.method.support.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "initialLifeProbability", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "circleOfLife", + "color": "#D4D4D4", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.return.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "void", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.primitive.return.support.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "world", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "travelWorld", + "color": "#D4D4D4", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Cell", + "color": "#D4D4D4", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "world", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "][", + "color": "#D4D4D4", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "draw", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "resolveNextGeneration", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "setTimeout", + "color": "#D4D4D4", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "circleOfLife", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "animationRate", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "resolveNextGeneration", + "color": "#D4D4D4", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Cell", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "count", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.expr.language.meta.method.this.ts.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.expr.meta.method.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "countNeighbors", + "color": "#D4D4D4", + "_t": "block.class.declaration.entity.expr.function.meta.method.name.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "newCell", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Cell", + "color": "#D4D4D4", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "count", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "count", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "newCell", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "count", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "newCell", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "block.boolean.class.constant.declaration.language.meta.method.true.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "newCell", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "countNeighbors", + "color": "#D4D4D4", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Cell", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "neighbors", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&&", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "continue", + "color": "#569CD6", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "isAlive", + "color": "#D4D4D4", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "neighbors", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "neighbors", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "isAlive", + "color": "#D4D4D4", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">=", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gridSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">=", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gridSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "world", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "][", + "color": "#D4D4D4", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "travelWorld", + "color": "#D4D4D4", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "callback", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "result", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[]", + "color": "#D4D4D4", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gridSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "rowData", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[]", + "color": "#D4D4D4", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gridSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "rowData", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "push", + "color": "#D4D4D4", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "callback", + "color": "#D4D4D4", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Cell", + "color": "#D4D4D4", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "block.boolean.class.constant.declaration.expr.false.language.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "result", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "push", + "color": "#D4D4D4", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "rowData", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "result", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "draw", + "color": "#D4D4D4", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Cell", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "canvasSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gridSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "context", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "strokeStyle", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "lineColor", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "context", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "strokeRect", + "color": "#D4D4D4", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "context", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fillStyle", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "liveColor", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "deadColor", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "context", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fillRect", + "color": "#D4D4D4", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "game", + "color": "#D4D4D4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.new.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Conway", + "color": "#D4D4D4", + "_t": "entity.expr.meta.module.name.new.ts.type.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.expr.meta.new.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "GameOfLife", + "color": "#D4D4D4", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Game of Life", + "color": "#008000", + "_t": "block.comment.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " * Implemented in TypeScript", + "color": "#008000", + "_t": "block.comment.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " * To learn more about TypeScript, please visit http://www.typescriptlang.org/", + "color": "#008000", + "_t": "block.comment.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.comment.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "module", + "color": "#0000FF", + "_t": "declaration.meta.namespace.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Conway", + "color": "#000000", + "_t": "declaration.entity.meta.module.name.namespace.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "export", + "color": "#0000FF", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Cell", + "color": "#000000", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#000000", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "boolean", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "constructor", + "color": "#0000FF", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "boolean", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "export", + "color": "#0000FF", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "GameOfLife", + "color": "#000000", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gridSize", + "color": "#000000", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "canvasSize", + "color": "#000000", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "lineColor", + "color": "#000000", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "string", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "liveColor", + "color": "#000000", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "string", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "deadColor", + "color": "#000000", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "string", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "initialLifeProbability", + "color": "#000000", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "animationRate", + "color": "#000000", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#000000", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "world", + "color": "#000000", + "_t": "block.class.meta.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "constructor", + "color": "#0000FF", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gridSize", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "50", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "canvasSize", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "600", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "lineColor", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#cdcdcd", + "color": "#A31515", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "liveColor", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#666", + "color": "#A31515", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "deadColor", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#eee", + "color": "#A31515", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "initialLifeProbability", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ".", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.delimiter.meta.method.numeric.period.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "animationRate", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "60", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "world", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "createWorld", + "color": "#000000", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "circleOfLife", + "color": "#000000", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "createWorld", + "color": "#000000", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "travelWorld", + "color": "#000000", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Cell", + "color": "#000000", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=>", + "color": "#0000FF", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Math", + "color": "#000000", + "_t": "arrow.block.class.constant.declaration.math.meta.method.support.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "random", + "color": "#000000", + "_t": "arrow.block.class.declaration.function.math.meta.method.support.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "arrow.block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "initialLifeProbability", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "circleOfLife", + "color": "#000000", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.return.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "void", + "color": "#000000", + "_t": "block.class.declaration.meta.method.primitive.return.support.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "world", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "travelWorld", + "color": "#000000", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Cell", + "color": "#000000", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=>", + "color": "#0000FF", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "world", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "][", + "color": "#000000", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "draw", + "color": "#000000", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "resolveNextGeneration", + "color": "#000000", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "setTimeout", + "color": "#000000", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=>", + "color": "#0000FF", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "circleOfLife", + "color": "#000000", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "animationRate", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "resolveNextGeneration", + "color": "#000000", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Cell", + "color": "#000000", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "count", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.expr.language.meta.method.this.ts.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.expr.meta.method.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "countNeighbors", + "color": "#000000", + "_t": "block.class.declaration.entity.expr.function.meta.method.name.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "newCell", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator.new rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Cell", + "color": "#000000", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "count", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "||", + "color": "#000000", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "count", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "newCell", + "color": "#000000", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "false", + "color": "#0000FF", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#0000FF", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "count", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "newCell", + "color": "#000000", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "true", + "color": "#0000FF", + "_t": "block.boolean.class.constant.declaration.language.meta.method.true.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "newCell", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "countNeighbors", + "color": "#000000", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Cell", + "color": "#000000", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "neighbors", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++", + "color": "#000000", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++", + "color": "#000000", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&&", + "color": "#000000", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "continue", + "color": "#0000FF", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "isAlive", + "color": "#000000", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "))", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "neighbors", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++", + "color": "#000000", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "neighbors", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "isAlive", + "color": "#000000", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "||", + "color": "#000000", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "||", + "color": "#000000", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">=", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gridSize", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "||", + "color": "#000000", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">=", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gridSize", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "false", + "color": "#0000FF", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "world", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "][", + "color": "#000000", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]", + "color": "#000000", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "travelWorld", + "color": "#000000", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "callback", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "result", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[]", + "color": "#000000", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gridSize", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++", + "color": "#000000", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "rowData", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[]", + "color": "#000000", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gridSize", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++", + "color": "#000000", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "rowData", + "color": "#000000", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "push", + "color": "#000000", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "callback", + "color": "#000000", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator.new rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Cell", + "color": "#000000", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "false", + "color": "#0000FF", + "_t": "block.boolean.class.constant.declaration.expr.false.language.meta.method.new.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "))", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "result", + "color": "#000000", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "push", + "color": "#000000", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "rowData", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#0000FF", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "result", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "draw", + "color": "#000000", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Cell", + "color": "#000000", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "canvasSize", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#000000", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gridSize", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "context", + "color": "#000000", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "strokeStyle", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "lineColor", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "context", + "color": "#000000", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "strokeRect", + "color": "#000000", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "context", + "color": "#000000", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fillStyle", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "?", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "liveColor", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "deadColor", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "context", + "color": "#000000", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fillRect", + "color": "#000000", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#000000", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#000000", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "game", + "color": "#000000", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator.new rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.new.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Conway", + "color": "#000000", + "_t": "entity.expr.meta.module.name.new.ts.type.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.expr.meta.new.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "GameOfLife", + "color": "#000000", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "()", + "color": "#000000", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "/*", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Game of Life", + "color": "#7CA668", + "_t": "block.comment.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " * Implemented in TypeScript", + "color": "#7CA668", + "_t": "block.comment.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " * To learn more about TypeScript, please visit http://www.typescriptlang.org/", + "color": "#7CA668", + "_t": "block.comment.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#7CA668", + "_t": "block.comment.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "*/", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "module", + "color": "#569CD6", + "_t": "declaration.meta.namespace.storage.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "declaration.meta.namespace.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Conway", + "color": "#FFFFFF", + "_t": "declaration.entity.meta.module.name.namespace.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "declaration.meta.namespace.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "export", + "color": "#569CD6", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "block.class.meta.storage.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Cell", + "color": "#FFFFFF", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FFFFFF", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "boolean", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "constructor", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "boolean", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "export", + "color": "#569CD6", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "block.class.meta.storage.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "GameOfLife", + "color": "#FFFFFF", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "gridSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "canvasSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "lineColor", + "color": "#FFFFFF", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "string", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "liveColor", + "color": "#FFFFFF", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "string", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "deadColor", + "color": "#FFFFFF", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "string", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "initialLifeProbability", + "color": "#FFFFFF", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "animationRate", + "color": "#FFFFFF", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "world", + "color": "#FFFFFF", + "_t": "block.class.meta.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "constructor", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "gridSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "50", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "canvasSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "600", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "lineColor", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#cdcdcd", + "color": "#CE9178", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "liveColor", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#666", + "color": "#CE9178", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "deadColor", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#eee", + "color": "#CE9178", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "initialLifeProbability", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ".", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.delimiter.meta.method.numeric.period.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "animationRate", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "60", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "world", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "createWorld", + "color": "#FFFFFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "circleOfLife", + "color": "#FFFFFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "createWorld", + "color": "#FFFFFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "travelWorld", + "color": "#FFFFFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.parameters.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Cell", + "color": "#FFFFFF", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Math", + "color": "#FFFFFF", + "_t": "arrow.block.class.constant.declaration.math.meta.method.support.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "random", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.function.math.meta.method.support.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "initialLifeProbability", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "circleOfLife", + "color": "#FFFFFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.return.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.primitive.return.support.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "world", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "travelWorld", + "color": "#FFFFFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Cell", + "color": "#FFFFFF", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "world", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "][", + "color": "#FFFFFF", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "draw", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "resolveNextGeneration", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "setTimeout", + "color": "#FFFFFF", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "circleOfLife", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "animationRate", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "resolveNextGeneration", + "color": "#FFFFFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Cell", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "count", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.expr.language.meta.method.this.ts.var.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.expr.meta.method.punctuation.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "countNeighbors", + "color": "#FFFFFF", + "_t": "block.class.declaration.entity.expr.function.meta.method.name.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "newCell", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Cell", + "color": "#FFFFFF", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "count", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "count", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "newCell", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#569CD6", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "count", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "newCell", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "block.boolean.class.constant.declaration.language.meta.method.true.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "newCell", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "countNeighbors", + "color": "#FFFFFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Cell", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "neighbors", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "&&", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "continue", + "color": "#569CD6", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "isAlive", + "color": "#FFFFFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "neighbors", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "neighbors", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "isAlive", + "color": "#FFFFFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">=", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "gridSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">=", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "gridSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "world", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "][", + "color": "#FFFFFF", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "travelWorld", + "color": "#FFFFFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "callback", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "result", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[]", + "color": "#FFFFFF", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "gridSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "rowData", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[]", + "color": "#FFFFFF", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "gridSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "rowData", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "push", + "color": "#FFFFFF", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "callback", + "color": "#FFFFFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Cell", + "color": "#FFFFFF", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "block.boolean.class.constant.declaration.expr.false.language.meta.method.new.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "result", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "push", + "color": "#FFFFFF", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "rowData", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#569CD6", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "result", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "draw", + "color": "#FFFFFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Cell", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "canvasSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "gridSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "context", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "strokeStyle", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "lineColor", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "context", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "strokeRect", + "color": "#FFFFFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "context", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fillStyle", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "liveColor", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "deadColor", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "context", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "fillRect", + "color": "#FFFFFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.variable.this rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "game", + "color": "#FFFFFF", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.new.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Conway", + "color": "#FFFFFF", + "_t": "entity.expr.meta.module.name.new.ts.type.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.expr.meta.new.punctuation.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "GameOfLife", + "color": "#FFFFFF", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "/*", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Game of Life", + "color": "#608B4E", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " * Implemented in TypeScript", + "color": "#608B4E", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " * To learn more about TypeScript, please visit http://www.typescriptlang.org/", + "color": "#608B4E", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#608B4E", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "*/", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "module", + "color": "#569CD6", + "_t": "declaration.meta.namespace.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Conway", + "color": "#4EC9B0", + "_t": "declaration.entity.meta.module.name.namespace.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "export", + "color": "#C586C0", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Cell", + "color": "#4EC9B0", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#9CDCFE", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "boolean", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "constructor", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "boolean", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "export", + "color": "#C586C0", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "class", + "color": "#569CD6", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "GameOfLife", + "color": "#4EC9B0", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gridSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "canvasSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "lineColor", + "color": "#9CDCFE", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "string", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "liveColor", + "color": "#9CDCFE", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "string", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "deadColor", + "color": "#9CDCFE", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "string", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "initialLifeProbability", + "color": "#9CDCFE", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "animationRate", + "color": "#9CDCFE", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "private", + "color": "#569CD6", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "world", + "color": "#9CDCFE", + "_t": "block.class.meta.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "constructor", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gridSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "50", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "canvasSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "600", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "lineColor", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#cdcdcd", + "color": "#CE9178", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "liveColor", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#666", + "color": "#CE9178", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "deadColor", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "#eee", + "color": "#CE9178", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "initialLifeProbability", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ".", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.delimiter.meta.method.numeric.period.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "5", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "animationRate", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "60", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "world", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "createWorld", + "color": "#DCDCAA", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "circleOfLife", + "color": "#DCDCAA", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "createWorld", + "color": "#DCDCAA", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "travelWorld", + "color": "#DCDCAA", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Cell", + "color": "#4EC9B0", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "arrow.block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#9CDCFE", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Math", + "color": "#4EC9B0", + "_t": "arrow.block.class.constant.declaration.math.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.constant.math rgb(78, 201, 176)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "random", + "color": "#4EC9B0", + "_t": "arrow.block.class.declaration.function.math.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.class rgb(78, 201, 176)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "initialLifeProbability", + "color": "#9CDCFE", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "circleOfLife", + "color": "#DCDCAA", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#4EC9B0", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return.type rgb(78, 201, 176)" + }, + { + "content": ":", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.return.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#4EC9B0", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return.type rgb(78, 201, 176)" + }, + { + "content": "void", + "color": "#4EC9B0", + "_t": "block.class.declaration.meta.method.primitive.return.support.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#4EC9B0", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.return.type rgb(78, 201, 176)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "world", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "travelWorld", + "color": "#DCDCAA", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Cell", + "color": "#4EC9B0", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "world", + "color": "#9CDCFE", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "][", + "color": "#D4D4D4", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "draw", + "color": "#DCDCAA", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "resolveNextGeneration", + "color": "#DCDCAA", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "setTimeout", + "color": "#4EC9B0", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.class rgb(78, 201, 176)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=>", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "circleOfLife", + "color": "#DCDCAA", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "animationRate", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "resolveNextGeneration", + "color": "#DCDCAA", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Cell", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "count", + "color": "#9CDCFE", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.expr.language.meta.method.this.ts.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.expr.meta.method.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "countNeighbors", + "color": "#DCDCAA", + "_t": "block.class.declaration.entity.expr.function.meta.method.name.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "newCell", + "color": "#9CDCFE", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Cell", + "color": "#4EC9B0", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.type.new.expr rgb(78, 201, 176)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#9CDCFE", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "count", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "count", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "newCell", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "else", + "color": "#C586C0", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "count", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "3", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "newCell", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "true", + "color": "#569CD6", + "_t": "block.boolean.class.constant.declaration.language.meta.method.true.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "newCell", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "countNeighbors", + "color": "#DCDCAA", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Cell", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "neighbors", + "color": "#9CDCFE", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "-", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<=", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&&", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "continue", + "color": "#C586C0", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "isAlive", + "color": "#DCDCAA", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "neighbors", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "neighbors", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "isAlive", + "color": "#DCDCAA", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "number", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">=", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gridSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "||", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">=", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gridSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "world", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "][", + "color": "#D4D4D4", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "travelWorld", + "color": "#DCDCAA", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "callback", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "result", + "color": "#9CDCFE", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[]", + "color": "#D4D4D4", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gridSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "rowData", + "color": "#9CDCFE", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[]", + "color": "#D4D4D4", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gridSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "++", + "color": "#D4D4D4", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "rowData", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "push", + "color": "#4EC9B0", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.class rgb(78, 201, 176)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "callback", + "color": "#DCDCAA", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Cell", + "color": "#4EC9B0", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.type.new.expr rgb(78, 201, 176)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "false", + "color": "#569CD6", + "_t": "block.boolean.class.constant.declaration.expr.false.language.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.language rgb(86, 156, 214)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "))", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "result", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "push", + "color": "#4EC9B0", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.class rgb(78, 201, 176)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "rowData", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "return", + "color": "#C586C0", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "result", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "public", + "color": "#569CD6", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "draw", + "color": "#DCDCAA", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Cell", + "color": "#4EC9B0", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "==", + "color": "#D4D4D4", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "0", + "color": "#B5CEA8", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "canvasSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "/", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gridSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "context", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "strokeStyle", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "lineColor", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "context", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "strokeRect", + "color": "#DCDCAA", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "context", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fillStyle", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "live", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "?", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "liveColor", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "deadColor", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "context", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "fillRect", + "color": "#DCDCAA", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cell", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "col", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "*", + "color": "#D4D4D4", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "this", + "color": "#569CD6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.language rgb(86, 156, 214)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "cellSize", + "color": "#9CDCFE", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t\t", + "color": "#D4D4D4", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\t", + "color": "#D4D4D4", + "_t": "block.class.meta.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "var", + "color": "#569CD6", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "game", + "color": "#9CDCFE", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "new", + "color": "#569CD6", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator.new rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "expr.meta.new.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Conway", + "color": "#4EC9B0", + "_t": "entity.expr.meta.module.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.type.new.expr rgb(78, 201, 176)" + }, + { + "content": ".", + "color": "#D4D4D4", + "_t": "accessor.expr.meta.new.punctuation.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "GameOfLife", + "color": "#4EC9B0", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.type.new.expr rgb(78, 201, 176)" + }, + { + "content": "()", + "color": "#D4D4D4", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "/*", + "color": "#008000", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Game of Life", + "color": "#008000", + "_t": "block.comment.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " * Implemented in TypeScript", + "color": "#008000", + "_t": "block.comment.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " * To learn more about TypeScript, please visit http://www.typescriptlang.org/", + "color": "#008000", + "_t": "block.comment.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#008000", + "_t": "block.comment.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "*/", + "color": "#008000", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "module", + "color": "#0000FF", + "_t": "declaration.meta.namespace.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Conway", + "color": "#267F99", + "_t": "declaration.entity.meta.module.name.namespace.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "export", + "color": "#AF00DB", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Cell", + "color": "#267F99", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#267F99", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#267F99", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#001080", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "boolean", + "color": "#267F99", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "constructor", + "color": "#0000FF", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#267F99", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#267F99", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#001080", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "boolean", + "color": "#267F99", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "export", + "color": "#AF00DB", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "class", + "color": "#0000FF", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "GameOfLife", + "color": "#267F99", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gridSize", + "color": "#001080", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#267F99", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "canvasSize", + "color": "#001080", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#267F99", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "lineColor", + "color": "#001080", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "string", + "color": "#267F99", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "liveColor", + "color": "#001080", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "string", + "color": "#267F99", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "deadColor", + "color": "#001080", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "string", + "color": "#267F99", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "initialLifeProbability", + "color": "#001080", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#267F99", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "animationRate", + "color": "#001080", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#267F99", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#001080", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#267F99", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "private", + "color": "#0000FF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "world", + "color": "#001080", + "_t": "block.class.meta.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "constructor", + "color": "#0000FF", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gridSize", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "50", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "canvasSize", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "600", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "lineColor", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#cdcdcd", + "color": "#A31515", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "liveColor", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#666", + "color": "#A31515", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "deadColor", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "#eee", + "color": "#A31515", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "initialLifeProbability", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ".", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.delimiter.meta.method.numeric.period.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "5", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "animationRate", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "60", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "world", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "createWorld", + "color": "#795E26", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "()", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "circleOfLife", + "color": "#795E26", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "()", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "createWorld", + "color": "#795E26", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "travelWorld", + "color": "#795E26", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Cell", + "color": "#267F99", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=>", + "color": "#0000FF", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "arrow.block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#001080", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Math", + "color": "#267F99", + "_t": "arrow.block.class.constant.declaration.math.meta.method.support.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.constant.math rgb(38, 127, 153)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "random", + "color": "#267F99", + "_t": "arrow.block.class.declaration.function.math.meta.method.support.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.class rgb(38, 127, 153)" + }, + { + "content": "()", + "color": "#000000", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "arrow.block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "initialLifeProbability", + "color": "#001080", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "circleOfLife", + "color": "#795E26", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#267F99", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return.type rgb(38, 127, 153)" + }, + { + "content": ":", + "color": "#267F99", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.return.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#267F99", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return.type rgb(38, 127, 153)" + }, + { + "content": "void", + "color": "#267F99", + "_t": "block.class.declaration.meta.method.primitive.return.support.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#267F99", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.return.type rgb(38, 127, 153)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "world", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "travelWorld", + "color": "#795E26", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Cell", + "color": "#267F99", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=>", + "color": "#0000FF", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "world", + "color": "#001080", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "[", + "color": "#000000", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "][", + "color": "#000000", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "]", + "color": "#000000", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "draw", + "color": "#795E26", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "resolveNextGeneration", + "color": "#795E26", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "setTimeout", + "color": "#267F99", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.class rgb(38, 127, 153)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=>", + "color": "#0000FF", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "circleOfLife", + "color": "#795E26", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "()", + "color": "#000000", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "animationRate", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "resolveNextGeneration", + "color": "#795E26", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Cell", + "color": "#267F99", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "count", + "color": "#001080", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.expr.language.meta.method.this.ts.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.expr.meta.method.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "countNeighbors", + "color": "#795E26", + "_t": "block.class.declaration.entity.expr.function.meta.method.name.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "newCell", + "color": "#001080", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator.new rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Cell", + "color": "#267F99", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.type.new.expr rgb(38, 127, 153)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#001080", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "count", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "||", + "color": "#000000", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "count", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "newCell", + "color": "#001080", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "false", + "color": "#0000FF", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "else", + "color": "#AF00DB", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "count", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "3", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "newCell", + "color": "#001080", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "true", + "color": "#0000FF", + "_t": "block.boolean.class.constant.declaration.language.meta.method.true.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "newCell", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "countNeighbors", + "color": "#795E26", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Cell", + "color": "#267F99", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "neighbors", + "color": "#001080", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "++", + "color": "#000000", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "-", + "color": "#000000", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<=", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "++", + "color": "#000000", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&&", + "color": "#000000", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "continue", + "color": "#AF00DB", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "isAlive", + "color": "#795E26", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "))", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "neighbors", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "++", + "color": "#000000", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "neighbors", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "isAlive", + "color": "#795E26", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#267F99", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "number", + "color": "#267F99", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "||", + "color": "#000000", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "||", + "color": "#000000", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">=", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gridSize", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "||", + "color": "#000000", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">=", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gridSize", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "false", + "color": "#0000FF", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "world", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "[", + "color": "#000000", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "][", + "color": "#000000", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "]", + "color": "#000000", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "travelWorld", + "color": "#795E26", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "callback", + "color": "#001080", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "result", + "color": "#001080", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[]", + "color": "#000000", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gridSize", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "++", + "color": "#000000", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "rowData", + "color": "#001080", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[]", + "color": "#000000", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gridSize", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "++", + "color": "#000000", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "rowData", + "color": "#001080", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "push", + "color": "#267F99", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.class rgb(38, 127, 153)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "callback", + "color": "#795E26", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator.new rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Cell", + "color": "#267F99", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.type.new.expr rgb(38, 127, 153)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "false", + "color": "#0000FF", + "_t": "block.boolean.class.constant.declaration.expr.false.language.meta.method.new.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.language rgb(0, 0, 255)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "))", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "result", + "color": "#001080", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "push", + "color": "#267F99", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.class rgb(38, 127, 153)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "rowData", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "return", + "color": "#AF00DB", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "result", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "public", + "color": "#0000FF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "draw", + "color": "#795E26", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Cell", + "color": "#267F99", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "==", + "color": "#000000", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "0", + "color": "#09885A", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "canvasSize", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "/", + "color": "#000000", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gridSize", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "context", + "color": "#001080", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "strokeStyle", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "lineColor", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "context", + "color": "#001080", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "strokeRect", + "color": "#795E26", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "context", + "color": "#001080", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fillStyle", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "live", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "?", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "liveColor", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "deadColor", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "context", + "color": "#001080", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "fillRect", + "color": "#795E26", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cell", + "color": "#001080", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "col", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "*", + "color": "#000000", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "this", + "color": "#0000FF", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.language rgb(0, 0, 255)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "cellSize", + "color": "#001080", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t\t", + "color": "#000000", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\t", + "color": "#000000", + "_t": "block.class.meta.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}", + "color": "#000000", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "var", + "color": "#0000FF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "game", + "color": "#001080", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "new", + "color": "#0000FF", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator.new rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "expr.meta.new.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Conway", + "color": "#267F99", + "_t": "entity.expr.meta.module.name.new.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.type.new.expr rgb(38, 127, 153)" + }, + { + "content": ".", + "color": "#000000", + "_t": "accessor.expr.meta.new.punctuation.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "GameOfLife", + "color": "#267F99", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.type.new.expr rgb(38, 127, 153)" + }, + { + "content": "()", + "color": "#000000", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "/*", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Game of Life", + "color": "#A57A4C", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " * Implemented in TypeScript", + "color": "#A57A4C", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " * To learn more about TypeScript, please visit http://www.typescriptlang.org/", + "color": "#A57A4C", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#A57A4C", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "*/", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": "module", + "color": "#98676A", + "_t": "declaration.meta.namespace.storage.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Conway", + "color": "#D3AF86", + "_t": "declaration.entity.meta.module.name.namespace.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "export", + "color": "#98676A", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#98676A", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Cell", + "color": "#F06431", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "public", + "color": "#98676A", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "number", + "color": "#F06431", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "public", + "color": "#98676A", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "number", + "color": "#F06431", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "public", + "color": "#98676A", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "live", + "color": "#DC3958", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "boolean", + "color": "#F06431", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "constructor", + "color": "#98676A", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "number", + "color": "#F06431", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "number", + "color": "#F06431", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "live", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "boolean", + "color": "#F06431", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "live", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "live", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "export", + "color": "#98676A", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "class", + "color": "#98676A", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "GameOfLife", + "color": "#F06431", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "private", + "color": "#98676A", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "gridSize", + "color": "#DC3958", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "number", + "color": "#F06431", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "private", + "color": "#98676A", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "canvasSize", + "color": "#DC3958", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "number", + "color": "#F06431", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "private", + "color": "#98676A", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "lineColor", + "color": "#DC3958", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "string", + "color": "#F06431", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "private", + "color": "#98676A", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "liveColor", + "color": "#DC3958", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "string", + "color": "#F06431", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "private", + "color": "#98676A", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "deadColor", + "color": "#DC3958", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "string", + "color": "#F06431", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "private", + "color": "#98676A", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "initialLifeProbability", + "color": "#DC3958", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "number", + "color": "#F06431", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "private", + "color": "#98676A", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "animationRate", + "color": "#DC3958", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "number", + "color": "#F06431", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "private", + "color": "#98676A", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cellSize", + "color": "#DC3958", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "number", + "color": "#F06431", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "private", + "color": "#98676A", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "world", + "color": "#DC3958", + "_t": "block.class.meta.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "constructor", + "color": "#98676A", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "gridSize", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "50", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "canvasSize", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "600", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "lineColor", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "#cdcdcd", + "color": "#889B4A", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "liveColor", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "#666", + "color": "#889B4A", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "deadColor", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "#eee", + "color": "#889B4A", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "initialLifeProbability", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ".", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.delimiter.meta.method.numeric.period.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "5", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "animationRate", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "60", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cellSize", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "world", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "createWorld", + "color": "#F06431", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "circleOfLife", + "color": "#F06431", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "public", + "color": "#98676A", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "createWorld", + "color": "#F06431", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "travelWorld", + "color": "#F06431", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Cell", + "color": "#F06431", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=>", + "color": "#98676A", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "arrow.block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "live", + "color": "#DC3958", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Math", + "color": "#F06431", + "_t": "arrow.block.class.constant.declaration.math.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "random", + "color": "#7E602C", + "_t": "arrow.block.class.declaration.function.math.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "initialLifeProbability", + "color": "#DC3958", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "public", + "color": "#98676A", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "circleOfLife", + "color": "#F06431", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.return.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "void", + "color": "#F06431", + "_t": "block.class.declaration.meta.method.primitive.return.support.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "world", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "travelWorld", + "color": "#F06431", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Cell", + "color": "#F06431", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=>", + "color": "#98676A", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "world", + "color": "#DC3958", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "][", + "color": "#D3AF86", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "draw", + "color": "#F06431", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "resolveNextGeneration", + "color": "#F06431", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "setTimeout", + "color": "#7E602C", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=>", + "color": "#98676A", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "circleOfLife", + "color": "#F06431", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "animationRate", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "public", + "color": "#98676A", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "resolveNextGeneration", + "color": "#F06431", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Cell", + "color": "#F06431", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "count", + "color": "#DC3958", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.expr.language.meta.method.this.ts.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.expr.meta.method.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "countNeighbors", + "color": "#F06431", + "_t": "block.class.declaration.entity.expr.function.meta.method.name.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "newCell", + "color": "#DC3958", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "new", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Cell", + "color": "#F06431", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "live", + "color": "#DC3958", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "count", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "||", + "color": "#D3AF86", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "count", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "newCell", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "live", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "false", + "color": "#F79A32", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "else", + "color": "#98676A", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "count", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "==", + "color": "#D3AF86", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "3", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "newCell", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "live", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "true", + "color": "#F79A32", + "_t": "block.boolean.class.constant.declaration.language.meta.method.true.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "newCell", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "public", + "color": "#98676A", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "countNeighbors", + "color": "#F06431", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Cell", + "color": "#F06431", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "neighbors", + "color": "#DC3958", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<=", + "color": "#D3AF86", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "++", + "color": "#D3AF86", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "-", + "color": "#D3AF86", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<=", + "color": "#D3AF86", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "++", + "color": "#D3AF86", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "==", + "color": "#D3AF86", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "&&", + "color": "#D3AF86", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "==", + "color": "#D3AF86", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "continue", + "color": "#98676A", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "isAlive", + "color": "#F06431", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "))", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "neighbors", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "++", + "color": "#D3AF86", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "neighbors", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "public", + "color": "#98676A", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "isAlive", + "color": "#F06431", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "number", + "color": "#F06431", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "number", + "color": "#F06431", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.class rgb(240, 100, 49)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "||", + "color": "#D3AF86", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "||", + "color": "#D3AF86", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ">=", + "color": "#D3AF86", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "gridSize", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "||", + "color": "#D3AF86", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ">=", + "color": "#D3AF86", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "gridSize", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "false", + "color": "#F79A32", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "world", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "][", + "color": "#D3AF86", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "live", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "public", + "color": "#98676A", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "travelWorld", + "color": "#F06431", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "callback", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "result", + "color": "#DC3958", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[]", + "color": "#D3AF86", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "gridSize", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "++", + "color": "#D3AF86", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "rowData", + "color": "#DC3958", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[]", + "color": "#D3AF86", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "gridSize", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "++", + "color": "#D3AF86", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "rowData", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "push", + "color": "#7E602C", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "callback", + "color": "#F06431", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "new", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Cell", + "color": "#F06431", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "false", + "color": "#F79A32", + "_t": "block.boolean.class.constant.declaration.expr.false.language.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "))", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "result", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "push", + "color": "#7E602C", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "rowData", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "return", + "color": "#98676A", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "result", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "public", + "color": "#98676A", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "draw", + "color": "#F06431", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Cell", + "color": "#F06431", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.type.class rgb(240, 100, 49)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.parameters rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cellSize", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "==", + "color": "#D3AF86", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "0", + "color": "#F79A32", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cellSize", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "canvasSize", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "gridSize", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "context", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "strokeStyle", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "lineColor", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "context", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "strokeRect", + "color": "#F06431", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cellSize", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cellSize", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cellSize", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cellSize", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "context", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fillStyle", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "live", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "?", + "color": "#D3AF86", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "liveColor", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "deadColor", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "context", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "fillRect", + "color": "#F06431", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.class rgb(240, 100, 49)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cellSize", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cell", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "col", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "*", + "color": "#D3AF86", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cellSize", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cellSize", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "this", + "color": "#DC3958", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "cellSize", + "color": "#DC3958", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t\t", + "color": "#D3AF86", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\t", + "color": "#D3AF86", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "var", + "color": "#98676A", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "game", + "color": "#DC3958", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "new", + "color": "#D3AF86", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "expr.meta.new.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Conway", + "color": "#D3AF86", + "_t": "entity.expr.meta.module.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ".", + "color": "#D3AF86", + "_t": "accessor.expr.meta.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "GameOfLife", + "color": "#D3AF86", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "()", + "color": "#D3AF86", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "/*", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Game of Life", + "color": "#75715E", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " * Implemented in TypeScript", + "color": "#75715E", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " * To learn more about TypeScript, please visit http://www.typescriptlang.org/", + "color": "#75715E", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#75715E", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "*/", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "module", + "color": "#66D9EF", + "_t": "declaration.meta.namespace.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Conway", + "color": "#F8F8F2", + "_t": "declaration.entity.meta.module.name.namespace.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "export", + "color": "#F92672", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#66D9EF", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Cell", + "color": "#A6E22E", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "public", + "color": "#F92672", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "number", + "color": "#66D9EF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "public", + "color": "#F92672", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "number", + "color": "#66D9EF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "public", + "color": "#F92672", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "live", + "color": "#F8F8F2", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "boolean", + "color": "#66D9EF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "constructor", + "color": "#66D9EF", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#FD971F", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "number", + "color": "#66D9EF", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#FD971F", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "number", + "color": "#66D9EF", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "live", + "color": "#FD971F", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "boolean", + "color": "#66D9EF", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "live", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "live", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "export", + "color": "#F92672", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "class", + "color": "#66D9EF", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "GameOfLife", + "color": "#A6E22E", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "private", + "color": "#F92672", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "gridSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "number", + "color": "#66D9EF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "private", + "color": "#F92672", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "canvasSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "number", + "color": "#66D9EF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "private", + "color": "#F92672", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "lineColor", + "color": "#F8F8F2", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "string", + "color": "#66D9EF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "private", + "color": "#F92672", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "liveColor", + "color": "#F8F8F2", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "string", + "color": "#66D9EF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "private", + "color": "#F92672", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "deadColor", + "color": "#F8F8F2", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "string", + "color": "#66D9EF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "private", + "color": "#F92672", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "initialLifeProbability", + "color": "#F8F8F2", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "number", + "color": "#66D9EF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "private", + "color": "#F92672", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "animationRate", + "color": "#F8F8F2", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "number", + "color": "#66D9EF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "private", + "color": "#F92672", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cellSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "number", + "color": "#66D9EF", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "private", + "color": "#F92672", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "world", + "color": "#F8F8F2", + "_t": "block.class.meta.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "constructor", + "color": "#66D9EF", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "gridSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "50", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "canvasSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "600", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "lineColor", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "#cdcdcd", + "color": "#E6DB74", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "liveColor", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "#666", + "color": "#E6DB74", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "deadColor", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "#eee", + "color": "#E6DB74", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "initialLifeProbability", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ".", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.delimiter.meta.method.numeric.period.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "5", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "animationRate", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "60", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cellSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "world", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "createWorld", + "color": "#A6E22E", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "circleOfLife", + "color": "#A6E22E", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "public", + "color": "#F92672", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "createWorld", + "color": "#A6E22E", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "travelWorld", + "color": "#A6E22E", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#FD971F", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Cell", + "color": "#A6E22E", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=>", + "color": "#66D9EF", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "live", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Math", + "color": "#66D9EF", + "_t": "arrow.block.class.constant.declaration.math.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "random", + "color": "#66D9EF", + "_t": "arrow.block.class.declaration.function.math.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "arrow.block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "initialLifeProbability", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "public", + "color": "#F92672", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "circleOfLife", + "color": "#A6E22E", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.return.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "void", + "color": "#66D9EF", + "_t": "block.class.declaration.meta.method.primitive.return.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "world", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "travelWorld", + "color": "#A6E22E", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#FD971F", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Cell", + "color": "#A6E22E", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=>", + "color": "#66D9EF", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "world", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#F8F8F2", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "][", + "color": "#F8F8F2", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#F8F8F2", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "draw", + "color": "#A6E22E", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "resolveNextGeneration", + "color": "#A6E22E", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "setTimeout", + "color": "#66D9EF", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=>", + "color": "#66D9EF", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "circleOfLife", + "color": "#A6E22E", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "animationRate", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "public", + "color": "#F92672", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "resolveNextGeneration", + "color": "#A6E22E", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#FD971F", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Cell", + "color": "#A6E22E", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "count", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.language.meta.method.this.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.expr.meta.method.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "countNeighbors", + "color": "#A6E22E", + "_t": "block.class.declaration.entity.expr.function.meta.method.name.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "newCell", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "new", + "color": "#F92672", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Cell", + "color": "#A6E22E", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "live", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "count", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "||", + "color": "#F92672", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "count", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">", + "color": "#F92672", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "newCell", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "live", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "false", + "color": "#AE81FF", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "else", + "color": "#F92672", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "count", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "==", + "color": "#F92672", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "3", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "newCell", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "live", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "true", + "color": "#AE81FF", + "_t": "block.boolean.class.constant.declaration.language.meta.method.true.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "newCell", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "public", + "color": "#F92672", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "countNeighbors", + "color": "#A6E22E", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#FD971F", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Cell", + "color": "#A6E22E", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "neighbors", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<=", + "color": "#F92672", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "++", + "color": "#F92672", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "-", + "color": "#F92672", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<=", + "color": "#F92672", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "++", + "color": "#F92672", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "==", + "color": "#F92672", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "&&", + "color": "#F92672", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "==", + "color": "#F92672", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "continue", + "color": "#F92672", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "isAlive", + "color": "#A6E22E", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "))", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "neighbors", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "++", + "color": "#F92672", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "neighbors", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "public", + "color": "#F92672", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "isAlive", + "color": "#A6E22E", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#FD971F", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "number", + "color": "#66D9EF", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#FD971F", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "number", + "color": "#66D9EF", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "||", + "color": "#F92672", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "||", + "color": "#F92672", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">=", + "color": "#F92672", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "gridSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "||", + "color": "#F92672", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">=", + "color": "#F92672", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "gridSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "false", + "color": "#AE81FF", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "world", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "][", + "color": "#F8F8F2", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "live", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "public", + "color": "#F92672", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "travelWorld", + "color": "#A6E22E", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "callback", + "color": "#FD971F", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "result", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[]", + "color": "#F8F8F2", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "gridSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "++", + "color": "#F92672", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "rowData", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[]", + "color": "#F8F8F2", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "gridSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "++", + "color": "#F92672", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "rowData", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "push", + "color": "#66D9EF", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "callback", + "color": "#A6E22E", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "new", + "color": "#F92672", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Cell", + "color": "#A6E22E", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "false", + "color": "#AE81FF", + "_t": "block.boolean.class.constant.declaration.expr.false.language.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.language rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "))", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "result", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "push", + "color": "#66D9EF", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.class rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "rowData", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "return", + "color": "#F92672", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "result", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "public", + "color": "#F92672", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "draw", + "color": "#A6E22E", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#FD971F", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.variable.parameter rgb(253, 151, 31)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Cell", + "color": "#A6E22E", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.type.class rgb(166, 226, 46)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cellSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "==", + "color": "#F92672", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "0", + "color": "#AE81FF", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cellSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "canvasSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#F92672", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "gridSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "context", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "strokeStyle", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "lineColor", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "context", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "strokeRect", + "color": "#A6E22E", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cellSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cellSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cellSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cellSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "context", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fillStyle", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "live", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "?", + "color": "#F92672", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "liveColor", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "deadColor", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "context", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "fillRect", + "color": "#A6E22E", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cellSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cell", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "col", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cellSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cellSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "this", + "color": "#F8F8F2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "cellSize", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t\t", + "color": "#F8F8F2", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\t", + "color": "#F8F8F2", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "var", + "color": "#66D9EF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "game", + "color": "#F8F8F2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "new", + "color": "#F92672", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "expr.meta.new.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Conway", + "color": "#F8F8F2", + "_t": "entity.expr.meta.module.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ".", + "color": "#F8F8F2", + "_t": "accessor.expr.meta.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "GameOfLife", + "color": "#F8F8F2", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "()", + "color": "#F8F8F2", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "/*", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Game of Life", + "color": "#9A9B99", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " * Implemented in TypeScript", + "color": "#9A9B99", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " * To learn more about TypeScript, please visit http://www.typescriptlang.org/", + "color": "#9A9B99", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#9A9B99", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "*/", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "module", + "color": "#9872A2", + "_t": "declaration.meta.namespace.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Conway", + "color": "#9B0000", + "_t": "declaration.entity.meta.module.name.namespace.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.module rgb(155, 0, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "export", + "color": "#9872A2", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "class", + "color": "#9872A2", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Cell", + "color": "#9B0000", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "public", + "color": "#9872A2", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#C5C8C6", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "number", + "color": "#C7444A", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "public", + "color": "#9872A2", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#C5C8C6", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "number", + "color": "#C7444A", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "public", + "color": "#9872A2", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "live", + "color": "#C5C8C6", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "boolean", + "color": "#C7444A", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "constructor", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "number", + "color": "#C7444A", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "number", + "color": "#C7444A", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "live", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "boolean", + "color": "#C7444A", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "live", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "live", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "export", + "color": "#9872A2", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "class", + "color": "#9872A2", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "GameOfLife", + "color": "#9B0000", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "private", + "color": "#9872A2", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "gridSize", + "color": "#C5C8C6", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "number", + "color": "#C7444A", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "private", + "color": "#9872A2", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "canvasSize", + "color": "#C5C8C6", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "number", + "color": "#C7444A", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "private", + "color": "#9872A2", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "lineColor", + "color": "#C5C8C6", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "string", + "color": "#C7444A", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "private", + "color": "#9872A2", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "liveColor", + "color": "#C5C8C6", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "string", + "color": "#C7444A", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "private", + "color": "#9872A2", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "deadColor", + "color": "#C5C8C6", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "string", + "color": "#C7444A", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "private", + "color": "#9872A2", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "initialLifeProbability", + "color": "#C5C8C6", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "number", + "color": "#C7444A", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "private", + "color": "#9872A2", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "animationRate", + "color": "#C5C8C6", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "number", + "color": "#C7444A", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "private", + "color": "#9872A2", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cellSize", + "color": "#C5C8C6", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "number", + "color": "#C7444A", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "private", + "color": "#9872A2", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "world", + "color": "#6089B4", + "_t": "block.class.meta.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "constructor", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "gridSize", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "50", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "canvasSize", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "600", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "lineColor", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "#cdcdcd", + "color": "#9AA83A", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "liveColor", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "#666", + "color": "#9AA83A", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "deadColor", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "#eee", + "color": "#9AA83A", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "initialLifeProbability", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.delimiter.meta.method.numeric.period.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "5", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "animationRate", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "60", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cellSize", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "world", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "createWorld", + "color": "#CE6700", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "circleOfLife", + "color": "#CE6700", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "public", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "createWorld", + "color": "#CE6700", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "travelWorld", + "color": "#CE6700", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Cell", + "color": "#9B0000", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=>", + "color": "#9872A2", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "arrow.block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "live", + "color": "#9872A2", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Math", + "color": "#C7444A", + "_t": "arrow.block.class.constant.declaration.math.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "random", + "color": "#9872A2", + "_t": "arrow.block.class.declaration.function.math.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "arrow.block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "initialLifeProbability", + "color": "#9872A2", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "public", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "circleOfLife", + "color": "#CE6700", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.return.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "void", + "color": "#C7444A", + "_t": "block.class.declaration.meta.method.primitive.return.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "world", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "travelWorld", + "color": "#CE6700", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Cell", + "color": "#9B0000", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=>", + "color": "#9872A2", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "world", + "color": "#9872A2", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#9872A2", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": "][", + "color": "#C5C8C6", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#9872A2", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "draw", + "color": "#CE6700", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "resolveNextGeneration", + "color": "#CE6700", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "setTimeout", + "color": "#9872A2", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=>", + "color": "#9872A2", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "circleOfLife", + "color": "#CE6700", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "animationRate", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "public", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "resolveNextGeneration", + "color": "#CE6700", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Cell", + "color": "#9B0000", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "count", + "color": "#6089B4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.language.meta.method.this.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.expr.meta.method.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "countNeighbors", + "color": "#CE6700", + "_t": "block.class.declaration.entity.expr.function.meta.method.name.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "newCell", + "color": "#6089B4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "new", + "color": "#676867", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Cell", + "color": "#9B0000", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#9872A2", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#9872A2", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "live", + "color": "#9872A2", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "count", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "||", + "color": "#676867", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "count", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ">", + "color": "#676867", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "newCell", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "live", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "false", + "color": "#FF0080", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "else", + "color": "#9872A2", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "count", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "==", + "color": "#676867", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "3", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "newCell", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "live", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "true", + "color": "#FF0080", + "_t": "block.boolean.class.constant.declaration.language.meta.method.true.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "newCell", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "public", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "countNeighbors", + "color": "#CE6700", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Cell", + "color": "#9B0000", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "neighbors", + "color": "#6089B4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<=", + "color": "#676867", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "++", + "color": "#676867", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#6089B4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "-", + "color": "#676867", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<=", + "color": "#676867", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "++", + "color": "#676867", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "==", + "color": "#676867", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "&&", + "color": "#676867", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "==", + "color": "#676867", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "continue", + "color": "#9872A2", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "isAlive", + "color": "#CE6700", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "))", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "neighbors", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "++", + "color": "#676867", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "neighbors", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "public", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "isAlive", + "color": "#CE6700", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "number", + "color": "#C7444A", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "number", + "color": "#C7444A", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "||", + "color": "#676867", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "||", + "color": "#676867", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ">=", + "color": "#676867", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "gridSize", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "||", + "color": "#676867", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ">=", + "color": "#676867", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "gridSize", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "false", + "color": "#FF0080", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "world", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "][", + "color": "#C5C8C6", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#6089B4", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "live", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "public", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "travelWorld", + "color": "#CE6700", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "callback", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "result", + "color": "#6089B4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[]", + "color": "#C5C8C6", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "gridSize", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "++", + "color": "#676867", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "rowData", + "color": "#6089B4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[]", + "color": "#C5C8C6", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#6089B4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "gridSize", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "++", + "color": "#676867", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "rowData", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "push", + "color": "#9872A2", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "callback", + "color": "#CE6700", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "new", + "color": "#676867", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Cell", + "color": "#9B0000", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#6089B4", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "false", + "color": "#FF0080", + "_t": "block.boolean.class.constant.declaration.expr.false.language.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.language rgb(255, 0, 128)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "))", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "result", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "push", + "color": "#9872A2", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "rowData", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "return", + "color": "#9872A2", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "result", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "public", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "draw", + "color": "#CE6700", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.parameter rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Cell", + "color": "#9B0000", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.class rgb(155, 0, 0)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cellSize", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "==", + "color": "#676867", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "0", + "color": "#6089B4", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cellSize", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "canvasSize", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": "/", + "color": "#676867", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "gridSize", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "context", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "strokeStyle", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "lineColor", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "context", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "strokeRect", + "color": "#CE6700", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cellSize", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": "*", + "color": "#676867", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cellSize", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cellSize", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cellSize", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "context", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "fillStyle", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "live", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "?", + "color": "#676867", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "liveColor", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ":", + "color": "#676867", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "deadColor", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "context", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "fillRect", + "color": "#CE6700", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "row", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#676867", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cellSize", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cell", + "color": "#6089B4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "col", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": "*", + "color": "#676867", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cellSize", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cellSize", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "this", + "color": "#C5C8C6", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "cellSize", + "color": "#9872A2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other.property rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t\t", + "color": "#C5C8C6", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\t", + "color": "#C5C8C6", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "var", + "color": "#9872A2", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "game", + "color": "#6089B4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "new", + "color": "#676867", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "expr.meta.new.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Conway", + "color": "#9B0000", + "_t": "entity.expr.meta.module.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.type.module rgb(155, 0, 0)" + }, + { + "content": ".", + "color": "#C5C8C6", + "_t": "accessor.expr.meta.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "GameOfLife", + "color": "#C5C8C6", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "()", + "color": "#C5C8C6", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "/*", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Game of Life", + "color": "#AAAAAA", + "_t": "block.comment.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " * Implemented in TypeScript", + "color": "#AAAAAA", + "_t": "block.comment.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " * To learn more about TypeScript, please visit http://www.typescriptlang.org/", + "color": "#AAAAAA", + "_t": "block.comment.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#AAAAAA", + "_t": "block.comment.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "*/", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": "module", + "color": "#7A3E9D", + "_t": "declaration.meta.namespace.storage.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Conway", + "color": "#7A3E9D", + "_t": "declaration.entity.meta.module.name.namespace.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "block.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "export", + "color": "#4B83CD", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "class", + "color": "#7A3E9D", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Cell", + "color": "#7A3E9D", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "public", + "color": "#4B83CD", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "number", + "color": "#7A3E9D", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "public", + "color": "#4B83CD", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "number", + "color": "#7A3E9D", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "public", + "color": "#4B83CD", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "live", + "color": "#7A3E9D", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "boolean", + "color": "#7A3E9D", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "constructor", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "number", + "color": "#7A3E9D", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "number", + "color": "#7A3E9D", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "live", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "boolean", + "color": "#7A3E9D", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "live", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "live", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "block.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "export", + "color": "#4B83CD", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "class", + "color": "#7A3E9D", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "GameOfLife", + "color": "#7A3E9D", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "private", + "color": "#4B83CD", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "gridSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "number", + "color": "#7A3E9D", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "private", + "color": "#4B83CD", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "canvasSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "number", + "color": "#7A3E9D", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "private", + "color": "#4B83CD", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "lineColor", + "color": "#7A3E9D", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "string", + "color": "#7A3E9D", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "private", + "color": "#4B83CD", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "liveColor", + "color": "#7A3E9D", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "string", + "color": "#7A3E9D", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "private", + "color": "#4B83CD", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "deadColor", + "color": "#7A3E9D", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "string", + "color": "#7A3E9D", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "private", + "color": "#4B83CD", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "initialLifeProbability", + "color": "#7A3E9D", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "number", + "color": "#7A3E9D", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "private", + "color": "#4B83CD", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "animationRate", + "color": "#7A3E9D", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "number", + "color": "#7A3E9D", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "private", + "color": "#4B83CD", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cellSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "number", + "color": "#7A3E9D", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "private", + "color": "#4B83CD", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "world", + "color": "#7A3E9D", + "_t": "block.class.meta.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "constructor", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "gridSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "50", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "canvasSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "600", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "lineColor", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#cdcdcd", + "color": "#448C27", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "liveColor", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#666", + "color": "#448C27", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "deadColor", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#777777", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "#eee", + "color": "#448C27", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#777777", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "initialLifeProbability", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.delimiter.meta.method.numeric.period.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "5", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "animationRate", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "60", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "cellSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "world", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "createWorld", + "color": "#AA3731", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "()", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "circleOfLife", + "color": "#AA3731", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "()", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "public", + "color": "#4B83CD", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "createWorld", + "color": "#AA3731", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "travelWorld", + "color": "#AA3731", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Cell", + "color": "#7A3E9D", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=>", + "color": "#7A3E9D", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "arrow.block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "live", + "color": "#7A3E9D", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Math", + "color": "#7A3E9D", + "_t": "arrow.block.class.constant.declaration.math.meta.method.support.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "random", + "color": "#7A3E9D", + "_t": "arrow.block.class.declaration.function.math.meta.method.support.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": "()", + "color": "#333333", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "arrow.block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "initialLifeProbability", + "color": "#7A3E9D", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "public", + "color": "#4B83CD", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "circleOfLife", + "color": "#AA3731", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.return.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "void", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.primitive.return.support.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "world", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "travelWorld", + "color": "#AA3731", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Cell", + "color": "#7A3E9D", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=>", + "color": "#7A3E9D", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "world", + "color": "#7A3E9D", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "[", + "color": "#333333", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "][", + "color": "#333333", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "]", + "color": "#333333", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "draw", + "color": "#AA3731", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#333333", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "resolveNextGeneration", + "color": "#AA3731", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#333333", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "setTimeout", + "color": "#7A3E9D", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#777777", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=>", + "color": "#7A3E9D", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "circleOfLife", + "color": "#AA3731", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "()", + "color": "#333333", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "animationRate", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "public", + "color": "#4B83CD", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "resolveNextGeneration", + "color": "#AA3731", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Cell", + "color": "#7A3E9D", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "count", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.expr.language.meta.method.this.ts.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.expr.meta.method.punctuation.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "countNeighbors", + "color": "#AA3731", + "_t": "block.class.declaration.entity.expr.function.meta.method.name.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "newCell", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "new", + "color": "#777777", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Cell", + "color": "#7A3E9D", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "live", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "count", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "||", + "color": "#777777", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "count", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ">", + "color": "#777777", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "3", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "newCell", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "live", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "false", + "color": "#AB6526", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "else", + "color": "#4B83CD", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "count", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "==", + "color": "#777777", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "3", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "newCell", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "live", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "true", + "color": "#AB6526", + "_t": "block.boolean.class.constant.declaration.language.meta.method.true.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "newCell", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "public", + "color": "#4B83CD", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "countNeighbors", + "color": "#AA3731", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Cell", + "color": "#7A3E9D", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "neighbors", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<=", + "color": "#777777", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "++", + "color": "#777777", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "-", + "color": "#777777", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<=", + "color": "#777777", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "++", + "color": "#777777", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "==", + "color": "#777777", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "&&", + "color": "#777777", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "==", + "color": "#777777", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "continue", + "color": "#4B83CD", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "isAlive", + "color": "#AA3731", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#777777", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#777777", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "))", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "neighbors", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "++", + "color": "#777777", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "neighbors", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "public", + "color": "#4B83CD", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "isAlive", + "color": "#AA3731", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "number", + "color": "#7A3E9D", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "number", + "color": "#7A3E9D", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "||", + "color": "#777777", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "||", + "color": "#777777", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ">=", + "color": "#777777", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "gridSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "||", + "color": "#777777", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ">=", + "color": "#777777", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "gridSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "false", + "color": "#AB6526", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "world", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "[", + "color": "#333333", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "][", + "color": "#333333", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "]", + "color": "#333333", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "live", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "public", + "color": "#4B83CD", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "travelWorld", + "color": "#AA3731", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "callback", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "result", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[]", + "color": "#333333", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "gridSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "++", + "color": "#777777", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "rowData", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[]", + "color": "#333333", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#777777", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "gridSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "++", + "color": "#777777", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "rowData", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "push", + "color": "#7A3E9D", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "callback", + "color": "#AA3731", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "new", + "color": "#777777", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Cell", + "color": "#7A3E9D", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "false", + "color": "#AB6526", + "_t": "block.boolean.class.constant.declaration.expr.false.language.meta.method.new.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.language rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "))", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "result", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "push", + "color": "#7A3E9D", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.class rgb(122, 62, 157)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "rowData", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "return", + "color": "#4B83CD", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "result", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "public", + "color": "#4B83CD", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "draw", + "color": "#AA3731", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#777777", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Cell", + "color": "#7A3E9D", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "{", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "cellSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "==", + "color": "#777777", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "0", + "color": "#AB6526", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "cellSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "canvasSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "/", + "color": "#777777", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "gridSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "context", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "strokeStyle", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "lineColor", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "context", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "strokeRect", + "color": "#AA3731", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "cellSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "*", + "color": "#777777", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "cellSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "cellSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "cellSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "context", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "fillStyle", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "live", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "?", + "color": "#777777", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "liveColor", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ":", + "color": "#777777", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "deadColor", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "context", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "fillRect", + "color": "#AA3731", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "cellSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "cell", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "col", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "*", + "color": "#777777", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "cellSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "cellSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#434343", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "this", + "color": "#AB6526", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable.language rgb(171, 101, 38)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "cellSize", + "color": "#7A3E9D", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#333333", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t\t", + "color": "#333333", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "\t", + "color": "#333333", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "}", + "color": "#777777", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "var", + "color": "#7A3E9D", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "game", + "color": "#7A3E9D", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "new", + "color": "#777777", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "expr.meta.new.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Conway", + "color": "#7A3E9D", + "_t": "entity.expr.meta.module.name.new.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": ".", + "color": "#777777", + "_t": "accessor.expr.meta.new.punctuation.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "GameOfLife", + "color": "#7A3E9D", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": "()", + "color": "#333333", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ";", + "color": "#777777", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + } + ], + "red": [ + { + "content": "/*", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Game of Life", + "color": "#E7C0C0", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " * Implemented in TypeScript", + "color": "#E7C0C0", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " * To learn more about TypeScript, please visit http://www.typescriptlang.org/", + "color": "#E7C0C0", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#E7C0C0", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "*/", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "module", + "color": "#FF6262", + "_t": "declaration.meta.namespace.storage.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Conway", + "color": "#FEC758", + "_t": "declaration.entity.meta.module.name.namespace.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "export", + "color": "#F12727", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "class", + "color": "#FF6262", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Cell", + "color": "#FEC758", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "public", + "color": "#FF6262", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "number", + "color": "#9DF39F", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "public", + "color": "#FF6262", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "number", + "color": "#9DF39F", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "public", + "color": "#FF6262", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "live", + "color": "#FB9A4B", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "boolean", + "color": "#9DF39F", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "constructor", + "color": "#FF6262", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "number", + "color": "#9DF39F", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "number", + "color": "#9DF39F", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "live", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "boolean", + "color": "#9DF39F", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "live", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "live", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "export", + "color": "#F12727", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "class", + "color": "#FF6262", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "GameOfLife", + "color": "#FEC758", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "private", + "color": "#FF6262", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "gridSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "number", + "color": "#9DF39F", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "private", + "color": "#FF6262", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "canvasSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "number", + "color": "#9DF39F", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "private", + "color": "#FF6262", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "lineColor", + "color": "#FB9A4B", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "string", + "color": "#9DF39F", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "private", + "color": "#FF6262", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "liveColor", + "color": "#FB9A4B", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "string", + "color": "#9DF39F", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "private", + "color": "#FF6262", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "deadColor", + "color": "#FB9A4B", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "string", + "color": "#9DF39F", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "private", + "color": "#FF6262", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "initialLifeProbability", + "color": "#FB9A4B", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "number", + "color": "#9DF39F", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "private", + "color": "#FF6262", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "animationRate", + "color": "#FB9A4B", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "number", + "color": "#9DF39F", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "private", + "color": "#FF6262", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cellSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "number", + "color": "#9DF39F", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "private", + "color": "#FF6262", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "world", + "color": "#FB9A4B", + "_t": "block.class.meta.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "constructor", + "color": "#FF6262", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "gridSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "50", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "canvasSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "600", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "lineColor", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "#cdcdcd", + "color": "#CD8D8D", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "liveColor", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "#666", + "color": "#CD8D8D", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "deadColor", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "#eee", + "color": "#CD8D8D", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "initialLifeProbability", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ".", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.delimiter.meta.method.numeric.period.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "5", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "animationRate", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "60", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cellSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "world", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "createWorld", + "color": "#FEC758", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "circleOfLife", + "color": "#FEC758", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "public", + "color": "#FF6262", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "createWorld", + "color": "#FEC758", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "travelWorld", + "color": "#FEC758", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Cell", + "color": "#FEC758", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=>", + "color": "#FF6262", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "arrow.block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "live", + "color": "#FB9A4B", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Math", + "color": "#EB939A", + "_t": "arrow.block.class.constant.declaration.math.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.constant rgb(235, 147, 154)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "random", + "color": "#FFB454", + "_t": "arrow.block.class.declaration.function.math.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "arrow.block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "initialLifeProbability", + "color": "#FB9A4B", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "public", + "color": "#FF6262", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "circleOfLife", + "color": "#FEC758", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.return.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "void", + "color": "#9DF39F", + "_t": "block.class.declaration.meta.method.primitive.return.support.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "world", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "travelWorld", + "color": "#FEC758", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Cell", + "color": "#FEC758", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=>", + "color": "#FF6262", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "world", + "color": "#FB9A4B", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "][", + "color": "#F8F8F8", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "draw", + "color": "#FEC758", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "resolveNextGeneration", + "color": "#FEC758", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "setTimeout", + "color": "#FFB454", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=>", + "color": "#FF6262", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "circleOfLife", + "color": "#FEC758", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "animationRate", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "public", + "color": "#FF6262", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "resolveNextGeneration", + "color": "#FEC758", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Cell", + "color": "#FEC758", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "count", + "color": "#FB9A4B", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.expr.language.meta.method.this.ts.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.expr.meta.method.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "countNeighbors", + "color": "#FEC758", + "_t": "block.class.declaration.entity.expr.function.meta.method.name.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "newCell", + "color": "#FB9A4B", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "new", + "color": "#F12727", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Cell", + "color": "#FEC758", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "live", + "color": "#FB9A4B", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "count", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "||", + "color": "#F12727", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "count", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ">", + "color": "#F12727", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "newCell", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "live", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "false", + "color": "#994646", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "else", + "color": "#F12727", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "count", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "==", + "color": "#F12727", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "3", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "newCell", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "live", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "true", + "color": "#994646", + "_t": "block.boolean.class.constant.declaration.language.meta.method.true.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "newCell", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "public", + "color": "#FF6262", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "countNeighbors", + "color": "#FEC758", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Cell", + "color": "#FEC758", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "neighbors", + "color": "#FB9A4B", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "1", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<=", + "color": "#F12727", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "1", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "++", + "color": "#F12727", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "-", + "color": "#F12727", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "1", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<=", + "color": "#F12727", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "++", + "color": "#F12727", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "==", + "color": "#F12727", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "&&", + "color": "#F12727", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "==", + "color": "#F12727", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "continue", + "color": "#F12727", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "isAlive", + "color": "#FEC758", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "))", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "neighbors", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "++", + "color": "#F12727", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "neighbors", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "public", + "color": "#FF6262", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "isAlive", + "color": "#FEC758", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "number", + "color": "#9DF39F", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "number", + "color": "#9DF39F", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "||", + "color": "#F12727", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "||", + "color": "#F12727", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ">=", + "color": "#F12727", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "gridSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "||", + "color": "#F12727", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ">=", + "color": "#F12727", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "gridSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "false", + "color": "#994646", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "world", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "][", + "color": "#F8F8F8", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "live", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "public", + "color": "#FF6262", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "travelWorld", + "color": "#FEC758", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "callback", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "result", + "color": "#FB9A4B", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[]", + "color": "#F8F8F8", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "gridSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "++", + "color": "#F12727", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "rowData", + "color": "#FB9A4B", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[]", + "color": "#F8F8F8", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "gridSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "++", + "color": "#F12727", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "rowData", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "push", + "color": "#FFB454", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "callback", + "color": "#FEC758", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "new", + "color": "#F12727", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Cell", + "color": "#FEC758", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "false", + "color": "#994646", + "_t": "block.boolean.class.constant.declaration.expr.false.language.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "))", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "result", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "push", + "color": "#FFB454", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "rowData", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "return", + "color": "#F12727", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "result", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "public", + "color": "#FF6262", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "draw", + "color": "#FEC758", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Cell", + "color": "#FEC758", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cellSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "==", + "color": "#F12727", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "0", + "color": "#994646", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cellSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "canvasSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "/", + "color": "#F12727", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "gridSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "context", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "strokeStyle", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "lineColor", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "context", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "strokeRect", + "color": "#FEC758", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cellSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cellSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cellSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cellSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "context", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fillStyle", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "live", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "?", + "color": "#F12727", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "liveColor", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ":", + "color": "#F12727", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "deadColor", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "context", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "fillRect", + "color": "#FEC758", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cellSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cell", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "col", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cellSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cellSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "this", + "color": "#FB9A4B", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "cellSize", + "color": "#FB9A4B", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t\t", + "color": "#F8F8F8", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\t", + "color": "#F8F8F8", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "var", + "color": "#FF6262", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "game", + "color": "#FB9A4B", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "new", + "color": "#F12727", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "expr.meta.new.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Conway", + "color": "#FEC758", + "_t": "entity.expr.meta.module.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ".", + "color": "#F8F8F8", + "_t": "accessor.expr.meta.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "GameOfLife", + "color": "#FEC758", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "()", + "color": "#F8F8F8", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "/*", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Game of Life", + "color": "#657B83", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " * Implemented in TypeScript", + "color": "#657B83", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " * To learn more about TypeScript, please visit http://www.typescriptlang.org/", + "color": "#657B83", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#657B83", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "*/", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "module", + "color": "#93A1A1", + "_t": "declaration.meta.namespace.storage.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Conway", + "color": "#93A1A1", + "_t": "declaration.entity.meta.module.name.namespace.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "export", + "color": "#859900", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Cell", + "color": "#CB4B16", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "public", + "color": "#93A1A1", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#93A1A1", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "public", + "color": "#93A1A1", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#93A1A1", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "public", + "color": "#93A1A1", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "live", + "color": "#93A1A1", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "boolean", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "constructor", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "live", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "boolean", + "color": "#859900", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "live", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "live", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "export", + "color": "#859900", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "class", + "color": "#93A1A1", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "GameOfLife", + "color": "#CB4B16", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "private", + "color": "#93A1A1", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "gridSize", + "color": "#93A1A1", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "private", + "color": "#93A1A1", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "canvasSize", + "color": "#93A1A1", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "private", + "color": "#93A1A1", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "lineColor", + "color": "#93A1A1", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "string", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "private", + "color": "#93A1A1", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "liveColor", + "color": "#93A1A1", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "string", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "private", + "color": "#93A1A1", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "deadColor", + "color": "#93A1A1", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "string", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "private", + "color": "#93A1A1", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "initialLifeProbability", + "color": "#93A1A1", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "private", + "color": "#93A1A1", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "animationRate", + "color": "#93A1A1", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "private", + "color": "#93A1A1", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cellSize", + "color": "#93A1A1", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "private", + "color": "#93A1A1", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "world", + "color": "#268BD2", + "_t": "block.class.meta.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "constructor", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "gridSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "50", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "canvasSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "600", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "lineColor", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#cdcdcd", + "color": "#2AA198", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "liveColor", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#666", + "color": "#2AA198", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "deadColor", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#eee", + "color": "#2AA198", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "initialLifeProbability", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ".", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.delimiter.meta.method.numeric.period.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "animationRate", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "60", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "world", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "createWorld", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "circleOfLife", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "public", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "createWorld", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "travelWorld", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Cell", + "color": "#CB4B16", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=>", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "live", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Math", + "color": "#859900", + "_t": "arrow.block.class.constant.declaration.math.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "random", + "color": "#859900", + "_t": "arrow.block.class.declaration.function.math.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "arrow.block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "initialLifeProbability", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "public", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "circleOfLife", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.return.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "void", + "color": "#859900", + "_t": "block.class.declaration.meta.method.primitive.return.support.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "world", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "travelWorld", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Cell", + "color": "#CB4B16", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=>", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "world", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "][", + "color": "#93A1A1", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "draw", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "resolveNextGeneration", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "setTimeout", + "color": "#859900", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=>", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "circleOfLife", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "animationRate", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "public", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "resolveNextGeneration", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Cell", + "color": "#CB4B16", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "count", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.expr.language.meta.method.this.ts.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.expr.meta.method.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "countNeighbors", + "color": "#268BD2", + "_t": "block.class.declaration.entity.expr.function.meta.method.name.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "newCell", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "new", + "color": "#859900", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Cell", + "color": "#CB4B16", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "live", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "count", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "||", + "color": "#859900", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "count", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "newCell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "live", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "false", + "color": "#B58900", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "else", + "color": "#859900", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "count", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "==", + "color": "#859900", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "newCell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "live", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "true", + "color": "#B58900", + "_t": "block.boolean.class.constant.declaration.language.meta.method.true.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "newCell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "public", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "countNeighbors", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Cell", + "color": "#CB4B16", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "neighbors", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "-", + "color": "#859900", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "==", + "color": "#859900", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "&&", + "color": "#859900", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "==", + "color": "#859900", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "continue", + "color": "#859900", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "isAlive", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "))", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "neighbors", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "neighbors", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "public", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "isAlive", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "||", + "color": "#859900", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "||", + "color": "#859900", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ">=", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "gridSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "||", + "color": "#859900", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ">=", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "gridSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "false", + "color": "#B58900", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "world", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "][", + "color": "#93A1A1", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "live", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "public", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "travelWorld", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "callback", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "result", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[]", + "color": "#93A1A1", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "gridSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "rowData", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[]", + "color": "#93A1A1", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "gridSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "rowData", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "push", + "color": "#859900", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "callback", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "new", + "color": "#859900", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Cell", + "color": "#CB4B16", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "false", + "color": "#B58900", + "_t": "block.boolean.class.constant.declaration.expr.false.language.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "))", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "result", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "push", + "color": "#859900", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "rowData", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "result", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "public", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "draw", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Cell", + "color": "#CB4B16", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.type.class rgb(203, 75, 22)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "==", + "color": "#859900", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "canvasSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "/", + "color": "#859900", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "gridSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "context", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "strokeStyle", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "lineColor", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "context", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "strokeRect", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "context", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fillStyle", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "live", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "?", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "liveColor", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ":", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "deadColor", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "context", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "fillRect", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t\t", + "color": "#93A1A1", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\t", + "color": "#93A1A1", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "var", + "color": "#93A1A1", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "game", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "new", + "color": "#859900", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "expr.meta.new.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Conway", + "color": "#93A1A1", + "_t": "entity.expr.meta.module.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ".", + "color": "#93A1A1", + "_t": "accessor.expr.meta.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "GameOfLife", + "color": "#93A1A1", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "()", + "color": "#93A1A1", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "/*", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Game of Life", + "color": "#93A1A1", + "_t": "block.comment.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " * Implemented in TypeScript", + "color": "#93A1A1", + "_t": "block.comment.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " * To learn more about TypeScript, please visit http://www.typescriptlang.org/", + "color": "#93A1A1", + "_t": "block.comment.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "block.comment.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "*/", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "module", + "color": "#073642", + "_t": "declaration.meta.namespace.storage.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Conway", + "color": "#586E75", + "_t": "declaration.entity.meta.module.name.namespace.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "block.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "export", + "color": "#859900", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#073642", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Cell", + "color": "#268BD2", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "public", + "color": "#073642", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#586E75", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "public", + "color": "#073642", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#586E75", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "public", + "color": "#073642", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "live", + "color": "#586E75", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "boolean", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "constructor", + "color": "#073642", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "live", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "boolean", + "color": "#859900", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "live", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "live", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "block.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "export", + "color": "#859900", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "class", + "color": "#073642", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "GameOfLife", + "color": "#268BD2", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "private", + "color": "#073642", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "gridSize", + "color": "#586E75", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "private", + "color": "#073642", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "canvasSize", + "color": "#586E75", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "private", + "color": "#073642", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "lineColor", + "color": "#586E75", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "string", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "private", + "color": "#073642", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "liveColor", + "color": "#586E75", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "string", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "private", + "color": "#073642", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "deadColor", + "color": "#586E75", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "string", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "private", + "color": "#073642", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "initialLifeProbability", + "color": "#586E75", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "private", + "color": "#073642", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "animationRate", + "color": "#586E75", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "private", + "color": "#073642", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cellSize", + "color": "#586E75", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "private", + "color": "#073642", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "world", + "color": "#268BD2", + "_t": "block.class.meta.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "constructor", + "color": "#073642", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "gridSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "50", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "canvasSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "600", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "lineColor", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#cdcdcd", + "color": "#2AA198", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "liveColor", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#666", + "color": "#2AA198", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "deadColor", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "#eee", + "color": "#2AA198", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "initialLifeProbability", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ".", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.delimiter.meta.method.numeric.period.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "5", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "animationRate", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "60", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "world", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "createWorld", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "circleOfLife", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "public", + "color": "#073642", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "createWorld", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "travelWorld", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Cell", + "color": "#268BD2", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=>", + "color": "#073642", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "live", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Math", + "color": "#859900", + "_t": "arrow.block.class.constant.declaration.math.meta.method.support.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "random", + "color": "#859900", + "_t": "arrow.block.class.declaration.function.math.meta.method.support.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "arrow.block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "initialLifeProbability", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "public", + "color": "#073642", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "circleOfLife", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.return.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "void", + "color": "#859900", + "_t": "block.class.declaration.meta.method.primitive.return.support.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "world", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "travelWorld", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Cell", + "color": "#268BD2", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=>", + "color": "#073642", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "world", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "][", + "color": "#586E75", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "draw", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "resolveNextGeneration", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "setTimeout", + "color": "#859900", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=>", + "color": "#073642", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "circleOfLife", + "color": "#268BD2", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "animationRate", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "public", + "color": "#073642", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "resolveNextGeneration", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Cell", + "color": "#268BD2", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "count", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.expr.language.meta.method.this.ts.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.expr.meta.method.punctuation.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "countNeighbors", + "color": "#268BD2", + "_t": "block.class.declaration.entity.expr.function.meta.method.name.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "newCell", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "new", + "color": "#859900", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Cell", + "color": "#268BD2", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "live", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "count", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "||", + "color": "#859900", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "count", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ">", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "newCell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "live", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "false", + "color": "#B58900", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "else", + "color": "#859900", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "count", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "==", + "color": "#859900", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "3", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "newCell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "live", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "true", + "color": "#B58900", + "_t": "block.boolean.class.constant.declaration.language.meta.method.true.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "newCell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "public", + "color": "#073642", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "countNeighbors", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Cell", + "color": "#268BD2", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "neighbors", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "-", + "color": "#859900", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<=", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "==", + "color": "#859900", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "&&", + "color": "#859900", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "==", + "color": "#859900", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "continue", + "color": "#859900", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "isAlive", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "))", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "neighbors", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "neighbors", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "public", + "color": "#073642", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "isAlive", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "number", + "color": "#859900", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "||", + "color": "#859900", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "||", + "color": "#859900", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ">=", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "gridSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "||", + "color": "#859900", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ">=", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "gridSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "false", + "color": "#B58900", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "world", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "][", + "color": "#586E75", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "live", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "public", + "color": "#073642", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "travelWorld", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "callback", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "result", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[]", + "color": "#586E75", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "gridSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "rowData", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[]", + "color": "#586E75", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "gridSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++", + "color": "#859900", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "rowData", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "push", + "color": "#859900", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "callback", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "new", + "color": "#859900", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Cell", + "color": "#268BD2", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "false", + "color": "#B58900", + "_t": "block.boolean.class.constant.declaration.expr.false.language.meta.method.new.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.language rgb(181, 137, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "))", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "result", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "push", + "color": "#859900", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.class rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "rowData", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "return", + "color": "#859900", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "result", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "public", + "color": "#073642", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "draw", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Cell", + "color": "#268BD2", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.type.class rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "==", + "color": "#859900", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "0", + "color": "#D33682", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "canvasSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "/", + "color": "#859900", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "gridSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "context", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "strokeStyle", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "lineColor", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "context", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "strokeRect", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "context", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fillStyle", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "live", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "?", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "liveColor", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ":", + "color": "#859900", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "deadColor", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "context", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "fillRect", + "color": "#268BD2", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cell", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "col", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "*", + "color": "#859900", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "this", + "color": "#268BD2", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.language rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "cellSize", + "color": "#268BD2", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t\t", + "color": "#586E75", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\t", + "color": "#586E75", + "_t": "block.class.meta.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "var", + "color": "#073642", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "game", + "color": "#268BD2", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "new", + "color": "#859900", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "expr.meta.new.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Conway", + "color": "#586E75", + "_t": "entity.expr.meta.module.name.new.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ".", + "color": "#586E75", + "_t": "accessor.expr.meta.new.punctuation.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "GameOfLife", + "color": "#586E75", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "()", + "color": "#586E75", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "/*", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Game of Life", + "color": "#7285B7", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " * Implemented in TypeScript", + "color": "#7285B7", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " * To learn more about TypeScript, please visit http://www.typescriptlang.org/", + "color": "#7285B7", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#7285B7", + "_t": "block.comment.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "*/", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "module", + "color": "#EBBBFF", + "_t": "declaration.meta.namespace.storage.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Conway", + "color": "#FFFFFF", + "_t": "declaration.entity.meta.module.name.namespace.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "declaration.meta.namespace.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "export", + "color": "#EBBBFF", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#EBBBFF", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Cell", + "color": "#FFEEAD", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#EBBBFF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFEEAD", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#EBBBFF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFEEAD", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#EBBBFF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FF9DA4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "boolean", + "color": "#FFEEAD", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "constructor", + "color": "#EBBBFF", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFC58F", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFEEAD", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFC58F", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFEEAD", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FFC58F", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "boolean", + "color": "#FFEEAD", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "export", + "color": "#EBBBFF", + "_t": "block.class.control.export.keyword.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "class", + "color": "#EBBBFF", + "_t": "block.class.meta.storage.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "GameOfLife", + "color": "#FFEEAD", + "_t": "block.class.entity.meta.name.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#EBBBFF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "gridSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFEEAD", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#EBBBFF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "canvasSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFEEAD", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#EBBBFF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "lineColor", + "color": "#FF9DA4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "string", + "color": "#FFEEAD", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#EBBBFF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "liveColor", + "color": "#FF9DA4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "string", + "color": "#FFEEAD", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#EBBBFF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "deadColor", + "color": "#FF9DA4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "string", + "color": "#FFEEAD", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#EBBBFF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "initialLifeProbability", + "color": "#FF9DA4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFEEAD", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#EBBBFF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "animationRate", + "color": "#FF9DA4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFEEAD", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#EBBBFF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.field.meta.object.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.keyword.meta.operator.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.field.meta.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFEEAD", + "_t": "annotation.block.class.declaration.field.meta.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "private", + "color": "#EBBBFF", + "_t": "block.class.meta.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "world", + "color": "#FF9DA4", + "_t": "block.class.meta.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.meta.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "constructor", + "color": "#EBBBFF", + "_t": "block.class.declaration.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "gridSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "50", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "canvasSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "600", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "lineColor", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "#cdcdcd", + "color": "#D1F1A9", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "liveColor", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "#666", + "color": "#D1F1A9", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "deadColor", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "begin.block.class.declaration.definition.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "#eee", + "color": "#D1F1A9", + "_t": "block.class.declaration.meta.method.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "block.class.declaration.definition.end.meta.method.punctuation.quoted.single.string.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "initialLifeProbability", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ".", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.delimiter.meta.method.numeric.period.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "5", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "animationRate", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "60", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "world", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "createWorld", + "color": "#BBDAFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "circleOfLife", + "color": "#BBDAFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#EBBBFF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "createWorld", + "color": "#BBDAFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "travelWorld", + "color": "#BBDAFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFC58F", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Cell", + "color": "#FFEEAD", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#EBBBFF", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FF9DA4", + "_t": "arrow.block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FF9DA4", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Math", + "color": "#FFEEAD", + "_t": "arrow.block.class.constant.declaration.math.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "random", + "color": "#BBDAFF", + "_t": "arrow.block.class.declaration.function.math.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "initialLifeProbability", + "color": "#FF9DA4", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FF9DA4", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#EBBBFF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "circleOfLife", + "color": "#BBDAFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.return.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "void", + "color": "#FFEEAD", + "_t": "block.class.declaration.meta.method.primitive.return.support.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.return.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "world", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "travelWorld", + "color": "#BBDAFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFC58F", + "_t": "arrow.block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.arrow.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.arrow.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Cell", + "color": "#FFEEAD", + "_t": "annotation.arrow.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#EBBBFF", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FF9DA4", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "arrow.assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "world", + "color": "#FF9DA4", + "_t": "arrow.block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FF9DA4", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "][", + "color": "#FFFFFF", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FF9DA4", + "_t": "array.arrow.block.class.declaration.literal.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.array.arrow.block.class.declaration.literal.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "array.arrow.block.class.declaration.literal.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "array.arrow.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "draw", + "color": "#BBDAFF", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FF9DA4", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "arrow.block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "resolveNextGeneration", + "color": "#BBDAFF", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FF9DA4", + "_t": "arrow.block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "setTimeout", + "color": "#BBDAFF", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "arrow.begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=>", + "color": "#EBBBFF", + "_t": "arrow.block.class.declaration.function.meta.method.storage.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "arrow.block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.arrow.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "circleOfLife", + "color": "#BBDAFF", + "_t": "arrow.block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "arrow.block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "arrow.block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "animationRate", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#EBBBFF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "resolveNextGeneration", + "color": "#BBDAFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFC58F", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Cell", + "color": "#FFEEAD", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "count", + "color": "#FF9DA4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.expr.language.meta.method.this.ts.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.expr.meta.method.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "countNeighbors", + "color": "#BBDAFF", + "_t": "block.class.declaration.entity.expr.function.meta.method.name.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FF9DA4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.expr.meta.method.round.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "newCell", + "color": "#FF9DA4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Cell", + "color": "#FFEEAD", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FF9DA4", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FF9DA4", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FF9DA4", + "_t": "block.class.declaration.expr.meta.method.new.object.other.ts.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.expr.meta.method.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FF9DA4", + "_t": "block.class.declaration.expr.meta.method.new.other.property.ts.var.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "count", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "||", + "color": "#FFFFFF", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "count", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#FFFFFF", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "newCell", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "false", + "color": "#FFC58F", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "else", + "color": "#EBBBFF", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "count", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#FFFFFF", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "3", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "newCell", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "true", + "color": "#FFC58F", + "_t": "block.boolean.class.constant.declaration.language.meta.method.true.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "newCell", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#EBBBFF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "countNeighbors", + "color": "#BBDAFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFC58F", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Cell", + "color": "#FFEEAD", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "neighbors", + "color": "#FF9DA4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#FFFFFF", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "++", + "color": "#FFFFFF", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "-", + "color": "#FFFFFF", + "_t": "arithmetic.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<=", + "color": "#FFFFFF", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "++", + "color": "#FFFFFF", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#FFFFFF", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "&&", + "color": "#FFFFFF", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#FFFFFF", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "continue", + "color": "#EBBBFF", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "isAlive", + "color": "#BBDAFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#FFFFFF", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#FFFFFF", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "neighbors", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "++", + "color": "#FFFFFF", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "neighbors", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#EBBBFF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "isAlive", + "color": "#BBDAFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFC58F", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFEEAD", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameter.parameters.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FFC58F", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "number", + "color": "#FFEEAD", + "_t": "annotation.block.class.declaration.meta.method.parameters.primitive.support.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.class rgb(255, 238, 173)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "||", + "color": "#FFFFFF", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "||", + "color": "#FFFFFF", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ">=", + "color": "#FFFFFF", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "gridSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "||", + "color": "#FFFFFF", + "_t": "block.class.declaration.keyword.logical.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ">=", + "color": "#FFFFFF", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "gridSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "false", + "color": "#FFC58F", + "_t": "block.boolean.class.constant.declaration.false.language.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "world", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "][", + "color": "#FFFFFF", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "array.block.class.declaration.literal.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "array.block.brace.class.declaration.literal.meta.method.square.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#EBBBFF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "travelWorld", + "color": "#BBDAFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "callback", + "color": "#FFC58F", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "result", + "color": "#FF9DA4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[]", + "color": "#FFFFFF", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "gridSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "++", + "color": "#FFFFFF", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "rowData", + "color": "#FF9DA4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[]", + "color": "#FFFFFF", + "_t": "array.block.brace.class.declaration.expr.literal.meta.method.square.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "block.class.control.declaration.keyword.loop.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "block.class.declaration.expr.meta.method.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "block.class.declaration.expr.meta.method.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.expr.keyword.meta.method.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.expr.meta.method.numeric.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FFFFFF", + "_t": "block.class.declaration.keyword.meta.method.operator.relational.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "gridSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "++", + "color": "#FFFFFF", + "_t": "block.class.declaration.increment.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "rowData", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "push", + "color": "#BBDAFF", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "callback", + "color": "#BBDAFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.keyword.meta.method.new.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Cell", + "color": "#FFEEAD", + "_t": "block.class.declaration.entity.expr.meta.method.name.new.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "block.class.declaration.expr.meta.method.new.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.expr.meta.method.new.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.expr.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "false", + "color": "#FFC58F", + "_t": "block.boolean.class.constant.declaration.expr.false.language.meta.method.new.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.language rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.expr.meta.method.new.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "))", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "result", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "push", + "color": "#BBDAFF", + "_t": "block.class.declaration.function.meta.method.support.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "rowData", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "return", + "color": "#EBBBFF", + "_t": "block.class.control.declaration.flow.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "result", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.readwrite.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "public", + "color": "#EBBBFF", + "_t": "block.class.declaration.meta.method.modifier.storage.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "draw", + "color": "#BBDAFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "begin.block.class.declaration.definition.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FFC58F", + "_t": "block.class.declaration.meta.method.parameter.parameters.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable.parameter rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.parameters.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.keyword.meta.method.operator.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "annotation.block.class.declaration.meta.method.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Cell", + "color": "#FFEEAD", + "_t": "annotation.block.class.declaration.entity.meta.method.name.parameters.ts.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.type.class rgb(255, 238, 173)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.end.meta.method.parameters.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "block.class.conditional.control.declaration.keyword.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "==", + "color": "#FFFFFF", + "_t": "block.class.comparison.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "0", + "color": "#FFC58F", + "_t": "block.class.constant.decimal.declaration.meta.method.numeric.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "canvasSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "/", + "color": "#FFFFFF", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "gridSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "context", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "strokeStyle", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "lineColor", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "context", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "strokeRect", + "color": "#BBDAFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#FFFFFF", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "*", + "color": "#FFFFFF", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "context", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "fillStyle", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "assignment.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "live", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "?", + "color": "#FFFFFF", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "liveColor", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "block.class.declaration.keyword.meta.method.operator.ternary.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "deadColor", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "context", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.object.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "fillRect", + "color": "#BBDAFF", + "_t": "block.class.declaration.entity.function.meta.method.name.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#FFFFFF", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cell", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.object.other.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "col", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "*", + "color": "#FFFFFF", + "_t": "arithmetic.block.class.declaration.keyword.meta.method.operator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator.class rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "block.class.comma.declaration.meta.method.punctuation.separator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "this", + "color": "#FF9DA4", + "_t": "block.class.declaration.language.meta.method.this.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.block.class.declaration.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "cellSize", + "color": "#FF9DA4", + "_t": "block.class.declaration.meta.method.other.property.ts.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "block.brace.class.declaration.meta.method.round.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t\t", + "color": "#FFFFFF", + "_t": "block.class.declaration.meta.method.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.declaration.definition.meta.method.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\t", + "color": "#FFFFFF", + "_t": "block.class.meta.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.class.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "block.definition.meta.punctuation.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "var", + "color": "#EBBBFF", + "_t": "expr.meta.storage.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "game", + "color": "#FF9DA4", + "_t": "expr.meta.other.readwrite.ts.var.var-single-variable.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var.var-single-variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "assignment.expr.keyword.meta.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "new", + "color": "#99FFFF", + "_t": "expr.keyword.meta.new.operator.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "expr.meta.new.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Conway", + "color": "#FFFFFF", + "_t": "entity.expr.meta.module.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ".", + "color": "#FFFFFF", + "_t": "accessor.expr.meta.new.punctuation.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "GameOfLife", + "color": "#FFFFFF", + "_t": "entity.expr.meta.name.new.ts.type.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "()", + "color": "#FFFFFF", + "_t": "brace.expr.meta.new.round.ts.var", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "punctuation.statement.terminator.ts", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ts.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ts.result.patch new file mode 100644 index 000000000..17fd5ce5e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.ts.result.patch @@ -0,0 +1,1166 @@ +{ + "abyss": [ + { + "index": 8, + "content": "Conway", + "color": "#6688CC", + "newColor": "#FFEEBB" + }, + { + "index": 1033, + "content": "Conway", + "color": "#6688CC", + "newColor": "#FFEEBB" + }, + { + "index": 1035, + "content": "GameOfLife", + "color": "#6688CC", + "newColor": "#FFEEBB" + } + ], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [ + { + "index": 314, + "content": "random", + "color": "#4EC9B0", + "newColor": "#DCDCAA" + }, + { + "index": 341, + "content": ":", + "color": "#4EC9B0", + "newColor": "#D4D4D4" + }, + { + "index": 409, + "content": "setTimeout", + "color": "#4EC9B0", + "newColor": "#DCDCAA" + }, + { + "index": 832, + "content": "push", + "color": "#4EC9B0", + "newColor": "#DCDCAA" + }, + { + "index": 855, + "content": "push", + "color": "#4EC9B0", + "newColor": "#DCDCAA" + } + ], + "light_plus": [ + { + "index": 314, + "content": "random", + "color": "#267F99", + "newColor": "#795E26" + }, + { + "index": 341, + "content": ":", + "color": "#267F99", + "newColor": "#000000" + }, + { + "index": 409, + "content": "setTimeout", + "color": "#267F99", + "newColor": "#795E26" + }, + { + "index": 832, + "content": "push", + "color": "#267F99", + "newColor": "#795E26" + }, + { + "index": 855, + "content": "push", + "color": "#267F99", + "newColor": "#795E26" + } + ], + "kimbie_dark": [ + { + "index": 8, + "content": "Conway", + "color": "#D3AF86", + "newColor": "#F06431" + }, + { + "index": 25, + "content": "number", + "color": "#F06431", + "newColor": "#D3AF86" + }, + { + "index": 33, + "content": "number", + "color": "#F06431", + "newColor": "#D3AF86" + }, + { + "index": 41, + "content": "boolean", + "color": "#F06431", + "newColor": "#D3AF86" + }, + { + "index": 49, + "content": "number", + "color": "#F06431", + "newColor": "#D3AF86" + }, + { + "index": 55, + "content": "number", + "color": "#F06431", + "newColor": "#D3AF86" + }, + { + "index": 61, + "content": "boolean", + "color": "#F06431", + "newColor": "#D3AF86" + }, + { + "index": 109, + "content": "number", + "color": "#F06431", + "newColor": "#D3AF86" + }, + { + "index": 117, + "content": "number", + "color": "#F06431", + "newColor": "#D3AF86" + }, + { + "index": 125, + "content": "string", + "color": "#F06431", + "newColor": "#D3AF86" + }, + { + "index": 133, + "content": "string", + "color": "#F06431", + "newColor": "#D3AF86" + }, + { + "index": 141, + "content": "string", + "color": "#F06431", + "newColor": "#D3AF86" + }, + { + "index": 149, + "content": "number", + "color": "#F06431", + "newColor": "#D3AF86" + }, + { + "index": 157, + "content": "number", + "color": "#F06431", + "newColor": "#D3AF86" + }, + { + "index": 165, + "content": "number", + "color": "#F06431", + "newColor": "#D3AF86" + }, + { + "index": 267, + "content": "createWorld", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 273, + "content": "circleOfLife", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 281, + "content": "createWorld", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 291, + "content": "travelWorld", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 312, + "content": "Math", + "color": "#F06431", + "newColor": "#D3AF86" + }, + { + "index": 337, + "content": "circleOfLife", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 343, + "content": "void", + "color": "#F06431", + "newColor": "#D3AF86" + }, + { + "index": 355, + "content": "travelWorld", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 389, + "content": "draw", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 399, + "content": "resolveNextGeneration", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 420, + "content": "circleOfLife", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 435, + "content": "resolveNextGeneration", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 454, + "content": "countNeighbors", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 541, + "content": "countNeighbors", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 634, + "content": "isAlive", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 675, + "content": "isAlive", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 681, + "content": "number", + "color": "#F06431", + "newColor": "#D3AF86" + }, + { + "index": 688, + "content": "number", + "color": "#F06431", + "newColor": "#D3AF86" + }, + { + "index": 753, + "content": "travelWorld", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 834, + "content": "callback", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 872, + "content": "draw", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 926, + "content": "strokeRect", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 988, + "content": "fillRect", + "color": "#F06431", + "newColor": "#8AB1B0" + }, + { + "index": 1033, + "content": "Conway", + "color": "#D3AF86", + "newColor": "#F06431" + }, + { + "index": 1035, + "content": "GameOfLife", + "color": "#D3AF86", + "newColor": "#F06431" + } + ], + "monokai": [ + { + "index": 8, + "content": "Conway", + "color": "#F8F8F2", + "newColor": "#A6E22E" + }, + { + "index": 1033, + "content": "Conway", + "color": "#F8F8F2", + "newColor": "#A6E22E" + }, + { + "index": 1035, + "content": "GameOfLife", + "color": "#F8F8F2", + "newColor": "#A6E22E" + } + ], + "monokai_dimmed": [ + { + "index": 911, + "content": "context", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 924, + "content": "context", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 961, + "content": "context", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 986, + "content": "context", + "color": "#9872A2", + "newColor": "#6089B4" + }, + { + "index": 1035, + "content": "GameOfLife", + "color": "#C5C8C6", + "newColor": "#9B0000" + } + ], + "quietlight": [ + { + "index": 50, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 56, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 312, + "content": "Math", + "color": "#7A3E9D", + "newColor": "#AB6526" + }, + { + "index": 314, + "content": "random", + "color": "#7A3E9D", + "newColor": "#AA3731" + }, + { + "index": 409, + "content": "setTimeout", + "color": "#7A3E9D", + "newColor": "#AA3731" + }, + { + "index": 423, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 473, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 478, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 643, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 682, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 832, + "content": "push", + "color": "#7A3E9D", + "newColor": "#AA3731" + }, + { + "index": 841, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 844, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 855, + "content": "push", + "color": "#7A3E9D", + "newColor": "#AA3731" + }, + { + "index": 937, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 946, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 951, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 999, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1008, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 1013, + "content": ",", + "color": "#434343", + "newColor": "#777777" + } + ], + "red": [], + "solarized_dark": [ + { + "index": 8, + "content": "Conway", + "color": "#93A1A1", + "newColor": "#CB4B16" + }, + { + "index": 312, + "content": "Math", + "color": "#859900", + "newColor": "#93A1A1" + }, + { + "index": 314, + "content": "random", + "color": "#859900", + "newColor": "#268BD2" + }, + { + "index": 409, + "content": "setTimeout", + "color": "#859900", + "newColor": "#268BD2" + }, + { + "index": 832, + "content": "push", + "color": "#859900", + "newColor": "#268BD2" + }, + { + "index": 855, + "content": "push", + "color": "#859900", + "newColor": "#268BD2" + }, + { + "index": 1033, + "content": "Conway", + "color": "#93A1A1", + "newColor": "#CB4B16" + }, + { + "index": 1035, + "content": "GameOfLife", + "color": "#93A1A1", + "newColor": "#CB4B16" + } + ], + "solarized_light": [ + { + "index": 8, + "content": "Conway", + "color": "#586E75", + "newColor": "#268BD2" + }, + { + "index": 312, + "content": "Math", + "color": "#859900", + "newColor": "#586E75" + }, + { + "index": 314, + "content": "random", + "color": "#859900", + "newColor": "#268BD2" + }, + { + "index": 409, + "content": "setTimeout", + "color": "#859900", + "newColor": "#268BD2" + }, + { + "index": 832, + "content": "push", + "color": "#859900", + "newColor": "#268BD2" + }, + { + "index": 855, + "content": "push", + "color": "#859900", + "newColor": "#268BD2" + }, + { + "index": 1033, + "content": "Conway", + "color": "#586E75", + "newColor": "#268BD2" + }, + { + "index": 1035, + "content": "GameOfLife", + "color": "#586E75", + "newColor": "#268BD2" + } + ], + "tomorrow_night_blue": [ + { + "index": 8, + "content": "Conway", + "color": "#FFFFFF", + "newColor": "#FFEEAD" + }, + { + "index": 23, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 31, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 39, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 47, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 53, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 59, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 70, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 79, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 88, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 107, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 115, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 123, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 131, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 139, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 147, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 155, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 163, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 183, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 192, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 201, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 212, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 223, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 234, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 245, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 254, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 263, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 297, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 310, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 312, + "content": "Math", + "color": "#FFEEAD", + "newColor": "#FFC58F" + }, + { + "index": 317, + "content": "<", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 341, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 351, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 360, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 371, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 439, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 450, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 464, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 466, + "content": "new", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 490, + "content": "<", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 494, + "content": "||", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 498, + "content": ">", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 507, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 518, + "content": "==", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 527, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 545, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 556, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 567, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 569, + "content": "-", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 575, + "content": "<=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 580, + "content": "++", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 591, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 593, + "content": "-", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 599, + "content": "<=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 605, + "content": "++", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 614, + "content": "==", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 618, + "content": "&&", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 622, + "content": "==", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 640, + "content": "+", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 649, + "content": "+", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 657, + "content": "++", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 679, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 686, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 697, + "content": "<", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 701, + "content": "||", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 705, + "content": "<", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 709, + "content": "||", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 713, + "content": ">=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 719, + "content": "||", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 723, + "content": ">=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 764, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 775, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 782, + "content": "<", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 790, + "content": "++", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 799, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 810, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 817, + "content": "<", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 825, + "content": "++", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 836, + "content": "new", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 876, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 889, + "content": "==", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 898, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 903, + "content": "/", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 915, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 932, + "content": "*", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 942, + "content": "*", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 965, + "content": "=", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 971, + "content": "?", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 977, + "content": ":", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 994, + "content": "*", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 1004, + "content": "*", + "color": "#FFFFFF", + "newColor": "#99FFFF" + }, + { + "index": 1033, + "content": "Conway", + "color": "#FFFFFF", + "newColor": "#FFEEAD" + }, + { + "index": 1035, + "content": "GameOfLife", + "color": "#FFFFFF", + "newColor": "#FFEEAD" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.vb b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.vb new file mode 100644 index 000000000..6e6ac8a45 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.vb @@ -0,0 +1,25 @@ +' Copyright (c) Microsoft Corporation. All rights reserved. + +Public Sub LongTask(ByVal Duration As Single, _ + ByVal MinimumInterval As Single) + Dim Threshold As Single + Dim Start As Single + Dim blnCancel As Boolean + + ' The Timer property of the DateAndTime object returns the seconds + ' and milliseconds that have passed since midnight. + Start = CSng(Timer) + Threshold = MinimumInterval + + Do While CSng(Timer)< (Start + Duration) + ' In a real application, some unit of work would + ' be done here each time through the loop. + If CSng(Timer)> (Start + Threshold) Then + RaiseEvent PercentDone( _ + Threshold / Duration, blnCancel) + ' Check to see if the operation was canceled. + If blnCancel Then Exit Sub + Threshold = Threshold + MinimumInterval + End If + Loop +End Sub \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.vb.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.vb.result new file mode 100644 index 000000000..9ae550206 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.vb.result @@ -0,0 +1,16662 @@ +{ + "abyss": [ + { + "content": "'", + "color": "#223355", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#223355", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "Public Sub ", + "color": "#9966B8", + "_t": "asp.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": "LongTask", + "color": "#DDBB88", + "_t": "asp.entity.function.name.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ByVal", + "color": "#6688CC", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " Duration ", + "color": "#6688CC", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "As", + "color": "#225588", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Single", + "color": "#9966B8", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " _", + "color": "#6688CC", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.round-brackets", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "ByVal MinimumInterval ", + "color": "#6688CC", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "As", + "color": "#225588", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Single", + "color": "#9966B8", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Dim", + "color": "#9966B8", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Threshold", + "color": "#6688CC", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "As", + "color": "#225588", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Single", + "color": "#9966B8", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Dim", + "color": "#9966B8", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Start", + "color": "#6688CC", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "As", + "color": "#225588", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Single", + "color": "#9966B8", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Dim", + "color": "#9966B8", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "blnCancel", + "color": "#6688CC", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "As", + "color": "#225588", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Boolean", + "color": "#9966B8", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.type rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#223355", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " The Timer property of the DateAndTime object returns the seconds", + "color": "#223355", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#223355", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " and milliseconds that have passed since midnight.", + "color": "#223355", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Start", + "color": "#6688CC", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "CSng", + "color": "#9966B8", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Timer", + "color": "#9966B8", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Threshold", + "color": "#6688CC", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " MinimumInterval", + "color": "#6688CC", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Do", + "color": "#225588", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "While", + "color": "#225588", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "CSng", + "color": "#9966B8", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Timer", + "color": "#9966B8", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#225588", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Start", + "color": "#6688CC", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " Duration", + "color": "#6688CC", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#223355", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " In a real application, some unit of work would", + "color": "#223355", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#223355", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " be done here each time through the loop.", + "color": "#223355", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "If", + "color": "#225588", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "CSng", + "color": "#9966B8", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Timer", + "color": "#9966B8", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ">", + "color": "#225588", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Start", + "color": "#6688CC", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " Threshold", + "color": "#6688CC", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Then", + "color": "#225588", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "RaiseEvent ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "PercentDone", + "color": "#DDBB88", + "_t": "asp.entity.function.name.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " _", + "color": "#6688CC", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Threshold", + "color": "#6688CC", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " /", + "color": "#6688CC", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " Duration", + "color": "#6688CC", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " blnCancel", + "color": "#6688CC", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ")", + "color": "#6688CC", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "'", + "color": "#223355", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " Check to see if the operation was canceled.", + "color": "#223355", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "If", + "color": "#225588", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " blnCancel ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Then", + "color": "#225588", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Exit Sub", + "color": "#225588", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Threshold", + "color": "#6688CC", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "=", + "color": "#225588", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " Threshold", + "color": "#6688CC", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "+", + "color": "#225588", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " MinimumInterval", + "color": "#6688CC", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "End If", + "color": "#225588", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Loop", + "color": "#225588", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "End Sub", + "color": "#9966B8", + "_t": "asp.storage.type", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage.type rgb(153, 102, 184)" + } + ], + "dark_vs": [ + { + "content": "'", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Public Sub ", + "color": "#569CD6", + "_t": "asp.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "LongTask", + "color": "#D4D4D4", + "_t": "asp.entity.function.name.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ByVal", + "color": "#D4D4D4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " Duration ", + "color": "#D4D4D4", + "_t": "meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "As", + "color": "#D4D4D4", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Single", + "color": "#D4D4D4", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " _", + "color": "#D4D4D4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ByVal MinimumInterval ", + "color": "#D4D4D4", + "_t": "meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "As", + "color": "#D4D4D4", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Single", + "color": "#D4D4D4", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Dim", + "color": "#569CD6", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Threshold", + "color": "#D4D4D4", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "As", + "color": "#D4D4D4", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Single", + "color": "#D4D4D4", + "_t": "asp.support.type.vb", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Dim", + "color": "#569CD6", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Start", + "color": "#D4D4D4", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "As", + "color": "#D4D4D4", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Single", + "color": "#D4D4D4", + "_t": "asp.support.type.vb", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Dim", + "color": "#569CD6", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "blnCancel", + "color": "#D4D4D4", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "As", + "color": "#D4D4D4", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Boolean", + "color": "#D4D4D4", + "_t": "asp.support.type.vb", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " The Timer property of the DateAndTime object returns the seconds", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " and milliseconds that have passed since midnight.", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Start", + "color": "#D4D4D4", + "_t": "asp.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "CSng", + "color": "#D4D4D4", + "_t": "asp.function.support.vb", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Timer", + "color": "#D4D4D4", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Threshold", + "color": "#D4D4D4", + "_t": "asp.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " MinimumInterval", + "color": "#D4D4D4", + "_t": "asp.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Do", + "color": "#569CD6", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "While", + "color": "#569CD6", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "CSng", + "color": "#D4D4D4", + "_t": "asp.function.support.vb", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Timer", + "color": "#D4D4D4", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Start", + "color": "#D4D4D4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " Duration", + "color": "#D4D4D4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " In a real application, some unit of work would", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " be done here each time through the loop.", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "If", + "color": "#569CD6", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "CSng", + "color": "#D4D4D4", + "_t": "asp.function.support.vb", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Timer", + "color": "#D4D4D4", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Start", + "color": "#D4D4D4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " Threshold", + "color": "#D4D4D4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Then", + "color": "#569CD6", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "RaiseEvent ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "PercentDone", + "color": "#D4D4D4", + "_t": "asp.entity.function.name.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " _", + "color": "#D4D4D4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Threshold", + "color": "#D4D4D4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " /", + "color": "#D4D4D4", + "_t": "meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " Duration", + "color": "#D4D4D4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " blnCancel", + "color": "#D4D4D4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Check to see if the operation was canceled.", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "If", + "color": "#569CD6", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " blnCancel ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Then", + "color": "#569CD6", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Exit Sub", + "color": "#569CD6", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Threshold", + "color": "#D4D4D4", + "_t": "asp.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " Threshold", + "color": "#D4D4D4", + "_t": "asp.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " MinimumInterval", + "color": "#D4D4D4", + "_t": "asp.other.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "End If", + "color": "#569CD6", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Loop", + "color": "#569CD6", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "End Sub", + "color": "#569CD6", + "_t": "asp.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.type rgb(86, 156, 214)" + } + ], + "light_vs": [ + { + "content": "'", + "color": "#008000", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#008000", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Public Sub ", + "color": "#0000FF", + "_t": "asp.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "LongTask", + "color": "#000000", + "_t": "asp.entity.function.name.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ByVal", + "color": "#000000", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " Duration ", + "color": "#000000", + "_t": "meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "As", + "color": "#000000", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Single", + "color": "#000000", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " _", + "color": "#000000", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ByVal MinimumInterval ", + "color": "#000000", + "_t": "meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "As", + "color": "#000000", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Single", + "color": "#000000", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Dim", + "color": "#0000FF", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "asp.dim.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Threshold", + "color": "#000000", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "asp.dim.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "As", + "color": "#000000", + "_t": "asp.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Single", + "color": "#000000", + "_t": "asp.support.type.vb", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Dim", + "color": "#0000FF", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "asp.dim.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Start", + "color": "#000000", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "asp.dim.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "As", + "color": "#000000", + "_t": "asp.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Single", + "color": "#000000", + "_t": "asp.support.type.vb", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Dim", + "color": "#0000FF", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "asp.dim.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "blnCancel", + "color": "#000000", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "asp.dim.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "As", + "color": "#000000", + "_t": "asp.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Boolean", + "color": "#000000", + "_t": "asp.support.type.vb", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#008000", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " The Timer property of the DateAndTime object returns the seconds", + "color": "#008000", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#008000", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " and milliseconds that have passed since midnight.", + "color": "#008000", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Start", + "color": "#000000", + "_t": "asp.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "CSng", + "color": "#000000", + "_t": "asp.function.support.vb", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Timer", + "color": "#000000", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Threshold", + "color": "#000000", + "_t": "asp.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " MinimumInterval", + "color": "#000000", + "_t": "asp.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Do", + "color": "#0000FF", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "While", + "color": "#0000FF", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "CSng", + "color": "#000000", + "_t": "asp.function.support.vb", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Timer", + "color": "#000000", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Start", + "color": "#000000", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " Duration", + "color": "#000000", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#008000", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " In a real application, some unit of work would", + "color": "#008000", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#008000", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " be done here each time through the loop.", + "color": "#008000", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "If", + "color": "#0000FF", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "CSng", + "color": "#000000", + "_t": "asp.function.support.vb", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Timer", + "color": "#000000", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Start", + "color": "#000000", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " Threshold", + "color": "#000000", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Then", + "color": "#0000FF", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "RaiseEvent ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "PercentDone", + "color": "#000000", + "_t": "asp.entity.function.name.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " _", + "color": "#000000", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Threshold", + "color": "#000000", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " /", + "color": "#000000", + "_t": "meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " Duration", + "color": "#000000", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ",", + "color": "#000000", + "_t": "meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " blnCancel", + "color": "#000000", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ")", + "color": "#000000", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#008000", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Check to see if the operation was canceled.", + "color": "#008000", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "If", + "color": "#0000FF", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " blnCancel ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Then", + "color": "#0000FF", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Exit Sub", + "color": "#0000FF", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Threshold", + "color": "#000000", + "_t": "asp.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " Threshold", + "color": "#000000", + "_t": "asp.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " MinimumInterval", + "color": "#000000", + "_t": "asp.other.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "End If", + "color": "#0000FF", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Loop", + "color": "#0000FF", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "End Sub", + "color": "#0000FF", + "_t": "asp.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.type rgb(0, 0, 255)" + } + ], + "hc_black": [ + { + "content": "'", + "color": "#7CA668", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#7CA668", + "_t": "apostrophe.asp.comment.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "Public Sub ", + "color": "#569CD6", + "_t": "asp.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "LongTask", + "color": "#FFFFFF", + "_t": "asp.entity.function.name.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "ByVal", + "color": "#FFFFFF", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " Duration ", + "color": "#FFFFFF", + "_t": "meta.round-brackets", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "As", + "color": "#D4D4D4", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.round-brackets", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Single", + "color": "#FFFFFF", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "meta.round-brackets", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " _", + "color": "#FFFFFF", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.round-brackets", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "ByVal MinimumInterval ", + "color": "#FFFFFF", + "_t": "meta.round-brackets", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "As", + "color": "#D4D4D4", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.round-brackets", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Single", + "color": "#FFFFFF", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Dim", + "color": "#569CD6", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "asp.dim.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Threshold", + "color": "#FFFFFF", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "asp.dim.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "As", + "color": "#D4D4D4", + "_t": "asp.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Single", + "color": "#FFFFFF", + "_t": "asp.support.type.vb", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Dim", + "color": "#569CD6", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "asp.dim.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Start", + "color": "#FFFFFF", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "asp.dim.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "As", + "color": "#D4D4D4", + "_t": "asp.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Single", + "color": "#FFFFFF", + "_t": "asp.support.type.vb", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Dim", + "color": "#569CD6", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "asp.dim.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "blnCancel", + "color": "#FFFFFF", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "asp.dim.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "As", + "color": "#D4D4D4", + "_t": "asp.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Boolean", + "color": "#FFFFFF", + "_t": "asp.support.type.vb", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#7CA668", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " The Timer property of the DateAndTime object returns the seconds", + "color": "#7CA668", + "_t": "apostrophe.asp.comment.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#7CA668", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " and milliseconds that have passed since midnight.", + "color": "#7CA668", + "_t": "apostrophe.asp.comment.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Start", + "color": "#FFFFFF", + "_t": "asp.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "js.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "CSng", + "color": "#FFFFFF", + "_t": "asp.function.support.vb", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Timer", + "color": "#FFFFFF", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Threshold", + "color": "#FFFFFF", + "_t": "asp.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "js.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " MinimumInterval", + "color": "#FFFFFF", + "_t": "asp.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Do", + "color": "#569CD6", + "_t": "asp.control.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "While", + "color": "#569CD6", + "_t": "asp.control.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "CSng", + "color": "#FFFFFF", + "_t": "asp.function.support.vb", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Timer", + "color": "#FFFFFF", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "js.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Start", + "color": "#FFFFFF", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.round-brackets", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " Duration", + "color": "#FFFFFF", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#7CA668", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " In a real application, some unit of work would", + "color": "#7CA668", + "_t": "apostrophe.asp.comment.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#7CA668", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " be done here each time through the loop.", + "color": "#7CA668", + "_t": "apostrophe.asp.comment.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "If", + "color": "#569CD6", + "_t": "asp.control.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "CSng", + "color": "#FFFFFF", + "_t": "asp.function.support.vb", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Timer", + "color": "#FFFFFF", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "js.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Start", + "color": "#FFFFFF", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.round-brackets", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " Threshold", + "color": "#FFFFFF", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Then", + "color": "#569CD6", + "_t": "asp.control.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "RaiseEvent ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "PercentDone", + "color": "#FFFFFF", + "_t": "asp.entity.function.name.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " _", + "color": "#FFFFFF", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Threshold", + "color": "#FFFFFF", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " /", + "color": "#FFFFFF", + "_t": "meta.round-brackets", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " Duration", + "color": "#FFFFFF", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "meta.round-brackets", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " blnCancel", + "color": "#FFFFFF", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#7CA668", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " Check to see if the operation was canceled.", + "color": "#7CA668", + "_t": "apostrophe.asp.comment.line", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "If", + "color": "#569CD6", + "_t": "asp.control.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " blnCancel ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Then", + "color": "#569CD6", + "_t": "asp.control.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Exit Sub", + "color": "#569CD6", + "_t": "asp.control.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Threshold", + "color": "#FFFFFF", + "_t": "asp.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "js.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " Threshold", + "color": "#FFFFFF", + "_t": "asp.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "js.keyword.operator", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " MinimumInterval", + "color": "#FFFFFF", + "_t": "asp.other.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "End If", + "color": "#569CD6", + "_t": "asp.control.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Loop", + "color": "#569CD6", + "_t": "asp.control.keyword", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "End Sub", + "color": "#569CD6", + "_t": "asp.storage.type", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.type rgb(86, 156, 214)" + } + ], + "dark_plus": [ + { + "content": "'", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "Public Sub ", + "color": "#569CD6", + "_t": "asp.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": "LongTask", + "color": "#DCDCAA", + "_t": "asp.entity.function.name.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ByVal", + "color": "#9CDCFE", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " Duration ", + "color": "#D4D4D4", + "_t": "meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "As", + "color": "#D4D4D4", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Single", + "color": "#4EC9B0", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " _", + "color": "#9CDCFE", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "ByVal MinimumInterval ", + "color": "#D4D4D4", + "_t": "meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "As", + "color": "#D4D4D4", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Single", + "color": "#4EC9B0", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Dim", + "color": "#569CD6", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "Threshold", + "color": "#9CDCFE", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "As", + "color": "#D4D4D4", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Single", + "color": "#4EC9B0", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Dim", + "color": "#569CD6", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "Start", + "color": "#9CDCFE", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "As", + "color": "#D4D4D4", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Single", + "color": "#4EC9B0", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Dim", + "color": "#569CD6", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "blnCancel", + "color": "#9CDCFE", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#9CDCFE", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "As", + "color": "#D4D4D4", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Boolean", + "color": "#4EC9B0", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " The Timer property of the DateAndTime object returns the seconds", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " and milliseconds that have passed since midnight.", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Start", + "color": "#9CDCFE", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "CSng", + "color": "#DCDCAA", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Timer", + "color": "#DCDCAA", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Threshold", + "color": "#9CDCFE", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " MinimumInterval", + "color": "#9CDCFE", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Do", + "color": "#C586C0", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "While", + "color": "#C586C0", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "CSng", + "color": "#DCDCAA", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Timer", + "color": "#DCDCAA", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#D4D4D4", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Start", + "color": "#9CDCFE", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " Duration", + "color": "#9CDCFE", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " In a real application, some unit of work would", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " be done here each time through the loop.", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "If", + "color": "#C586C0", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "CSng", + "color": "#DCDCAA", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Timer", + "color": "#DCDCAA", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ">", + "color": "#D4D4D4", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Start", + "color": "#9CDCFE", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " Threshold", + "color": "#9CDCFE", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Then", + "color": "#C586C0", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "RaiseEvent ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "PercentDone", + "color": "#DCDCAA", + "_t": "asp.entity.function.name.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " _", + "color": "#9CDCFE", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Threshold", + "color": "#9CDCFE", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " /", + "color": "#D4D4D4", + "_t": "meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " Duration", + "color": "#9CDCFE", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "meta.round-brackets", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " blnCancel", + "color": "#9CDCFE", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ")", + "color": "#D4D4D4", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "'", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " Check to see if the operation was canceled.", + "color": "#608B4E", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "If", + "color": "#C586C0", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " blnCancel ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Then", + "color": "#C586C0", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Exit Sub", + "color": "#C586C0", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Threshold", + "color": "#9CDCFE", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " Threshold", + "color": "#9CDCFE", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "+", + "color": "#D4D4D4", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": " MinimumInterval", + "color": "#9CDCFE", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "End If", + "color": "#C586C0", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-space.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Loop", + "color": "#C586C0", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "End Sub", + "color": "#569CD6", + "_t": "asp.storage.type", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.type rgb(86, 156, 214)" + } + ], + "light_plus": [ + { + "content": "'", + "color": "#008000", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#008000", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "Public Sub ", + "color": "#0000FF", + "_t": "asp.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": "LongTask", + "color": "#795E26", + "_t": "asp.entity.function.name.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ByVal", + "color": "#001080", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " Duration ", + "color": "#000000", + "_t": "meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "As", + "color": "#000000", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Single", + "color": "#267F99", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ",", + "color": "#000000", + "_t": "meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " _", + "color": "#001080", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "ByVal MinimumInterval ", + "color": "#000000", + "_t": "meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "As", + "color": "#000000", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Single", + "color": "#267F99", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": ")", + "color": "#000000", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Dim", + "color": "#0000FF", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "asp.dim.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "Threshold", + "color": "#001080", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "asp.dim.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "As", + "color": "#000000", + "_t": "asp.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Single", + "color": "#267F99", + "_t": "asp.support.type.vb", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Dim", + "color": "#0000FF", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "asp.dim.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "Start", + "color": "#001080", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "asp.dim.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "As", + "color": "#000000", + "_t": "asp.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Single", + "color": "#267F99", + "_t": "asp.support.type.vb", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Dim", + "color": "#0000FF", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#001080", + "_t": "asp.dim.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "blnCancel", + "color": "#001080", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#001080", + "_t": "asp.dim.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "As", + "color": "#000000", + "_t": "asp.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Boolean", + "color": "#267F99", + "_t": "asp.support.type.vb", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#008000", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " The Timer property of the DateAndTime object returns the seconds", + "color": "#008000", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#008000", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " and milliseconds that have passed since midnight.", + "color": "#008000", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Start", + "color": "#001080", + "_t": "asp.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "CSng", + "color": "#795E26", + "_t": "asp.function.support.vb", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Timer", + "color": "#795E26", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": ")", + "color": "#000000", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Threshold", + "color": "#001080", + "_t": "asp.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " MinimumInterval", + "color": "#001080", + "_t": "asp.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Do", + "color": "#AF00DB", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "While", + "color": "#AF00DB", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "CSng", + "color": "#795E26", + "_t": "asp.function.support.vb", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Timer", + "color": "#795E26", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": ")", + "color": "#000000", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#000000", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Start", + "color": "#001080", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " Duration", + "color": "#001080", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#008000", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " In a real application, some unit of work would", + "color": "#008000", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#008000", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " be done here each time through the loop.", + "color": "#008000", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "If", + "color": "#AF00DB", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "CSng", + "color": "#795E26", + "_t": "asp.function.support.vb", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Timer", + "color": "#795E26", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": ")", + "color": "#000000", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ">", + "color": "#000000", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(", + "color": "#000000", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Start", + "color": "#001080", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " Threshold", + "color": "#001080", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Then", + "color": "#AF00DB", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "RaiseEvent ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "PercentDone", + "color": "#795E26", + "_t": "asp.entity.function.name.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": "(", + "color": "#000000", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " _", + "color": "#001080", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Threshold", + "color": "#001080", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " /", + "color": "#000000", + "_t": "meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " Duration", + "color": "#001080", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ",", + "color": "#000000", + "_t": "meta.round-brackets", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " blnCancel", + "color": "#001080", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ")", + "color": "#000000", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "'", + "color": "#008000", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " Check to see if the operation was canceled.", + "color": "#008000", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "If", + "color": "#AF00DB", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " blnCancel ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Then", + "color": "#AF00DB", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Exit Sub", + "color": "#AF00DB", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Threshold", + "color": "#001080", + "_t": "asp.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " Threshold", + "color": "#001080", + "_t": "asp.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "+", + "color": "#000000", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": " MinimumInterval", + "color": "#001080", + "_t": "asp.other.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "End If", + "color": "#AF00DB", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-space.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Loop", + "color": "#AF00DB", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "End Sub", + "color": "#0000FF", + "_t": "asp.storage.type", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.type rgb(0, 0, 255)" + } + ], + "kimbie_dark": [ + { + "content": "'", + "color": "#A57A4C", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#A57A4C", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "Public Sub ", + "color": "#98676A", + "_t": "asp.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": "LongTask", + "color": "#8AB1B0", + "_t": "asp.entity.function.name.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "ByVal", + "color": "#DC3958", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " Duration ", + "color": "#D3AF86", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "As", + "color": "#D3AF86", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Single", + "color": "#D3AF86", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " _", + "color": "#DC3958", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.round-brackets", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "ByVal MinimumInterval ", + "color": "#D3AF86", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "As", + "color": "#D3AF86", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Single", + "color": "#D3AF86", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Dim", + "color": "#98676A", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "Threshold", + "color": "#DC3958", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "As", + "color": "#D3AF86", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Single", + "color": "#D3AF86", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Dim", + "color": "#98676A", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "Start", + "color": "#DC3958", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "As", + "color": "#D3AF86", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Single", + "color": "#D3AF86", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Dim", + "color": "#98676A", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "blnCancel", + "color": "#DC3958", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#DC3958", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "As", + "color": "#D3AF86", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Boolean", + "color": "#D3AF86", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#A57A4C", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " The Timer property of the DateAndTime object returns the seconds", + "color": "#A57A4C", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#A57A4C", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " and milliseconds that have passed since midnight.", + "color": "#A57A4C", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Start", + "color": "#DC3958", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "CSng", + "color": "#7E602C", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Timer", + "color": "#7E602C", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Threshold", + "color": "#DC3958", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " MinimumInterval", + "color": "#DC3958", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Do", + "color": "#98676A", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "While", + "color": "#98676A", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "CSng", + "color": "#7E602C", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Timer", + "color": "#7E602C", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Start", + "color": "#DC3958", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " Duration", + "color": "#DC3958", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#A57A4C", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " In a real application, some unit of work would", + "color": "#A57A4C", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#A57A4C", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " be done here each time through the loop.", + "color": "#A57A4C", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "If", + "color": "#98676A", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "CSng", + "color": "#7E602C", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Timer", + "color": "#7E602C", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Start", + "color": "#DC3958", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " Threshold", + "color": "#DC3958", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Then", + "color": "#98676A", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "RaiseEvent ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "PercentDone", + "color": "#8AB1B0", + "_t": "asp.entity.function.name.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " _", + "color": "#DC3958", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Threshold", + "color": "#DC3958", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " /", + "color": "#D3AF86", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " Duration", + "color": "#DC3958", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " blnCancel", + "color": "#DC3958", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ")", + "color": "#D3AF86", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "'", + "color": "#A57A4C", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " Check to see if the operation was canceled.", + "color": "#A57A4C", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "If", + "color": "#98676A", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " blnCancel ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Then", + "color": "#98676A", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Exit Sub", + "color": "#98676A", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Threshold", + "color": "#DC3958", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " Threshold", + "color": "#DC3958", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "+", + "color": "#D3AF86", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": " MinimumInterval", + "color": "#DC3958", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "End If", + "color": "#98676A", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Loop", + "color": "#98676A", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "End Sub", + "color": "#98676A", + "_t": "asp.storage.type", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + } + ], + "monokai": [ + { + "content": "'", + "color": "#75715E", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#75715E", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "Public Sub ", + "color": "#66D9EF", + "_t": "asp.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": "LongTask", + "color": "#A6E22E", + "_t": "asp.entity.function.name.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ByVal", + "color": "#F8F8F2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " Duration ", + "color": "#F8F8F2", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "As", + "color": "#F92672", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Single", + "color": "#66D9EF", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " _", + "color": "#F8F8F2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "ByVal MinimumInterval ", + "color": "#F8F8F2", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "As", + "color": "#F92672", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Single", + "color": "#66D9EF", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Dim", + "color": "#66D9EF", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Threshold", + "color": "#F8F8F2", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "As", + "color": "#F92672", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Single", + "color": "#66D9EF", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Dim", + "color": "#66D9EF", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Start", + "color": "#F8F8F2", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "As", + "color": "#F92672", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Single", + "color": "#66D9EF", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Dim", + "color": "#66D9EF", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "blnCancel", + "color": "#F8F8F2", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "As", + "color": "#F92672", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Boolean", + "color": "#66D9EF", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.type rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#75715E", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " The Timer property of the DateAndTime object returns the seconds", + "color": "#75715E", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#75715E", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " and milliseconds that have passed since midnight.", + "color": "#75715E", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Start", + "color": "#F8F8F2", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "CSng", + "color": "#66D9EF", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Timer", + "color": "#66D9EF", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Threshold", + "color": "#F8F8F2", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " MinimumInterval", + "color": "#F8F8F2", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Do", + "color": "#F92672", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "While", + "color": "#F92672", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "CSng", + "color": "#66D9EF", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Timer", + "color": "#66D9EF", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F92672", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Start", + "color": "#F8F8F2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " Duration", + "color": "#F8F8F2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#75715E", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " In a real application, some unit of work would", + "color": "#75715E", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#75715E", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " be done here each time through the loop.", + "color": "#75715E", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "If", + "color": "#F92672", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "CSng", + "color": "#66D9EF", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Timer", + "color": "#66D9EF", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ">", + "color": "#F92672", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Start", + "color": "#F8F8F2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " Threshold", + "color": "#F8F8F2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Then", + "color": "#F92672", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "RaiseEvent ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "PercentDone", + "color": "#A6E22E", + "_t": "asp.entity.function.name.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " _", + "color": "#F8F8F2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Threshold", + "color": "#F8F8F2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " /", + "color": "#F8F8F2", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " Duration", + "color": "#F8F8F2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " blnCancel", + "color": "#F8F8F2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ")", + "color": "#F8F8F2", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "'", + "color": "#75715E", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " Check to see if the operation was canceled.", + "color": "#75715E", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "If", + "color": "#F92672", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " blnCancel ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Then", + "color": "#F92672", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Exit Sub", + "color": "#F92672", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Threshold", + "color": "#F8F8F2", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "=", + "color": "#F92672", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " Threshold", + "color": "#F8F8F2", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "+", + "color": "#F92672", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " MinimumInterval", + "color": "#F8F8F2", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "End If", + "color": "#F92672", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Loop", + "color": "#F92672", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "End Sub", + "color": "#66D9EF", + "_t": "asp.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage.type rgb(102, 217, 239)" + } + ], + "monokai_dimmed": [ + { + "content": "'", + "color": "#9A9B99", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#9A9B99", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "Public Sub ", + "color": "#9872A2", + "_t": "asp.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": "LongTask", + "color": "#CE6700", + "_t": "asp.entity.function.name.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "ByVal", + "color": "#6089B4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " Duration ", + "color": "#C5C8C6", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "As", + "color": "#676867", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Single", + "color": "#C7444A", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " _", + "color": "#6089B4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "ByVal MinimumInterval ", + "color": "#C5C8C6", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "As", + "color": "#676867", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Single", + "color": "#C7444A", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Dim", + "color": "#6089B4", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#6089B4", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "Threshold", + "color": "#6089B4", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#6089B4", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "As", + "color": "#676867", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Single", + "color": "#C7444A", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Dim", + "color": "#6089B4", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#6089B4", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "Start", + "color": "#6089B4", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#6089B4", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "As", + "color": "#676867", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Single", + "color": "#C7444A", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Dim", + "color": "#6089B4", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#6089B4", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "blnCancel", + "color": "#6089B4", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#6089B4", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "As", + "color": "#676867", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Boolean", + "color": "#C7444A", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support rgb(199, 68, 74)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9A9B99", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " The Timer property of the DateAndTime object returns the seconds", + "color": "#9A9B99", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9A9B99", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " and milliseconds that have passed since midnight.", + "color": "#9A9B99", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Start", + "color": "#6089B4", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "CSng", + "color": "#9872A2", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Timer", + "color": "#9872A2", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Threshold", + "color": "#6089B4", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " MinimumInterval", + "color": "#6089B4", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Do", + "color": "#9872A2", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "While", + "color": "#9872A2", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "CSng", + "color": "#9872A2", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Timer", + "color": "#9872A2", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#676867", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Start", + "color": "#6089B4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " Duration", + "color": "#6089B4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9A9B99", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " In a real application, some unit of work would", + "color": "#9A9B99", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9A9B99", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " be done here each time through the loop.", + "color": "#9A9B99", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "If", + "color": "#9872A2", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "CSng", + "color": "#9872A2", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Timer", + "color": "#9872A2", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ">", + "color": "#676867", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Start", + "color": "#6089B4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " Threshold", + "color": "#6089B4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Then", + "color": "#9872A2", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "RaiseEvent ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "PercentDone", + "color": "#CE6700", + "_t": "asp.entity.function.name.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " _", + "color": "#6089B4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Threshold", + "color": "#6089B4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " /", + "color": "#C5C8C6", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " Duration", + "color": "#6089B4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " blnCancel", + "color": "#6089B4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ")", + "color": "#C5C8C6", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "'", + "color": "#9A9B99", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " Check to see if the operation was canceled.", + "color": "#9A9B99", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "If", + "color": "#9872A2", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " blnCancel ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Then", + "color": "#9872A2", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Exit Sub", + "color": "#9872A2", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Threshold", + "color": "#6089B4", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "=", + "color": "#676867", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " Threshold", + "color": "#6089B4", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "+", + "color": "#676867", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": " MinimumInterval", + "color": "#6089B4", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "End If", + "color": "#9872A2", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Loop", + "color": "#9872A2", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "End Sub", + "color": "#9872A2", + "_t": "asp.storage.type", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + } + ], + "quietlight": [ + { + "content": "'", + "color": "#AAAAAA", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#AAAAAA", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "Public Sub ", + "color": "#7A3E9D", + "_t": "asp.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": "LongTask", + "color": "#AA3731", + "_t": "asp.entity.function.name.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "ByVal", + "color": "#7A3E9D", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " Duration ", + "color": "#333333", + "_t": "meta.round-brackets", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "As", + "color": "#777777", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.round-brackets", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Single", + "color": "#7A3E9D", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#333333", + "_t": "meta.round-brackets", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " _", + "color": "#7A3E9D", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.round-brackets", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "ByVal MinimumInterval ", + "color": "#333333", + "_t": "meta.round-brackets", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "As", + "color": "#777777", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.round-brackets", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Single", + "color": "#7A3E9D", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Dim", + "color": "#7A3E9D", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "asp.dim.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "Threshold", + "color": "#7A3E9D", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "asp.dim.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "As", + "color": "#777777", + "_t": "asp.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Single", + "color": "#7A3E9D", + "_t": "asp.support.type.vb", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Dim", + "color": "#7A3E9D", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "asp.dim.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "Start", + "color": "#7A3E9D", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "asp.dim.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "As", + "color": "#777777", + "_t": "asp.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Single", + "color": "#7A3E9D", + "_t": "asp.support.type.vb", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Dim", + "color": "#7A3E9D", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "asp.dim.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "blnCancel", + "color": "#7A3E9D", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#7A3E9D", + "_t": "asp.dim.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "As", + "color": "#777777", + "_t": "asp.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Boolean", + "color": "#7A3E9D", + "_t": "asp.support.type.vb", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#AAAAAA", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " The Timer property of the DateAndTime object returns the seconds", + "color": "#AAAAAA", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#AAAAAA", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " and milliseconds that have passed since midnight.", + "color": "#AAAAAA", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Start", + "color": "#7A3E9D", + "_t": "asp.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "CSng", + "color": "#AA3731", + "_t": "asp.function.support.vb", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Timer", + "color": "#AA3731", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": ")", + "color": "#777777", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Threshold", + "color": "#7A3E9D", + "_t": "asp.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " MinimumInterval", + "color": "#7A3E9D", + "_t": "asp.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Do", + "color": "#4B83CD", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "While", + "color": "#4B83CD", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "CSng", + "color": "#AA3731", + "_t": "asp.function.support.vb", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Timer", + "color": "#AA3731", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": ")", + "color": "#777777", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "<", + "color": "#777777", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Start", + "color": "#7A3E9D", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.round-brackets", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#777777", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " Duration", + "color": "#7A3E9D", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#AAAAAA", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " In a real application, some unit of work would", + "color": "#AAAAAA", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#AAAAAA", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " be done here each time through the loop.", + "color": "#AAAAAA", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "If", + "color": "#4B83CD", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "CSng", + "color": "#AA3731", + "_t": "asp.function.support.vb", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Timer", + "color": "#AA3731", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": ")", + "color": "#777777", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ">", + "color": "#777777", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(", + "color": "#777777", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Start", + "color": "#7A3E9D", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "meta.round-brackets", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#777777", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " Threshold", + "color": "#7A3E9D", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Then", + "color": "#4B83CD", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "RaiseEvent ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "PercentDone", + "color": "#AA3731", + "_t": "asp.entity.function.name.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": "(", + "color": "#777777", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " _", + "color": "#7A3E9D", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Threshold", + "color": "#7A3E9D", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " /", + "color": "#333333", + "_t": "meta.round-brackets", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " Duration", + "color": "#7A3E9D", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ",", + "color": "#333333", + "_t": "meta.round-brackets", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " blnCancel", + "color": "#7A3E9D", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ")", + "color": "#777777", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "'", + "color": "#AAAAAA", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " Check to see if the operation was canceled.", + "color": "#AAAAAA", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "If", + "color": "#4B83CD", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " blnCancel ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Then", + "color": "#4B83CD", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Exit Sub", + "color": "#4B83CD", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Threshold", + "color": "#7A3E9D", + "_t": "asp.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "=", + "color": "#777777", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " Threshold", + "color": "#7A3E9D", + "_t": "asp.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "+", + "color": "#777777", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": " MinimumInterval", + "color": "#7A3E9D", + "_t": "asp.other.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "End If", + "color": "#4B83CD", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Loop", + "color": "#4B83CD", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "End Sub", + "color": "#7A3E9D", + "_t": "asp.storage.type", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage.type rgb(122, 62, 157)" + } + ], + "red": [ + { + "content": "'", + "color": "#E7C0C0", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#E7C0C0", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "Public Sub ", + "color": "#FF6262", + "_t": "asp.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": "LongTask", + "color": "#FFB454", + "_t": "asp.entity.function.name.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "ByVal", + "color": "#FB9A4B", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " Duration ", + "color": "#F8F8F8", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "As", + "color": "#F12727", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Single", + "color": "#9DF39F", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " _", + "color": "#FB9A4B", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.round-brackets", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "ByVal MinimumInterval ", + "color": "#F8F8F8", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "As", + "color": "#F12727", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Single", + "color": "#9DF39F", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Dim", + "color": "#FB9A4B", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "Threshold", + "color": "#FB9A4B", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "As", + "color": "#F12727", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Single", + "color": "#9DF39F", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Dim", + "color": "#FB9A4B", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "Start", + "color": "#FB9A4B", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "As", + "color": "#F12727", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Single", + "color": "#9DF39F", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Dim", + "color": "#FB9A4B", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "blnCancel", + "color": "#FB9A4B", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#FB9A4B", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "As", + "color": "#F12727", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Boolean", + "color": "#9DF39F", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support rgb(157, 243, 159)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#E7C0C0", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " The Timer property of the DateAndTime object returns the seconds", + "color": "#E7C0C0", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#E7C0C0", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " and milliseconds that have passed since midnight.", + "color": "#E7C0C0", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Start", + "color": "#FB9A4B", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "CSng", + "color": "#FFB454", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Timer", + "color": "#FFB454", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Threshold", + "color": "#FB9A4B", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " MinimumInterval", + "color": "#FB9A4B", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Do", + "color": "#F12727", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "While", + "color": "#F12727", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "CSng", + "color": "#FFB454", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Timer", + "color": "#FFB454", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#F12727", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Start", + "color": "#FB9A4B", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " Duration", + "color": "#FB9A4B", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#E7C0C0", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " In a real application, some unit of work would", + "color": "#E7C0C0", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#E7C0C0", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " be done here each time through the loop.", + "color": "#E7C0C0", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "If", + "color": "#F12727", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "CSng", + "color": "#FFB454", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Timer", + "color": "#FFB454", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ">", + "color": "#F12727", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Start", + "color": "#FB9A4B", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " Threshold", + "color": "#FB9A4B", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Then", + "color": "#F12727", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "RaiseEvent ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "PercentDone", + "color": "#FFB454", + "_t": "asp.entity.function.name.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " _", + "color": "#FB9A4B", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Threshold", + "color": "#FB9A4B", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " /", + "color": "#F8F8F8", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " Duration", + "color": "#FB9A4B", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " blnCancel", + "color": "#FB9A4B", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ")", + "color": "#F8F8F8", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "'", + "color": "#E7C0C0", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " Check to see if the operation was canceled.", + "color": "#E7C0C0", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "If", + "color": "#F12727", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " blnCancel ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Then", + "color": "#F12727", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Exit Sub", + "color": "#F12727", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Threshold", + "color": "#FB9A4B", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "=", + "color": "#F12727", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " Threshold", + "color": "#FB9A4B", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "+", + "color": "#F12727", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " MinimumInterval", + "color": "#FB9A4B", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "End If", + "color": "#F12727", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Loop", + "color": "#F12727", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "End Sub", + "color": "#FF6262", + "_t": "asp.storage.type", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + } + ], + "solarized_dark": [ + { + "content": "'", + "color": "#657B83", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#657B83", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "Public Sub ", + "color": "#93A1A1", + "_t": "asp.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": "LongTask", + "color": "#268BD2", + "_t": "asp.entity.function.name.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "ByVal", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " Duration ", + "color": "#93A1A1", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "As", + "color": "#859900", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Single", + "color": "#859900", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " _", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.round-brackets", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "ByVal MinimumInterval ", + "color": "#93A1A1", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "As", + "color": "#859900", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Single", + "color": "#859900", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Dim", + "color": "#268BD2", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "Threshold", + "color": "#268BD2", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "As", + "color": "#859900", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Single", + "color": "#859900", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Dim", + "color": "#268BD2", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "Start", + "color": "#268BD2", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "As", + "color": "#859900", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Single", + "color": "#859900", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Dim", + "color": "#268BD2", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "blnCancel", + "color": "#268BD2", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "As", + "color": "#859900", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Boolean", + "color": "#859900", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#657B83", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " The Timer property of the DateAndTime object returns the seconds", + "color": "#657B83", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#657B83", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " and milliseconds that have passed since midnight.", + "color": "#657B83", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Start", + "color": "#268BD2", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "CSng", + "color": "#268BD2", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Timer", + "color": "#268BD2", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Threshold", + "color": "#268BD2", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " MinimumInterval", + "color": "#268BD2", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Do", + "color": "#859900", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "While", + "color": "#859900", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "CSng", + "color": "#268BD2", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Timer", + "color": "#268BD2", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#859900", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Start", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " Duration", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#657B83", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " In a real application, some unit of work would", + "color": "#657B83", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#657B83", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " be done here each time through the loop.", + "color": "#657B83", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "If", + "color": "#859900", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "CSng", + "color": "#268BD2", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Timer", + "color": "#268BD2", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#859900", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Start", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " Threshold", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Then", + "color": "#859900", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "RaiseEvent ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "PercentDone", + "color": "#268BD2", + "_t": "asp.entity.function.name.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " _", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Threshold", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " /", + "color": "#93A1A1", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " Duration", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " blnCancel", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#93A1A1", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "'", + "color": "#657B83", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " Check to see if the operation was canceled.", + "color": "#657B83", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "If", + "color": "#859900", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " blnCancel ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Then", + "color": "#859900", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Exit Sub", + "color": "#859900", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Threshold", + "color": "#268BD2", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#859900", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " Threshold", + "color": "#268BD2", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "+", + "color": "#859900", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " MinimumInterval", + "color": "#268BD2", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "End If", + "color": "#859900", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Loop", + "color": "#859900", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "End Sub", + "color": "#93A1A1", + "_t": "asp.storage.type", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "'", + "color": "#93A1A1", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#93A1A1", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "Public Sub ", + "color": "#073642", + "_t": "asp.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": "LongTask", + "color": "#268BD2", + "_t": "asp.entity.function.name.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "ByVal", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " Duration ", + "color": "#586E75", + "_t": "meta.round-brackets", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "As", + "color": "#859900", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.round-brackets", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Single", + "color": "#859900", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "meta.round-brackets", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " _", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.round-brackets", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "ByVal MinimumInterval ", + "color": "#586E75", + "_t": "meta.round-brackets", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "As", + "color": "#859900", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.round-brackets", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Single", + "color": "#859900", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Dim", + "color": "#268BD2", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "asp.dim.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "Threshold", + "color": "#268BD2", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "asp.dim.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "As", + "color": "#859900", + "_t": "asp.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Single", + "color": "#859900", + "_t": "asp.support.type.vb", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Dim", + "color": "#268BD2", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "asp.dim.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "Start", + "color": "#268BD2", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "asp.dim.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "As", + "color": "#859900", + "_t": "asp.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Single", + "color": "#859900", + "_t": "asp.support.type.vb", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Dim", + "color": "#268BD2", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "asp.dim.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "blnCancel", + "color": "#268BD2", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#268BD2", + "_t": "asp.dim.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "As", + "color": "#859900", + "_t": "asp.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Boolean", + "color": "#859900", + "_t": "asp.support.type.vb", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.type rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#93A1A1", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " The Timer property of the DateAndTime object returns the seconds", + "color": "#93A1A1", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#93A1A1", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " and milliseconds that have passed since midnight.", + "color": "#93A1A1", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Start", + "color": "#268BD2", + "_t": "asp.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "CSng", + "color": "#268BD2", + "_t": "asp.function.support.vb", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Timer", + "color": "#268BD2", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Threshold", + "color": "#268BD2", + "_t": "asp.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " MinimumInterval", + "color": "#268BD2", + "_t": "asp.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Do", + "color": "#859900", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "While", + "color": "#859900", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "CSng", + "color": "#268BD2", + "_t": "asp.function.support.vb", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Timer", + "color": "#268BD2", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#859900", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Start", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.round-brackets", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " Duration", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#93A1A1", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " In a real application, some unit of work would", + "color": "#93A1A1", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#93A1A1", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " be done here each time through the loop.", + "color": "#93A1A1", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "If", + "color": "#859900", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "CSng", + "color": "#268BD2", + "_t": "asp.function.support.vb", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Timer", + "color": "#268BD2", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ">", + "color": "#859900", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Start", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.round-brackets", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " Threshold", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Then", + "color": "#859900", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "RaiseEvent ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "PercentDone", + "color": "#268BD2", + "_t": "asp.entity.function.name.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " _", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Threshold", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " /", + "color": "#586E75", + "_t": "meta.round-brackets", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " Duration", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "meta.round-brackets", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " blnCancel", + "color": "#268BD2", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ")", + "color": "#586E75", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "'", + "color": "#93A1A1", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " Check to see if the operation was canceled.", + "color": "#93A1A1", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "If", + "color": "#859900", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " blnCancel ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Then", + "color": "#859900", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Exit Sub", + "color": "#859900", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Threshold", + "color": "#268BD2", + "_t": "asp.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "=", + "color": "#859900", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " Threshold", + "color": "#268BD2", + "_t": "asp.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "+", + "color": "#859900", + "_t": "js.keyword.operator", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " MinimumInterval", + "color": "#268BD2", + "_t": "asp.other.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "End If", + "color": "#859900", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-space.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Loop", + "color": "#859900", + "_t": "asp.control.keyword", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "End Sub", + "color": "#073642", + "_t": "asp.storage.type", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + } + ], + "tomorrow_night_blue": [ + { + "content": "'", + "color": "#7285B7", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Copyright (c) Microsoft Corporation. All rights reserved.", + "color": "#7285B7", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "Public Sub ", + "color": "#EBBBFF", + "_t": "asp.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": "LongTask", + "color": "#BBDAFF", + "_t": "asp.entity.function.name.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "ByVal", + "color": "#FF9DA4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " Duration ", + "color": "#FFFFFF", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "As", + "color": "#99FFFF", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Single", + "color": "#FFEEAD", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " _", + "color": "#FF9DA4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.round-brackets", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "ByVal MinimumInterval ", + "color": "#FFFFFF", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "As", + "color": "#99FFFF", + "_t": "asp.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Single", + "color": "#FFEEAD", + "_t": "asp.meta.round-brackets.support.type.vb", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Dim", + "color": "#EBBBFF", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "Threshold", + "color": "#FF9DA4", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "As", + "color": "#99FFFF", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Single", + "color": "#FFEEAD", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Dim", + "color": "#EBBBFF", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "Start", + "color": "#FF9DA4", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "As", + "color": "#99FFFF", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Single", + "color": "#FFEEAD", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Dim", + "color": "#EBBBFF", + "_t": "asp.dim.other.storage.type.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "blnCancel", + "color": "#FF9DA4", + "_t": "asp.bfeac.dim.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "asp.dim.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "As", + "color": "#99FFFF", + "_t": "asp.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Boolean", + "color": "#FFEEAD", + "_t": "asp.support.type.vb", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.type rgb(255, 238, 173)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#7285B7", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " The Timer property of the DateAndTime object returns the seconds", + "color": "#7285B7", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#7285B7", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " and milliseconds that have passed since midnight.", + "color": "#7285B7", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Start", + "color": "#FF9DA4", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "CSng", + "color": "#BBDAFF", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Timer", + "color": "#BBDAFF", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Threshold", + "color": "#FF9DA4", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " MinimumInterval", + "color": "#FF9DA4", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Do", + "color": "#EBBBFF", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "While", + "color": "#EBBBFF", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "CSng", + "color": "#BBDAFF", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Timer", + "color": "#BBDAFF", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#99FFFF", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Start", + "color": "#FF9DA4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " Duration", + "color": "#FF9DA4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#7285B7", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " In a real application, some unit of work would", + "color": "#7285B7", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#7285B7", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " be done here each time through the loop.", + "color": "#7285B7", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "If", + "color": "#EBBBFF", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "CSng", + "color": "#BBDAFF", + "_t": "asp.function.support.vb", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Timer", + "color": "#BBDAFF", + "_t": "asp.function.meta.round-brackets.support.vb", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ">", + "color": "#99FFFF", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Start", + "color": "#FF9DA4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "js.keyword.meta.operator.round-brackets", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " Threshold", + "color": "#FF9DA4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Then", + "color": "#EBBBFF", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "RaiseEvent ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "PercentDone", + "color": "#BBDAFF", + "_t": "asp.entity.function.name.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "asp.begin.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " _", + "color": "#FF9DA4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.round-brackets.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Threshold", + "color": "#FF9DA4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " /", + "color": "#FFFFFF", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " Duration", + "color": "#FF9DA4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "meta.round-brackets", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " blnCancel", + "color": "#FF9DA4", + "_t": "asp.meta.other.round-brackets.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ")", + "color": "#FFFFFF", + "_t": "asp.end.meta.punctuation.round-brackets.section", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "'", + "color": "#7285B7", + "_t": "apostrophe.asp.comment.definition.line.punctuation", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " Check to see if the operation was canceled.", + "color": "#7285B7", + "_t": "apostrophe.asp.comment.line", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "If", + "color": "#EBBBFF", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " blnCancel ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Then", + "color": "#EBBBFF", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Exit Sub", + "color": "#EBBBFF", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Threshold", + "color": "#FF9DA4", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "=", + "color": "#99FFFF", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " Threshold", + "color": "#FF9DA4", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "+", + "color": "#99FFFF", + "_t": "js.keyword.operator", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": " MinimumInterval", + "color": "#FF9DA4", + "_t": "asp.other.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "End If", + "color": "#EBBBFF", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta.odd-tab.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-space.meta.spaces", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-space.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Loop", + "color": "#EBBBFF", + "_t": "asp.control.keyword", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "End Sub", + "color": "#EBBBFF", + "_t": "asp.storage.type", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage.type rgb(235, 187, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.vb.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.vb.result.patch new file mode 100644 index 000000000..feca78bbb --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.vb.result.patch @@ -0,0 +1,104 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [], + "monokai": [], + "monokai_dimmed": [ + { + "index": 30, + "content": "Dim", + "color": "#6089B4", + "newColor": "#9872A2" + }, + { + "index": 39, + "content": "Dim", + "color": "#6089B4", + "newColor": "#9872A2" + }, + { + "index": 48, + "content": "Dim", + "color": "#6089B4", + "newColor": "#9872A2" + } + ], + "quietlight": [], + "red": [ + { + "index": 3, + "content": "LongTask", + "color": "#FFB454", + "newColor": "#FEC758" + }, + { + "index": 30, + "content": "Dim", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 39, + "content": "Dim", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 48, + "content": "Dim", + "color": "#FB9A4B", + "newColor": "#FF6262" + }, + { + "index": 137, + "content": "PercentDone", + "color": "#FFB454", + "newColor": "#FEC758" + } + ], + "solarized_dark": [ + { + "index": 30, + "content": "Dim", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 39, + "content": "Dim", + "color": "#268BD2", + "newColor": "#93A1A1" + }, + { + "index": 48, + "content": "Dim", + "color": "#268BD2", + "newColor": "#93A1A1" + } + ], + "solarized_light": [ + { + "index": 30, + "content": "Dim", + "color": "#268BD2", + "newColor": "#073642" + }, + { + "index": 39, + "content": "Dim", + "color": "#268BD2", + "newColor": "#073642" + }, + { + "index": 48, + "content": "Dim", + "color": "#268BD2", + "newColor": "#073642" + } + ], + "tomorrow_night_blue": [] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.xml b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.xml new file mode 100644 index 000000000..af12b7ea5 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + Lucy + 1952-03-03 + bossy, crabby and selfish + + + + + + diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.xml.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.xml.result new file mode 100644 index 000000000..a35bf50fd --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.xml.result @@ -0,0 +1,13806 @@ +{ + "abyss": [ + { + "content": "<", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "project", + "color": "#225588", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "target", + "color": "#225588", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "name", + "color": "#DDBB88", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "jar", + "color": "#22AA44", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "mkdir", + "color": "#225588", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "dir", + "color": "#DDBB88", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "build/jar", + "color": "#22AA44", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/>", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "jar", + "color": "#225588", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "destfile", + "color": "#DDBB88", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "build/jar/HelloWorld.jar", + "color": "#22AA44", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "basedir", + "color": "#DDBB88", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "build/classes", + "color": "#22AA44", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "manifest", + "color": "#225588", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "attribute", + "color": "#225588", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "name", + "color": "#DDBB88", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Main-Class", + "color": "#22AA44", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "value", + "color": "#DDBB88", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "oata.HelloWorld", + "color": "#22AA44", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/>", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#223355", + "_t": "block.comment.definition.punctuation.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "character", + "color": "#225588", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "id", + "color": "#DDBB88", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Lucy", + "color": "#22AA44", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "hr", + "color": "#225588", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#225588", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "name", + "color": "#225588", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Lucy", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "hr", + "color": "#225588", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#225588", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": "born", + "color": "#225588", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1952-03-03", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "qualification", + "color": "#225588", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "bossy, crabby and selfish", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "VisualState.Setters", + "color": "#225588", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ">", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Setter", + "color": "#225588", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Target", + "color": "#DDBB88", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "inputPanel.Orientation", + "color": "#22AA44", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Value", + "color": "#DDBB88", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Vertical", + "color": "#22AA44", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/>", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "<", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Setter", + "color": "#225588", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Target", + "color": "#DDBB88", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "inputButton.Margin", + "color": "#22AA44", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Value", + "color": "#DDBB88", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.other.attribute-name rgb(221, 187, 136)" + }, + { + "content": "=", + "color": "#6688CC", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "0,4,0,0", + "color": "#22AA44", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/>", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "", + "color": "#6688CC", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "project", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "target", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "jar", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "mkdir", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dir", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "build/jar", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "jar", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "destfile", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "build/jar/HelloWorld.jar", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "basedir", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "build/classes", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "manifest", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "attribute", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Main-Class", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "value", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "oata.HelloWorld", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "character", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "id", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Lucy", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "hr", + "color": "#569CD6", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#569CD6", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "name", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Lucy", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "hr", + "color": "#569CD6", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#569CD6", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "born", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "1952-03-03", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "qualification", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "bossy, crabby and selfish", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "VisualState.Setters", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Setter", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Target", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "inputPanel.Orientation", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Value", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Vertical", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Setter", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Target", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "inputButton.Margin", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Value", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "0,4,0,0", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "light_vs": [ + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "project", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "target", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "jar", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "mkdir", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dir", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "build/jar", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "/>", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "jar", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "destfile", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "build/jar/HelloWorld.jar", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "basedir", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "build/classes", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "manifest", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "attribute", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Main-Class", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "value", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "oata.HelloWorld", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "/>", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#008000", + "_t": "block.comment.definition.punctuation.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "character", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "id", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Lucy", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "hr", + "color": "#800000", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "name", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Lucy", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "hr", + "color": "#800000", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "born", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "1952-03-03", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "qualification", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "bossy, crabby and selfish", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "VisualState.Setters", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Setter", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Target", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "inputPanel.Orientation", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Value", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Vertical", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "/>", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Setter", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Target", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "inputButton.Margin", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Value", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "0,4,0,0", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "/>", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.punctuation.definition.tag rgb(128, 0, 0)" + } + ], + "hc_black": [ + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "project", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "target", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "jar", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "mkdir", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "dir", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "build/jar", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "jar", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "destfile", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "build/jar/HelloWorld.jar", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "basedir", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "build/classes", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "manifest", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "attribute", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Main-Class", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "value", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "oata.HelloWorld", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#7CA668", + "_t": "block.comment.definition.punctuation.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "character", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "id", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Lucy", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "hr", + "color": "#569CD6", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#569CD6", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "name", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Lucy", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "hr", + "color": "#569CD6", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#569CD6", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "born", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "1952-03-03", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "qualification", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "bossy, crabby and selfish", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "VisualState.Setters", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Setter", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Target", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "inputPanel.Orientation", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Value", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Vertical", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Setter", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Target", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "inputButton.Margin", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Value", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#FFFFFF", + "_t": "meta.tag.xml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "0,4,0,0", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "dark_plus": [ + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "project", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "target", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "jar", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "mkdir", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "dir", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "build/jar", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "jar", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "destfile", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "build/jar/HelloWorld.jar", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "basedir", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "build/classes", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "manifest", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "attribute", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Main-Class", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "value", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "oata.HelloWorld", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#608B4E", + "_t": "block.comment.definition.punctuation.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "character", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "id", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Lucy", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "hr", + "color": "#569CD6", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#569CD6", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "name", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Lucy", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "hr", + "color": "#569CD6", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#569CD6", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": "born", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "1952-03-03", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "qualification", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "bossy, crabby and selfish", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "VisualState.Setters", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ">", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Setter", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Target", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "inputPanel.Orientation", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Value", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Vertical", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "<", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "Setter", + "color": "#569CD6", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Target", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "inputButton.Margin", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Value", + "color": "#9CDCFE", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name rgb(156, 220, 254)" + }, + { + "content": "=", + "color": "#D4D4D4", + "_t": "meta.tag.xml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "0,4,0,0", + "color": "#CE9178", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.tag rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#808080", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "/>", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + }, + { + "content": "", + "color": "#808080", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.punctuation.definition.tag rgb(128, 128, 128)" + } + ], + "light_plus": [ + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "project", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "target", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "jar", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "mkdir", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "dir", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "build/jar", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "/>", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "jar", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "destfile", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "build/jar/HelloWorld.jar", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "basedir", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "build/classes", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "manifest", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "attribute", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Main-Class", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "value", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "oata.HelloWorld", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "/>", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#008000", + "_t": "block.comment.definition.punctuation.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "character", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "id", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Lucy", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "hr", + "color": "#800000", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "name", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Lucy", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "hr", + "color": "#800000", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#800000", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": "born", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "1952-03-03", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "qualification", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "bossy, crabby and selfish", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "VisualState.Setters", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ">", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Setter", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Target", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "inputPanel.Orientation", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Value", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Vertical", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "/>", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "<", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "Setter", + "color": "#800000", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Target", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "inputButton.Margin", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Value", + "color": "#FF0000", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name rgb(255, 0, 0)" + }, + { + "content": "=", + "color": "#000000", + "_t": "meta.tag.xml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "0,4,0,0", + "color": "#0000FF", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.xml rgb(0, 0, 255)" + }, + { + "content": "\"", + "color": "#800000", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "/>", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + }, + { + "content": "", + "color": "#800000", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.punctuation.definition.tag rgb(128, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "project", + "color": "#DC3958", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "target", + "color": "#DC3958", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "name", + "color": "#F79A32", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "jar", + "color": "#889B4A", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "mkdir", + "color": "#DC3958", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "dir", + "color": "#F79A32", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "build/jar", + "color": "#889B4A", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "/>", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "jar", + "color": "#DC3958", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "destfile", + "color": "#F79A32", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "build/jar/HelloWorld.jar", + "color": "#889B4A", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "basedir", + "color": "#F79A32", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "build/classes", + "color": "#889B4A", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "manifest", + "color": "#DC3958", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "attribute", + "color": "#DC3958", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "name", + "color": "#F79A32", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Main-Class", + "color": "#889B4A", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "value", + "color": "#F79A32", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "oata.HelloWorld", + "color": "#889B4A", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "/>", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#A57A4C", + "_t": "block.comment.definition.punctuation.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "character", + "color": "#DC3958", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "id", + "color": "#F79A32", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Lucy", + "color": "#889B4A", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "hr", + "color": "#DC3958", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#DC3958", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "name", + "color": "#DC3958", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Lucy", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "hr", + "color": "#DC3958", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#DC3958", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": "born", + "color": "#DC3958", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1952-03-03", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "qualification", + "color": "#DC3958", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "bossy, crabby and selfish", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "VisualState.Setters", + "color": "#DC3958", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ">", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Setter", + "color": "#DC3958", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Target", + "color": "#F79A32", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "inputPanel.Orientation", + "color": "#889B4A", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Value", + "color": "#F79A32", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Vertical", + "color": "#889B4A", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "/>", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "<", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Setter", + "color": "#DC3958", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Target", + "color": "#F79A32", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "inputButton.Margin", + "color": "#889B4A", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Value", + "color": "#F79A32", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.other.attribute-name rgb(247, 154, 50)" + }, + { + "content": "=", + "color": "#D3AF86", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "0,4,0,0", + "color": "#889B4A", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "/>", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "", + "color": "#D3AF86", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "project", + "color": "#F92672", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "target", + "color": "#F92672", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "name", + "color": "#A6E22E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "jar", + "color": "#E6DB74", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "mkdir", + "color": "#F92672", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "dir", + "color": "#A6E22E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "build/jar", + "color": "#E6DB74", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/>", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "jar", + "color": "#F92672", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "destfile", + "color": "#A6E22E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "build/jar/HelloWorld.jar", + "color": "#E6DB74", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "basedir", + "color": "#A6E22E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "build/classes", + "color": "#E6DB74", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "manifest", + "color": "#F92672", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "attribute", + "color": "#F92672", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "name", + "color": "#A6E22E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Main-Class", + "color": "#E6DB74", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "value", + "color": "#A6E22E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "oata.HelloWorld", + "color": "#E6DB74", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/>", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#75715E", + "_t": "block.comment.definition.punctuation.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "character", + "color": "#F92672", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "id", + "color": "#A6E22E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Lucy", + "color": "#E6DB74", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "hr", + "color": "#F92672", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "name", + "color": "#F92672", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Lucy", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "hr", + "color": "#F92672", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F92672", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": "born", + "color": "#F92672", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1952-03-03", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "qualification", + "color": "#F92672", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "bossy, crabby and selfish", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "VisualState.Setters", + "color": "#F92672", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ">", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Setter", + "color": "#F92672", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Target", + "color": "#A6E22E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "inputPanel.Orientation", + "color": "#E6DB74", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Value", + "color": "#A6E22E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Vertical", + "color": "#E6DB74", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/>", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "<", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Setter", + "color": "#F92672", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Target", + "color": "#A6E22E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "inputButton.Margin", + "color": "#E6DB74", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Value", + "color": "#A6E22E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.other.attribute-name rgb(166, 226, 46)" + }, + { + "content": "=", + "color": "#F8F8F2", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "0,4,0,0", + "color": "#E6DB74", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/>", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "", + "color": "#F8F8F2", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "<", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "project", + "color": "#6089B4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "target", + "color": "#6089B4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "name", + "color": "#D0B344", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "jar", + "color": "#D0B344", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": ">", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "mkdir", + "color": "#6089B4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "dir", + "color": "#D0B344", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "build/jar", + "color": "#D0B344", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "/>", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "jar", + "color": "#6089B4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "destfile", + "color": "#D0B344", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "build/jar/HelloWorld.jar", + "color": "#D0B344", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "basedir", + "color": "#D0B344", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "build/classes", + "color": "#D0B344", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": ">", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "manifest", + "color": "#6089B4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "attribute", + "color": "#6089B4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "name", + "color": "#D0B344", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "Main-Class", + "color": "#D0B344", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "value", + "color": "#D0B344", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "oata.HelloWorld", + "color": "#D0B344", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "/>", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#9A9B99", + "_t": "block.comment.definition.punctuation.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "character", + "color": "#6089B4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "id", + "color": "#D0B344", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "Lucy", + "color": "#D0B344", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": ">", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "hr", + "color": "#6089B4", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": "name", + "color": "#6089B4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "Lucy", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "hr", + "color": "#6089B4", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#6089B4", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": "born", + "color": "#6089B4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "1952-03-03", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "qualification", + "color": "#6089B4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "bossy, crabby and selfish", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "VisualState.Setters", + "color": "#6089B4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ">", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "Setter", + "color": "#6089B4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "Target", + "color": "#D0B344", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "inputPanel.Orientation", + "color": "#D0B344", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "Value", + "color": "#D0B344", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "Vertical", + "color": "#D0B344", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "/>", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "<", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "Setter", + "color": "#6089B4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "Target", + "color": "#D0B344", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "inputButton.Margin", + "color": "#D0B344", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "Value", + "color": "#D0B344", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.other.attribute-name rgb(208, 179, 68)" + }, + { + "content": "=", + "color": "#D0B344", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "0,4,0,0", + "color": "#D0B344", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "\"", + "color": "#D0B344", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag.punctuation.definition.string rgb(208, 179, 68)" + }, + { + "content": "/>", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + }, + { + "content": "", + "color": "#D0B344", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.meta.tag rgb(208, 179, 68)" + } + ], + "quietlight": [ + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "project", + "color": "#4B83CD", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "target", + "color": "#4B83CD", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "name", + "color": "#91B3E0", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "jar", + "color": "#91B3E0", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "mkdir", + "color": "#4B83CD", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "dir", + "color": "#91B3E0", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "build/jar", + "color": "#91B3E0", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "/>", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "jar", + "color": "#4B83CD", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "destfile", + "color": "#91B3E0", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "build/jar/HelloWorld.jar", + "color": "#91B3E0", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "basedir", + "color": "#91B3E0", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "build/classes", + "color": "#91B3E0", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "manifest", + "color": "#4B83CD", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "attribute", + "color": "#4B83CD", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "name", + "color": "#91B3E0", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "Main-Class", + "color": "#91B3E0", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "value", + "color": "#91B3E0", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "oata.HelloWorld", + "color": "#91B3E0", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "/>", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#AAAAAA", + "_t": "block.comment.definition.punctuation.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "character", + "color": "#4B83CD", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "id", + "color": "#91B3E0", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "Lucy", + "color": "#91B3E0", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "hr", + "color": "#4B83CD", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#4B83CD", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "name", + "color": "#4B83CD", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "Lucy", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "hr", + "color": "#4B83CD", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#4B83CD", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": "born", + "color": "#4B83CD", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "1952-03-03", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "qualification", + "color": "#4B83CD", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "bossy, crabby and selfish", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "VisualState.Setters", + "color": "#4B83CD", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ">", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "Setter", + "color": "#4B83CD", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "Target", + "color": "#91B3E0", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "inputPanel.Orientation", + "color": "#91B3E0", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "Value", + "color": "#91B3E0", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "Vertical", + "color": "#91B3E0", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "/>", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "<", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "Setter", + "color": "#4B83CD", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "Target", + "color": "#91B3E0", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "inputButton.Margin", + "color": "#91B3E0", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "Value", + "color": "#91B3E0", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag.entity.other.attribute-name rgb(145, 179, 224)" + }, + { + "content": "=", + "color": "#91B3E0", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "0,4,0,0", + "color": "#91B3E0", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "\"", + "color": "#91B3E0", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "/>", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + }, + { + "content": "", + "color": "#91B3E0", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.tag rgb(145, 179, 224)" + } + ], + "red": [ + { + "content": "<", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "project", + "color": "#EC0D1E", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "target", + "color": "#EC0D1E", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "name", + "color": "#EC0D1E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "jar", + "color": "#EC0D1E", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "mkdir", + "color": "#EC0D1E", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "dir", + "color": "#EC0D1E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "build/jar", + "color": "#EC0D1E", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "/>", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "jar", + "color": "#EC0D1E", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "destfile", + "color": "#EC0D1E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "build/jar/HelloWorld.jar", + "color": "#EC0D1E", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "basedir", + "color": "#EC0D1E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "build/classes", + "color": "#EC0D1E", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "manifest", + "color": "#EC0D1E", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "attribute", + "color": "#EC0D1E", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "name", + "color": "#EC0D1E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Main-Class", + "color": "#EC0D1E", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "value", + "color": "#EC0D1E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "oata.HelloWorld", + "color": "#EC0D1E", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "/>", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#E7C0C0", + "_t": "block.comment.definition.punctuation.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "character", + "color": "#EC0D1E", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "id", + "color": "#EC0D1E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Lucy", + "color": "#EC0D1E", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "hr", + "color": "#EC0D1E", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ":", + "color": "#EC0D1E", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "name", + "color": "#EC0D1E", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Lucy", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "hr", + "color": "#EC0D1E", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ":", + "color": "#EC0D1E", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "born", + "color": "#EC0D1E", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "1952-03-03", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "qualification", + "color": "#EC0D1E", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "bossy, crabby and selfish", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "VisualState.Setters", + "color": "#EC0D1E", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ">", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Setter", + "color": "#EC0D1E", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Target", + "color": "#EC0D1E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "inputPanel.Orientation", + "color": "#EC0D1E", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Value", + "color": "#EC0D1E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Vertical", + "color": "#EC0D1E", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "/>", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "<", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Setter", + "color": "#EC0D1E", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Target", + "color": "#EC0D1E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "inputButton.Margin", + "color": "#EC0D1E", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "Value", + "color": "#EC0D1E", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": "=", + "color": "#EC0D1E", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "0,4,0,0", + "color": "#EC0D1E", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "\"", + "color": "#EC0D1E", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "/>", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + }, + { + "content": "", + "color": "#EC0D1E", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag rgb(236, 13, 30)" + } + ], + "solarized_dark": [ + { + "content": "<", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "project", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "target", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "name", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "jar", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "mkdir", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "dir", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "build/jar", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "/>", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "jar", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "destfile", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "build/jar/HelloWorld.jar", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "basedir", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "build/classes", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "manifest", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "attribute", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "name", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Main-Class", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "value", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "oata.HelloWorld", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "/>", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "block.comment.definition.punctuation.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "character", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "id", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Lucy", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "hr", + "color": "#268BD2", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "name", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Lucy", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "hr", + "color": "#268BD2", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "born", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "1952-03-03", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "qualification", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "bossy, crabby and selfish", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "VisualState.Setters", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Setter", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Target", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "inputPanel.Orientation", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Value", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Vertical", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "/>", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "<", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "Setter", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Target", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "inputButton.Margin", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Value", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#93A1A1", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "0,4,0,0", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#657B83", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "/>", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + }, + { + "content": "", + "color": "#657B83", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.tag rgb(101, 123, 131)" + } + ], + "solarized_light": [ + { + "content": "<", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "project", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "target", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "name", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "jar", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "mkdir", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "dir", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "build/jar", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "/>", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "jar", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "destfile", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "build/jar/HelloWorld.jar", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "basedir", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "build/classes", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "manifest", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "attribute", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "name", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "Main-Class", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "value", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "oata.HelloWorld", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "/>", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#93A1A1", + "_t": "block.comment.definition.punctuation.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "character", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "id", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "Lucy", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "hr", + "color": "#268BD2", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "name", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Lucy", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "hr", + "color": "#268BD2", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#268BD2", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": "born", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1952-03-03", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "qualification", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "bossy, crabby and selfish", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "VisualState.Setters", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ">", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Setter", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Target", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "inputPanel.Orientation", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Value", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "Vertical", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "/>", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "<", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Setter", + "color": "#268BD2", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Target", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "inputButton.Margin", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Value", + "color": "#93A1A1", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.other.attribute-name rgb(147, 161, 161)" + }, + { + "content": "=", + "color": "#586E75", + "_t": "meta.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.begin rgb(147, 161, 161)" + }, + { + "content": "0,4,0,0", + "color": "#2AA198", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#93A1A1", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.tag.end rgb(147, 161, 161)" + }, + { + "content": "/>", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "", + "color": "#586E75", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "<", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "project", + "color": "#FF9DA4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "target", + "color": "#FF9DA4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "name", + "color": "#FF9DA4", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "jar", + "color": "#FF9DA4", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "mkdir", + "color": "#FF9DA4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "dir", + "color": "#FF9DA4", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "build/jar", + "color": "#FF9DA4", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "/>", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "jar", + "color": "#FF9DA4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "destfile", + "color": "#FF9DA4", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "build/jar/HelloWorld.jar", + "color": "#FF9DA4", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "basedir", + "color": "#FF9DA4", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "build/classes", + "color": "#FF9DA4", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "manifest", + "color": "#FF9DA4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "attribute", + "color": "#FF9DA4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "name", + "color": "#FF9DA4", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Main-Class", + "color": "#FF9DA4", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "value", + "color": "#FF9DA4", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "oata.HelloWorld", + "color": "#FF9DA4", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "/>", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#7285B7", + "_t": "block.comment.definition.punctuation.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "character", + "color": "#FF9DA4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "id", + "color": "#FF9DA4", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Lucy", + "color": "#FF9DA4", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "hr", + "color": "#FF9DA4", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FF9DA4", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "name", + "color": "#FF9DA4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Lucy", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "hr", + "color": "#FF9DA4", + "_t": "entity.meta.name.namespace.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FF9DA4", + "_t": "entity.meta.name.namespace.punctuation.separator.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": "born", + "color": "#FF9DA4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "1952-03-03", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "qualification", + "color": "#FF9DA4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "bossy, crabby and selfish", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "VisualState.Setters", + "color": "#FF9DA4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ">", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Setter", + "color": "#FF9DA4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Target", + "color": "#FF9DA4", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "inputPanel.Orientation", + "color": "#FF9DA4", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Value", + "color": "#FF9DA4", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Vertical", + "color": "#FF9DA4", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "/>", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "<", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Setter", + "color": "#FF9DA4", + "_t": "entity.localname.meta.name.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Target", + "color": "#FF9DA4", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "inputButton.Margin", + "color": "#FF9DA4", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "Value", + "color": "#FF9DA4", + "_t": "attribute-name.entity.localname.meta.other.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.other.attribute-name rgb(255, 157, 164)" + }, + { + "content": "=", + "color": "#FF9DA4", + "_t": "meta.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "begin.definition.double.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "0,4,0,0", + "color": "#FF9DA4", + "_t": "double.meta.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "\"", + "color": "#FF9DA4", + "_t": "definition.double.end.meta.punctuation.quoted.string.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "/>", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + }, + { + "content": "", + "color": "#FF9DA4", + "_t": "definition.meta.punctuation.tag.xml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.tag rgb(255, 157, 164)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.xml.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.xml.result.patch new file mode 100644 index 000000000..30d430e76 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.xml.result.patch @@ -0,0 +1,1899 @@ +{ + "abyss": [], + "dark_vs": [ + { + "index": 9, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 11, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 19, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 21, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 29, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 31, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 35, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 37, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 49, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 51, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 55, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 57, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 81, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 83, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 131, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 133, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 137, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 139, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 147, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 149, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 153, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 155, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + } + ], + "light_vs": [ + { + "index": 9, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 11, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 19, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 21, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 29, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 31, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 35, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 37, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 49, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 51, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 55, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 57, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 81, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 83, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 131, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 133, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 137, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 139, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 147, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 149, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 153, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 155, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + } + ], + "hc_black": [ + { + "index": 9, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 11, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 19, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 21, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 29, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 31, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 35, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 37, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 49, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 51, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 55, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 57, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 81, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 83, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 131, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 133, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 137, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 139, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 147, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 149, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 153, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 155, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + } + ], + "dark_plus": [ + { + "index": 9, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 11, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 19, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 21, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 29, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 31, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 35, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 37, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 49, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 51, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 55, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 57, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 81, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 83, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 131, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 133, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 137, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 139, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 147, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 149, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 153, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + }, + { + "index": 155, + "content": "\"", + "color": "#808080", + "newColor": "#CE9178" + } + ], + "light_plus": [ + { + "index": 9, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 11, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 19, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 21, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 29, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 31, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 35, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 37, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 49, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 51, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 55, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 57, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 81, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 83, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 131, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 133, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 137, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 139, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 147, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 149, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 153, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + }, + { + "index": 155, + "content": "\"", + "color": "#800000", + "newColor": "#0000FF" + } + ], + "kimbie_dark": [], + "monokai": [], + "monokai_dimmed": [ + { + "index": 10, + "content": "jar", + "color": "#D0B344", + "newColor": "#9AA83A" + }, + { + "index": 20, + "content": "build/jar", + "color": "#D0B344", + "newColor": "#9AA83A" + }, + { + "index": 30, + "content": "build/jar/HelloWorld.jar", + "color": "#D0B344", + "newColor": "#9AA83A" + }, + { + "index": 36, + "content": "build/classes", + "color": "#D0B344", + "newColor": "#9AA83A" + }, + { + "index": 50, + "content": "Main-Class", + "color": "#D0B344", + "newColor": "#9AA83A" + }, + { + "index": 56, + "content": "oata.HelloWorld", + "color": "#D0B344", + "newColor": "#9AA83A" + }, + { + "index": 82, + "content": "Lucy", + "color": "#D0B344", + "newColor": "#9AA83A" + }, + { + "index": 132, + "content": "inputPanel.Orientation", + "color": "#D0B344", + "newColor": "#9AA83A" + }, + { + "index": 138, + "content": "Vertical", + "color": "#D0B344", + "newColor": "#9AA83A" + }, + { + "index": 148, + "content": "inputButton.Margin", + "color": "#D0B344", + "newColor": "#9AA83A" + }, + { + "index": 154, + "content": "0,4,0,0", + "color": "#D0B344", + "newColor": "#9AA83A" + } + ], + "quietlight": [ + { + "index": 0, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 2, + "content": ">", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 4, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 9, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 10, + "content": "jar", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 11, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 12, + "content": ">", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 14, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 19, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 20, + "content": "build/jar", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 21, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 22, + "content": "/>", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 24, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 29, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 30, + "content": "build/jar/HelloWorld.jar", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 31, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 35, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 36, + "content": "build/classes", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 37, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 38, + "content": ">", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 40, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 42, + "content": ">", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 44, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 49, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 50, + "content": "Main-Class", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 51, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 55, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 56, + "content": "oata.HelloWorld", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 57, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 58, + "content": "/>", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 60, + "content": "", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 64, + "content": "", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 68, + "content": "", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 76, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 81, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 82, + "content": "Lucy", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 83, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 84, + "content": ">", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 86, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 88, + "content": ":", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 90, + "content": ">", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 92, + "content": "", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 98, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 100, + "content": ":", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 102, + "content": ">", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 104, + "content": "", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 110, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 112, + "content": ">", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 114, + "content": "", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 118, + "content": "", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 122, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 124, + "content": ">", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 126, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 131, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 132, + "content": "inputPanel.Orientation", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 133, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 137, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 138, + "content": "Vertical", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 139, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 140, + "content": "/>", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 142, + "content": "<", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 147, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 148, + "content": "inputButton.Margin", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 149, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 153, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 154, + "content": "0,4,0,0", + "color": "#91B3E0", + "newColor": "#448C27" + }, + { + "index": 155, + "content": "\"", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 156, + "content": "/>", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 158, + "content": "", + "color": "#91B3E0", + "newColor": "#777777" + }, + { + "index": 161, + "content": "", + "color": "#91B3E0", + "newColor": "#777777" + } + ], + "red": [ + { + "index": 9, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 10, + "content": "jar", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 11, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 19, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 20, + "content": "build/jar", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 21, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 29, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 30, + "content": "build/jar/HelloWorld.jar", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 31, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 35, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 36, + "content": "build/classes", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 37, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 49, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 50, + "content": "Main-Class", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 51, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 55, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 56, + "content": "oata.HelloWorld", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 57, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 81, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 82, + "content": "Lucy", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 83, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 131, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 132, + "content": "inputPanel.Orientation", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 133, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 137, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 138, + "content": "Vertical", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 139, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 147, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 148, + "content": "inputButton.Margin", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 149, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 153, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 154, + "content": "0,4,0,0", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + }, + { + "index": 155, + "content": "\"", + "color": "#EC0D1E", + "newColor": "#CD8D8D" + } + ], + "solarized_dark": [ + { + "index": 9, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 11, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 19, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 21, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 29, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 31, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 35, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 37, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 49, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 51, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 55, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 57, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 81, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 83, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 131, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 133, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 137, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 139, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 147, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 149, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 153, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + }, + { + "index": 155, + "content": "\"", + "color": "#657B83", + "newColor": "#2AA198" + } + ], + "solarized_light": [ + { + "index": 9, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 11, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 19, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 21, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 29, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 31, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 35, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 37, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 49, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 51, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 55, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 57, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 81, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 83, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 131, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 133, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 137, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 139, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 147, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 149, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 153, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + }, + { + "index": 155, + "content": "\"", + "color": "#93A1A1", + "newColor": "#2AA198" + } + ], + "tomorrow_night_blue": [ + { + "index": 9, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 10, + "content": "jar", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 11, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 19, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 20, + "content": "build/jar", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 21, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 29, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 30, + "content": "build/jar/HelloWorld.jar", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 31, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 35, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 36, + "content": "build/classes", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 37, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 49, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 50, + "content": "Main-Class", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 51, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 55, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 56, + "content": "oata.HelloWorld", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 57, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 81, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 82, + "content": "Lucy", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 83, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 131, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 132, + "content": "inputPanel.Orientation", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 133, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 137, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 138, + "content": "Vertical", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 139, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 147, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 148, + "content": "inputButton.Margin", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 149, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 153, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 154, + "content": "0,4,0,0", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + }, + { + "index": 155, + "content": "\"", + "color": "#FF9DA4", + "newColor": "#D1F1A9" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.yaml b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.yaml new file mode 100644 index 000000000..7083eed0c --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.yaml @@ -0,0 +1,18 @@ +# sequencer protocols for Laser eye surgery +--- +- step: &id001 # defines anchor label &id001 + instrument: Lasik 2000 + pulseEnergy: 5.4 + spotSize: 1mm + +- step: *id001 # refers to the first step (with anchor &id001) +- step: *id001 + spotSize: 2mm +- step: *id002 +- {name: John Smith, age: 33} +- name: Mary Smith + age: 27 + men: [John Smith, Bill Jones] +women: + - Mary Smith + - Susan Williams \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.yaml.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.yaml.result new file mode 100644 index 000000000..c1238a109 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.yaml.result @@ -0,0 +1,8010 @@ +{ + "abyss": [ + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " sequencer protocols for Laser eye surgery", + "color": "#223355", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "---", + "color": "#6688CC", + "_t": "begin.document.entity.other.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "- ", + "color": "#6688CC", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "step", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "&", + "color": "#225588", + "_t": "anchor.control.definition.keyword.meta.property.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "id001", + "color": "#6688CC", + "_t": "anchor.entity.meta.name.property.type.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " defines anchor label &id001", + "color": "#223355", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "instrument", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Lasik 2000", + "color": "#22AA44", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "pulseEnergy", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "5.4", + "color": "#F280D0", + "_t": "constant.float.numeric.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "spotSize", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "1mm", + "color": "#22AA44", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "- ", + "color": "#6688CC", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "step", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "id001", + "color": "#6688CC", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "#", + "color": "#223355", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": " refers to the first step (with anchor &id001)", + "color": "#223355", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.comment rgb(34, 51, 85)" + }, + { + "content": "- ", + "color": "#6688CC", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "step", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "id001", + "color": "#6688CC", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "spotSize", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "2mm", + "color": "#22AA44", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "- ", + "color": "#6688CC", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "step", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "*", + "color": "#225588", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "id002", + "color": "#6688CC", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "- ", + "color": "#6688CC", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "begin.definition.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "name", + "color": "#225588", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "John Smith", + "color": "#22AA44", + "_t": "flow-mapping.flow-pair.in.meta.plain.string.unquoted.value.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "flow-mapping.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "flow-mapping.meta.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "age", + "color": "#225588", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "33", + "color": "#F280D0", + "_t": "constant.flow-mapping.flow-pair.integer.meta.numeric.value.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": "}", + "color": "#6688CC", + "_t": "definition.end.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "- ", + "color": "#6688CC", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "name", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Mary Smith", + "color": "#22AA44", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "age", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "27", + "color": "#F280D0", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.numeric rgb(242, 128, 208)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "men", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "begin.definition.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "John Smith", + "color": "#22AA44", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ",", + "color": "#6688CC", + "_t": "flow-sequence.meta.punctuation.separator.sequence.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "flow-sequence.meta.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Bill Jones", + "color": "#22AA44", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "]", + "color": "#6688CC", + "_t": "definition.end.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "women", + "color": "#225588", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.tag rgb(34, 85, 136)" + }, + { + "content": ":", + "color": "#6688CC", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "- ", + "color": "#6688CC", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Mary Smith", + "color": "#22AA44", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "- ", + "color": "#6688CC", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "Susan Williams", + "color": "#22AA44", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + } + ], + "dark_vs": [ + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " sequencer protocols for Laser eye surgery", + "color": "#608B4E", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "---", + "color": "#D4D4D4", + "_t": "begin.document.entity.other.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "step", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#569CD6", + "_t": "anchor.control.definition.keyword.meta.property.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "id001", + "color": "#D4D4D4", + "_t": "anchor.entity.meta.name.property.type.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " defines anchor label &id001", + "color": "#608B4E", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "instrument", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Lasik 2000", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pulseEnergy", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5.4", + "color": "#B5CEA8", + "_t": "constant.float.numeric.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "spotSize", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1mm", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "step", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "id001", + "color": "#D4D4D4", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " refers to the first step (with anchor &id001)", + "color": "#608B4E", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "step", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "id001", + "color": "#D4D4D4", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "spotSize", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2mm", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "step", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "id002", + "color": "#D4D4D4", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.definition.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#569CD6", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "John Smith", + "color": "#CE9178", + "_t": "flow-mapping.flow-pair.in.meta.plain.string.unquoted.value.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "flow-mapping.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "flow-mapping.meta.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "age", + "color": "#569CD6", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "33", + "color": "#B5CEA8", + "_t": "constant.flow-mapping.flow-pair.integer.meta.numeric.value.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.end.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Mary Smith", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "age", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "27", + "color": "#B5CEA8", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "men", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.definition.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "John Smith", + "color": "#CE9178", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "flow-sequence.meta.punctuation.separator.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "flow-sequence.meta.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Bill Jones", + "color": "#CE9178", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "definition.end.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "women", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Mary Smith", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Susan Williams", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + } + ], + "light_vs": [ + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " sequencer protocols for Laser eye surgery", + "color": "#008000", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "---", + "color": "#000000", + "_t": "begin.document.entity.other.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "step", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#0000FF", + "_t": "anchor.control.definition.keyword.meta.property.punctuation.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "id001", + "color": "#000000", + "_t": "anchor.entity.meta.name.property.type.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " defines anchor label &id001", + "color": "#008000", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "instrument", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Lasik 2000", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pulseEnergy", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5.4", + "color": "#09885A", + "_t": "constant.float.numeric.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "spotSize", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1mm", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "step", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#0000FF", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "id001", + "color": "#000000", + "_t": "alias.other.variable.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " refers to the first step (with anchor &id001)", + "color": "#008000", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "step", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#0000FF", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "id001", + "color": "#000000", + "_t": "alias.other.variable.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "spotSize", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2mm", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "step", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#0000FF", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "id002", + "color": "#000000", + "_t": "alias.other.variable.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.definition.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#800000", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "John Smith", + "color": "#0000FF", + "_t": "flow-mapping.flow-pair.in.meta.plain.string.unquoted.value.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "flow-mapping.mapping.meta.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "flow-mapping.meta.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "age", + "color": "#800000", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "33", + "color": "#09885A", + "_t": "constant.flow-mapping.flow-pair.integer.meta.numeric.value.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.end.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Mary Smith", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "age", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "27", + "color": "#09885A", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "men", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.definition.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "John Smith", + "color": "#0000FF", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "flow-sequence.meta.punctuation.separator.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "flow-sequence.meta.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Bill Jones", + "color": "#0000FF", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "]", + "color": "#000000", + "_t": "definition.end.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "women", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Mary Smith", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Susan Williams", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.yaml rgb(0, 0, 255)" + } + ], + "hc_black": [ + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " sequencer protocols for Laser eye surgery", + "color": "#7CA668", + "_t": "comment.line.number-sign.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "---", + "color": "#FFFFFF", + "_t": "begin.document.entity.other.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "step", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#569CD6", + "_t": "anchor.control.definition.keyword.meta.property.punctuation.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "id001", + "color": "#FFFFFF", + "_t": "anchor.entity.meta.name.property.type.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " defines anchor label &id001", + "color": "#7CA668", + "_t": "comment.line.number-sign.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "instrument", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Lasik 2000", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "pulseEnergy", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "5.4", + "color": "#B5CEA8", + "_t": "constant.float.numeric.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "spotSize", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "1mm", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "step", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "id001", + "color": "#FFFFFF", + "_t": "alias.other.variable.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7CA668", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": " refers to the first step (with anchor &id001)", + "color": "#7CA668", + "_t": "comment.line.number-sign.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment rgb(124, 166, 104)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "step", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "id001", + "color": "#FFFFFF", + "_t": "alias.other.variable.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "spotSize", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "2mm", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "step", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#569CD6", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "id002", + "color": "#FFFFFF", + "_t": "alias.other.variable.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.definition.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "name", + "color": "#569CD6", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "John Smith", + "color": "#CE9178", + "_t": "flow-mapping.flow-pair.in.meta.plain.string.unquoted.value.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "flow-mapping.mapping.meta.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "flow-mapping.meta.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "age", + "color": "#569CD6", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "33", + "color": "#B5CEA8", + "_t": "constant.flow-mapping.flow-pair.integer.meta.numeric.value.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.end.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "name", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Mary Smith", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "age", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "27", + "color": "#B5CEA8", + "_t": "constant.integer.numeric.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "men", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.definition.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "John Smith", + "color": "#CE9178", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "flow-sequence.meta.punctuation.separator.sequence.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "flow-sequence.meta.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Bill Jones", + "color": "#CE9178", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "definition.end.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "women", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Mary Smith", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "Susan Williams", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + } + ], + "dark_plus": [ + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " sequencer protocols for Laser eye surgery", + "color": "#608B4E", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "---", + "color": "#D4D4D4", + "_t": "begin.document.entity.other.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "step", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "&", + "color": "#C586C0", + "_t": "anchor.control.definition.keyword.meta.property.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "id001", + "color": "#4EC9B0", + "_t": "anchor.entity.meta.name.property.type.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.type rgb(78, 201, 176)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " defines anchor label &id001", + "color": "#608B4E", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "instrument", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Lasik 2000", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pulseEnergy", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5.4", + "color": "#B5CEA8", + "_t": "constant.float.numeric.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "spotSize", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "1mm", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "step", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#C586C0", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "id001", + "color": "#9CDCFE", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "#", + "color": "#608B4E", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": " refers to the first step (with anchor &id001)", + "color": "#608B4E", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "step", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#C586C0", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "id001", + "color": "#9CDCFE", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "spotSize", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "2mm", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "step", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "*", + "color": "#C586C0", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "id002", + "color": "#9CDCFE", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "begin.definition.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#569CD6", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "John Smith", + "color": "#CE9178", + "_t": "flow-mapping.flow-pair.in.meta.plain.string.unquoted.value.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.value rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "flow-mapping.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "flow-mapping.meta.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "age", + "color": "#569CD6", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "33", + "color": "#B5CEA8", + "_t": "constant.flow-mapping.flow-pair.integer.meta.numeric.value.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": "}", + "color": "#D4D4D4", + "_t": "definition.end.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "name", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Mary Smith", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "age", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "27", + "color": "#B5CEA8", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric rgb(181, 206, 168)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "men", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "begin.definition.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "John Smith", + "color": "#CE9178", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ",", + "color": "#D4D4D4", + "_t": "flow-sequence.meta.punctuation.separator.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "flow-sequence.meta.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Bill Jones", + "color": "#CE9178", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "]", + "color": "#D4D4D4", + "_t": "definition.end.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "women", + "color": "#569CD6", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag rgb(86, 156, 214)" + }, + { + "content": ":", + "color": "#D4D4D4", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Mary Smith", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "- ", + "color": "#D4D4D4", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "Susan Williams", + "color": "#CE9178", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + } + ], + "light_plus": [ + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " sequencer protocols for Laser eye surgery", + "color": "#008000", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "---", + "color": "#000000", + "_t": "begin.document.entity.other.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "step", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "&", + "color": "#AF00DB", + "_t": "anchor.control.definition.keyword.meta.property.punctuation.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "id001", + "color": "#267F99", + "_t": "anchor.entity.meta.name.property.type.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.type rgb(38, 127, 153)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " defines anchor label &id001", + "color": "#008000", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "instrument", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Lasik 2000", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pulseEnergy", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5.4", + "color": "#09885A", + "_t": "constant.float.numeric.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "spotSize", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "1mm", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "step", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#AF00DB", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "id001", + "color": "#001080", + "_t": "alias.other.variable.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "#", + "color": "#008000", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": " refers to the first step (with anchor &id001)", + "color": "#008000", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "step", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#AF00DB", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "id001", + "color": "#001080", + "_t": "alias.other.variable.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "spotSize", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "2mm", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "step", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "*", + "color": "#AF00DB", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "id002", + "color": "#001080", + "_t": "alias.other.variable.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "begin.definition.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#800000", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "John Smith", + "color": "#0000FF", + "_t": "flow-mapping.flow-pair.in.meta.plain.string.unquoted.value.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "flow-mapping.mapping.meta.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "flow-mapping.meta.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "age", + "color": "#800000", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "33", + "color": "#09885A", + "_t": "constant.flow-mapping.flow-pair.integer.meta.numeric.value.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": "}", + "color": "#000000", + "_t": "definition.end.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "name", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Mary Smith", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "age", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "27", + "color": "#09885A", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric rgb(9, 136, 90)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "men", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "begin.definition.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "John Smith", + "color": "#0000FF", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": ",", + "color": "#000000", + "_t": "flow-sequence.meta.punctuation.separator.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "flow-sequence.meta.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Bill Jones", + "color": "#0000FF", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": "]", + "color": "#000000", + "_t": "definition.end.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "women", + "color": "#800000", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag rgb(128, 0, 0)" + }, + { + "content": ":", + "color": "#000000", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Mary Smith", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "- ", + "color": "#000000", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "Susan Williams", + "color": "#0000FF", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.yaml rgb(0, 0, 255)" + } + ], + "kimbie_dark": [ + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " sequencer protocols for Laser eye surgery", + "color": "#A57A4C", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "---", + "color": "#D3AF86", + "_t": "begin.document.entity.other.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "- ", + "color": "#D3AF86", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "step", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "&", + "color": "#98676A", + "_t": "anchor.control.definition.keyword.meta.property.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "id001", + "color": "#D3AF86", + "_t": "anchor.entity.meta.name.property.type.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " defines anchor label &id001", + "color": "#A57A4C", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "instrument", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Lasik 2000", + "color": "#889B4A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "pulseEnergy", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "5.4", + "color": "#F79A32", + "_t": "constant.float.numeric.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "spotSize", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "1mm", + "color": "#889B4A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "- ", + "color": "#D3AF86", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "step", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#98676A", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "id001", + "color": "#DC3958", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "#", + "color": "#A57A4C", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.comment rgb(165, 122, 76)" + }, + { + "content": " refers to the first step (with anchor &id001)", + "color": "#A57A4C", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.comment rgb(165, 122, 76)" + }, + { + "content": "- ", + "color": "#D3AF86", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "step", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#98676A", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "id001", + "color": "#DC3958", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "spotSize", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "2mm", + "color": "#889B4A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "- ", + "color": "#D3AF86", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "step", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "*", + "color": "#98676A", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "id002", + "color": "#DC3958", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "- ", + "color": "#D3AF86", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "begin.definition.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "name", + "color": "#DC3958", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "John Smith", + "color": "#889B4A", + "_t": "flow-mapping.flow-pair.in.meta.plain.string.unquoted.value.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "flow-mapping.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "flow-mapping.meta.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "age", + "color": "#DC3958", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "33", + "color": "#F79A32", + "_t": "constant.flow-mapping.flow-pair.integer.meta.numeric.value.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": "}", + "color": "#D3AF86", + "_t": "definition.end.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "- ", + "color": "#D3AF86", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "name", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Mary Smith", + "color": "#889B4A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "age", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "27", + "color": "#F79A32", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.numeric rgb(247, 154, 50)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "men", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "begin.definition.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "John Smith", + "color": "#889B4A", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ",", + "color": "#D3AF86", + "_t": "flow-sequence.meta.punctuation.separator.sequence.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.meta.separator rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "flow-sequence.meta.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Bill Jones", + "color": "#889B4A", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "]", + "color": "#D3AF86", + "_t": "definition.end.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "women", + "color": "#DC3958", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.tag rgb(220, 57, 88)" + }, + { + "content": ":", + "color": "#D3AF86", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "- ", + "color": "#D3AF86", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Mary Smith", + "color": "#889B4A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "- ", + "color": "#D3AF86", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "Susan Williams", + "color": "#889B4A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + } + ], + "monokai": [ + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " sequencer protocols for Laser eye surgery", + "color": "#75715E", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "---", + "color": "#F8F8F2", + "_t": "begin.document.entity.other.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "- ", + "color": "#F8F8F2", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "step", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "&", + "color": "#F92672", + "_t": "anchor.control.definition.keyword.meta.property.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "id001", + "color": "#F8F8F2", + "_t": "anchor.entity.meta.name.property.type.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " defines anchor label &id001", + "color": "#75715E", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "instrument", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Lasik 2000", + "color": "#E6DB74", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "pulseEnergy", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "5.4", + "color": "#AE81FF", + "_t": "constant.float.numeric.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "spotSize", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "1mm", + "color": "#E6DB74", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "- ", + "color": "#F8F8F2", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "step", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "id001", + "color": "#F8F8F2", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "#", + "color": "#75715E", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": " refers to the first step (with anchor &id001)", + "color": "#75715E", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.comment rgb(117, 113, 94)" + }, + { + "content": "- ", + "color": "#F8F8F2", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "step", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "id001", + "color": "#F8F8F2", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "spotSize", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "2mm", + "color": "#E6DB74", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "- ", + "color": "#F8F8F2", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "step", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "*", + "color": "#F92672", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "id002", + "color": "#F8F8F2", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "- ", + "color": "#F8F8F2", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "begin.definition.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "name", + "color": "#F92672", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "John Smith", + "color": "#E6DB74", + "_t": "flow-mapping.flow-pair.in.meta.plain.string.unquoted.value.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "flow-mapping.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "flow-mapping.meta.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "age", + "color": "#F92672", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "33", + "color": "#AE81FF", + "_t": "constant.flow-mapping.flow-pair.integer.meta.numeric.value.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": "}", + "color": "#F8F8F2", + "_t": "definition.end.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "- ", + "color": "#F8F8F2", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "name", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Mary Smith", + "color": "#E6DB74", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "age", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "27", + "color": "#AE81FF", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.numeric rgb(174, 129, 255)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "men", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "begin.definition.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "John Smith", + "color": "#E6DB74", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ",", + "color": "#F8F8F2", + "_t": "flow-sequence.meta.punctuation.separator.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "flow-sequence.meta.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Bill Jones", + "color": "#E6DB74", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "]", + "color": "#F8F8F2", + "_t": "definition.end.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "women", + "color": "#F92672", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.tag rgb(249, 38, 114)" + }, + { + "content": ":", + "color": "#F8F8F2", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "- ", + "color": "#F8F8F2", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Mary Smith", + "color": "#E6DB74", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "- ", + "color": "#F8F8F2", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "Susan Williams", + "color": "#E6DB74", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + } + ], + "monokai_dimmed": [ + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " sequencer protocols for Laser eye surgery", + "color": "#9A9B99", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "---", + "color": "#C5C8C6", + "_t": "begin.document.entity.other.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "- ", + "color": "#C5C8C6", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "step", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "&", + "color": "#9872A2", + "_t": "anchor.control.definition.keyword.meta.property.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "id001", + "color": "#C5C8C6", + "_t": "anchor.entity.meta.name.property.type.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " defines anchor label &id001", + "color": "#9A9B99", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "instrument", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Lasik 2000", + "color": "#9AA83A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "pulseEnergy", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "5.4", + "color": "#6089B4", + "_t": "constant.float.numeric.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "spotSize", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "1mm", + "color": "#9AA83A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "- ", + "color": "#C5C8C6", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "step", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#9872A2", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "id001", + "color": "#6089B4", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "#", + "color": "#9A9B99", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": " refers to the first step (with anchor &id001)", + "color": "#9A9B99", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.comment rgb(154, 155, 153)" + }, + { + "content": "- ", + "color": "#C5C8C6", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "step", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#9872A2", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "id001", + "color": "#6089B4", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "spotSize", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "2mm", + "color": "#9AA83A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "- ", + "color": "#C5C8C6", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "step", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "*", + "color": "#9872A2", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "id002", + "color": "#6089B4", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "- ", + "color": "#C5C8C6", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "begin.definition.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "name", + "color": "#6089B4", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "John Smith", + "color": "#9AA83A", + "_t": "flow-mapping.flow-pair.in.meta.plain.string.unquoted.value.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "flow-mapping.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "flow-mapping.meta.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "age", + "color": "#6089B4", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "33", + "color": "#6089B4", + "_t": "constant.flow-mapping.flow-pair.integer.meta.numeric.value.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": "}", + "color": "#C5C8C6", + "_t": "definition.end.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "- ", + "color": "#C5C8C6", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "name", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Mary Smith", + "color": "#9AA83A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "age", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "27", + "color": "#6089B4", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.numeric rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "men", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "begin.definition.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "John Smith", + "color": "#9AA83A", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ",", + "color": "#C5C8C6", + "_t": "flow-sequence.meta.punctuation.separator.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "flow-sequence.meta.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Bill Jones", + "color": "#9AA83A", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "]", + "color": "#C5C8C6", + "_t": "definition.end.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "women", + "color": "#6089B4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.tag rgb(96, 137, 180)" + }, + { + "content": ":", + "color": "#C5C8C6", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "- ", + "color": "#C5C8C6", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Mary Smith", + "color": "#9AA83A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "- ", + "color": "#C5C8C6", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "Susan Williams", + "color": "#9AA83A", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + } + ], + "quietlight": [ + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " sequencer protocols for Laser eye surgery", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "---", + "color": "#333333", + "_t": "begin.document.entity.other.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "- ", + "color": "#777777", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "step", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "&", + "color": "#777777", + "_t": "anchor.control.definition.keyword.meta.property.punctuation.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "id001", + "color": "#7A3E9D", + "_t": "anchor.entity.meta.name.property.type.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.type rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " defines anchor label &id001", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "instrument", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Lasik 2000", + "color": "#448C27", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "pulseEnergy", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "5.4", + "color": "#AB6526", + "_t": "constant.float.numeric.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "spotSize", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "1mm", + "color": "#448C27", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "- ", + "color": "#777777", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "step", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "id001", + "color": "#7A3E9D", + "_t": "alias.other.variable.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "#", + "color": "#AAAAAA", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation.definition.comment rgb(170, 170, 170)" + }, + { + "content": " refers to the first step (with anchor &id001)", + "color": "#AAAAAA", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.comment rgb(170, 170, 170)" + }, + { + "content": "- ", + "color": "#777777", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "step", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "id001", + "color": "#7A3E9D", + "_t": "alias.other.variable.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "spotSize", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "2mm", + "color": "#448C27", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "- ", + "color": "#777777", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "step", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "*", + "color": "#777777", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "id002", + "color": "#7A3E9D", + "_t": "alias.other.variable.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "- ", + "color": "#777777", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "{", + "color": "#777777", + "_t": "begin.definition.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "name", + "color": "#4B83CD", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#434343", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "John Smith", + "color": "#448C27", + "_t": "flow-mapping.flow-pair.in.meta.plain.string.unquoted.value.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ",", + "color": "#434343", + "_t": "flow-mapping.mapping.meta.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "flow-mapping.meta.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "age", + "color": "#4B83CD", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#434343", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "33", + "color": "#AB6526", + "_t": "constant.flow-mapping.flow-pair.integer.meta.numeric.value.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": "}", + "color": "#777777", + "_t": "definition.end.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "- ", + "color": "#777777", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "name", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Mary Smith", + "color": "#448C27", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "age", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "27", + "color": "#AB6526", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.numeric rgb(171, 101, 38)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "men", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "[", + "color": "#777777", + "_t": "begin.definition.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "John Smith", + "color": "#448C27", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ",", + "color": "#434343", + "_t": "flow-sequence.meta.punctuation.separator.sequence.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.meta.separator rgb(67, 67, 67)" + }, + { + "content": " ", + "color": "#333333", + "_t": "flow-sequence.meta.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "Bill Jones", + "color": "#448C27", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "]", + "color": "#777777", + "_t": "definition.end.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "women", + "color": "#4B83CD", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.tag rgb(75, 131, 205)" + }, + { + "content": ":", + "color": "#777777", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "- ", + "color": "#777777", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Mary Smith", + "color": "#448C27", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "- ", + "color": "#777777", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Susan Williams", + "color": "#448C27", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + } + ], + "red": [ + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " sequencer protocols for Laser eye surgery", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "---", + "color": "#FEC758", + "_t": "begin.document.entity.other.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": "- ", + "color": "#F8F8F8", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "step", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "&", + "color": "#F12727", + "_t": "anchor.control.definition.keyword.meta.property.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "id001", + "color": "#FEC758", + "_t": "anchor.entity.meta.name.property.type.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " defines anchor label &id001", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "instrument", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Lasik 2000", + "color": "#CD8D8D", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "pulseEnergy", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "5.4", + "color": "#994646", + "_t": "constant.float.numeric.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "spotSize", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "1mm", + "color": "#CD8D8D", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "- ", + "color": "#F8F8F8", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "step", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "id001", + "color": "#FB9A4B", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "#", + "color": "#E7C0C0", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": " refers to the first step (with anchor &id001)", + "color": "#E7C0C0", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.comment rgb(231, 192, 192)" + }, + { + "content": "- ", + "color": "#F8F8F8", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "step", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "id001", + "color": "#FB9A4B", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "spotSize", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "2mm", + "color": "#CD8D8D", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "- ", + "color": "#F8F8F8", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "step", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "*", + "color": "#F12727", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "id002", + "color": "#FB9A4B", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "- ", + "color": "#F8F8F8", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "begin.definition.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "name", + "color": "#EC0D1E", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "John Smith", + "color": "#CD8D8D", + "_t": "flow-mapping.flow-pair.in.meta.plain.string.unquoted.value.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "flow-mapping.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "flow-mapping.meta.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "age", + "color": "#EC0D1E", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.meta.tag.entity rgb(236, 13, 30)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "33", + "color": "#994646", + "_t": "constant.flow-mapping.flow-pair.integer.meta.numeric.value.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "}", + "color": "#F8F8F8", + "_t": "definition.end.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "- ", + "color": "#F8F8F8", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "name", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Mary Smith", + "color": "#CD8D8D", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "age", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "27", + "color": "#994646", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "men", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "begin.definition.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "John Smith", + "color": "#CD8D8D", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ",", + "color": "#F8F8F8", + "_t": "flow-sequence.meta.punctuation.separator.sequence.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "flow-sequence.meta.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Bill Jones", + "color": "#CD8D8D", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "]", + "color": "#F8F8F8", + "_t": "definition.end.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "women", + "color": "#CD8D8D", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ":", + "color": "#F8F8F8", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "- ", + "color": "#F8F8F8", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Mary Smith", + "color": "#CD8D8D", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "- ", + "color": "#F8F8F8", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "Susan Williams", + "color": "#CD8D8D", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + } + ], + "solarized_dark": [ + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " sequencer protocols for Laser eye surgery", + "color": "#657B83", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "---", + "color": "#93A1A1", + "_t": "begin.document.entity.other.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "- ", + "color": "#93A1A1", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "step", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "&", + "color": "#859900", + "_t": "anchor.control.definition.keyword.meta.property.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "id001", + "color": "#93A1A1", + "_t": "anchor.entity.meta.name.property.type.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " defines anchor label &id001", + "color": "#657B83", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "instrument", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Lasik 2000", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "pulseEnergy", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "5.4", + "color": "#D33682", + "_t": "constant.float.numeric.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "spotSize", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "1mm", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "- ", + "color": "#93A1A1", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "step", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "id001", + "color": "#268BD2", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "#", + "color": "#657B83", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": " refers to the first step (with anchor &id001)", + "color": "#657B83", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.comment rgb(101, 123, 131)" + }, + { + "content": "- ", + "color": "#93A1A1", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "step", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "id001", + "color": "#268BD2", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "spotSize", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "2mm", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "- ", + "color": "#93A1A1", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "step", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "*", + "color": "#859900", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "id002", + "color": "#268BD2", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "- ", + "color": "#93A1A1", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "begin.definition.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "name", + "color": "#268BD2", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "John Smith", + "color": "#2AA198", + "_t": "flow-mapping.flow-pair.in.meta.plain.string.unquoted.value.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "flow-mapping.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "flow-mapping.meta.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "age", + "color": "#268BD2", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "33", + "color": "#D33682", + "_t": "constant.flow-mapping.flow-pair.integer.meta.numeric.value.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "}", + "color": "#93A1A1", + "_t": "definition.end.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "- ", + "color": "#93A1A1", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "name", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Mary Smith", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "age", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "27", + "color": "#D33682", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "men", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "begin.definition.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "John Smith", + "color": "#2AA198", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#93A1A1", + "_t": "flow-sequence.meta.punctuation.separator.sequence.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "flow-sequence.meta.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Bill Jones", + "color": "#2AA198", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#93A1A1", + "_t": "definition.end.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "women", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#93A1A1", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "- ", + "color": "#93A1A1", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Mary Smith", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "- ", + "color": "#93A1A1", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "Susan Williams", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + } + ], + "solarized_light": [ + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " sequencer protocols for Laser eye surgery", + "color": "#93A1A1", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "---", + "color": "#586E75", + "_t": "begin.document.entity.other.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "- ", + "color": "#586E75", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "step", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "&", + "color": "#859900", + "_t": "anchor.control.definition.keyword.meta.property.punctuation.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "id001", + "color": "#586E75", + "_t": "anchor.entity.meta.name.property.type.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " defines anchor label &id001", + "color": "#93A1A1", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "instrument", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Lasik 2000", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "pulseEnergy", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "5.4", + "color": "#D33682", + "_t": "constant.float.numeric.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "spotSize", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "1mm", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "- ", + "color": "#586E75", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "step", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "id001", + "color": "#268BD2", + "_t": "alias.other.variable.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "#", + "color": "#93A1A1", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": " refers to the first step (with anchor &id001)", + "color": "#93A1A1", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.comment rgb(147, 161, 161)" + }, + { + "content": "- ", + "color": "#586E75", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "step", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "id001", + "color": "#268BD2", + "_t": "alias.other.variable.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "spotSize", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "2mm", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "- ", + "color": "#586E75", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "step", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "*", + "color": "#859900", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "id002", + "color": "#268BD2", + "_t": "alias.other.variable.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "- ", + "color": "#586E75", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "begin.definition.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "name", + "color": "#268BD2", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "John Smith", + "color": "#2AA198", + "_t": "flow-mapping.flow-pair.in.meta.plain.string.unquoted.value.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "flow-mapping.mapping.meta.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "flow-mapping.meta.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "age", + "color": "#268BD2", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "33", + "color": "#D33682", + "_t": "constant.flow-mapping.flow-pair.integer.meta.numeric.value.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": "}", + "color": "#586E75", + "_t": "definition.end.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "- ", + "color": "#586E75", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "name", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Mary Smith", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "age", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "27", + "color": "#D33682", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.numeric rgb(211, 54, 130)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "men", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "begin.definition.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "John Smith", + "color": "#2AA198", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ",", + "color": "#586E75", + "_t": "flow-sequence.meta.punctuation.separator.sequence.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "flow-sequence.meta.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Bill Jones", + "color": "#2AA198", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "]", + "color": "#586E75", + "_t": "definition.end.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "women", + "color": "#268BD2", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.tag rgb(38, 139, 210)" + }, + { + "content": ":", + "color": "#586E75", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "- ", + "color": "#586E75", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Mary Smith", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "- ", + "color": "#586E75", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "Susan Williams", + "color": "#2AA198", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + } + ], + "tomorrow_night_blue": [ + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " sequencer protocols for Laser eye surgery", + "color": "#7285B7", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "---", + "color": "#FFFFFF", + "_t": "begin.document.entity.other.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "step", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "&", + "color": "#EBBBFF", + "_t": "anchor.control.definition.keyword.meta.property.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "id001", + "color": "#FFFFFF", + "_t": "anchor.entity.meta.name.property.type.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " defines anchor label &id001", + "color": "#7285B7", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "instrument", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Lasik 2000", + "color": "#D1F1A9", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "pulseEnergy", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "5.4", + "color": "#FFC58F", + "_t": "constant.float.numeric.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "spotSize", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "1mm", + "color": "#D1F1A9", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "step", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#EBBBFF", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "id001", + "color": "#FF9DA4", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "#", + "color": "#7285B7", + "_t": "comment.definition.line.number-sign.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": " refers to the first step (with anchor &id001)", + "color": "#7285B7", + "_t": "comment.line.number-sign.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.comment rgb(114, 133, 183)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "step", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#EBBBFF", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "id001", + "color": "#FF9DA4", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "spotSize", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "2mm", + "color": "#D1F1A9", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "step", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "*", + "color": "#EBBBFF", + "_t": "alias.control.definition.flow.keyword.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "id002", + "color": "#FF9DA4", + "_t": "alias.other.variable.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "begin.definition.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "name", + "color": "#FF9DA4", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "John Smith", + "color": "#D1F1A9", + "_t": "flow-mapping.flow-pair.in.meta.plain.string.unquoted.value.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "flow-mapping.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "flow-mapping.meta.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "age", + "color": "#FF9DA4", + "_t": "entity.flow-mapping.flow-pair.in.key.meta.name.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "flow-mapping.flow-pair.key-value.mapping.meta.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "flow-mapping.flow-pair.meta.value.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "33", + "color": "#FFC58F", + "_t": "constant.flow-mapping.flow-pair.integer.meta.numeric.value.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": "}", + "color": "#FFFFFF", + "_t": "definition.end.flow-mapping.mapping.meta.punctuation.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "name", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Mary Smith", + "color": "#D1F1A9", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "age", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "27", + "color": "#FFC58F", + "_t": "constant.integer.numeric.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.numeric rgb(255, 197, 143)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "men", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "begin.definition.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "John Smith", + "color": "#D1F1A9", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ",", + "color": "#FFFFFF", + "_t": "flow-sequence.meta.punctuation.separator.sequence.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.meta.separator rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "flow-sequence.meta.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Bill Jones", + "color": "#D1F1A9", + "_t": "flow-sequence.in.meta.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "]", + "color": "#FFFFFF", + "_t": "definition.end.flow-sequence.meta.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "women", + "color": "#FF9DA4", + "_t": "entity.name.out.plain.string.tag.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.tag rgb(255, 157, 164)" + }, + { + "content": ":", + "color": "#FFFFFF", + "_t": "key-value.mapping.punctuation.separator.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Mary Smith", + "color": "#D1F1A9", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "- ", + "color": "#FFFFFF", + "_t": "block.definition.item.punctuation.sequence.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "Susan Williams", + "color": "#D1F1A9", + "_t": "out.plain.string.unquoted.yaml", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.yaml.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.yaml.result.patch new file mode 100644 index 000000000..892fd2e39 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test.yaml.result.patch @@ -0,0 +1,259 @@ +{ + "abyss": [ + { + "index": 8, + "content": "id001", + "color": "#6688CC", + "newColor": "#FFEEBB" + } + ], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [ + { + "index": 8, + "content": "id001", + "color": "#D3AF86", + "newColor": "#F06431" + } + ], + "monokai": [ + { + "index": 8, + "content": "id001", + "color": "#F8F8F2", + "newColor": "#A6E22E" + } + ], + "monokai_dimmed": [ + { + "index": 8, + "content": "id001", + "color": "#C5C8C6", + "newColor": "#9B0000" + } + ], + "quietlight": [ + { + "index": 57, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 60, + "content": ",", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 63, + "content": ":", + "color": "#434343", + "newColor": "#777777" + }, + { + "index": 83, + "content": ",", + "color": "#434343", + "newColor": "#777777" + } + ], + "red": [ + { + "index": 4, + "content": "s", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 4, + "content": "tep", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 13, + "content": "i", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 13, + "content": "nstrument", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 18, + "content": "p", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 18, + "content": "ulseEnergy", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 23, + "content": "s", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 23, + "content": "potSize", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 28, + "content": "s", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 28, + "content": "tep", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 37, + "content": "s", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 37, + "content": "tep", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 43, + "content": "s", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 43, + "content": "potSize", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 49, + "content": "s", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 49, + "content": "tep", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 56, + "content": "n", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 56, + "content": "ame", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 62, + "content": "a", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 62, + "content": "ge", + "color": "#EC0D1E", + "newColor": "#FEC758" + }, + { + "index": 68, + "content": "n", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 68, + "content": "ame", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 73, + "content": "a", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 73, + "content": "ge", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 78, + "content": "m", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 78, + "content": "en", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 87, + "content": "w", + "color": "#CD8D8D", + "newColor": "#FEC758" + }, + { + "index": 87, + "content": "omen", + "color": "#CD8D8D", + "newColor": "#FEC758" + } + ], + "solarized_dark": [ + { + "index": 8, + "content": "id001", + "color": "#93A1A1", + "newColor": "#CB4B16" + } + ], + "solarized_light": [ + { + "index": 8, + "content": "id001", + "color": "#586E75", + "newColor": "#268BD2" + } + ], + "tomorrow_night_blue": [ + { + "index": 8, + "content": "id001", + "color": "#FFFFFF", + "newColor": "#FFEEAD" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test2.pl b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test2.pl new file mode 100644 index 000000000..0a089b3b2 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test2.pl @@ -0,0 +1,31 @@ +die("[$sheet->{label}] Unexpected sheet format.") unless ( + $sheet->{"$date_col$row"} =~ /CALL_DATE/i && + $sheet->{"$pixel_cols[4]$row"} =~ /Home_Bind_Count/i + ); + + $row++; + while ($row < $sheet->{maxrow}) { + $row++; + $total_lines++; + + my $date = $sheet->{"$date_col$row"}; + next unless $date; + (warning "Unexpected date format: '$date'"), next unless ($date =~ /^2\d\d\d-\d\d-\d\d$/); + + my $phone = trim($sheet->{"$phone_col$row"}); + (warning "Unexpected phone format: '$phone'."), next unless ($phone =~ /^\d{10}$/); + + info $phone; + next if ($date gt $date_to || $date lt $date_from); + + my @pixels = (0) x 5; + for (1..4) { + $pixels[$_] = trim($sheet->{"$pixel_cols[4]$row"}); + (warning "Pixel $_ is not a number in the row # $row."), next unless looks_like_number($pixels[$_]); + }; + + for (1..4) { + add_phone_activity($date, $phone, "pixel-$_", $pixels[$_]) if $pixels[$_]; + }; + $parsed_lines++; + }; \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test2.pl.result b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test2.pl.result new file mode 100644 index 000000000..e2c59cc04 --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test2.pl.result @@ -0,0 +1,25314 @@ +{ + "abyss": [ + { + "content": "die", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "[", + "color": "#22AA44", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "sheet", + "color": "#22AA44", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "->{label}] Unexpected sheet format.", + "color": "#22AA44", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ") ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "unless", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sheet", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "->", + "color": "#225588", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "date_col$row", + "color": "#22AA44", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "} =~ ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#22AA44", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "CALL_DATE", + "color": "#22AA44", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/", + "color": "#22AA44", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "i", + "color": "#225588", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " &&", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sheet", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "->", + "color": "#225588", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "pixel_cols", + "color": "#22AA44", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "[4]", + "color": "#22AA44", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "row", + "color": "#22AA44", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "} =~ ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#22AA44", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Home_Bind_Count", + "color": "#22AA44", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "/", + "color": "#22AA44", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "i", + "color": "#225588", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "++;", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "while", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " < ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sheet", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "->", + "color": "#225588", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "maxrow", + "color": "#F280D0", + "_t": "bareword.constant.other.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.other rgb(242, 128, 208)" + }, + { + "content": "}) {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "row", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "++;", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "total_lines", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "++;", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "my", + "color": "#225588", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "date", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " = ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sheet", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "->", + "color": "#225588", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "date_col$row", + "color": "#22AA44", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "};", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "next", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "unless", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "date", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(warning ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Unexpected date format: '", + "color": "#22AA44", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "date", + "color": "#22AA44", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'", + "color": "#22AA44", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "), ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "next", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "unless", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "date", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " =~ ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#22AA44", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "^2", + "color": "#22AA44", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\d\\d\\d", + "color": "#F280D0", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "-", + "color": "#22AA44", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\d\\d", + "color": "#F280D0", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "-", + "color": "#22AA44", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\d\\d", + "color": "#F280D0", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "$", + "color": "#225588", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "/", + "color": "#22AA44", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "my", + "color": "#225588", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "phone", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " = trim(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sheet", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "->", + "color": "#225588", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "phone_col$row", + "color": "#22AA44", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "});", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(warning ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Unexpected phone format: '", + "color": "#22AA44", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "phone", + "color": "#22AA44", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "'.", + "color": "#22AA44", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "), ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "next", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "unless", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "phone", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " =~ ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "/", + "color": "#22AA44", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "^", + "color": "#22AA44", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\\d", + "color": "#F280D0", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.constant.character rgb(242, 128, 208)" + }, + { + "content": "{10}", + "color": "#22AA44", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#225588", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "/", + "color": "#22AA44", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "info ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "phone", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "next", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "date", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "gt", + "color": "#9966B8", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "date_to", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " || ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "date", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "lt", + "color": "#9966B8", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "date_from", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ");", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "my", + "color": "#225588", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.storage rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "@", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "pixels", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " = (0) ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "x", + "color": "#9966B8", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.support.function rgb(153, 102, 184)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "5", + "color": "#DDBB88", + "_t": "entity.function.name.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.entity.name.function rgb(221, 187, 136)" + }, + { + "content": ";", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (1..4) {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "pixels", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "_", + "color": "#6688CC", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "] = trim(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "sheet", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "->", + "color": "#225588", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": "{", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "pixel_cols", + "color": "#22AA44", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "[4]", + "color": "#22AA44", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "row", + "color": "#22AA44", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "});", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "(warning ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "Pixel ", + "color": "#22AA44", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "_", + "color": "#22AA44", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": " is not a number in the row # ", + "color": "#22AA44", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "row", + "color": "#22AA44", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ".", + "color": "#22AA44", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "), ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "next", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "unless", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " looks_like_number(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "pixels", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "_", + "color": "#6688CC", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]);", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "};", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "for", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " (1..4) {", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "add_phone_activity(", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "date", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "phone", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "pixel-", + "color": "#22AA44", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "$", + "color": "#22AA44", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "_", + "color": "#22AA44", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": "\"", + "color": "#22AA44", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.string rgb(34, 170, 68)" + }, + { + "content": ", ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "pixels", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "_", + "color": "#6688CC", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "]) ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "if", + "color": "#225588", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token.keyword rgb(34, 85, 136)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "pixels", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "[", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "_", + "color": "#6688CC", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "];", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "};", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "$", + "color": "#6688CC", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "parsed_lines", + "color": "#6688CC", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "++;", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": " ", + "color": "#6688CC", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + }, + { + "content": "};", + "color": "#6688CC", + "_t": "", + "_r": ".vs-dark.vscode-theme-abyss-themes-Abyss-tmTheme .token rgb(102, 136, 204)" + } + ], + "dark_vs": [ + { + "content": "die", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "[", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "sheet", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "->{label}] Unexpected sheet format.", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "unless", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sheet", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "date_col$row", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "} =~ ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "CALL_DATE", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "i", + "color": "#569CD6", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " &&", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sheet", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "pixel_cols", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "[4]", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "row", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "} =~ ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "Home_Bind_Count", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "i", + "color": "#569CD6", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "while", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " < ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sheet", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "maxrow", + "color": "#D4D4D4", + "_t": "bareword.constant.other.perl", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}) {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "row", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "total_lines", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "date", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " = ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sheet", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "date_col$row", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "};", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "next", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "unless", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "date", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(warning ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Unexpected date format: '", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "date", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "), ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "next", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "unless", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "date", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " =~ ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "^2", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d\\d\\d", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "-", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d\\d", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "-", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d\\d", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "phone", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " = trim(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sheet", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "phone_col$row", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "});", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(warning ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Unexpected phone format: '", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "phone", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'.", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "), ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "next", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "unless", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "phone", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " =~ ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "^", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "{10}", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "info ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "phone", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "next", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "date", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gt", + "color": "#D4D4D4", + "_t": "function.perl.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "date_to", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " || ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "date", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "lt", + "color": "#D4D4D4", + "_t": "function.perl.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "date_from", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pixels", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " = (0) ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#D4D4D4", + "_t": "function.perl.support", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#D4D4D4", + "_t": "entity.function.name.perl", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (1..4) {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pixels", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "] = trim(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "sheet", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "pixel_cols", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "[4]", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "row", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "});", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(warning ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Pixel ", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "_", + "color": "#CE9178", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": " is not a number in the row # ", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "row", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "), ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "next", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "unless", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " looks_like_number(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pixels", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]);", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "};", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (1..4) {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "add_phone_activity(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "date", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "phone", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "pixel-", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "_", + "color": "#CE9178", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pixels", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "]) ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "pixels", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "_", + "color": "#D4D4D4", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "];", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "};", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#D4D4D4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "parsed_lines", + "color": "#D4D4D4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "++;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "};", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_vs": [ + { + "content": "die", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "[", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "sheet", + "color": "#A31515", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "->{label}] Unexpected sheet format.", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "unless", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " (", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sheet", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "->", + "color": "#000000", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "date_col$row", + "color": "#A31515", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "} =~ ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "CALL_DATE", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "i", + "color": "#0000FF", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " &&", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sheet", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "->", + "color": "#000000", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "pixel_cols", + "color": "#A31515", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "[4]", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "row", + "color": "#A31515", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "} =~ ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "Home_Bind_Count", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "i", + "color": "#0000FF", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "while", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " (", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " < ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sheet", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "->", + "color": "#000000", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "maxrow", + "color": "#000000", + "_t": "bareword.constant.other.perl", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}) {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "row", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "total_lines", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#0000FF", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "date", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " = ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sheet", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "->", + "color": "#000000", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "date_col$row", + "color": "#A31515", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "};", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "next", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "unless", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "date", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(warning ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Unexpected date format: '", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "date", + "color": "#A31515", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "), ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "next", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "unless", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " (", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "date", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " =~ ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "^2", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\d\\d\\d", + "color": "#811F3F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "-", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\d\\d", + "color": "#811F3F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "-", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\d\\d", + "color": "#811F3F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#0000FF", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "phone", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " = trim(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sheet", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "->", + "color": "#000000", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "phone_col$row", + "color": "#A31515", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "});", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(warning ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Unexpected phone format: '", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "phone", + "color": "#A31515", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "'.", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "), ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "next", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "unless", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " (", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "phone", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " =~ ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "^", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\d", + "color": "#811F3F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "{10}", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "$", + "color": "#0000FF", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "info ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "phone", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "next", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " (", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "date", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gt", + "color": "#000000", + "_t": "function.perl.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "date_to", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " || ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "date", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "lt", + "color": "#000000", + "_t": "function.perl.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "date_from", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#0000FF", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pixels", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " = (0) ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#000000", + "_t": "function.perl.support", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#000000", + "_t": "entity.function.name.perl", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " (1..4) {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pixels", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#000000", + "_t": "other.perl.predefined.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "] = trim(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "sheet", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "->", + "color": "#000000", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "pixel_cols", + "color": "#A31515", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "[4]", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "row", + "color": "#A31515", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "});", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(warning ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Pixel ", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "_", + "color": "#A31515", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": " is not a number in the row # ", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "row", + "color": "#A31515", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ".", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "), ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "next", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "unless", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " looks_like_number(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pixels", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#000000", + "_t": "other.perl.predefined.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]);", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "};", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " (1..4) {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "add_phone_activity(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "date", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "phone", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "pixel-", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#A31515", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "_", + "color": "#A31515", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pixels", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#000000", + "_t": "other.perl.predefined.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "]) ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#0000FF", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "pixels", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "[", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "_", + "color": "#000000", + "_t": "other.perl.predefined.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "];", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "};", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#000000", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "parsed_lines", + "color": "#000000", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "++;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "};", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "hc_black": [ + { + "content": "die", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "[", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "sheet", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "->{label}] Unexpected sheet format.", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "unless", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sheet", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "date_col$row", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "} =~ ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "CALL_DATE", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "i", + "color": "#569CD6", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " &&", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sheet", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "pixel_cols", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "[4]", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "row", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "} =~ ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "Home_Bind_Count", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "i", + "color": "#569CD6", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "++;", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "while", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " < ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sheet", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "maxrow", + "color": "#FFFFFF", + "_t": "bareword.constant.other.perl", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "}) {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "row", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "++;", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "total_lines", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "++;", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "date", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " = ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sheet", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "date_col$row", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "};", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "next", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "unless", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "date", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(warning ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Unexpected date format: '", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "date", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "), ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "next", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "unless", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "date", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " =~ ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "^2", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d\\d\\d", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "-", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d\\d", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "-", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d\\d", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "phone", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " = trim(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sheet", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "phone_col$row", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "});", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(warning ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Unexpected phone format: '", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "phone", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "'.", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "), ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "next", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "unless", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "phone", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " =~ ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "^", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "{10}", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "$", + "color": "#569CD6", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "info ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "phone", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "next", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "date", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "gt", + "color": "#FFFFFF", + "_t": "function.perl.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "date_to", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " || ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "date", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "lt", + "color": "#FFFFFF", + "_t": "function.perl.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "date_from", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "pixels", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " = (0) ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#FFFFFF", + "_t": "function.perl.support", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#FFFFFF", + "_t": "entity.function.name.perl", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (1..4) {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "pixels", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "_", + "color": "#FFFFFF", + "_t": "other.perl.predefined.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "] = trim(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "sheet", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "pixel_cols", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "[4]", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "row", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "});", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "(warning ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Pixel ", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "_", + "color": "#CE9178", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": " is not a number in the row # ", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "row", + "color": "#CE9178", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "), ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "next", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "unless", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " looks_like_number(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "pixels", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "_", + "color": "#FFFFFF", + "_t": "other.perl.predefined.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]);", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "};", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " (1..4) {", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "add_phone_activity(", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "date", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "phone", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "pixel-", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#CE9178", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "_", + "color": "#CE9178", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "pixels", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "_", + "color": "#FFFFFF", + "_t": "other.perl.predefined.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "]) ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#569CD6", + "_t": "control.keyword.perl", + "_r": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "pixels", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "_", + "color": "#FFFFFF", + "_t": "other.perl.predefined.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "];", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "};", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FFFFFF", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "parsed_lines", + "color": "#FFFFFF", + "_t": "global.other.perl.readwrite.variable", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "++;", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".hc-black .token rgb(255, 255, 255)" + }, + { + "content": "};", + "color": "#FFFFFF", + "_t": "", + "_r": ".hc-black .token rgb(255, 255, 255)" + } + ], + "dark_plus": [ + { + "content": "die", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "[", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "sheet", + "color": "#9CDCFE", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "->{label}] Unexpected sheet format.", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ") ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "unless", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "sheet", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "date_col$row", + "color": "#9CDCFE", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "} =~ ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "CALL_DATE", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "i", + "color": "#C586C0", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " &&", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "sheet", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "pixel_cols", + "color": "#9CDCFE", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "[4]", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "} =~ ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "Home_Bind_Count", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "i", + "color": "#C586C0", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "++;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "while", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " < ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "sheet", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "maxrow", + "color": "#D4D4D4", + "_t": "bareword.constant.other.perl", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "}) {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "++;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "total_lines", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "++;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "date", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " = ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "sheet", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "date_col$row", + "color": "#9CDCFE", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "};", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "next", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "unless", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "date", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(warning ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Unexpected date format: '", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "date", + "color": "#9CDCFE", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "), ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "next", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "unless", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "date", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " =~ ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "^2", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d\\d\\d", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "-", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d\\d", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "-", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d\\d", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "$", + "color": "#C586C0", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "phone", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " = trim(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "sheet", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "phone_col$row", + "color": "#9CDCFE", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "});", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(warning ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Unexpected phone format: '", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "phone", + "color": "#9CDCFE", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "'.", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "), ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "next", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "unless", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "phone", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " =~ ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "^", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "\\d", + "color": "#D16969", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "{10}", + "color": "#D16969", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": "$", + "color": "#C586C0", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": "/", + "color": "#D16969", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string.regexp rgb(209, 105, 105)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "info ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "phone", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "next", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " (", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "date", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "gt", + "color": "#DCDCAA", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "date_to", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " || ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "date", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "lt", + "color": "#DCDCAA", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "date_from", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ");", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "my", + "color": "#569CD6", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.storage.modifier rgb(86, 156, 214)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "@", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "pixels", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " = (0) ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "x", + "color": "#DCDCAA", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.function rgb(220, 220, 170)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "5", + "color": "#DCDCAA", + "_t": "entity.function.name.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.function rgb(220, 220, 170)" + }, + { + "content": ";", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " (1..4) {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "pixels", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "_", + "color": "#9CDCFE", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "] = trim(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "sheet", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "->", + "color": "#D4D4D4", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator rgb(212, 212, 212)" + }, + { + "content": "{", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "pixel_cols", + "color": "#9CDCFE", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "[4]", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "});", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "(warning ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "Pixel ", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "_", + "color": "#9CDCFE", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": " is not a number in the row # ", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "row", + "color": "#9CDCFE", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ".", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "), ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "next", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "unless", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " looks_like_number(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "pixels", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "_", + "color": "#9CDCFE", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "]);", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "};", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "for", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " (1..4) {", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "add_phone_activity(", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "date", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "phone", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "pixel-", + "color": "#CE9178", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "_", + "color": "#9CDCFE", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "\"", + "color": "#CE9178", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)" + }, + { + "content": ", ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "pixels", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "_", + "color": "#9CDCFE", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "]) ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "if", + "color": "#C586C0", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control rgb(197, 134, 192)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "pixels", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "[", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "_", + "color": "#9CDCFE", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "];", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "};", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "$", + "color": "#9CDCFE", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "parsed_lines", + "color": "#9CDCFE", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)" + }, + { + "content": "++;", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": " ", + "color": "#D4D4D4", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark .token rgb(212, 212, 212)" + }, + { + "content": "};", + "color": "#D4D4D4", + "_t": "", + "_r": ".vs-dark .token rgb(212, 212, 212)" + } + ], + "light_plus": [ + { + "content": "die", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "[", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "sheet", + "color": "#001080", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "->{label}] Unexpected sheet format.", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ") ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "unless", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " (", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "sheet", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "->", + "color": "#000000", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "date_col$row", + "color": "#001080", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "} =~ ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "CALL_DATE", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "i", + "color": "#AF00DB", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " &&", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "sheet", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "->", + "color": "#000000", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "pixel_cols", + "color": "#001080", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "[4]", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "row", + "color": "#001080", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "} =~ ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "Home_Bind_Count", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "i", + "color": "#AF00DB", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "row", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "++;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "while", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " (", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "row", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " < ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "sheet", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "->", + "color": "#000000", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "maxrow", + "color": "#000000", + "_t": "bareword.constant.other.perl", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "}) {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "row", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "++;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "total_lines", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "++;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#0000FF", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "date", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " = ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "sheet", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "->", + "color": "#000000", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "date_col$row", + "color": "#001080", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "};", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "next", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "unless", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "date", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(warning ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Unexpected date format: '", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "date", + "color": "#001080", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "), ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "next", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "unless", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " (", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "date", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " =~ ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "^2", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\d\\d\\d", + "color": "#811F3F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "-", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\d\\d", + "color": "#811F3F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "-", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\d\\d", + "color": "#811F3F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "$", + "color": "#AF00DB", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#0000FF", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "phone", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " = trim(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "sheet", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "->", + "color": "#000000", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "phone_col$row", + "color": "#001080", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "});", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(warning ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Unexpected phone format: '", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "phone", + "color": "#001080", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "'.", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "), ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "next", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "unless", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " (", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "phone", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " =~ ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "^", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "\\d", + "color": "#811F3F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "{10}", + "color": "#811F3F", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": "$", + "color": "#AF00DB", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": "/", + "color": "#811F3F", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string.regexp rgb(129, 31, 63)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "info ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "phone", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "next", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " (", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "date", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "gt", + "color": "#795E26", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "date_to", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " || ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "date", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "lt", + "color": "#795E26", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "date_from", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ");", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "my", + "color": "#0000FF", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.storage.modifier rgb(0, 0, 255)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "@", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "pixels", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " = (0) ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "x", + "color": "#795E26", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.function rgb(121, 94, 38)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "5", + "color": "#795E26", + "_t": "entity.function.name.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.function rgb(121, 94, 38)" + }, + { + "content": ";", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " (1..4) {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "pixels", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "[", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "_", + "color": "#001080", + "_t": "other.perl.predefined.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "] = trim(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "sheet", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "->", + "color": "#000000", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator rgb(0, 0, 0)" + }, + { + "content": "{", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "pixel_cols", + "color": "#001080", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "[4]", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "row", + "color": "#001080", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "});", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "(warning ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "Pixel ", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "_", + "color": "#001080", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": " is not a number in the row # ", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "row", + "color": "#001080", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ".", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "), ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "next", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "unless", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " looks_like_number(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "pixels", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "[", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "_", + "color": "#001080", + "_t": "other.perl.predefined.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "]);", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "};", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "for", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " (1..4) {", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "add_phone_activity(", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "date", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "phone", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "pixel-", + "color": "#A31515", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "_", + "color": "#001080", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "\"", + "color": "#A31515", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)" + }, + { + "content": ", ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "pixels", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "[", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "_", + "color": "#001080", + "_t": "other.perl.predefined.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "]) ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "if", + "color": "#AF00DB", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control rgb(175, 0, 219)" + }, + { + "content": " ", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "pixels", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "[", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "_", + "color": "#001080", + "_t": "other.perl.predefined.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "];", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "};", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "$", + "color": "#001080", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "parsed_lines", + "color": "#001080", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)" + }, + { + "content": "++;", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": " ", + "color": "#000000", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs .token rgb(0, 0, 0)" + }, + { + "content": "};", + "color": "#000000", + "_t": "", + "_r": ".vs .token rgb(0, 0, 0)" + } + ], + "kimbie_dark": [ + { + "content": "die", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": "(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "[", + "color": "#889B4A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "sheet", + "color": "#889B4A", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "->{label}] Unexpected sheet format.", + "color": "#889B4A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ") ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "unless", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "sheet", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "->", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "date_col$row", + "color": "#889B4A", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "} =~ ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "CALL_DATE", + "color": "#7E602C", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#D3AF86", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " &&", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "sheet", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "->", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "pixel_cols", + "color": "#889B4A", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "[4]", + "color": "#889B4A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#889B4A", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "} =~ ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Home_Bind_Count", + "color": "#7E602C", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "i", + "color": "#D3AF86", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "++;", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "while", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " < ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "sheet", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "->", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "maxrow", + "color": "#F79A32", + "_t": "bareword.constant.other.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant rgb(247, 154, 50)" + }, + { + "content": "}) {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "++;", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "total_lines", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "++;", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "my", + "color": "#98676A", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "date", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " = ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "sheet", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "->", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "date_col$row", + "color": "#889B4A", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "};", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "next", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "unless", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "date", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(warning ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Unexpected date format: '", + "color": "#889B4A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "date", + "color": "#889B4A", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'", + "color": "#889B4A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "), ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "next", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "unless", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "date", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " =~ ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "^2", + "color": "#7E602C", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\\d\\d\\d", + "color": "#7E602C", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "-", + "color": "#7E602C", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\\d\\d", + "color": "#7E602C", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "-", + "color": "#7E602C", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\\d\\d", + "color": "#7E602C", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "$", + "color": "#7E602C", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "my", + "color": "#98676A", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "phone", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " = trim(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "sheet", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "->", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "phone_col$row", + "color": "#889B4A", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "});", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(warning ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Unexpected phone format: '", + "color": "#889B4A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "phone", + "color": "#889B4A", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "'.", + "color": "#889B4A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "), ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "next", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "unless", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "phone", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " =~ ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "^", + "color": "#7E602C", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "\\d", + "color": "#7E602C", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.constant.character.escape rgb(126, 96, 44)" + }, + { + "content": "{10}", + "color": "#7E602C", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "$", + "color": "#7E602C", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string.regexp rgb(126, 96, 44)" + }, + { + "content": "/", + "color": "#D3AF86", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "info ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "phone", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "next", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " (", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "date", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "gt", + "color": "#7E602C", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "date_to", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " || ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "date", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "lt", + "color": "#7E602C", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "date_from", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ");", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "my", + "color": "#98676A", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.storage rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "@", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "pixels", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": " = (0) ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "x", + "color": "#7E602C", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.support.function rgb(126, 96, 44)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "5", + "color": "#8AB1B0", + "_t": "entity.function.name.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.entity.name.function rgb(138, 177, 176)" + }, + { + "content": ";", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " (1..4) {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "pixels", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "_", + "color": "#DC3958", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "] = trim(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "sheet", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "->", + "color": "#D3AF86", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.operator rgb(211, 175, 134)" + }, + { + "content": "{", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "pixel_cols", + "color": "#889B4A", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "[4]", + "color": "#889B4A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#889B4A", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "});", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "(warning ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "Pixel ", + "color": "#889B4A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "_", + "color": "#889B4A", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": " is not a number in the row # ", + "color": "#889B4A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "row", + "color": "#889B4A", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": ".", + "color": "#889B4A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "), ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "next", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "unless", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " looks_like_number(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "pixels", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "_", + "color": "#DC3958", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "]);", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "};", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "for", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " (1..4) {", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "add_phone_activity(", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "date", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "phone", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "pixel-", + "color": "#889B4A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": "_", + "color": "#889B4A", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.string rgb(136, 155, 74)" + }, + { + "content": "\"", + "color": "#D3AF86", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.string rgb(211, 175, 134)" + }, + { + "content": ", ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "pixels", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "_", + "color": "#DC3958", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "]) ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "if", + "color": "#98676A", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.keyword.control rgb(152, 103, 106)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "pixels", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "[", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "_", + "color": "#DC3958", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "];", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "};", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "$", + "color": "#D3AF86", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.punctuation.definition.variable rgb(211, 175, 134)" + }, + { + "content": "parsed_lines", + "color": "#DC3958", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token.variable rgb(220, 57, 88)" + }, + { + "content": "++;", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": " ", + "color": "#D3AF86", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + }, + { + "content": "};", + "color": "#D3AF86", + "_t": "", + "_r": ".vs-dark.vscode-theme-kimbie-dark-themes-Kimbie_dark-tmTheme .token rgb(211, 175, 134)" + } + ], + "monokai": [ + { + "content": "die", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "[", + "color": "#E6DB74", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "sheet", + "color": "#E6DB74", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "->{label}] Unexpected sheet format.", + "color": "#E6DB74", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ") ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "unless", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sheet", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "->", + "color": "#F92672", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "date_col$row", + "color": "#E6DB74", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "} =~ ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#E6DB74", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "CALL_DATE", + "color": "#E6DB74", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/", + "color": "#E6DB74", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "i", + "color": "#F92672", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " &&", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sheet", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "->", + "color": "#F92672", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "pixel_cols", + "color": "#E6DB74", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "[4]", + "color": "#E6DB74", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "row", + "color": "#E6DB74", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "} =~ ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#E6DB74", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Home_Bind_Count", + "color": "#E6DB74", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "/", + "color": "#E6DB74", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "i", + "color": "#F92672", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "++;", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "while", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " < ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sheet", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "->", + "color": "#F92672", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "maxrow", + "color": "#AE81FF", + "_t": "bareword.constant.other.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.other rgb(174, 129, 255)" + }, + { + "content": "}) {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "row", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "++;", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "total_lines", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "++;", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "my", + "color": "#F92672", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "date", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " = ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sheet", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "->", + "color": "#F92672", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "date_col$row", + "color": "#E6DB74", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "};", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "next", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "unless", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "date", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(warning ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Unexpected date format: '", + "color": "#E6DB74", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "date", + "color": "#E6DB74", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'", + "color": "#E6DB74", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "), ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "next", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "unless", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "date", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " =~ ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#E6DB74", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "^2", + "color": "#E6DB74", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\d\\d\\d", + "color": "#AE81FF", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "-", + "color": "#E6DB74", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\d\\d", + "color": "#AE81FF", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "-", + "color": "#E6DB74", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\d\\d", + "color": "#AE81FF", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "/", + "color": "#E6DB74", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "my", + "color": "#F92672", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "phone", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " = trim(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sheet", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "->", + "color": "#F92672", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "phone_col$row", + "color": "#E6DB74", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "});", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(warning ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Unexpected phone format: '", + "color": "#E6DB74", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "phone", + "color": "#E6DB74", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "'.", + "color": "#E6DB74", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "), ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "next", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "unless", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "phone", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " =~ ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "/", + "color": "#E6DB74", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "^", + "color": "#E6DB74", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\\d", + "color": "#AE81FF", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.constant.character rgb(174, 129, 255)" + }, + { + "content": "{10}", + "color": "#E6DB74", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#F92672", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "/", + "color": "#E6DB74", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "info ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "phone", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "next", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "date", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "gt", + "color": "#66D9EF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "date_to", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " || ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "date", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "lt", + "color": "#66D9EF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "date_from", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ");", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "my", + "color": "#F92672", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.storage rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "@", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "pixels", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " = (0) ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "x", + "color": "#66D9EF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.support.function rgb(102, 217, 239)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "5", + "color": "#A6E22E", + "_t": "entity.function.name.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.entity.name.function rgb(166, 226, 46)" + }, + { + "content": ";", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (1..4) {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "pixels", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "_", + "color": "#F8F8F2", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "] = trim(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "sheet", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "->", + "color": "#F92672", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": "{", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "pixel_cols", + "color": "#E6DB74", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "[4]", + "color": "#E6DB74", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "row", + "color": "#E6DB74", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "});", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "(warning ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "Pixel ", + "color": "#E6DB74", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "_", + "color": "#E6DB74", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": " is not a number in the row # ", + "color": "#E6DB74", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "row", + "color": "#E6DB74", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ".", + "color": "#E6DB74", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "), ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "next", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "unless", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " looks_like_number(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "pixels", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "_", + "color": "#F8F8F2", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]);", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "};", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "for", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " (1..4) {", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "add_phone_activity(", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "date", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "phone", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "pixel-", + "color": "#E6DB74", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "$", + "color": "#E6DB74", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "_", + "color": "#E6DB74", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": "\"", + "color": "#E6DB74", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.string rgb(230, 219, 116)" + }, + { + "content": ", ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "pixels", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "_", + "color": "#F8F8F2", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "]) ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "if", + "color": "#F92672", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token.keyword rgb(249, 38, 114)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "pixels", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "[", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "_", + "color": "#F8F8F2", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "];", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "};", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "$", + "color": "#F8F8F2", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "parsed_lines", + "color": "#F8F8F2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "++;", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": " ", + "color": "#F8F8F2", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + }, + { + "content": "};", + "color": "#F8F8F2", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-themes-Monokai-tmTheme .token rgb(248, 248, 242)" + } + ], + "monokai_dimmed": [ + { + "content": "die", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "[", + "color": "#9AA83A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "sheet", + "color": "#6089B4", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "->{label}] Unexpected sheet format.", + "color": "#9AA83A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ") ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "unless", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "sheet", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "->", + "color": "#676867", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "date_col$row", + "color": "#6089B4", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "} =~ ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/", + "color": "#9AA83A", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "CALL_DATE", + "color": "#9AA83A", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "/", + "color": "#9AA83A", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "i", + "color": "#9872A2", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " &&", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "sheet", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "->", + "color": "#676867", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "pixel_cols", + "color": "#6089B4", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "[4]", + "color": "#9AA83A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "} =~ ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/", + "color": "#9AA83A", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Home_Bind_Count", + "color": "#9AA83A", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "/", + "color": "#9AA83A", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "i", + "color": "#9872A2", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "++;", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "while", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " < ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "sheet", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "->", + "color": "#676867", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "maxrow", + "color": "#8080FF", + "_t": "bareword.constant.other.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.other rgb(128, 128, 255)" + }, + { + "content": "}) {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "++;", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "total_lines", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "++;", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "my", + "color": "#9872A2", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "date", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " = ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "sheet", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "->", + "color": "#676867", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "date_col$row", + "color": "#6089B4", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "};", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "next", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "unless", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "date", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(warning ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Unexpected date format: '", + "color": "#9AA83A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "date", + "color": "#6089B4", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "'", + "color": "#9AA83A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "), ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "next", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "unless", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "date", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " =~ ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/", + "color": "#9AA83A", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "^2", + "color": "#9AA83A", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\d\\d\\d", + "color": "#8080FF", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "-", + "color": "#9AA83A", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\d\\d", + "color": "#8080FF", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "-", + "color": "#9AA83A", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\d\\d", + "color": "#8080FF", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "$", + "color": "#9872A2", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "/", + "color": "#9AA83A", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "my", + "color": "#9872A2", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "phone", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " = trim(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "sheet", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "->", + "color": "#676867", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "phone_col$row", + "color": "#6089B4", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "});", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(warning ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Unexpected phone format: '", + "color": "#9AA83A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "phone", + "color": "#6089B4", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "'.", + "color": "#9AA83A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "), ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "next", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "unless", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "phone", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " =~ ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "/", + "color": "#9AA83A", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "^", + "color": "#9AA83A", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\\d", + "color": "#8080FF", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.constant.character rgb(128, 128, 255)" + }, + { + "content": "{10}", + "color": "#9AA83A", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#9872A2", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": "/", + "color": "#9AA83A", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "info ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "phone", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "next", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " (", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "date", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "gt", + "color": "#9872A2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "date_to", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " || ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "date", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "lt", + "color": "#9872A2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "date_from", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ");", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "my", + "color": "#9872A2", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.storage rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "@", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "pixels", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " = (0) ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "x", + "color": "#9872A2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.support.function rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "5", + "color": "#CE6700", + "_t": "entity.function.name.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.entity.name.function rgb(206, 103, 0)" + }, + { + "content": ";", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " (1..4) {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "pixels", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "_", + "color": "#6089B4", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "] = trim(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "sheet", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "->", + "color": "#676867", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword rgb(103, 104, 103)" + }, + { + "content": "{", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "pixel_cols", + "color": "#6089B4", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "[4]", + "color": "#9AA83A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "});", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "(warning ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "Pixel ", + "color": "#9AA83A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "_", + "color": "#6089B4", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": " is not a number in the row # ", + "color": "#9AA83A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "row", + "color": "#6089B4", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ".", + "color": "#9AA83A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "), ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "next", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "unless", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " looks_like_number(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "pixels", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "_", + "color": "#6089B4", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "]);", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "};", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "for", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " (1..4) {", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "add_phone_activity(", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "date", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "phone", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "pixel-", + "color": "#9AA83A", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "_", + "color": "#6089B4", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "\"", + "color": "#9AA83A", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.string rgb(154, 168, 58)" + }, + { + "content": ", ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "pixels", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "_", + "color": "#6089B4", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "]) ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "if", + "color": "#9872A2", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.keyword.control rgb(152, 114, 162)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "pixels", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "[", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "_", + "color": "#6089B4", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "];", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "};", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "$", + "color": "#6089B4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "parsed_lines", + "color": "#6089B4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token.variable.other rgb(96, 137, 180)" + }, + { + "content": "++;", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": " ", + "color": "#C5C8C6", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + }, + { + "content": "};", + "color": "#C5C8C6", + "_t": "", + "_r": ".vs-dark.vscode-theme-monokai-dimmed-themes-dimmed-monokai-tmTheme .token rgb(197, 200, 198)" + } + ], + "quietlight": [ + { + "content": "die", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": "(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "[", + "color": "#448C27", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "sheet", + "color": "#448C27", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "->{label}] Unexpected sheet format.", + "color": "#448C27", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ") ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "unless", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "sheet", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "->", + "color": "#777777", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "{", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "date_col$row", + "color": "#448C27", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "} =~ ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/", + "color": "#4B83CD", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "CALL_DATE", + "color": "#4B83CD", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "/", + "color": "#4B83CD", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "i", + "color": "#4B83CD", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": " &&", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "sheet", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "->", + "color": "#777777", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "{", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "pixel_cols", + "color": "#448C27", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "[4]", + "color": "#448C27", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "row", + "color": "#448C27", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "} =~ ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/", + "color": "#4B83CD", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "Home_Bind_Count", + "color": "#4B83CD", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "/", + "color": "#4B83CD", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "i", + "color": "#4B83CD", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": ");", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "++;", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "while", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " < ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "sheet", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "->", + "color": "#777777", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "{", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "maxrow", + "color": "#AB6526", + "_t": "bareword.constant.other.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant rgb(171, 101, 38)" + }, + { + "content": "}) {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "row", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "++;", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "total_lines", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "++;", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "my", + "color": "#4B83CD", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "date", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " = ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "sheet", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "->", + "color": "#777777", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "{", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "date_col$row", + "color": "#448C27", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "};", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "next", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "unless", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "date", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(warning ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Unexpected date format: '", + "color": "#448C27", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "date", + "color": "#448C27", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'", + "color": "#448C27", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "), ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "next", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "unless", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "date", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " =~ ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/", + "color": "#4B83CD", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "^2", + "color": "#4B83CD", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\\d\\d\\d", + "color": "#777777", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "-", + "color": "#4B83CD", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\\d\\d", + "color": "#777777", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "-", + "color": "#4B83CD", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\\d\\d", + "color": "#777777", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "/", + "color": "#4B83CD", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": ");", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "my", + "color": "#4B83CD", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "phone", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " = trim(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "sheet", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "->", + "color": "#777777", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "{", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "phone_col$row", + "color": "#448C27", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "});", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(warning ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Unexpected phone format: '", + "color": "#448C27", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "phone", + "color": "#448C27", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "'.", + "color": "#448C27", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "), ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "next", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "unless", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "phone", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " =~ ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "/", + "color": "#4B83CD", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "^", + "color": "#4B83CD", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "\\d", + "color": "#777777", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.constant.character.escape rgb(119, 119, 119)" + }, + { + "content": "{10}", + "color": "#4B83CD", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "$", + "color": "#4B83CD", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": "/", + "color": "#4B83CD", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string.regexp rgb(75, 131, 205)" + }, + { + "content": ");", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "info ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "phone", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "next", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "date", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "gt", + "color": "#AA3731", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "date_to", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " || ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "date", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "lt", + "color": "#AA3731", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "date_from", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ");", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "my", + "color": "#4B83CD", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.storage rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "@", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "pixels", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": " = (0) ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "x", + "color": "#AA3731", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.support.function rgb(170, 55, 49)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "5", + "color": "#AA3731", + "_t": "entity.function.name.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.entity.name.function rgb(170, 55, 49)" + }, + { + "content": ";", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (1..4) {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "pixels", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "[", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "_", + "color": "#7A3E9D", + "_t": "other.perl.predefined.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "] = trim(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "sheet", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "->", + "color": "#777777", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword.operator rgb(119, 119, 119)" + }, + { + "content": "{", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "pixel_cols", + "color": "#448C27", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "[4]", + "color": "#448C27", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "row", + "color": "#448C27", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "});", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "(warning ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "Pixel ", + "color": "#448C27", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "_", + "color": "#448C27", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": " is not a number in the row # ", + "color": "#448C27", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "row", + "color": "#448C27", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": ".", + "color": "#448C27", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "), ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "next", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "unless", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " looks_like_number(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "pixels", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "[", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "_", + "color": "#7A3E9D", + "_t": "other.perl.predefined.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "]);", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "};", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "for", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " (1..4) {", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "add_phone_activity(", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "date", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "phone", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "pixel-", + "color": "#448C27", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "_", + "color": "#448C27", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.string rgb(68, 140, 39)" + }, + { + "content": "\"", + "color": "#777777", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": ", ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "pixels", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "[", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "_", + "color": "#7A3E9D", + "_t": "other.perl.predefined.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "]) ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "if", + "color": "#4B83CD", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.keyword rgb(75, 131, 205)" + }, + { + "content": " ", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "pixels", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "[", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "_", + "color": "#7A3E9D", + "_t": "other.perl.predefined.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "];", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "};", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "$", + "color": "#777777", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.punctuation rgb(119, 119, 119)" + }, + { + "content": "parsed_lines", + "color": "#7A3E9D", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token.variable rgb(122, 62, 157)" + }, + { + "content": "++;", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": " ", + "color": "#333333", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + }, + { + "content": "};", + "color": "#333333", + "_t": "", + "_r": ".vs.vscode-theme-quietlight-themes-QuietLight-tmTheme .token rgb(51, 51, 51)" + } + ], + "red": [ + { + "content": "die", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "[", + "color": "#CD8D8D", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "sheet", + "color": "#EDEF7D", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "->{label}] Unexpected sheet format.", + "color": "#CD8D8D", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ") ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "unless", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "sheet", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "->", + "color": "#F12727", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "date_col$row", + "color": "#EDEF7D", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "} =~ ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/", + "color": "#FFB454", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "CALL_DATE", + "color": "#FFB454", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "/", + "color": "#FFB454", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "i", + "color": "#FFB454", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": " &&", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "sheet", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "->", + "color": "#F12727", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "pixel_cols", + "color": "#EDEF7D", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "[4]", + "color": "#CD8D8D", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "row", + "color": "#EDEF7D", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "} =~ ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/", + "color": "#FFB454", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "Home_Bind_Count", + "color": "#FFB454", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "/", + "color": "#FFB454", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "i", + "color": "#FFB454", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "++;", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "while", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " < ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "sheet", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "->", + "color": "#F12727", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "maxrow", + "color": "#994646", + "_t": "bareword.constant.other.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.constant rgb(153, 70, 70)" + }, + { + "content": "}) {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "row", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "++;", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "total_lines", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "++;", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "my", + "color": "#FF6262", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "date", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " = ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "sheet", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "->", + "color": "#F12727", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "date_col$row", + "color": "#EDEF7D", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "};", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "next", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "unless", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "date", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(warning ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Unexpected date format: '", + "color": "#CD8D8D", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "date", + "color": "#EDEF7D", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "'", + "color": "#CD8D8D", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "), ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "next", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "unless", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "date", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " =~ ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/", + "color": "#FFB454", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "^2", + "color": "#FFB454", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\\d\\d\\d", + "color": "#FFB454", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "-", + "color": "#FFB454", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\\d\\d", + "color": "#FFB454", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "-", + "color": "#FFB454", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\\d\\d", + "color": "#FFB454", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "$", + "color": "#FFB454", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "/", + "color": "#FFB454", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "my", + "color": "#FF6262", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "phone", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " = trim(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "sheet", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "->", + "color": "#F12727", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "phone_col$row", + "color": "#EDEF7D", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "});", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(warning ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Unexpected phone format: '", + "color": "#CD8D8D", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "phone", + "color": "#EDEF7D", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "'.", + "color": "#CD8D8D", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "), ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "next", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "unless", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "phone", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " =~ ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "/", + "color": "#FFB454", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "^", + "color": "#FFB454", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "\\d", + "color": "#FFB454", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "{10}", + "color": "#FFB454", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "$", + "color": "#FFB454", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": "/", + "color": "#FFB454", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.regexp rgb(255, 180, 84)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "info ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "phone", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "next", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "date", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "gt", + "color": "#FFB454", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "date_to", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " || ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "date", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "lt", + "color": "#FFB454", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "date_from", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ");", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "my", + "color": "#FF6262", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.storage rgb(255, 98, 98)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "@", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "pixels", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": " = (0) ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "x", + "color": "#FFB454", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.support.function rgb(255, 180, 84)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "5", + "color": "#FEC758", + "_t": "entity.function.name.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.entity rgb(254, 199, 88)" + }, + { + "content": ";", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (1..4) {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "pixels", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "_", + "color": "#FB9A4B", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "] = trim(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "sheet", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "->", + "color": "#F12727", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": "{", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "pixel_cols", + "color": "#EDEF7D", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "[4]", + "color": "#CD8D8D", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "row", + "color": "#EDEF7D", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "});", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "(warning ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "Pixel ", + "color": "#CD8D8D", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "_", + "color": "#EDEF7D", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": " is not a number in the row # ", + "color": "#CD8D8D", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "row", + "color": "#EDEF7D", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": ".", + "color": "#CD8D8D", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "), ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "next", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "unless", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " looks_like_number(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "pixels", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "_", + "color": "#FB9A4B", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "]);", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "};", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "for", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " (1..4) {", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "add_phone_activity(", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "date", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "phone", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "pixel-", + "color": "#CD8D8D", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": "$", + "color": "#EDEF7D", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "_", + "color": "#EDEF7D", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string.variable rgb(237, 239, 125)" + }, + { + "content": "\"", + "color": "#CD8D8D", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.string rgb(205, 141, 141)" + }, + { + "content": ", ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "pixels", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "_", + "color": "#FB9A4B", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "]) ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "if", + "color": "#F12727", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.keyword rgb(241, 39, 39)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "pixels", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "[", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "_", + "color": "#FB9A4B", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "];", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "};", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "$", + "color": "#FB9A4B", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "parsed_lines", + "color": "#FB9A4B", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token.variable rgb(251, 154, 75)" + }, + { + "content": "++;", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": " ", + "color": "#F8F8F8", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + }, + { + "content": "};", + "color": "#F8F8F8", + "_t": "", + "_r": ".vs-dark.vscode-theme-red-themes-red-tmTheme .token rgb(248, 248, 248)" + } + ], + "solarized_dark": [ + { + "content": "die", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "[", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "sheet", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "->{label}] Unexpected sheet format.", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ") ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "unless", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "sheet", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "->", + "color": "#859900", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date_col$row", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "} =~ ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "CALL_DATE", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "i", + "color": "#D30102", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": " &&", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "sheet", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "->", + "color": "#859900", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "pixel_cols", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[4]", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "} =~ ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "Home_Bind_Count", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "i", + "color": "#D30102", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++;", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "while", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " < ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "sheet", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "->", + "color": "#859900", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "maxrow", + "color": "#CB4B16", + "_t": "bareword.constant.other.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "}) {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++;", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "total_lines", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++;", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "my", + "color": "#93A1A1", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " = ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "sheet", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "->", + "color": "#859900", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date_col$row", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "};", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "next", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "unless", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(warning ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Unexpected date format: '", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "), ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "next", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "unless", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " =~ ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "^2", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\d\\d\\d", + "color": "#CB4B16", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "-", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\d\\d", + "color": "#CB4B16", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "-", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\d\\d", + "color": "#CB4B16", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "$", + "color": "#D30102", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "my", + "color": "#93A1A1", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "phone", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " = trim(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "sheet", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "->", + "color": "#859900", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "phone_col$row", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "});", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(warning ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Unexpected phone format: '", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "phone", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "'.", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "), ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "next", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "unless", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "phone", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " =~ ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "^", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\d", + "color": "#CB4B16", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "{10}", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "$", + "color": "#D30102", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "info ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "phone", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "next", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "gt", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date_to", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " || ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "lt", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date_from", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ");", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "my", + "color": "#93A1A1", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.storage rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "pixels", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " = (0) ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "x", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "5", + "color": "#268BD2", + "_t": "entity.function.name.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (1..4) {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "pixels", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#268BD2", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "] = trim(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "sheet", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "->", + "color": "#859900", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "{", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "pixel_cols", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[4]", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "});", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "(warning ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Pixel ", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#268BD2", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " is not a number in the row # ", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "), ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "next", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "unless", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " looks_like_number(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "pixels", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#268BD2", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "]);", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "};", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (1..4) {", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "add_phone_activity(", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "phone", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "pixel-", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#268BD2", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "pixels", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#268BD2", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "]) ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "pixels", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#268BD2", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "];", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "};", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "parsed_lines", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++;", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": " ", + "color": "#93A1A1", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + }, + { + "content": "};", + "color": "#93A1A1", + "_t": "", + "_r": ".vs-dark.vscode-theme-solarized-dark-themes-Solarized-dark-tmTheme .token rgb(147, 161, 161)" + } + ], + "solarized_light": [ + { + "content": "die", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "[", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "sheet", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "->{label}] Unexpected sheet format.", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ") ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "unless", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "sheet", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "->", + "color": "#859900", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date_col$row", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "} =~ ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "CALL_DATE", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "i", + "color": "#D30102", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": " &&", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "sheet", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "->", + "color": "#859900", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "pixel_cols", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[4]", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "} =~ ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "Home_Bind_Count", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "i", + "color": "#D30102", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++;", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "while", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " < ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "sheet", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "->", + "color": "#859900", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "maxrow", + "color": "#CB4B16", + "_t": "bareword.constant.other.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.other rgb(203, 75, 22)" + }, + { + "content": "}) {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++;", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "total_lines", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++;", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "my", + "color": "#073642", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " = ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "sheet", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "->", + "color": "#859900", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date_col$row", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "};", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "next", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "unless", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(warning ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Unexpected date format: '", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "'", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "), ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "next", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "unless", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " =~ ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "^2", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\d\\d\\d", + "color": "#CB4B16", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "-", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\d\\d", + "color": "#CB4B16", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "-", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\d\\d", + "color": "#CB4B16", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "$", + "color": "#D30102", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "my", + "color": "#073642", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "phone", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " = trim(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "sheet", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "->", + "color": "#859900", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "phone_col$row", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "});", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(warning ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Unexpected phone format: '", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "phone", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "'.", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "), ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "next", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "unless", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "phone", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " =~ ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "^", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "\\d", + "color": "#CB4B16", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.constant.character rgb(203, 75, 22)" + }, + { + "content": "{10}", + "color": "#D30102", + "_t": "find.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "$", + "color": "#D30102", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": "/", + "color": "#D30102", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string.regexp rgb(211, 1, 2)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "info ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "phone", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "next", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "gt", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date_to", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " || ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "lt", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date_from", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ");", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "my", + "color": "#073642", + "_t": "modifier.perl.storage", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.storage rgb(7, 54, 66)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "@", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "pixels", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " = (0) ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "x", + "color": "#268BD2", + "_t": "function.perl.support", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.support.function rgb(38, 139, 210)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "5", + "color": "#268BD2", + "_t": "entity.function.name.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.entity.name.function rgb(38, 139, 210)" + }, + { + "content": ";", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (1..4) {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "pixels", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#268BD2", + "_t": "other.perl.predefined.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "] = trim(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "sheet", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "->", + "color": "#859900", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": "{", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "pixel_cols", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[4]", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "});", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "(warning ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "Pixel ", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#268BD2", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": " is not a number in the row # ", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "row", + "color": "#268BD2", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ".", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "), ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "next", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "unless", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " looks_like_number(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "pixels", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#268BD2", + "_t": "other.perl.predefined.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "]);", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "};", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "for", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " (1..4) {", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "add_phone_activity(", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "date", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "phone", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "pixel-", + "color": "#2AA198", + "_t": "double.perl.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#268BD2", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "\"", + "color": "#2AA198", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.string rgb(42, 161, 152)" + }, + { + "content": ", ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "pixels", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#268BD2", + "_t": "other.perl.predefined.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "]) ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "if", + "color": "#859900", + "_t": "control.keyword.perl", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.keyword rgb(133, 153, 0)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "pixels", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "[", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "_", + "color": "#268BD2", + "_t": "other.perl.predefined.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "];", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "};", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "$", + "color": "#859900", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.punctuation.definition.variable rgb(133, 153, 0)" + }, + { + "content": "parsed_lines", + "color": "#268BD2", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token.variable.other rgb(38, 139, 210)" + }, + { + "content": "++;", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": " ", + "color": "#586E75", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + }, + { + "content": "};", + "color": "#586E75", + "_t": "", + "_r": ".vs.vscode-theme-solarized-light-themes-Solarized-light-tmTheme .token rgb(88, 110, 117)" + } + ], + "tomorrow_night_blue": [ + { + "content": "die", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": "(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "[", + "color": "#D1F1A9", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "sheet", + "color": "#D1F1A9", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "->{label}] Unexpected sheet format.", + "color": "#D1F1A9", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ") ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "unless", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "sheet", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "->", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "date_col$row", + "color": "#D1F1A9", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "} =~ ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "CALL_DATE", + "color": "#FF9DA4", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": " &&", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "sheet", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "->", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "pixel_cols", + "color": "#D1F1A9", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "[4]", + "color": "#D1F1A9", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "row", + "color": "#D1F1A9", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "} =~ ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "Home_Bind_Count", + "color": "#FF9DA4", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "i", + "color": "#FF9DA4", + "_t": "control.definition.find.keyword.perl.punctuation.regexp.regexp-option.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "++;", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "while", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " < ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "sheet", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "->", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "maxrow", + "color": "#FFFFFF", + "_t": "bareword.constant.other.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.other rgb(255, 255, 255)" + }, + { + "content": "}) {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "row", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "++;", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "total_lines", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "++;", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#EBBBFF", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "date", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " = ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "sheet", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "->", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "date_col$row", + "color": "#D1F1A9", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "};", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "next", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "unless", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "date", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(warning ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Unexpected date format: '", + "color": "#D1F1A9", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "date", + "color": "#D1F1A9", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'", + "color": "#D1F1A9", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "), ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "next", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "unless", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "date", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " =~ ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "^2", + "color": "#FF9DA4", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\\d\\d\\d", + "color": "#FFC58F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "-", + "color": "#FF9DA4", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\\d\\d", + "color": "#FFC58F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "-", + "color": "#FF9DA4", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\\d\\d", + "color": "#FFC58F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#EBBBFF", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "phone", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " = trim(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "sheet", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "->", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "phone_col$row", + "color": "#D1F1A9", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "});", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(warning ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Unexpected phone format: '", + "color": "#D1F1A9", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "phone", + "color": "#D1F1A9", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "'.", + "color": "#D1F1A9", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "), ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "next", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "unless", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "phone", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " =~ ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "^", + "color": "#FF9DA4", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "\\d", + "color": "#FFC58F", + "_t": "character.constant.escape.find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.constant.character rgb(255, 197, 143)" + }, + { + "content": "{10}", + "color": "#FF9DA4", + "_t": "find.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "anchor.control.find.keyword.perl.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": "/", + "color": "#FF9DA4", + "_t": "definition.find.perl.punctuation.regexp.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string.regexp rgb(255, 157, 164)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "info ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "phone", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "next", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " (", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "date", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "gt", + "color": "#BBDAFF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "date_to", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " || ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "date", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "lt", + "color": "#BBDAFF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "date_from", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ");", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "my", + "color": "#EBBBFF", + "_t": "modifier.perl.storage", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.storage rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "@", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "pixels", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": " = (0) ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "x", + "color": "#BBDAFF", + "_t": "function.perl.support", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.support.function rgb(187, 218, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "5", + "color": "#BBDAFF", + "_t": "entity.function.name.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.entity.name.function rgb(187, 218, 255)" + }, + { + "content": ";", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " (1..4) {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "pixels", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "_", + "color": "#FF9DA4", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "] = trim(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "sheet", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "->", + "color": "#99FFFF", + "_t": "comparison.keyword.operator.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword.operator rgb(153, 255, 255)" + }, + { + "content": "{", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "pixel_cols", + "color": "#D1F1A9", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "[4]", + "color": "#D1F1A9", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "row", + "color": "#D1F1A9", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "});", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "(warning ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "Pixel ", + "color": "#D1F1A9", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "_", + "color": "#D1F1A9", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": " is not a number in the row # ", + "color": "#D1F1A9", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.global.other.perl.punctuation.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "row", + "color": "#D1F1A9", + "_t": "double.global.other.perl.quoted.readwrite.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ".", + "color": "#D1F1A9", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "), ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "next", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "unless", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " looks_like_number(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "pixels", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "_", + "color": "#FF9DA4", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "]);", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "};", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "for", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " (1..4) {", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "add_phone_activity(", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "date", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "phone", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "begin.definition.double.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "pixel-", + "color": "#D1F1A9", + "_t": "double.perl.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "$", + "color": "#D1F1A9", + "_t": "definition.double.other.perl.predefined.punctuation.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "_", + "color": "#D1F1A9", + "_t": "double.other.perl.predefined.quoted.string.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": "\"", + "color": "#D1F1A9", + "_t": "definition.double.end.perl.punctuation.quoted.string", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.string rgb(209, 241, 169)" + }, + { + "content": ", ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "pixels", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "_", + "color": "#FF9DA4", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "]) ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "if", + "color": "#EBBBFF", + "_t": "control.keyword.perl", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.keyword rgb(235, 187, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "pixels", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "[", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.other.perl.predefined.punctuation.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "_", + "color": "#FF9DA4", + "_t": "other.perl.predefined.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "];", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "};", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "even-tab.leading-tabs.meta", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "$", + "color": "#FF9DA4", + "_t": "definition.global.other.perl.punctuation.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "parsed_lines", + "color": "#FF9DA4", + "_t": "global.other.perl.readwrite.variable", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token.variable rgb(255, 157, 164)" + }, + { + "content": "++;", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": " ", + "color": "#FFFFFF", + "_t": "leading-tabs.meta.odd-tab", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + }, + { + "content": "};", + "color": "#FFFFFF", + "_t": "", + "_r": ".vs-dark.vscode-theme-tomorrow-night-blue-themes-Tomorrow-Night-Blue-tmTheme .token rgb(255, 255, 255)" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test2.pl.result.patch b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test2.pl.result.patch new file mode 100644 index 000000000..723f2e22e --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test2.pl.result.patch @@ -0,0 +1,550 @@ +{ + "abyss": [], + "dark_vs": [], + "light_vs": [], + "hc_black": [], + "dark_plus": [], + "light_plus": [], + "kimbie_dark": [ + { + "index": 5, + "content": "sheet", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 19, + "content": "date_col$row", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 25, + "content": "i", + "color": "#D3AF86", + "newColor": "#98676A" + }, + { + "index": 35, + "content": "pixel_cols", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 38, + "content": "row", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 44, + "content": "i", + "color": "#D3AF86", + "newColor": "#98676A" + }, + { + "index": 87, + "content": "date_col$row", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 105, + "content": "date", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 123, + "content": "$", + "color": "#7E602C", + "newColor": "#98676A" + }, + { + "index": 139, + "content": "phone_col$row", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 148, + "content": "phone", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 163, + "content": "$", + "color": "#7E602C", + "newColor": "#98676A" + }, + { + "index": 224, + "content": "pixel_cols", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 227, + "content": "row", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 237, + "content": "_", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 240, + "content": "row", + "color": "#889B4A", + "newColor": "#DC3958" + }, + { + "index": 274, + "content": "_", + "color": "#889B4A", + "newColor": "#DC3958" + } + ], + "monokai": [], + "monokai_dimmed": [], + "quietlight": [ + { + "index": 5, + "content": "sheet", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 19, + "content": "date_col$row", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 22, + "content": "/", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 24, + "content": "/", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 35, + "content": "pixel_cols", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 38, + "content": "row", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 41, + "content": "/", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 43, + "content": "/", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 87, + "content": "date_col$row", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 105, + "content": "date", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 116, + "content": "/", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 124, + "content": "/", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 139, + "content": "phone_col$row", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 148, + "content": "phone", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 159, + "content": "/", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 164, + "content": "/", + "color": "#4B83CD", + "newColor": "#777777" + }, + { + "index": 224, + "content": "pixel_cols", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 227, + "content": "row", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 237, + "content": "_", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 240, + "content": "row", + "color": "#448C27", + "newColor": "#7A3E9D" + }, + { + "index": 274, + "content": "_", + "color": "#448C27", + "newColor": "#7A3E9D" + } + ], + "red": [ + { + "index": 25, + "content": "i", + "color": "#FFB454", + "newColor": "#F12727" + }, + { + "index": 44, + "content": "i", + "color": "#FFB454", + "newColor": "#F12727" + }, + { + "index": 118, + "content": "\\d", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 118, + "content": "\\d", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 118, + "content": "\\d", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 120, + "content": "\\d", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 120, + "content": "\\d", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 122, + "content": "\\d", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 122, + "content": "\\d", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 123, + "content": "$", + "color": "#FFB454", + "newColor": "#F12727" + }, + { + "index": 161, + "content": "\\d", + "color": "#FFB454", + "newColor": "#FFE862" + }, + { + "index": 163, + "content": "$", + "color": "#FFB454", + "newColor": "#F12727" + } + ], + "solarized_dark": [ + { + "index": 25, + "content": "i", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 44, + "content": "i", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 123, + "content": "$", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 163, + "content": "$", + "color": "#D30102", + "newColor": "#859900" + } + ], + "solarized_light": [ + { + "index": 25, + "content": "i", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 44, + "content": "i", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 123, + "content": "$", + "color": "#D30102", + "newColor": "#859900" + }, + { + "index": 163, + "content": "$", + "color": "#D30102", + "newColor": "#859900" + } + ], + "tomorrow_night_blue": [ + { + "index": 4, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 5, + "content": "sheet", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 18, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 19, + "content": "date_col$row", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 25, + "content": "i", + "color": "#FF9DA4", + "newColor": "#EBBBFF" + }, + { + "index": 34, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 35, + "content": "pixel_cols", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 37, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 38, + "content": "row", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 44, + "content": "i", + "color": "#FF9DA4", + "newColor": "#EBBBFF" + }, + { + "index": 86, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 87, + "content": "date_col$row", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 104, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 105, + "content": "date", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 123, + "content": "$", + "color": "#FF9DA4", + "newColor": "#EBBBFF" + }, + { + "index": 138, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 139, + "content": "phone_col$row", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 147, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 148, + "content": "phone", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 163, + "content": "$", + "color": "#FF9DA4", + "newColor": "#EBBBFF" + }, + { + "index": 223, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 224, + "content": "pixel_cols", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 226, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 227, + "content": "row", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 236, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 237, + "content": "_", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 239, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 240, + "content": "row", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 273, + "content": "$", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + }, + { + "index": 274, + "content": "_", + "color": "#D1F1A9", + "newColor": "#FF9DA4" + } + ] +} \ No newline at end of file diff --git a/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test6916.js b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test6916.js new file mode 100644 index 000000000..b65b9079f --- /dev/null +++ b/org.eclipse.tm4e.core.tests/src/test/resources/test-cases/themes/tests/test6916.js @@ -0,0 +1 @@ +for(var i=0;i<9;i++){for(var j;j - translation and adaptation to Java - */ -package org.eclipse.tm4e.core.grammar; - -import org.eclipse.tm4e.core.internal.grammar.Grammar; -import org.eclipse.tm4e.core.internal.oniguruma.OnigString; -import org.eclipse.tm4e.core.internal.types.IRawGrammar; - -public class GrammarHelper { - - public static IGrammar createGrammar(IRawGrammar rawGrammar, IGrammarRepository repository) { - return new Grammar(rawGrammar, repository); - } - - public static OnigString createOnigString(String str) { - return new OnigString(str); - } - -} + */ +package org.eclipse.tm4e.core.grammar; + +import java.util.Map; + +import org.eclipse.tm4e.core.internal.grammar.Grammar; +import org.eclipse.tm4e.core.internal.oniguruma.OnigString; +import org.eclipse.tm4e.core.internal.types.IRawGrammar; +import org.eclipse.tm4e.core.theme.IThemeProvider; + +public class GrammarHelper { + + public static IGrammar createGrammar(IRawGrammar grammar, int initialLanguage, + Map embeddedLanguages, IGrammarRepository repository, IThemeProvider themeProvider) { + return new Grammar(grammar, initialLanguage, embeddedLanguages, repository, themeProvider); + } + + public static OnigString createOnigString(String str) { + return new OnigString(str); + } + +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/grammar/IGrammar.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/grammar/IGrammar.java index eccde6fd6..341198534 100644 --- a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/grammar/IGrammar.java +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/grammar/IGrammar.java @@ -66,4 +66,28 @@ public interface IGrammar { */ ITokenizeLineResult tokenizeLine(String lineText, StackElement prevState); + /** + * Tokenize `lineText` using previous line state `prevState`. + * The result contains the tokens in binary format, resolved with the following information: + * - language + * - token type (regex, string, comment, other) + * - font style + * - foreground color + * - background color + * e.g. for getting the languageId: `(metadata & MetadataConsts.LANGUAGEID_MASK) >>> MetadataConsts.LANGUAGEID_OFFSET` + */ + ITokenizeLineResult2 tokenizeLine2(String lineText); + + /** + * Tokenize `lineText` using previous line state `prevState`. + * The result contains the tokens in binary format, resolved with the following information: + * - language + * - token type (regex, string, comment, other) + * - font style + * - foreground color + * - background color + * e.g. for getting the languageId: `(metadata & MetadataConsts.LANGUAGEID_MASK) >>> MetadataConsts.LANGUAGEID_OFFSET` + */ + ITokenizeLineResult2 tokenizeLine2(String lineText, StackElement prevState); + } diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/grammar/ITokenizeLineResult2.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/grammar/ITokenizeLineResult2.java new file mode 100644 index 000000000..b16a34a57 --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/grammar/ITokenizeLineResult2.java @@ -0,0 +1,39 @@ +/** + * Copyright (c) 2015-2017 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Initial code from https://github.com/Microsoft/vscode-textmate/ + * Initial copyright Copyright (C) Microsoft Corporation. All rights reserved. + * Initial license: MIT + * + * Contributors: + * - Microsoft Corporation: Initial code, written in TypeScript, licensed under MIT license + * - Angelo Zerr - translation and adaptation to Java + */ +package org.eclipse.tm4e.core.grammar; + +/** + * Result of the line tokenization2 API. + * + * @see https://github.com/Microsoft/vscode-textmate/blob/master/src/main.ts + */ +public interface ITokenizeLineResult2 { + + /** + * The tokens in binary format. Each token occupies two array indices. For + * token i: - at offset 2*i => startIndex - at offset 2*i + 1 => metadata + * + */ + int[] getTokens(); + + /** + * Returns the `prevState` to be passed on to the next line tokenization. + * + * @return the `prevState` to be passed on to the next line tokenization. + */ + StackElement getRuleStack(); + +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/grammar/StackElement.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/grammar/StackElement.java index f8fde7670..16c9f16e6 100644 --- a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/grammar/StackElement.java +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/grammar/StackElement.java @@ -12,201 +12,185 @@ * Contributors: * - Microsoft Corporation: Initial code, written in TypeScript, licensed under MIT license * - Angelo Zerr - translation and adaptation to Java - */ -package org.eclipse.tm4e.core.grammar; - -import java.util.ArrayList; -import java.util.List; - -import org.eclipse.tm4e.core.internal.rule.IRuleRegistry; -import org.eclipse.tm4e.core.internal.rule.Rule; - + */ +package org.eclipse.tm4e.core.grammar; + +import java.util.ArrayList; +import java.util.List; + +import org.eclipse.tm4e.core.internal.grammar.ScopeListElement; +import org.eclipse.tm4e.core.internal.rule.IRuleRegistry; +import org.eclipse.tm4e.core.internal.rule.Rule; + /** - * + * Represents a "pushed" state on the stack (as a linked list element). + * * @see https://github.com/Microsoft/vscode-textmate/blob/master/src/grammar.ts * */ -public class StackElement { - - public final StackElement _parent; - private final int ruleId; - private int enterPos; - private String endRule; - private final String scopeName; - private String contentName; - - public StackElement(StackElement parent, int ruleId, int enterPos, String endRule, String scopeName, - String contentName) { - this._parent = parent; - this.ruleId = ruleId; - this.enterPos = enterPos; - this.endRule = endRule; - this.scopeName = scopeName; - this.contentName = contentName; - } - - public boolean matches(String scopeName) { - if (this.scopeName == null) { - return false; - } - if (this.scopeName.equals(scopeName)) { - return true; - } - int len = scopeName.length(); - return this.scopeName.length() > len && this.scopeName.substring(0, len).equals(scopeName) - && this.scopeName.charAt(len) == '.'; - } - - public void setEnterPos(int enterPos) { - this.enterPos = enterPos; - } - - public int getEnterPos() { - return enterPos; - } - - public String getScopeName() { - return scopeName; - } - - public String getContentName() { - return contentName; - } - - public int getRuleId() { - return ruleId; - } - - public String getEndRule() { - return endRule; - } - - public void setEndRule(String endRule) { - this.endRule = endRule; - } - - public void setContentName(String contentName) { - this.contentName = contentName; - } - - @Override - public boolean equals(Object obj) { - if (!(obj instanceof StackElement)) { - return false; - } - StackElement other = (StackElement) obj; - if (!this._shallowEquals(other)) { - return false; - } - if (this._parent == null && other._parent == null) { - return true; - } - if (this._parent == null || other._parent == null) { - return false; - } - return this._parent.equals(other._parent); +public class StackElement { + + //_stackElementBrand: void; + + public static final StackElement NULL = new StackElement(null, 0, 0, null, null, null); + + /** + * The position on the current line where this state was pushed. + * This is relevant only while tokenizing a line, to detect endless loops. + * Its value is meaningless across lines. + */ + private int _enterPos; + + /** + * The previous state on the stack (or null for the root state). + */ + public final StackElement parent; + /** + * The depth of the stack. + */ + public final int depth; + + /** + * The state (rule) that this element represents. + */ + public final int ruleId; + /** + * The "pop" (end) condition for this state in case that it was dynamically generated through captured text. + */ + public final String endRule; + /** + * The list of scopes containing the "name" for this state. + */ + public final ScopeListElement nameScopesList; + /** + * The list of scopes containing the "contentName" (besides "name") for this state. + * This list **must** contain as an element `scopeName`. + */ + public final ScopeListElement contentNameScopesList; + + public StackElement(StackElement parent, int ruleId, int enterPos, String endRule, ScopeListElement nameScopesList, ScopeListElement contentNameScopesList) { + this.parent = parent; + this.depth = (this.parent != null ? this.parent.depth + 1 : 1); + this.ruleId = ruleId; + this._enterPos = enterPos; + this.endRule = endRule; + this.nameScopesList = nameScopesList; + this.contentNameScopesList = contentNameScopesList; + } + + /** + * A structural equals check. Does not take into account `scopes`. + */ + private static boolean _structuralEquals(StackElement a, StackElement b) { + do { + if (a == b) { + return true; + } + + if (a.depth != b.depth || a.ruleId != b.ruleId || a.endRule != b.endRule) { + return false; + } + + // Go to previous pair + a = a.parent; + b = b.parent; + + if (a == null && b == null) { + // End of list reached for both + return true; + } + + if (a == null || b == null) { + // End of list reached only for one + return false; + } + + } while (true); } + + private static boolean _equals(StackElement a, StackElement b) { + if (a == b) { + return true; + } + if (!_structuralEquals(a, b)) { + return false; + } + return a.contentNameScopesList.equals(b.contentNameScopesList); + } + + public StackElement clone() { + return this; + } - @Override - public int hashCode() { - int res = this.ruleId; - StringBuilder builder = new StringBuilder(); - builder.append(this.endRule); - builder.append(this.scopeName); - builder.append(this.contentName); - res ^= builder.toString().hashCode(); - if (this._parent != null) { - res ^= this._parent.hashCode(); + public boolean equals(StackElement other) { + if (other == null) { + return false; } - return res; - } - - private boolean _shallowEquals(StackElement other) { - return (this.ruleId == other.ruleId && this.endRule == other.endRule - && isEquals(this.scopeName, other.scopeName) && isEquals(this.contentName, other.contentName)); - } - - private boolean isEquals(String s1, String s2) { - if (s1 == null) { - return s2 == null; - } - return s1.equals(s2); - } - - public void reset() { - this.enterPos = -1; - if (this._parent != null) { - this._parent.reset(); - } - } - - public StackElement pop() { - return this._parent; - } - - public StackElement safePop() { - if (this._parent != null) { - return this._parent; - } - return this; - } - - public StackElement pushElement(StackElement what) { - return this.push(what.ruleId, what.enterPos, what.endRule, what.scopeName, what.contentName); - } - - public StackElement push(int ruleId, int enterPos, String endRule, String scopeName, String contentName) { - return new StackElement(this, ruleId, enterPos, endRule, scopeName, contentName); - } - - public StackElement withContentName(String contentName) { - if (isEquals(this.contentName, contentName)) { - return this; - } - return new StackElement(this._parent, this.ruleId, this.enterPos, this.endRule, this.scopeName, contentName); - } - - public StackElement withEndRule(String endRule) { - if (isEquals(this.endRule, endRule)) { - return this; - } - return new StackElement(this._parent, this.ruleId, this.enterPos, endRule, this.scopeName, this.contentName); - } - - private int _writeScopes(List scopes, int outIndex) { - if (this._parent != null) { - outIndex = this._parent._writeScopes(scopes, outIndex); - } - - if (this.scopeName != null) { - // scopes[outIndex++] = this.scopeName; - outIndex++; - scopes.add(this.scopeName); - } - - if (this.contentName != null) { - outIndex++; - // scopes[outIndex++] = this.contentName; - scopes.add(this.contentName); - } - - return outIndex; - } - - /** - * Token scopes - */ - public List generateScopes() { - List result = new ArrayList<>(); - this._writeScopes(result, 0); - return result; - } - - public boolean hasSameRuleAs(StackElement other) { - return this.ruleId == other.ruleId; - } - - public Rule getRule(IRuleRegistry grammar) { - return grammar.getRule(this.ruleId); - } -} + return StackElement._equals(this, other); + } + + private static void _reset(StackElement el) { + while (el != null) { + el._enterPos = -1; + el = el.parent; + } + } + + public void reset() { + StackElement._reset(this); + } + + public StackElement pop() { + return this.parent; + } + + public StackElement safePop() { + if (this.parent != null) { + return this.parent; + } + return this; + } + + public StackElement push(int ruleId, int enterPos, String endRule, ScopeListElement nameScopesList, ScopeListElement contentNameScopesList) { + return new StackElement(this, ruleId, enterPos, endRule, nameScopesList, contentNameScopesList); + } + + public int getEnterPos() { + return this._enterPos; + } + + public Rule getRule(IRuleRegistry grammar) { + return grammar.getRule(this.ruleId); + } + + private void _writeString(List res) { + if (this.parent != null) { + this.parent._writeString(res); + } + String s = "(" + this.ruleId + ")"; //, TODO-${this.nameScopesList}, TODO-${this.contentNameScopesList})`; + res.add(s); + } + + public String toString() { + List r = new ArrayList<>(); + this._writeString(r); + return '[' + String.join(", ", r) + ']'; + } + + public StackElement setContentNameScopesList(ScopeListElement contentNameScopesList) { + if (this.contentNameScopesList.equals(contentNameScopesList)) { + return this; + } + return this.parent.push(this.ruleId, this._enterPos, this.endRule, this.nameScopesList, contentNameScopesList); + } + + public StackElement setEndRule(String endRule) { + if (this.endRule != null && this.endRule.equals(endRule)) { + return this; + } + return new StackElement(this.parent, this.ruleId, this._enterPos, endRule, this.nameScopesList, this.contentNameScopesList); + } + + public boolean hasSameRuleAs(StackElement other) { + return this.ruleId == other.ruleId; + }} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/Grammar.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/Grammar.java index 4cc651d76..0655fc983 100644 --- a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/Grammar.java +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/Grammar.java @@ -27,8 +27,8 @@ import org.eclipse.tm4e.core.grammar.GrammarHelper; import org.eclipse.tm4e.core.grammar.IGrammar; import org.eclipse.tm4e.core.grammar.IGrammarRepository; -import org.eclipse.tm4e.core.grammar.IToken; import org.eclipse.tm4e.core.grammar.ITokenizeLineResult; +import org.eclipse.tm4e.core.grammar.ITokenizeLineResult2; import org.eclipse.tm4e.core.grammar.Injection; import org.eclipse.tm4e.core.grammar.StackElement; import org.eclipse.tm4e.core.internal.grammar.parser.Raw; @@ -41,6 +41,8 @@ import org.eclipse.tm4e.core.internal.types.IRawGrammar; import org.eclipse.tm4e.core.internal.types.IRawRepository; import org.eclipse.tm4e.core.internal.types.IRawRule; +import org.eclipse.tm4e.core.theme.IThemeProvider; +import org.eclipse.tm4e.core.theme.ThemeTrieElementRule; /** * TextMate grammar implementation. @@ -57,8 +59,11 @@ public class Grammar implements IGrammar, IRuleFactoryHelper { private final IGrammarRepository _grammarRepository; private final IRawGrammar _grammar; private List _injections; + private final ScopeMetadataProvider _scopeMetadataProvider; - public Grammar(IRawGrammar grammar, IGrammarRepository grammarRepository) { + public Grammar(IRawGrammar grammar, int initialLanguage, Map embeddedLanguages, + IGrammarRepository grammarRepository, IThemeProvider themeProvider) { + this._scopeMetadataProvider = new ScopeMetadataProvider(initialLanguage, themeProvider, embeddedLanguages); this._rootId = -1; this._lastRuleId = 0; this._includedGrammars = new HashMap(); @@ -68,6 +73,14 @@ public Grammar(IRawGrammar grammar, IGrammarRepository grammarRepository) { this._injections = null; } + public void onDidChangeTheme() { + this._scopeMetadataProvider.onDidChangeTheme(); + } + + public ScopeMetadata getMetadataForScope(String scope) { + return this._scopeMetadataProvider.getMetadataForScope(scope); + } + public List getInjections(StackElement states) { if (this._injections == null) { this._injections = new ArrayList(); @@ -174,31 +187,56 @@ public ITokenizeLineResult tokenizeLine(String lineText) { @Override public ITokenizeLineResult tokenizeLine(String lineText, StackElement prevState) { + return _tokenize(lineText, prevState, false); + } + + @Override + public ITokenizeLineResult2 tokenizeLine2(String lineText) { + return tokenizeLine2(lineText, null); + } + + @Override + public ITokenizeLineResult2 tokenizeLine2(String lineText, StackElement prevState) { + return _tokenize(lineText, prevState, true); + } + + @SuppressWarnings("unchecked") + private T _tokenize(String lineText, StackElement prevState, boolean emitBinaryTokens) { if (this._rootId == -1) { this._rootId = RuleFactory.getCompiledRuleId(this._grammar.getRepository().getSelf(), this, this._grammar.getRepository()); } boolean isFirstLine; - if (prevState == null) { + if (prevState == null || prevState.equals(StackElement.NULL)) { isFirstLine = true; - prevState = new StackElement(null, this._rootId, -1, null, this.getRule(this._rootId).getName(null, null), - null); + ScopeMetadata rawDefaultMetadata = this._scopeMetadataProvider.getDefaultMetadata(); + ThemeTrieElementRule defaultTheme = rawDefaultMetadata.themeData.get(0); + int defaultMetadata = StackElementMetadata.set(0, rawDefaultMetadata.languageId, rawDefaultMetadata.tokenType, defaultTheme.fontStyle, defaultTheme.foreground, defaultTheme.background); + + String rootScopeName = this.getRule(this._rootId).getName(null, null); + ScopeMetadata rawRootMetadata = this._scopeMetadataProvider.getMetadataForScope(rootScopeName); + int rootMetadata = ScopeListElement.mergeMetadata(defaultMetadata, null, rawRootMetadata); + + ScopeListElement scopeList = new ScopeListElement(null, rootScopeName, rootMetadata); + + prevState = new StackElement(null, this._rootId, -1, null, scopeList, scopeList); } else { isFirstLine = false; prevState.reset(); } - + lineText = lineText + '\n'; OnigString onigLineText = GrammarHelper.createOnigString(lineText); int lineLength = lineText.length(); - LineTokens lineTokens = new LineTokens(this._grammarRepository.getLogger()); + LineTokens lineTokens = new LineTokens(emitBinaryTokens, lineText, this._grammarRepository.getLogger()); StackElement nextState = LineTokenizer._tokenizeString(this, onigLineText, isFirstLine, 0, prevState, lineTokens); - IToken[] _produced = lineTokens.getResult(nextState, lineLength); - - return new TokenizeLineResult(_produced, nextState); + if (emitBinaryTokens) { + return (T) new TokenizeLineResult2(lineTokens.getBinaryResult(nextState, lineLength), nextState); + } + return (T) new TokenizeLineResult(lineTokens.getResult(nextState, lineLength), nextState); } @Override diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/LineTokenizer.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/LineTokenizer.java index 532d1e89c..067c66e25 100644 --- a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/LineTokenizer.java +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/LineTokenizer.java @@ -101,18 +101,18 @@ public StackElement scan() { } private void scanNext() { - // if (IN_DEBUG_MODE) { - // //console.log(''); - // //console.log('@@scanNext: |' + getString(lineText).replace(/\n$/, - // '\\n').substr(linePos) + '|'); - // } ILogger logger = lineTokens.getLogger(); + if (logger.isEnabled()) { + logger.log(""); + logger.log("@@scanNext: |" + lineText.getString().replaceAll("\n", "\\n").substring(linePos) + '|'); + } + IMatchResult r = matchRuleOrInjections(grammar, lineText, isFirstLine, linePos, stack, anchorPosition); if (r == null) { - // if (IN_DEBUG_MODE) { - // console.log(' no more matches.'); - // } + if (logger.isEnabled()) { + logger.log(" no more matches."); + } // No match lineTokens.produce(stack, lineLength); STOP = true; @@ -129,13 +129,12 @@ private void scanNext() { // We matched the `end` for this rule => pop it BeginEndRule poppedRule = (BeginEndRule) stack.getRule(grammar); - // if (IN_DEBUG_MODE) { - // console.log(' popping ' + poppedRule.debugName + ' - ' + - // poppedRule.debugEndRegExp); - // } + /*if (logger.isEnabled()) { + logger.log(" popping " + poppedRule.debugName + " - " + poppedRule.debugEndRegExp); + }*/ lineTokens.produce(stack, captureIndices[0].getStart()); - stack = stack.withContentName(null); + stack = stack.setContentNameScopesList(stack.nameScopesList); handleCaptures(grammar, lineText, isFirstLine, stack, lineTokens, poppedRule.endCaptures, captureIndices); lineTokens.produce(stack, captureIndices[0].getEnd()); @@ -152,8 +151,8 @@ private void scanNext() { // See https://github.com/Microsoft/vscode-textmate/issues/12 // Let's assume this was a mistake by the grammar author and the // intent was to continue in this state - stack = stack.pushElement(popped); - + stack = popped; + lineTokens.produce(stack, lineLength); STOP = true; return; @@ -166,10 +165,13 @@ private void scanNext() { StackElement beforePush = stack; // push it on the stack rule - stack = stack.push(matchedRuleId, linePos, null, _rule.getName(lineText.getString(), captureIndices), null); + String scopeName = _rule.getName(lineText.getString(), captureIndices); + ScopeListElement nameScopesList = stack.contentNameScopesList.push(grammar, scopeName); + stack = stack.push(matchedRuleId, linePos, null, nameScopesList, nameScopesList); if (_rule instanceof BeginEndRule) { BeginEndRule pushedRule = (BeginEndRule) _rule; + // if (IN_DEBUG_MODE) { // console.log(' pushing ' + pushedRule.debugName + ' - ' + // pushedRule.debugBeginRegExp); @@ -179,11 +181,13 @@ private void scanNext() { captureIndices); lineTokens.produce(stack, captureIndices[0].getEnd()); anchorPosition = captureIndices[0].getEnd(); - stack = stack.withContentName(pushedRule.getContentName(lineText.getString(), captureIndices)); + + String contentName = pushedRule.getContentName(lineText.getString(), captureIndices); + ScopeListElement contentNameScopesList = nameScopesList.push(grammar, contentName); + stack = stack.setContentNameScopesList(contentNameScopesList); if (pushedRule.endHasBackReferences) { - stack = stack.withEndRule( - pushedRule.getEndWithResolvedBackReferences(lineText.getString(), captureIndices)); + stack = stack.setEndRule(pushedRule.getEndWithResolvedBackReferences(lineText.getString(), captureIndices)); } if (!hasAdvanced && beforePush.hasSameRuleAs(stack)) { @@ -207,11 +211,13 @@ private void scanNext() { captureIndices); lineTokens.produce(stack, captureIndices[0].getEnd()); anchorPosition = captureIndices[0].getEnd(); - stack = stack.withContentName(pushedRule.getContentName(lineText.getString(), captureIndices)); + + String contentName = pushedRule.getContentName(lineText.getString(), captureIndices); + ScopeListElement contentNameScopesList = nameScopesList.push(grammar, contentName); + stack = stack.setContentNameScopesList(contentNameScopesList); if (pushedRule.whileHasBackReferences) { - stack = stack.withEndRule( - pushedRule.getWhileWithResolvedBackReferences(lineText.getString(), captureIndices)); + stack = stack.setEndRule(pushedRule.getWhileWithResolvedBackReferences(lineText.getString(), captureIndices)); } if (!hasAdvanced && beforePush.hasSameRuleAs(stack)) { @@ -263,7 +269,7 @@ private void scanNext() { private IMatchResult matchRule(Grammar grammar, OnigString lineText, boolean isFirstLine, final int linePos, StackElement stack, int anchorPosition) { Rule rule = stack.getRule(grammar); - final ICompiledRule ruleScanner = rule.compile(grammar, stack.getEndRule(), isFirstLine, + final ICompiledRule ruleScanner = rule.compile(grammar, stack.endRule, isFirstLine, linePos == anchorPosition); final IOnigNextMatchResult r = ruleScanner.scanner._findNextMatchSync(lineText, linePos); @@ -417,17 +423,25 @@ private void handleCaptures(Grammar grammar, OnigString lineText, boolean isFirs while (localStack.size() > 0 && localStack.get(localStack.size() - 1).getEndPos() <= captureIndex.getStart()) { // pop! - lineTokens.produce(stack, localStack.get(localStack.size() - 1).getEndPos(), localStack); + lineTokens.produceFromScopes(localStack.get(localStack.size() - 1).getScopes(), localStack.get(localStack.size() - 1).getEndPos()); localStack.remove(localStack.size() - 1); } - lineTokens.produce(stack, captureIndex.getStart(), localStack); + if (localStack.size() > 0) { + lineTokens.produceFromScopes(localStack.get(localStack.size() - 1).getScopes(), captureIndex.getStart()); + } else { + lineTokens.produce(stack, captureIndex.getStart()); + } if (captureRule.retokenizeCapturedWithRuleId != null) { // the capture requires additional matching - StackElement stackClone = stack.push(captureRule.retokenizeCapturedWithRuleId, captureIndex.getStart(), - null, captureRule.getName(lineText.getString(), captureIndices), - captureRule.getContentName(lineText.getString(), captureIndices)); + String scopeName = captureRule.getName(lineText.getString(), captureIndices); + ScopeListElement nameScopesList = stack.contentNameScopesList.push(grammar, scopeName); + String contentName = captureRule.getContentName(lineText.getString(), captureIndices); + ScopeListElement contentNameScopesList = nameScopesList.push(grammar, contentName); + + // the capture requires additional matching + StackElement stackClone = stack.push(captureRule.retokenizeCapturedWithRuleId, captureIndex.getStart(), null, nameScopesList, contentNameScopesList); _tokenizeString(grammar, GrammarHelper.createOnigString(lineText.getString().substring(0, captureIndex.getEnd())), (isFirstLine && captureIndex.getStart() == 0), captureIndex.getStart(), stackClone, lineTokens); @@ -438,13 +452,15 @@ private void handleCaptures(Grammar grammar, OnigString lineText, boolean isFirs String captureRuleScopeName = captureRule.getName(lineText.getString(), captureIndices); if (captureRuleScopeName != null) { // push - localStack.add(new LocalStackElement(captureRuleScopeName, captureIndex.getEnd())); + ScopeListElement base = localStack.size() > 0 ? localStack.get(localStack.size() - 1).getScopes() : stack.contentNameScopesList; + ScopeListElement captureRuleScopesList = base.push(grammar, captureRuleScopeName); + localStack.add(new LocalStackElement(captureRuleScopesList, captureIndex.getEnd())); } } while (localStack.size() > 0) { // pop! - lineTokens.produce(stack, localStack.get(localStack.size() - 1).getEndPos(), localStack); + lineTokens.produceFromScopes(localStack.get(localStack.size() - 1).getScopes(), localStack.get(localStack.size() - 1).getEndPos()); localStack.remove(localStack.size() - 1); } } @@ -466,7 +482,7 @@ private WhileCheckResult _checkWhileConditions(Grammar grammar, OnigString lineT } for (int i = whileRules.size() - 1; i >= 0; i--) { WhileStack whileRule = whileRules.get(i); - ICompiledRule ruleScanner = whileRule.rule.compileWhile(grammar, whileRule.stack.getEndRule(), isFirstLine, + ICompiledRule ruleScanner = whileRule.rule.compileWhile(grammar, whileRule.stack.endRule, isFirstLine, anchorPosition == linePos); IOnigNextMatchResult r = ruleScanner.scanner._findNextMatchSync(lineText, linePos); // if (IN_DEBUG_MODE) { diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/LineTokens.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/LineTokens.java index f4702bd47..da3a8c81d 100644 --- a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/LineTokens.java +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/LineTokens.java @@ -23,39 +23,77 @@ import org.eclipse.tm4e.core.logger.ILogger; class LineTokens { - + + private final ILogger logger; + + private final String _lineText; + + /** + * used only if `_emitBinaryTokens` is false. + */ private final List _tokens; - private final ILogger logger; + + + private boolean _emitBinaryTokens; + + /** + * used only if `_emitBinaryTokens` is true. + */ + private final List _binaryTokens; + private int _lastTokenEndIndex; - LineTokens(ILogger logger) { - this._tokens = new ArrayList(); + LineTokens(boolean emitBinaryTokens, String lineText, ILogger logger) { + this._emitBinaryTokens = emitBinaryTokens; + this._lineText = logger.isEnabled() ? lineText : null; + if (this._emitBinaryTokens) { + this._tokens = null; + this._binaryTokens = new ArrayList<>(); + } else { + this._tokens = new ArrayList<>(); + this._binaryTokens = null; + } + this._lastTokenEndIndex = 0; this.logger = logger; - this._lastTokenEndIndex = 0; - } - - public void produce(StackElement stack, int endIndex) { - produce(stack, endIndex, null); } - public void produce(StackElement stack, int endIndex, List extraScopes) { - // console.log('PRODUCE TOKEN: lastTokenEndIndex: ' + lastTokenEndIndex - // + ', endIndex: ' + endIndex); - if (this._lastTokenEndIndex >= endIndex) { - return; - } - - List scopes = stack.generateScopes(); - if (extraScopes != null) { - for (LocalStackElement extraScope : extraScopes) { - scopes.add(extraScope.getScopeName()); - } - } - - this._tokens.add(new Token(this._lastTokenEndIndex, endIndex, scopes)); - this._lastTokenEndIndex = endIndex; + public void produce(StackElement stack, int endIndex) { + this.produceFromScopes(stack.contentNameScopesList, endIndex); } - + + public void produceFromScopes(ScopeListElement scopesList, int endIndex) { + if (this._lastTokenEndIndex >= endIndex) { + return; + } + + if (this._emitBinaryTokens) { + int metadata = scopesList.metadata; + if (this._binaryTokens.size() > 0 && this._binaryTokens.get(this._binaryTokens.size() - 1) == metadata) { + // no need to push a token with the same metadata + this._lastTokenEndIndex = endIndex; + return; + } + + this._binaryTokens.add(this._lastTokenEndIndex); + this._binaryTokens.add(metadata); + + this._lastTokenEndIndex = endIndex; + return; + } + + List scopes = scopesList.generateScopes(); + + if (logger.isEnabled()) { + logger.log(" token: |" + this._lineText.substring(this._lastTokenEndIndex, endIndex).replaceAll("\n", "\\n") + '|'); + for (int k = 0; k < scopes.size(); k++) { + logger.log(" * " + scopes.get(k)); + } + } + this._tokens.add(new Token(this._lastTokenEndIndex, endIndex, scopes)); + + this._lastTokenEndIndex = endIndex; + } + public IToken[] getResult(StackElement stack, int lineLength) { if (this._tokens.size() > 0 && this._tokens.get(this._tokens.size() - 1).getStartIndex() == lineLength - 1) { // pop produced token for newline @@ -64,7 +102,7 @@ public IToken[] getResult(StackElement stack, int lineLength) { if (this._tokens.size() == 0) { this._lastTokenEndIndex = -1; - this.produce(stack, lineLength, null); + this.produce(stack, lineLength); this._tokens.get(this._tokens.size() - 1).setStartIndex(0); } @@ -73,5 +111,26 @@ public IToken[] getResult(StackElement stack, int lineLength) { public ILogger getLogger() { return logger; + } + + public int[] getBinaryResult(StackElement stack, int lineLength) { + if (this._binaryTokens.size() > 0 && this._binaryTokens.get(this._binaryTokens.size() - 2) == lineLength - 1) { + // pop produced token for newline + this._binaryTokens.remove(this._binaryTokens.size() - 1); + this._binaryTokens.remove(this._binaryTokens.size() - 1); + } + + if (this._binaryTokens.size() == 0) { + this._lastTokenEndIndex = -1; + this.produce(stack, lineLength); + this._binaryTokens.set(this._binaryTokens.size() - 2, 0); + } + + int[] result = new int[this._binaryTokens.size()]; + for (int i = 0, len = this._binaryTokens.size(); i < len; i++) { + result[i] = this._binaryTokens.get(i); + } + + return result; } } diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/LocalStackElement.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/LocalStackElement.java index 6954786e2..73bb0ea8d 100644 --- a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/LocalStackElement.java +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/LocalStackElement.java @@ -17,16 +17,16 @@ class LocalStackElement { - private String scopeName; - private int endPos; + private final ScopeListElement scopes; + private final int endPos; - public LocalStackElement(String scopeName, int endPos) { - this.scopeName = scopeName; + public LocalStackElement(ScopeListElement scopes, int endPos) { + this.scopes = scopes; this.endPos = endPos; } - public String getScopeName() { - return scopeName; + public ScopeListElement getScopes() { + return scopes; } public int getEndPos() { diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/MetadataConsts.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/MetadataConsts.java new file mode 100644 index 000000000..40e168f90 --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/MetadataConsts.java @@ -0,0 +1,36 @@ +package org.eclipse.tm4e.core.internal.grammar; + +/** + * Helpers to manage the "collapsed" metadata of an entire StackElement stack. + * The following assumptions have been made: + * - languageId < 256 => needs 8 bits + * - unique color count < 512 => needs 9 bits + * + * The binary format is: + * - ------------------------------------------- + * 3322 2222 2222 1111 1111 1100 0000 0000 + * 1098 7654 3210 9876 5432 1098 7654 3210 + * - ------------------------------------------- + * xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx + * bbbb bbbb bfff ffff ffFF FTTT LLLL LLLL + * - ------------------------------------------- + * - L = LanguageId (8 bits) + * - T = StandardTokenType (3 bits) + * - F = FontStyle (3 bits) + * - f = foreground color (9 bits) + * - b = background color (9 bits) + */ +public class MetadataConsts { + + public static final int LANGUAGEID_MASK = 0b00000000000000000000000011111111; + public static final int TOKEN_TYPE_MASK = 0b00000000000000000000011100000000; + public static final int FONT_STYLE_MASK = 0b00000000000000000011100000000000; + public static final int FOREGROUND_MASK = 0b00000000011111111100000000000000; + public static final int BACKGROUND_MASK = 0b11111111100000000000000000000000; + + public static final int LANGUAGEID_OFFSET = 0; + public static final int TOKEN_TYPE_OFFSET = 8; + public static final int FONT_STYLE_OFFSET = 11; + public static final int FOREGROUND_OFFSET = 14; + public static final int BACKGROUND_OFFSET = 23; +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/ScopeListElement.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/ScopeListElement.java new file mode 100644 index 000000000..45878f219 --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/ScopeListElement.java @@ -0,0 +1,148 @@ +package org.eclipse.tm4e.core.internal.grammar; + +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Collections; +import java.util.List; + +import org.eclipse.tm4e.core.theme.FontStyle; +import org.eclipse.tm4e.core.theme.ThemeTrieElementRule; + +public class ScopeListElement { + + // _scopeListElementBrand: void; + + public final ScopeListElement parent; + public final String scope; + public final int metadata; + + ScopeListElement(ScopeListElement parent, String scope, int metadata) { + this.parent = parent; + this.scope = scope; + this.metadata = metadata; + } + + private static boolean _equals(ScopeListElement a, ScopeListElement b) { + do { + if (a == b) { + return true; + } + + if (a.scope != b.scope || a.metadata != b.metadata) { + return false; + } + + // Go to previous pair + a = a.parent; + b = b.parent; + + if (a == null && b == null) { + // End of list reached for both + return true; + } + + if (a == null || b == null) { + // End of list reached only for one + return false; + } + + } while (true); + } + + public boolean equals(ScopeListElement other) { + return ScopeListElement._equals(this, other); + } + + private static boolean _matchesScope(String scope, String selector, String selectorWithDot) { + return (selector.equals(scope) || scope.substring(0, selectorWithDot.length()).equals(selectorWithDot)); + } + + private static boolean _matches(ScopeListElement target, List parentScopes) { + if (parentScopes == null) { + return true; + } + + int len = parentScopes.size(); + int index = 0; + String selector = parentScopes.get(index); + String selectorWithDot = selector + "."; + + while (target != null) { + if (_matchesScope(target.scope, selector, selectorWithDot)) { + index++; + if (index == len) { + return true; + } + selector = parentScopes.get(index); + selectorWithDot = selector + '.'; + } + target = target.parent; + } + + return false; + } + + public static int mergeMetadata(int metadata, ScopeListElement scopesList, ScopeMetadata source) { + if (source == null) { + return metadata; + } + + int fontStyle = FontStyle.NotSet; + int foreground = 0; + int background = 0; + + if (source.themeData != null) { + // Find the first themeData that matches + for (int i = 0, len = source.themeData.size(); i < len; i++) { + ThemeTrieElementRule themeData = source.themeData.get(i); + + if (_matches(scopesList, themeData.parentScopes)) { + fontStyle = themeData.fontStyle; + foreground = themeData.foreground; + background = themeData.background; + break; + } + } + } + + return StackElementMetadata.set(metadata, source.languageId, source.tokenType, fontStyle, foreground, + background); + } + + private static ScopeListElement _push(ScopeListElement target, Grammar grammar, List scopes) { + for (int i = 0, len = scopes.size(); i < len; i++) { + String scope = scopes.get(i); + ScopeMetadata rawMetadata = grammar.getMetadataForScope(scope); + int metadata = ScopeListElement.mergeMetadata(target.metadata, target, rawMetadata); + target = new ScopeListElement(target, scope, metadata); + } + return target; + } + + public ScopeListElement push(Grammar grammar, String scope) { + if (scope == null) { + return this; + } + if (scope.indexOf(' ') >= 0) { + // there are multiple scopes to push + return ScopeListElement._push(this, grammar, Arrays.asList(scope.split(" ")));// scope.split(/ + // /g)); + } + // there is a single scope to push + return ScopeListElement._push(this, grammar, Arrays.asList(scope)); + } + + private static List _generateScopes(ScopeListElement scopesList) { + List result = new ArrayList<>(); + while (scopesList != null) { + result.add(scopesList.scope); + scopesList = scopesList.parent; + } + Collections.reverse(result); + return result; + } + + public List generateScopes() { + return ScopeListElement._generateScopes(this); + } +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/ScopeMetadata.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/ScopeMetadata.java new file mode 100644 index 000000000..fb03ff61a --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/ScopeMetadata.java @@ -0,0 +1,20 @@ +package org.eclipse.tm4e.core.internal.grammar; + +import java.util.List; + +import org.eclipse.tm4e.core.theme.ThemeTrieElementRule; + +public class ScopeMetadata { + + public final String scopeName; + public final int languageId; + public final int tokenType; + public final List themeData; + + ScopeMetadata(String scopeName, int languageId, int tokenType, List themeData) { + this.scopeName = scopeName; + this.languageId = languageId; + this.tokenType = tokenType; + this.themeData = themeData; + } +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/ScopeMetadataProvider.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/ScopeMetadataProvider.java new file mode 100644 index 000000000..b401ffa8f --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/ScopeMetadataProvider.java @@ -0,0 +1,166 @@ +package org.eclipse.tm4e.core.internal.grammar; + +import java.util.Arrays; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Set; +import java.util.regex.Matcher; +import java.util.regex.Pattern; +import java.util.stream.Collectors; + +import org.eclipse.tm4e.core.TMException; +import org.eclipse.tm4e.core.theme.IThemeProvider; +import org.eclipse.tm4e.core.theme.ThemeTrieElementRule; + +public class ScopeMetadataProvider { + + private static final ScopeMetadata _NULL_SCOPE_METADATA = new ScopeMetadata("", 0, StandardTokenType.Other, null); + + private static Pattern STANDARD_TOKEN_TYPE_REGEXP = Pattern.compile("\\b(comment|string|regex)\\b"); + private static final String COMMENT_TOKEN_TYPE = "comment"; + private static final String STRING_TOKEN_TYPE = "string"; + private static final String REGEX_TOKEN_TYPE = "regex"; + + private final int _initialLanguage; + private final IThemeProvider _themeProvider; + private final Map _cache; + private ScopeMetadata _defaultMetaData; + private final Map _embeddedLanguages; + private Pattern _embeddedLanguagesRegex; + + public ScopeMetadataProvider(int initialLanguage, IThemeProvider themeProvider, + Map embeddedLanguages) { + this._initialLanguage = initialLanguage; + this._themeProvider = themeProvider; + this._cache = new HashMap<>(); + this.onDidChangeTheme(); + + // embeddedLanguages handling + this._embeddedLanguages = new HashMap<>(); + if (embeddedLanguages != null) { + // If embeddedLanguages are configured, fill in + // `this._embeddedLanguages` + Set> languages = embeddedLanguages.entrySet(); + for (Entry language : languages) { + String scope = language.getKey(); + int languageId = language.getValue(); + /* + * if (typeof language !== 'number' || language === 0) { + * console.warn('Invalid embedded language found at scope ' + + * scope + ': <<' + language + '>>'); // never hurts to be too + * careful continue; } + */ + this._embeddedLanguages.put(scope, languageId); + } + } + + // create the regex + Set escapedScopes = this._embeddedLanguages.keySet().stream() + .map((scopeName) -> ScopeMetadataProvider._escapeRegExpCharacters(scopeName)) + .collect(Collectors.toSet()); + if (escapedScopes.isEmpty()) { + // no scopes registered + this._embeddedLanguagesRegex = null; + } else { + // TODO!!! + this._embeddedLanguagesRegex = null; + // escapedScopes.sort(); + // escapedScopes.reverse(); + // this._embeddedLanguagesRegex = new + // RegExp(`^((${escapedScopes.join(')|(')}))($|\\.)`, ''); + } + } + +public void onDidChangeTheme() { + this._cache.clear(); + this._defaultMetaData = new ScopeMetadata( + "", + this._initialLanguage, + StandardTokenType.Other, + Arrays.asList(this._themeProvider.getDefaults()) + ); +} + + public ScopeMetadata getDefaultMetadata() { + return this._defaultMetaData; + } + +/** + * Escapes regular expression characters in a given string + */ +private static String _escapeRegExpCharacters(String value) { + // TODO!!! + return value; //value.replace(/[\-\\\{\}\*\+\?\|\^\$\.\,\[\]\(\)\#\s]/g, '\\$&'); +} + + public ScopeMetadata getMetadataForScope(String scopeName) { + if (scopeName == null) { + return ScopeMetadataProvider._NULL_SCOPE_METADATA; + } + ScopeMetadata value = this._cache.get(scopeName); + if (value != null) { + return value; + } + value = this._doGetMetadataForScope(scopeName); + this._cache.put(scopeName, value); + return value; + } + + private ScopeMetadata _doGetMetadataForScope(String scopeName) { + int languageId = this._scopeToLanguage(scopeName); + int standardTokenType = ScopeMetadataProvider._toStandardTokenType(scopeName); + List themeData = this._themeProvider.themeMatch(scopeName); + + return new ScopeMetadata(scopeName, languageId, standardTokenType, themeData); + } + + /** + * Given a produced TM scope, return the language that token describes or + * null if unknown. e.g. source.html => html, source.css.embedded.html => + * css, punctuation.definition.tag.html => null + */ + private int _scopeToLanguage(String scope) { + if (scope == null) { + return 0; + } + if (this._embeddedLanguagesRegex == null) { + // no scopes registered + return 0; + } + + // TODO!!!! + + /*let m = scope.match(this._embeddedLanguagesRegex); + if (!m) { + // no scopes matched + return 0; + } + + let language = this._embeddedLanguages[m[1]] || 0; + if (!language) { + return 0; + } + + return language;*/ + return 0; + } + + private static int _toStandardTokenType(String tokenType) { + Matcher m = STANDARD_TOKEN_TYPE_REGEXP.matcher(tokenType); // tokenType.match(ScopeMetadataProvider.STANDARD_TOKEN_TYPE_REGEXP); + if (!m.find()) { + return StandardTokenType.Other; + } + String group = m.group(); + if (COMMENT_TOKEN_TYPE.equals(group)) { + return StandardTokenType.Comment; + } else if (STRING_TOKEN_TYPE.equals(group)) { + return StandardTokenType.String; + } + if (REGEX_TOKEN_TYPE.equals(group)) { + return StandardTokenType.RegEx; + } + throw new TMException("Unexpected match for standard token type!"); + } +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/StackElementMetadata.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/StackElementMetadata.java new file mode 100644 index 000000000..f9288caae --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/StackElementMetadata.java @@ -0,0 +1,95 @@ +/** + * Copyright (c) 2015-2017 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ +package org.eclipse.tm4e.core.internal.grammar; + +import org.eclipse.tm4e.core.grammar.StackElement; +import org.eclipse.tm4e.core.theme.FontStyle; + +/** + * + * Metadata for {@link StackElement}. + * + */ +public class StackElementMetadata { + + public static String toBinaryStr(int metadata) { + /* + * let r = metadata.toString(2); while (r.length < 32) { r = '0' + r; } + * return r; + */ + // TODO!!! + return null; + } + + public static void printMetadata(int metadata) { + int _languageId = StackElementMetadata.getLanguageId(metadata); + int _tokenType = StackElementMetadata.getTokenType(metadata); + int _fontStyle = StackElementMetadata.getFontStyle(metadata); + int foreground = StackElementMetadata.getForeground(metadata); + int background = StackElementMetadata.getBackground(metadata); + + // TODO!!! + /* + * console.log({ languageId: languageId, tokenType: tokenType, + * fontStyle: fontStyle, foreground: foreground, background: background, + * }); + */ + } + + public static int getLanguageId(int metadata) { + return (metadata & MetadataConsts.LANGUAGEID_MASK) >>> MetadataConsts.LANGUAGEID_OFFSET; + } + + public static int getTokenType(int metadata) { + return (metadata & MetadataConsts.TOKEN_TYPE_MASK) >>> MetadataConsts.TOKEN_TYPE_OFFSET; + } + + public static int getFontStyle(int metadata) { + return (metadata & MetadataConsts.FONT_STYLE_MASK) >>> MetadataConsts.FONT_STYLE_OFFSET; + } + + public static int getForeground(int metadata) { + return (metadata & MetadataConsts.FOREGROUND_MASK) >>> MetadataConsts.FOREGROUND_OFFSET; + } + + public static int getBackground(int metadata) { + return (metadata & MetadataConsts.BACKGROUND_MASK) >>> MetadataConsts.BACKGROUND_OFFSET; + } + + public static int set(int metadata, int languageId, int tokenType, int fontStyle, int foreground, int background) { + int _languageId = StackElementMetadata.getLanguageId(metadata); + int _tokenType = StackElementMetadata.getTokenType(metadata); + int _fontStyle = StackElementMetadata.getFontStyle(metadata); + int _foreground = StackElementMetadata.getForeground(metadata); + int _background = StackElementMetadata.getBackground(metadata); + + if (languageId != 0) { + _languageId = languageId; + } + if (tokenType != StandardTokenType.Other) { + _tokenType = tokenType; + } + if (fontStyle != FontStyle.NotSet) { + _fontStyle = fontStyle; + } + if (foreground != 0) { + _foreground = foreground; + } + if (background != 0) { + _background = background; + } + + return ((_languageId << MetadataConsts.LANGUAGEID_OFFSET) | (_tokenType << MetadataConsts.TOKEN_TYPE_OFFSET) + | (_fontStyle << MetadataConsts.FONT_STYLE_OFFSET) | (_foreground << MetadataConsts.FOREGROUND_OFFSET) + | (_background << MetadataConsts.BACKGROUND_OFFSET)) >>> 0; + } + +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/StandardTokenType.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/StandardTokenType.java new file mode 100644 index 000000000..d3ba210c3 --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/StandardTokenType.java @@ -0,0 +1,24 @@ +/** + * Copyright (c) 2015-2017 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ +package org.eclipse.tm4e.core.internal.grammar; + +/** + * Standard TextMate token type. + * + */ +public class StandardTokenType { + + public static final int Other = 0; + public static final int Comment = 1; + public static final int String = 2; + public static final int RegEx = 4; + +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/TokenizeLineResult2.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/TokenizeLineResult2.java new file mode 100644 index 000000000..c7a9ca297 --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/TokenizeLineResult2.java @@ -0,0 +1,46 @@ +/** + * Copyright (c) 2015-2017 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Initial code from https://github.com/Microsoft/vscode-textmate/ + * Initial copyright Copyright (C) Microsoft Corporation. All rights reserved. + * Initial license: MIT + * + * Contributors: + * - Microsoft Corporation: Initial code, written in TypeScript, licensed under MIT license + * - Angelo Zerr - translation and adaptation to Java + */ +package org.eclipse.tm4e.core.internal.grammar; + +import org.eclipse.tm4e.core.grammar.ITokenizeLineResult2; +import org.eclipse.tm4e.core.grammar.StackElement; + +/** + * + * Result of the line tokenization2 implementation. + * + */ +public class TokenizeLineResult2 implements ITokenizeLineResult2 { + + private final int[] tokens; + private final StackElement ruleStack; + + public TokenizeLineResult2(int[] tokens, StackElement ruleStack) { + this.tokens = tokens; + this.ruleStack = ruleStack; + } + + @Override + public int[] getTokens() { + return tokens; + } + + @Override + public StackElement getRuleStack() { + return ruleStack; + } + +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/parser/PListGrammar.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/parser/PListGrammar.java new file mode 100644 index 000000000..8fd70460d --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/parser/PListGrammar.java @@ -0,0 +1,18 @@ +package org.eclipse.tm4e.core.internal.grammar.parser; + +import java.util.Map; + +import org.eclipse.tm4e.core.internal.parser.PListObject; + +public class PListGrammar extends PListObject { + + public PListGrammar(PListObject parent, boolean valueAsArray) { + super(parent, valueAsArray); + } + + @Override + protected Map createRaw() { + return new Raw(); + } + +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/reader/GrammarReader.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/reader/GrammarReader.java index f4e42633f..32dd24eb6 100644 --- a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/reader/GrammarReader.java +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/reader/GrammarReader.java @@ -15,14 +15,38 @@ */ package org.eclipse.tm4e.core.internal.grammar.reader; -import java.io.InputStream; - -import org.eclipse.tm4e.core.internal.grammar.parser.json.JSONPListParser; -import org.eclipse.tm4e.core.internal.grammar.parser.xml.XMLPListParser; +import java.io.InputStream; + +import org.eclipse.tm4e.core.internal.parser.json.JSONPListParser; +import org.eclipse.tm4e.core.internal.parser.xml.XMLPListParser; import org.eclipse.tm4e.core.internal.types.IRawGrammar; - + +/** + * TextMate Grammar reader utilities. + * + */ public class GrammarReader { - + + public final static IGrammarParser XML_PARSER = new IGrammarParser() { + + private XMLPListParser parser = new XMLPListParser(false); + + @Override + public IRawGrammar parse(InputStream contents) throws Exception { + return parser.parse(contents); + } + }; + + public final static IGrammarParser JSON_PARSER = new IGrammarParser() { + + private JSONPListParser parser = new JSONPListParser(false); + + @Override + public IRawGrammar parse(InputStream contents) throws Exception { + return parser.parse(contents); + } + }; + public static IRawGrammar readGrammarSync(String filePath, InputStream in) throws Exception { SyncGrammarReader reader = new SyncGrammarReader(in, getGrammarParser(filePath)); return reader.load(); @@ -30,8 +54,8 @@ public static IRawGrammar readGrammarSync(String filePath, InputStream in) throw private static IGrammarParser getGrammarParser(String filePath) { if (filePath.endsWith(".json")) { - return JSONPListParser.INSTANCE; + return JSON_PARSER; } - return XMLPListParser.INSTANCE; + return XML_PARSER; } } diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/reader/IGrammarParser.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/reader/IGrammarParser.java index 2bb9bbad0..869995946 100644 --- a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/reader/IGrammarParser.java +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/reader/IGrammarParser.java @@ -12,14 +12,18 @@ * Contributors: * - Microsoft Corporation: Initial code, written in TypeScript, licensed under MIT license * - Angelo Zerr - translation and adaptation to Java - */ -package org.eclipse.tm4e.core.internal.grammar.reader; - -import java.io.InputStream; - -import org.eclipse.tm4e.core.internal.types.IRawGrammar; - -public interface IGrammarParser { - - IRawGrammar parse(InputStream contents) throws Exception; -} + */ +package org.eclipse.tm4e.core.internal.grammar.reader; + +import java.io.InputStream; + +import org.eclipse.tm4e.core.internal.types.IRawGrammar; + +/** + * TextMate Grammar parser. + * + */ +public interface IGrammarParser { + + IRawGrammar parse(InputStream contents) throws Exception; +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammars/SyncRegistry.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammars/SyncRegistry.java index 74afc6088..0b0cf9932 100644 --- a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammars/SyncRegistry.java +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammars/SyncRegistry.java @@ -18,31 +18,51 @@ import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; +import java.util.List; import java.util.Map; import java.util.Map.Entry; +import java.util.Set; import org.eclipse.tm4e.core.grammar.GrammarHelper; import org.eclipse.tm4e.core.grammar.IGrammar; import org.eclipse.tm4e.core.grammar.IGrammarRepository; +import org.eclipse.tm4e.core.internal.grammar.Grammar; import org.eclipse.tm4e.core.internal.types.IRawGrammar; import org.eclipse.tm4e.core.internal.types.IRawRepository; import org.eclipse.tm4e.core.internal.types.IRawRule; import org.eclipse.tm4e.core.logger.ILogger; +import org.eclipse.tm4e.core.theme.IThemeProvider; +import org.eclipse.tm4e.core.theme.Theme; +import org.eclipse.tm4e.core.theme.ThemeTrieElementRule; -public class SyncRegistry implements IGrammarRepository { +public class SyncRegistry implements IGrammarRepository, IThemeProvider { private final ILogger logger; private final Map _grammars; private final Map _rawGrammars; private final Map> _injectionGrammars; + private Theme _theme; - public SyncRegistry(ILogger logger) { + public SyncRegistry(Theme theme, ILogger logger) { + this._theme = theme; this.logger = logger; this._grammars = new HashMap<>(); this._rawGrammars = new HashMap<>(); this._injectionGrammars = new HashMap<>(); } + public void setTheme(Theme theme) { + this._theme = theme; + this._grammars.keySet().forEach((scopeName) -> { + IGrammar grammar = this._grammars.get(scopeName); + ((Grammar) grammar).onDidChangeTheme(); + }); + } + + public Set getColorMap() { + return this._theme.getColorMap(); + } + /** * Add `grammar` to registry and return a list of referenced scope names */ @@ -60,6 +80,53 @@ public Collection addGrammar(IRawGrammar grammar, Collection inj return includedScopes; } + @Override + public IRawGrammar lookup(String scopeName) { + return this._rawGrammars.get(scopeName); + } + + @Override + public Collection injections(String targetScope) { + return this._injectionGrammars.get(targetScope); + } + + /** + * Get the default theme settings + */ + @Override + public ThemeTrieElementRule getDefaults() { + return this._theme.getDefaults(); + } + + /** + * Match a scope in the theme. + */ + @Override + public List themeMatch(String scopeName) { + return this._theme.match(scopeName); + } + + /** + * Lookup a grammar. + */ + public IGrammar grammarForScopeName(String scopeName, int initialLanguage, + Map embeddedLanguages) { + if (!this._grammars.containsKey(scopeName)) { + IRawGrammar rawGrammar = lookup(scopeName); + if (rawGrammar == null) { + return null; + } + this._grammars.put(scopeName, + GrammarHelper.createGrammar(rawGrammar, initialLanguage, embeddedLanguages, this, this)); + } + return this._grammars.get(scopeName); + } + + @Override + public ILogger getLogger() { + return logger; + } + private static void collectIncludedScopes(Collection result, IRawGrammar grammar) { if (grammar .getPatterns() != null /* && Array.isArray(grammar.patterns) */) { @@ -131,32 +198,4 @@ private static void _extractIncludedScopesInRepository(Collection result } } - @Override - public IRawGrammar lookup(String scopeName) { - return this._rawGrammars.get(scopeName); - } - - /** - * Lookup a grammar. - */ - public IGrammar grammarForScopeName(String scopeName) { - if (!this._grammars.containsKey(scopeName)) { - IRawGrammar rawGrammar = lookup(scopeName); - if (rawGrammar == null) { - return null; - } - this._grammars.put(scopeName, GrammarHelper.createGrammar(rawGrammar, this)); - } - return this._grammars.get(scopeName); - } - - @Override - public Collection injections(String targetScope) { - return this._injectionGrammars.get(targetScope); - } - - @Override - public ILogger getLogger() { - return logger; - } } diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/matcher/IMatchesName.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/matcher/IMatchesName.java index c82f5f197..4e3adcb4f 100644 --- a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/matcher/IMatchesName.java +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/matcher/IMatchesName.java @@ -26,7 +26,7 @@ public interface IMatchesName { @Override public boolean match(Collection identifers, StackElement stackElements) { - List scopes = stackElements.generateScopes(); + List scopes = stackElements.contentNameScopesList.generateScopes(); int lastIndex = 0; // every for (String identifier : identifers) { diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/parser/PList.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/parser/PList.java similarity index 79% rename from org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/parser/PList.java rename to org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/parser/PList.java index 0b8853882..25d518cca 100644 --- a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/parser/PList.java +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/parser/PList.java @@ -8,24 +8,27 @@ * Contributors: * Angelo Zerr - initial API and implementation */ -package org.eclipse.tm4e.core.internal.grammar.parser; +package org.eclipse.tm4e.core.internal.parser; import java.util.ArrayList; import java.util.List; -import org.eclipse.tm4e.core.internal.types.IRawGrammar; +import org.eclipse.tm4e.core.internal.grammar.parser.PListGrammar; +import org.eclipse.tm4e.core.internal.theme.PListTheme; import org.xml.sax.Attributes; import org.xml.sax.SAXException; import org.xml.sax.helpers.DefaultHandler; -public class PList extends DefaultHandler { +public class PList extends DefaultHandler { + private final boolean theme; private final List errors; private PListObject currObject; - private IRawGrammar result; + private T result; private StringBuilder text; - public PList() { + public PList(boolean theme) { + this.theme = theme; this.errors = new ArrayList(); this.currObject = null; } @@ -33,9 +36,9 @@ public PList() { @Override public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException { if ("dict".equals(localName)) { - this.currObject = new PListObject(currObject, false); + this.currObject = create(currObject, false, theme); } else if ("array".equals(localName)) { - this.currObject = new PListObject(currObject, true); + this.currObject = create(currObject, true, theme); } else if ("key".equals(localName)) { if (currObject != null) { currObject.setLastKey(null); @@ -45,6 +48,13 @@ public void startElement(String uri, String localName, String qName, Attributes super.startElement(uri, localName, qName, attributes); } + private PListObject create(PListObject parent, boolean valueAsArray, boolean grammar) { + if (theme) { + return new PListTheme(parent, valueAsArray); + } + return new PListGrammar(parent, valueAsArray); + } + @Override public void endElement(String uri, String localName, String qName) throws SAXException { endElement(localName); @@ -97,7 +107,7 @@ private void endElement(String tagName) { return; } if (currObject == null) { - result = (IRawGrammar) value; + result = (T) value; } else if (currObject.isValueAsArray()) { currObject.addValue(value); } else { @@ -115,7 +125,7 @@ public void characters(char[] ch, int start, int length) throws SAXException { super.characters(ch, start, length); } - public IRawGrammar getResult() { + public T getResult() { return result; } } diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/parser/PListObject.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/parser/PListObject.java similarity index 85% rename from org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/parser/PListObject.java rename to org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/parser/PListObject.java index f22b3087e..b96f9ad5d 100644 --- a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/parser/PListObject.java +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/parser/PListObject.java @@ -8,13 +8,13 @@ * Contributors: * Angelo Zerr - initial API and implementation */ -package org.eclipse.tm4e.core.internal.grammar.parser; +package org.eclipse.tm4e.core.internal.parser; import java.util.ArrayList; import java.util.List; import java.util.Map; -public class PListObject { +public abstract class PListObject { private final PListObject parent; private final List arrayValues; @@ -29,7 +29,7 @@ public PListObject(PListObject parent, boolean valueAsArray) { this.mapValues = null; } else { this.arrayValues = null; - this.mapValues = new Raw(); + this.mapValues = createRaw(); } } @@ -64,4 +64,6 @@ public Object getValue() { } return mapValues; } + + protected abstract Map createRaw(); } diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/parser/json/JSONPListParser.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/parser/json/JSONPListParser.java similarity index 77% rename from org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/parser/json/JSONPListParser.java rename to org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/parser/json/JSONPListParser.java index 14e07172f..fa079df66 100644 --- a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/parser/json/JSONPListParser.java +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/parser/json/JSONPListParser.java @@ -8,26 +8,27 @@ * Contributors: * Angelo Zerr - initial API and implementation */ -package org.eclipse.tm4e.core.internal.grammar.parser.json; +package org.eclipse.tm4e.core.internal.parser.json; import java.io.InputStream; import java.io.InputStreamReader; import java.nio.charset.Charset; -import org.eclipse.tm4e.core.internal.grammar.parser.PList; -import org.eclipse.tm4e.core.internal.grammar.reader.IGrammarParser; -import org.eclipse.tm4e.core.internal.types.IRawGrammar; +import org.eclipse.tm4e.core.internal.parser.PList; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonToken; -public class JSONPListParser implements IGrammarParser { +public class JSONPListParser { - public static final IGrammarParser INSTANCE = new JSONPListParser(); + private final boolean theme; - @Override - public IRawGrammar parse(InputStream contents) throws Exception { - PList pList = new PList(); + public JSONPListParser(boolean theme) { + this.theme = theme; + } + + public T parse(InputStream contents) throws Exception { + PList pList = new PList(theme); JsonReader reader = new JsonReader(new InputStreamReader(contents, Charset.forName("UTF-8"))); // reader.setLenient(true); boolean parsing = true; diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/parser/xml/XMLPListParser.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/parser/xml/XMLPListParser.java similarity index 70% rename from org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/parser/xml/XMLPListParser.java rename to org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/parser/xml/XMLPListParser.java index 90943c82e..8b0caf63f 100644 --- a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/grammar/parser/xml/XMLPListParser.java +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/parser/xml/XMLPListParser.java @@ -8,7 +8,7 @@ * Contributors: * Angelo Zerr - initial API and implementation */ -package org.eclipse.tm4e.core.internal.grammar.parser.xml; +package org.eclipse.tm4e.core.internal.parser.xml; import java.io.ByteArrayInputStream; import java.io.IOException; @@ -17,20 +17,21 @@ import javax.xml.parsers.SAXParser; import javax.xml.parsers.SAXParserFactory; -import org.eclipse.tm4e.core.internal.grammar.parser.PList; -import org.eclipse.tm4e.core.internal.grammar.reader.IGrammarParser; -import org.eclipse.tm4e.core.internal.types.IRawGrammar; +import org.eclipse.tm4e.core.internal.parser.PList; import org.xml.sax.EntityResolver; import org.xml.sax.InputSource; import org.xml.sax.SAXException; import org.xml.sax.XMLReader; -public class XMLPListParser implements IGrammarParser { +public class XMLPListParser { - public final static IGrammarParser INSTANCE = new XMLPListParser(); + private final boolean theme; - @Override - public IRawGrammar parse(InputStream contents) throws Exception { + public XMLPListParser(boolean theme) { + this.theme = theme; + } + + public T parse(InputStream contents) throws Exception { SAXParserFactory spf = SAXParserFactory.newInstance(); spf.setNamespaceAware(true); SAXParser saxParser = spf.newSAXParser(); @@ -42,7 +43,7 @@ public InputSource resolveEntity(String arg0, String arg1) throws SAXException, return new InputSource(new ByteArrayInputStream("".getBytes())); } }); - PList result = new PList(); + PList result = new PList(theme); xmlReader.setContentHandler(result); xmlReader.parse(new InputSource(contents)); return result.getResult(); diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/PListTheme.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/PListTheme.java new file mode 100644 index 000000000..7784ffd14 --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/PListTheme.java @@ -0,0 +1,18 @@ +package org.eclipse.tm4e.core.internal.theme; + +import java.util.Map; + +import org.eclipse.tm4e.core.internal.parser.PListObject; + +public class PListTheme extends PListObject { + + public PListTheme(PListObject parent, boolean valueAsArray) { + super(parent, valueAsArray); + } + + @Override + protected Map createRaw() { + return new ThemeRaw(); + } + +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/ThemeRaw.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/ThemeRaw.java new file mode 100644 index 000000000..a4b56c518 --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/ThemeRaw.java @@ -0,0 +1,7 @@ +package org.eclipse.tm4e.core.internal.theme; + +import java.util.HashMap; + +public class ThemeRaw extends HashMap { + +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/reader/IThemeParser.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/reader/IThemeParser.java new file mode 100644 index 000000000..ac5e72a4a --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/reader/IThemeParser.java @@ -0,0 +1,29 @@ +/** + * Copyright (c) 2015-2017 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Initial code from https://github.com/Microsoft/vscode-textmate/ + * Initial copyright Copyright (C) Microsoft Corporation. All rights reserved. + * Initial license: MIT + * + * Contributors: + * - Microsoft Corporation: Initial code, written in TypeScript, licensed under MIT license + * - Angelo Zerr - translation and adaptation to Java + */ +package org.eclipse.tm4e.core.internal.theme.reader; + +import java.io.InputStream; + +import org.eclipse.tm4e.core.theme.IRawTheme; + +/** + * TextMate Theme parser. + * + */ +public interface IThemeParser { + + IRawTheme parse(InputStream contents) throws Exception; +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/reader/SyncThemeReader.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/reader/SyncThemeReader.java new file mode 100644 index 000000000..d8e7977ea --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/reader/SyncThemeReader.java @@ -0,0 +1,35 @@ +/** + * Copyright (c) 2015-2017 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Initial code from https://github.com/Microsoft/vscode-textmate/ + * Initial copyright Copyright (C) Microsoft Corporation. All rights reserved. + * Initial license: MIT + * + * Contributors: + * - Microsoft Corporation: Initial code, written in TypeScript, licensed under MIT license + * - Angelo Zerr - translation and adaptation to Java + */ +package org.eclipse.tm4e.core.internal.theme.reader; + +import java.io.InputStream; + +import org.eclipse.tm4e.core.theme.IRawTheme; + +public class SyncThemeReader { + + private InputStream in; + private IThemeParser _parser; + + SyncThemeReader(InputStream in, IThemeParser parser) { + this.in = in; + this._parser = parser; + } + + public IRawTheme load() throws Exception { + return this._parser.parse(in); + } +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/reader/ThemeReader.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/reader/ThemeReader.java new file mode 100644 index 000000000..c695e4525 --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/theme/reader/ThemeReader.java @@ -0,0 +1,61 @@ +/** + * Copyright (c) 2015-2017 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Initial code from https://github.com/Microsoft/vscode-textmate/ + * Initial copyright Copyright (C) Microsoft Corporation. All rights reserved. + * Initial license: MIT + * + * Contributors: + * - Microsoft Corporation: Initial code, written in TypeScript, licensed under MIT license + * - Angelo Zerr - translation and adaptation to Java + */ +package org.eclipse.tm4e.core.internal.theme.reader; + +import java.io.InputStream; + +import org.eclipse.tm4e.core.internal.parser.json.JSONPListParser; +import org.eclipse.tm4e.core.internal.parser.xml.XMLPListParser; +import org.eclipse.tm4e.core.theme.IRawTheme; + +/** + * TextMate Theme reader utilities. + * + */ +public class ThemeReader { + + public final static IThemeParser XML_PARSER = new IThemeParser() { + + private XMLPListParser parser = new XMLPListParser(true); + + @Override + public IRawTheme parse(InputStream contents) throws Exception { + return parser.parse(contents); + } + }; + + public final static IThemeParser JSON_PARSER = new IThemeParser() { + + private JSONPListParser parser = new JSONPListParser(true); + + @Override + public IRawTheme parse(InputStream contents) throws Exception { + return parser.parse(contents); + } + }; + + public static IRawTheme readGrammarSync(String filePath, InputStream in) throws Exception { + SyncThemeReader reader = new SyncThemeReader(in, getThemeParser(filePath)); + return reader.load(); + } + + private static IThemeParser getThemeParser(String filePath) { + if (filePath.endsWith(".json")) { + return JSON_PARSER; + } + return XML_PARSER; + } +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/utils/CompareUtils.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/utils/CompareUtils.java new file mode 100644 index 000000000..6eba78849 --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/internal/utils/CompareUtils.java @@ -0,0 +1,57 @@ +package org.eclipse.tm4e.core.internal.utils; + +import java.util.List; + +public class CompareUtils { + + public static int strcmp(String a, String b) { + if (a == null && b == null) { + return 0; + } + if (a == null) { + return -1; + } + if (b == null) { + return 1; + } +// if (a < b) { +// return -1; +// } +// if (a > b) { +// return 1; +// } +// return 0; + int result = a.compareTo(b); + if (result < 0 ) { + return -1; + } else if (result > 0 ) { + return 1; + } + return 0; + } + + public static int strArrCmp(List a, List b) { + if (a == null && b == null) { + return 0; + } + if (a == null) { + return -1; + } + if (b == null) { + return 1; + } + int len1 = a.size(); + int len2 = b.size(); + if (len1 == len2) { + for (int i = 0; i < len1; i++) { + int res = strcmp(a.get(i), b.get(i)); + if (res != 0) { + return res; + } + } + return 0; + } + return len1 - len2; + } + +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/registry/IGrammarLocator.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/registry/IRegistryOptions.java similarity index 83% rename from org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/registry/IGrammarLocator.java rename to org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/registry/IRegistryOptions.java index 7240e49c8..aefcca434 100644 --- a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/registry/IGrammarLocator.java +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/registry/IRegistryOptions.java @@ -17,11 +17,13 @@ import java.io.IOException; import java.io.InputStream; -import java.util.Collection; +import java.util.Collection; + +import org.eclipse.tm4e.core.theme.IRawTheme; -public interface IGrammarLocator { +public interface IRegistryOptions { - public static final IGrammarLocator DEFAULT_LOCATOR = new IGrammarLocator() { + public static final IRegistryOptions DEFAULT_LOCATOR = new IRegistryOptions() { @Override public String getFilePath(String scopeName) { @@ -36,8 +38,13 @@ public InputStream getInputStream(String scopeName) { @Override public Collection getInjections(String scopeName) { return null; - } + } + }; + + default IRawTheme getTheme() { + return null; + } String getFilePath(String scopeName); diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/registry/Registry.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/registry/Registry.java index f3f82fd6b..913f82dec 100644 --- a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/registry/Registry.java +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/registry/Registry.java @@ -21,6 +21,8 @@ import java.util.ArrayList; import java.util.Collection; import java.util.List; +import java.util.Map; +import java.util.Set; import org.eclipse.tm4e.core.TMException; import org.eclipse.tm4e.core.grammar.IGrammar; @@ -28,26 +30,63 @@ import org.eclipse.tm4e.core.internal.grammars.SyncRegistry; import org.eclipse.tm4e.core.internal.types.IRawGrammar; import org.eclipse.tm4e.core.logger.ILogger; +import org.eclipse.tm4e.core.theme.IRawTheme; +import org.eclipse.tm4e.core.theme.Theme; +/** + * The registry that will hold all grammars. + * + * @see https://github.com/Microsoft/vscode-textmate/blob/master/src/main.ts + * + */ public class Registry { - private final IGrammarLocator _locator; + private final IRegistryOptions _locator; private final SyncRegistry _syncRegistry; public Registry() { - this(IGrammarLocator.DEFAULT_LOCATOR); + this(IRegistryOptions.DEFAULT_LOCATOR); } - public Registry(IGrammarLocator locator) { + public Registry(IRegistryOptions locator) { this(locator, ILogger.DEFAULT_LOGGER); } - public Registry(IGrammarLocator locator, ILogger logger) { + public Registry(IRegistryOptions locator, ILogger logger) { this._locator = locator; - this._syncRegistry = new SyncRegistry(logger); + this._syncRegistry = new SyncRegistry(Theme.createFromRawTheme(locator.getTheme()), logger); + } + + /** + * Change the theme. Once called, no previous `ruleStack` should be used + * anymore. + */ + public void setTheme(IRawTheme theme) { + this._syncRegistry.setTheme(Theme.createFromRawTheme(theme)); + } + + /** + * Returns a lookup array for color ids. + */ + public Set getColorMap() { + return this._syncRegistry.getColorMap(); + } + + /** + * Load the grammar for `scopeName` and all referenced included grammars + * asynchronously. Please do not use language id 0. + */ + public IGrammar loadGrammarWithEmbeddedLanguages(String initialScopeName, int initialLanguage, + Map embeddedLanguages) { + return _loadGrammar(initialScopeName, initialLanguage, embeddedLanguages); } public IGrammar loadGrammar(String initialScopeName) { + return _loadGrammar(initialScopeName, 0, null); + } + + private IGrammar _loadGrammar(String initialScopeName, int initialLanguage, + Map embeddedLanguages) { List remainingScopeNames = new ArrayList<>(); remainingScopeNames.add(initialScopeName); @@ -102,17 +141,35 @@ public IGrammar loadGrammarFromPathSync(File file) throws Exception { } public IGrammar loadGrammarFromPathSync(String path, InputStream in) throws Exception { + return loadGrammarFromPathSync(path, in, 0, null); + } + + /** + * Load the grammar at `path` synchronously. + * + * @throws Exception + */ + public IGrammar loadGrammarFromPathSync(String path, InputStream in, int initialLanguage, + Map embeddedLanguages) throws Exception { IRawGrammar rawGrammar = GrammarReader.readGrammarSync(path, in); Collection injections = this._locator.getInjections(rawGrammar.getScopeName()); this._syncRegistry.addGrammar(rawGrammar, injections); - return this.grammarForScopeName(rawGrammar.getScopeName()); + return this.grammarForScopeName(rawGrammar.getScopeName(), initialLanguage, embeddedLanguages); } public IGrammar grammarForScopeName(String scopeName) { - return this._syncRegistry.grammarForScopeName(scopeName); + return grammarForScopeName(scopeName, 0, null); + } + + /** + * Get the grammar for `scopeName`. The grammar must first be created via + * `loadGrammar` or `loadGrammarFromPathSync`. + */ + public IGrammar grammarForScopeName(String scopeName, int initialLanguage, Map embeddedLanguages) { + return this._syncRegistry.grammarForScopeName(scopeName, initialLanguage, embeddedLanguages); } - public IGrammarLocator getLocator() { + public IRegistryOptions getLocator() { return _locator; } } diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/ColorMap.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/ColorMap.java new file mode 100644 index 000000000..3130e07e5 --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/ColorMap.java @@ -0,0 +1,35 @@ +package org.eclipse.tm4e.core.theme; + +import java.util.HashMap; +import java.util.Map; +import java.util.Set; + +public class ColorMap { + + private int _lastColorId; + private final Map _color2id; + + public ColorMap() { + this._lastColorId = 0; + this._color2id = new HashMap<>(); + } + + public int getId(String color) { + if (color == null) { + return 0; + } + color = color.toUpperCase(); + Integer value = this._color2id.get(color); + if (value != null) { + return value; + } + value = ++this._lastColorId; + this._color2id.put(color, value); + return value; + } + + public Set getColorMap() { + return this._color2id.keySet(); + } + +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/FontStyle.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/FontStyle.java new file mode 100644 index 000000000..fb794c1f6 --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/FontStyle.java @@ -0,0 +1,27 @@ +/** + * Copyright (c) 2015-2017 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ +package org.eclipse.tm4e.core.theme; + +/** + * Font style definitions. + * + * @see https://github.com/Microsoft/vscode-textmate/blob/master/src/theme.ts + * + */ +public class FontStyle { + + public static final int NotSet = -1; + public static final int None = 0; + public static final int Italic = 1; + public static final int Bold = 2; + public static final int Underline = 4; + +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/IRawTheme.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/IRawTheme.java new file mode 100644 index 000000000..6ca275b60 --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/IRawTheme.java @@ -0,0 +1,11 @@ +package org.eclipse.tm4e.core.theme; + +import java.util.List; + +public interface IRawTheme { + + String getName(); + + List getSettings(); + +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/IRawThemeSetting.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/IRawThemeSetting.java new file mode 100644 index 000000000..c6236b5ee --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/IRawThemeSetting.java @@ -0,0 +1,26 @@ +/** + * Copyright (c) 2015-2017 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ +package org.eclipse.tm4e.core.theme; + +/** + * A single theme setting. + * + * @see https://github.com/Microsoft/vscode-textmate/blob/master/src/main.ts + */ +public interface IRawThemeSetting { + + String getName(); + + String getScope(); + + IThemeSetting getSettings(); + +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/IThemeProvider.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/IThemeProvider.java new file mode 100644 index 000000000..0ff58eaf5 --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/IThemeProvider.java @@ -0,0 +1,11 @@ +package org.eclipse.tm4e.core.theme; + +import java.util.List; + +public interface IThemeProvider { + + List themeMatch(String scopeName); + + ThemeTrieElementRule getDefaults(); + +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/IThemeSetting.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/IThemeSetting.java new file mode 100644 index 000000000..db6480ce8 --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/IThemeSetting.java @@ -0,0 +1,10 @@ +package org.eclipse.tm4e.core.theme; + +public interface IThemeSetting { + + FontStyle getFontStyle(); + + String getBackground(); + + String Foreground(); +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/ParsedThemeRule.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/ParsedThemeRule.java new file mode 100644 index 000000000..b36f7fe1c --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/ParsedThemeRule.java @@ -0,0 +1,29 @@ +package org.eclipse.tm4e.core.theme; + +import java.util.List; + +public class ParsedThemeRule { + + // _parsedThemeRuleBrand: void; + + public final String scope; + public final List parentScopes; + public final int index; + + /** + * -1 if not set. An or mask of `FontStyle` otherwise. + */ + public final int fontStyle; + public final String foreground; + public final String background; + + public ParsedThemeRule(String scope, List parentScopes, int index, int fontStyle, String foreground, + String background) { + this.scope = scope; + this.parentScopes = parentScopes; + this.index = index; + this.fontStyle = fontStyle; + this.foreground = foreground; + this.background = background; + } +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/Theme.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/Theme.java new file mode 100644 index 000000000..e9bb27e34 --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/Theme.java @@ -0,0 +1,185 @@ +package org.eclipse.tm4e.core.theme; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import org.eclipse.tm4e.core.internal.utils.CompareUtils; + +public class Theme { + + private final ColorMap _colorMap; + private final ThemeTrieElement _root; + private final ThemeTrieElementRule _defaults; + private final Map> _cache; + + public static Theme createFromRawTheme(IRawTheme source) { + return createFromParsedTheme(parseTheme(source)); + } + + private static List parseTheme(IRawTheme source) { + if (source == null || source.getSettings() == null) { + return Collections.emptyList(); + } +// if (!source.settings || !Array.isArray(source.settings)) { +// return []; +// } + List settings = source.getSettings(); + List result = new ArrayList<>(); + for (IRawThemeSetting entry : settings) { + + if (entry.getSettings() == null) { + continue; + } + + // TODO!!!! + //List scopes = entry.getScopes(); + + /*if (typeof entry.scope === 'string') { + let _scope = entry.scope; + + // remove leading commas + _scope = _scope.replace(/^[,]+/, ''); + + // remove trailing commans + _scope = _scope.replace(/[,]+$/, ''); + + scopes = _scope.split(','); + } else if (Array.isArray(entry.scope)) { + scopes = entry.scope; + } else { + scopes = ['']; + }*/ + + /* + FontStyle fontStyle = FontStyle.NotSet; + if (typeof entry.settings.fontStyle === 'string') { + fontStyle = FontStyle.None; + + let segments = entry.settings.fontStyle.split(' '); + for (let j = 0, lenJ = segments.length; j < lenJ; j++) { + let segment = segments[j]; + switch (segment) { + case 'italic': + fontStyle = fontStyle | FontStyle.Italic; + break; + case 'bold': + fontStyle = fontStyle | FontStyle.Bold; + break; + case 'underline': + fontStyle = fontStyle | FontStyle.Underline; + break; + } + } + } + + let foreground: string = null; + if (typeof entry.settings.foreground === 'string' && isValidHexColor(entry.settings.foreground)) { + foreground = entry.settings.foreground; + } + + let background: string = null; + if (typeof entry.settings.background === 'string' && isValidHexColor(entry.settings.background)) { + background = entry.settings.background; + } + + for (let j = 0, lenJ = scopes.length; j < lenJ; j++) { + let _scope = scopes[j].trim(); + + let segments = _scope.split(' '); + + let scope = segments[segments.length - 1]; + let parentScopes: string[] = null; + if (segments.length > 1) { + parentScopes = segments.slice(0, segments.length - 1); + parentScopes.reverse(); + } + + result[resultLen++] = new ParsedThemeRule( + scope, + parentScopes, + i, + fontStyle, + foreground, + background + ); + }*/ + } + + return result; + } + + public static Theme createFromParsedTheme(List source) { + return resolveParsedThemeRules(source); + } + + /** + * Resolve rules (i.e. inheritance). + */ + public static Theme resolveParsedThemeRules(List parsedThemeRules) { + // Sort rules lexicographically, and then by index if necessary + parsedThemeRules.sort((a, b) -> { + int r = CompareUtils.strcmp(a.scope, b.scope); + if (r != 0) { + return r; + } + r = CompareUtils.strArrCmp(a.parentScopes, b.parentScopes); + if (r != 0) { + return r; + } + return a.index - b.index; + }); + + // Determine defaults + int defaultFontStyle = FontStyle.None; + String defaultForeground = "#000000"; + String defaultBackground = "#ffffff"; + while (parsedThemeRules.size() >= 1 && "".equals(parsedThemeRules.get(0).scope)) { + ParsedThemeRule incomingDefaults = parsedThemeRules.remove(0); //shift(); + if (incomingDefaults.fontStyle != FontStyle.NotSet) { + defaultFontStyle = incomingDefaults.fontStyle; + } + if (incomingDefaults.foreground != null) { + defaultForeground = incomingDefaults.foreground; + } + if (incomingDefaults.background != null) { + defaultBackground = incomingDefaults.background; + } + } + ColorMap colorMap = new ColorMap(); + ThemeTrieElementRule defaults = new ThemeTrieElementRule(0, null, defaultFontStyle, colorMap.getId(defaultForeground), colorMap.getId(defaultBackground)); + + ThemeTrieElement root = new ThemeTrieElement(new ThemeTrieElementRule(0, null, FontStyle.NotSet, 0, 0), Collections.emptyList()); + for (int i = 0, len = parsedThemeRules.size(); i < len; i++) { + ParsedThemeRule rule = parsedThemeRules.get(i); + root.insert(0, rule.scope, rule.parentScopes, rule.fontStyle, colorMap.getId(rule.foreground), colorMap.getId(rule.background)); + } + + return new Theme(colorMap, defaults, root); + } + + public Theme(ColorMap colorMap, ThemeTrieElementRule defaults, ThemeTrieElement root) { + this._colorMap = colorMap; + this._root = root; + this._defaults = defaults; + this._cache = new HashMap<>(); + } + + public Set getColorMap() { + return this._colorMap.getColorMap(); + } + + public ThemeTrieElementRule getDefaults() { + return this._defaults; + } + + public Listmatch(String scopeName) { + if (!this._cache.containsKey(scopeName)) { + this._cache.put(scopeName, this._root.match(scopeName)); + } + return this._cache.get(scopeName); + } +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/ThemeTrieElement.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/ThemeTrieElement.java new file mode 100644 index 000000000..bbbda2cc3 --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/ThemeTrieElement.java @@ -0,0 +1,152 @@ +package org.eclipse.tm4e.core.theme; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +import org.eclipse.tm4e.core.internal.utils.CompareUtils; + +public class ThemeTrieElement { + + // _themeTrieElementBrand: void; + + private final ThemeTrieElementRule _mainRule; + private final List _rulesWithParentScopes; + private final Map _children; + + public ThemeTrieElement(ThemeTrieElementRule mainRule, List rulesWithParentScopes) { + this(mainRule, rulesWithParentScopes, new HashMap<>()); + } + + public ThemeTrieElement(ThemeTrieElementRule mainRule, List rulesWithParentScopes, + Map children) { + this._mainRule = mainRule; + this._rulesWithParentScopes = rulesWithParentScopes; + this._children = children; + } + + private static List _sortBySpecificity(List arr) { + if (arr.size() == 1) { + return arr; + } + + arr.sort((a, b) -> _cmpBySpecificity(a, b)); + + return arr; + } + + private static int _cmpBySpecificity(ThemeTrieElementRule a, ThemeTrieElementRule b) { + if (a.scopeDepth == b.scopeDepth) { + List aParentScopes = a.parentScopes; + List bParentScopes = b.parentScopes; + int aParentScopesLen = aParentScopes == null ? 0 : aParentScopes.size(); + int bParentScopesLen = bParentScopes == null ? 0 : bParentScopes.size(); + if (aParentScopesLen == bParentScopesLen) { + for (int i = 0; i < aParentScopesLen; i++) { + int aLen = aParentScopes.get(i).length(); + int bLen = bParentScopes.get(i).length(); + if (aLen != bLen) { + return bLen - aLen; + } + } + } + return bParentScopesLen - aParentScopesLen; + } + return b.scopeDepth - a.scopeDepth; + } + +public List match(String scope) { + if (scope == null || scope.length() < 1) { + List arr = new ArrayList<>(); + arr.add(this._mainRule); + arr.addAll(this._rulesWithParentScopes); + return ThemeTrieElement._sortBySpecificity(arr); + } + + int dotIndex = scope.indexOf('.'); + String head; + String tail; + if (dotIndex == -1) { + head = scope; + tail = ""; + } else { + head = scope.substring(0, dotIndex); + tail = scope.substring(dotIndex + 1); + } + + if (this._children.containsKey(head)) { + return this._children.get(head).match(tail); + } + + List arr = new ArrayList<>(); + arr.add(this._mainRule); + arr.addAll(this._rulesWithParentScopes); + return ThemeTrieElement._sortBySpecificity(arr); +} + +public void insert(int scopeDepth, String scope, List parentScopes, int fontStyle, int foreground, int background) { + if ("".equals(scope)) { + this._doInsertHere(scopeDepth, parentScopes, fontStyle, foreground, background); + return; + } + + int dotIndex = scope.indexOf('.'); + String head; + String tail; + if (dotIndex == -1) { + head = scope; + tail = ""; + } else { + head = scope.substring(0, dotIndex); + tail = scope.substring(dotIndex + 1); + } + + ThemeTrieElement child; + if (this._children.containsKey(head)) { + child = this._children.get(head); + } else { + child = new ThemeTrieElement(this._mainRule.clone(), ThemeTrieElementRule.cloneArr(this._rulesWithParentScopes)); + this._children.put(head, child); + } + + child.insert(scopeDepth + 1, tail, parentScopes, fontStyle, foreground, background); +} + + private void _doInsertHere(int scopeDepth, List parentScopes, int fontStyle, int foreground, + int background) { + + if (parentScopes == null) { + // Merge into the main rule + this._mainRule.acceptOverwrite(scopeDepth, fontStyle, foreground, background); + return; + } + + // Try to merge into existing rule + for (int i = 0, len = this._rulesWithParentScopes.size(); i < len; i++) { + ThemeTrieElementRule rule = this._rulesWithParentScopes.get(i); + + if (CompareUtils.strArrCmp(rule.parentScopes, parentScopes) == 0) { + // bingo! => we get to merge this into an existing one + rule.acceptOverwrite(scopeDepth, fontStyle, foreground, background); + return; + } + } + + // Must add a new rule + + // Inherit from main rule + if (fontStyle == FontStyle.NotSet) { + fontStyle = this._mainRule.fontStyle; + } + if (foreground == 0) { + foreground = this._mainRule.foreground; + } + if (background == 0) { + background = this._mainRule.background; + } + + this._rulesWithParentScopes + .add(new ThemeTrieElementRule(scopeDepth, parentScopes, fontStyle, foreground, background)); + } +} diff --git a/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/ThemeTrieElementRule.java b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/ThemeTrieElementRule.java new file mode 100644 index 000000000..16cff8943 --- /dev/null +++ b/org.eclipse.tm4e.core/src/main/java/org/eclipse/tm4e/core/theme/ThemeTrieElementRule.java @@ -0,0 +1,57 @@ +package org.eclipse.tm4e.core.theme; + +import java.util.ArrayList; +import java.util.List; + +public class ThemeTrieElementRule { + + // _themeTrieElementRuleBrand: void; + + public int scopeDepth; + public final List parentScopes; + public int fontStyle; + public int foreground; + public int background; + + ThemeTrieElementRule(int scopeDepth, List parentScopes, int fontStyle, int foreground, + int background) { + this.scopeDepth = scopeDepth; + this.parentScopes = parentScopes; + this.fontStyle = fontStyle; + this.foreground = foreground; + this.background = background; + } + + public ThemeTrieElementRule clone() { + return new ThemeTrieElementRule(this.scopeDepth, this.parentScopes, this.fontStyle, this.foreground, + this.background); + } + + public static List cloneArr(List arr) { + List r = new ArrayList<>(); + for (int i = 0, len = arr.size(); i < len; i++) { + r.add(arr.get(i).clone()); + } + return r; + } + + public void acceptOverwrite(int scopeDepth, int fontStyle, int foreground, int background) { + if (this.scopeDepth > scopeDepth) { + // TODO!!! + // console.log('how did this happen?'); + } else { + this.scopeDepth = scopeDepth; + } + // console.log('TODO -> my depth: ' + this.scopeDepth + ', overwriting + // depth: ' + scopeDepth); + if (fontStyle != FontStyle.NotSet) { + this.fontStyle = fontStyle; + } + if (foreground != 0) { + this.foreground = foreground; + } + if (background != 0) { + this.background = background; + } + } +} diff --git a/org.eclipse.tm4e.core/src/test/java/org/eclipse/tm4e/core/grammar/GrammarInjectionTest.java b/org.eclipse.tm4e.core/src/test/java/org/eclipse/tm4e/core/grammar/GrammarInjectionTest.java index a223552b5..ecbbc2ce1 100644 --- a/org.eclipse.tm4e.core/src/test/java/org/eclipse/tm4e/core/grammar/GrammarInjectionTest.java +++ b/org.eclipse.tm4e.core/src/test/java/org/eclipse/tm4e/core/grammar/GrammarInjectionTest.java @@ -17,7 +17,7 @@ import org.eclipse.tm4e.core.Data; import org.eclipse.tm4e.core.logger.SystemLogger; -import org.eclipse.tm4e.core.registry.IGrammarLocator; +import org.eclipse.tm4e.core.registry.IRegistryOptions; import org.eclipse.tm4e.core.registry.Registry; import org.junit.Assert; import org.junit.Test; @@ -44,7 +44,7 @@ public class GrammarInjectionTest { @Test public void angular2TokenizeLine() throws Exception { - Registry registry = new Registry(new IGrammarLocator() { + Registry registry = new Registry(new IRegistryOptions() { @Override public InputStream getInputStream(String scopeName) throws IOException { diff --git a/org.eclipse.tm4e.core/src/test/java/org/eclipse/tm4e/core/internal/grammar/parser/json/JSONPListParserTest.java b/org.eclipse.tm4e.core/src/test/java/org/eclipse/tm4e/core/internal/grammar/parser/json/JSONPListParserTest.java index 8d4323a6e..21cb3df05 100644 --- a/org.eclipse.tm4e.core/src/test/java/org/eclipse/tm4e/core/internal/grammar/parser/json/JSONPListParserTest.java +++ b/org.eclipse.tm4e.core/src/test/java/org/eclipse/tm4e/core/internal/grammar/parser/json/JSONPListParserTest.java @@ -10,6 +10,7 @@ */ package org.eclipse.tm4e.core.internal.grammar.parser.json; +import org.eclipse.tm4e.core.internal.grammar.reader.GrammarReader; import org.eclipse.tm4e.core.internal.grammar.reader.IGrammarParser; import org.eclipse.tm4e.core.internal.types.IRawGrammar; import org.junit.Test; @@ -18,7 +19,7 @@ public class JSONPListParserTest { @Test public void testCsharp() throws Exception { - IGrammarParser parser = JSONPListParser.INSTANCE; + IGrammarParser parser = GrammarReader.JSON_PARSER; IRawGrammar grammar = parser.parse(JSONPListParserTest.class.getResourceAsStream("csharp.json")); System.err.println(grammar); } diff --git a/org.eclipse.tm4e.core/src/test/java/org/eclipse/tm4e/core/internal/grammar/parser/xml/XMLPlistParserTest.java b/org.eclipse.tm4e.core/src/test/java/org/eclipse/tm4e/core/internal/grammar/parser/xml/XMLPlistParserTest.java index 61c8a9e19..89ccbd4be 100644 --- a/org.eclipse.tm4e.core/src/test/java/org/eclipse/tm4e/core/internal/grammar/parser/xml/XMLPlistParserTest.java +++ b/org.eclipse.tm4e.core/src/test/java/org/eclipse/tm4e/core/internal/grammar/parser/xml/XMLPlistParserTest.java @@ -10,6 +10,7 @@ */ package org.eclipse.tm4e.core.internal.grammar.parser.xml; +import org.eclipse.tm4e.core.internal.grammar.reader.GrammarReader; import org.eclipse.tm4e.core.internal.grammar.reader.IGrammarParser; import org.eclipse.tm4e.core.internal.types.IRawGrammar; import org.junit.Test; @@ -18,7 +19,7 @@ public class XMLPlistParserTest { @Test public void testCsharp() throws Exception { - IGrammarParser parser = XMLPListParser.INSTANCE; + IGrammarParser parser = GrammarReader.XML_PARSER; IRawGrammar grammar = parser.parse(XMLPlistParserTest.class.getResourceAsStream("JavaScript.tmLanguage")); System.err.println(grammar); } diff --git a/org.eclipse.tm4e.registry/src/main/java/org/eclipse/tm4e/registry/internal/AbstractGrammarRegistryManager.java b/org.eclipse.tm4e.registry/src/main/java/org/eclipse/tm4e/registry/internal/AbstractGrammarRegistryManager.java index 4ced5b614..80495fa56 100644 --- a/org.eclipse.tm4e.registry/src/main/java/org/eclipse/tm4e/registry/internal/AbstractGrammarRegistryManager.java +++ b/org.eclipse.tm4e.registry/src/main/java/org/eclipse/tm4e/registry/internal/AbstractGrammarRegistryManager.java @@ -18,7 +18,7 @@ import org.eclipse.core.runtime.content.IContentType; import org.eclipse.tm4e.core.grammar.IGrammar; import org.eclipse.tm4e.core.logger.ILogger; -import org.eclipse.tm4e.core.registry.IGrammarLocator; +import org.eclipse.tm4e.core.registry.IRegistryOptions; import org.eclipse.tm4e.core.registry.Registry; import org.eclipse.tm4e.registry.EclipseSystemLogger; import org.eclipse.tm4e.registry.IGrammarDefinition; @@ -36,7 +36,7 @@ public abstract class AbstractGrammarRegistryManager extends Registry implements protected final GrammarCache pluginCache; protected final GrammarCache userCache; - private static class GrammarLocator implements IGrammarLocator { + private static class EclipseRegistryOptions implements IRegistryOptions { private AbstractGrammarRegistryManager registry; @@ -63,11 +63,11 @@ public InputStream getInputStream(String scopeName) throws IOException { }; public AbstractGrammarRegistryManager() { - this(new GrammarLocator(), GRAMMAR_LOGGER); - ((GrammarLocator) getLocator()).setRegistry(this); + this(new EclipseRegistryOptions(), GRAMMAR_LOGGER); + ((EclipseRegistryOptions) getLocator()).setRegistry(this); } - public AbstractGrammarRegistryManager(IGrammarLocator locator, ILogger logger) { + public AbstractGrammarRegistryManager(IRegistryOptions locator, ILogger logger) { super(locator, logger); this.pluginCache = new GrammarCache(); this.userCache = new GrammarCache(); diff --git a/org.eclipse.tm4e.ui.tests/src/test/java/org/eclipse/tm4e/ui/internal/model/DocumentLineListTest.java b/org.eclipse.tm4e.ui.tests/src/test/java/org/eclipse/tm4e/ui/internal/model/DocumentLineListTest.java new file mode 100644 index 000000000..603f94b8b --- /dev/null +++ b/org.eclipse.tm4e.ui.tests/src/test/java/org/eclipse/tm4e/ui/internal/model/DocumentLineListTest.java @@ -0,0 +1,18 @@ +package org.eclipse.tm4e.ui.internal.model; + +import org.eclipse.jface.text.Document; +import org.junit.Test; + +public class DocumentLineListTest { + + @Test + public void test() { + Document document = new Document(); + DocumentLineList lineList = new DocumentLineList(document); + + System.err.println(lineList.getSize()); + document.set("var"); + //document.set("var\nv"); + System.err.println(lineList.getSize()); + } +}